cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw2.c

2006-06-23 Thread Oleg Bulyzhin
oleg2006-06-24 06:38:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet ip_fw2.c sbin/ipfwipfw2.c Log: MFC src/sys/netinet/ip_fw2.c rev.1.133: install_state() should properly initialize 'addr_type' field of newly

cvs commit: src/sys/dev/mii mii_physubr.c

2006-06-23 Thread Oleg Bulyzhin
oleg2006-06-24 06:17:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mii mii_physubr.c Log: MFC rev.1.24: 1) Fix mii_phy_tick(): Current code does not report link loss correctly - when link goes down, mii_phy_tick() will

cvs commit: src/sys/dev/mii miivar.h

2006-06-23 Thread Oleg Bulyzhin
oleg2006-06-24 06:14:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/mii miivar.h Log: MFC rev.1.18: Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines. (How many ticks should we wait before retrying autonegotiation process)

cvs commit: ports/net/dhcp6 Makefile distinfo pkg-plist ports/net/dhcp6/files dhcp6c.sh dhcp6c.sh.in dhcp6relay.sh dhcp6relay.sh.in dhcp6s.sh dhcp6s.sh.in patch-lease.c

2006-06-23 Thread SUZUKI Shinsuke
suz 2006-06-24 05:57:26 UTC FreeBSD ports repository Modified files: net/dhcp6Makefile distinfo pkg-plist Added files: net/dhcp6/files dhcp6c.sh.in dhcp6relay.sh.in dhcp6s.sh.in patch-lease.c Removed files: net/dhcp6/files

cvs commit: ports/audio/liba52-devel Makefile

2006-06-23 Thread Mark Linimon
linimon 2006-06-24 05:37:54 UTC FreeBSD ports repository Modified files: audio/liba52-devel Makefile Log: Mark broken on ia64. Revision ChangesPath 1.20 +3 -0 ports/audio/liba52-devel/Makefile ___ cvs-all@freebsd

cvs commit: ports/audio/mbrolavox Makefile

2006-06-23 Thread Alejandro Pulver
alepulver2006-06-24 02:18:11 UTC FreeBSD ports repository Modified files: audio/mbrolavox Makefile Log: - Clean-up. - Use %%DATADIR%%. Revision ChangesPath 1.14 +21 -40ports/audio/mbrolavox/Makefile ___ cvs-a

cvs commit: ports/japanese/gauche-kakasi Makefile

2006-06-23 Thread Mark Linimon
linimon 2006-06-24 01:58:23 UTC FreeBSD ports repository Modified files: japanese/gauche-kakasi Makefile Log: Mark broken on amd64: does not compile. Revision ChangesPath 1.11 +6 -3 ports/japanese/gauche-kakasi/Makefile __

cvs commit: ports/dns/noip Makefile

2006-06-23 Thread Mark Linimon
linimon 2006-06-24 01:45:47 UTC FreeBSD ports repository Modified files: dns/noip Makefile Log: Bump PORTREVISION which should have been done when distinfo was updated. Pointy hat to: lawrance Revision ChangesPath 1.11 +1 -1 ports/d

cvs commit: ports/devel/upnp Makefile

2006-06-23 Thread Mark Linimon
linimon 2006-06-24 01:33:49 UTC FreeBSD ports repository Modified files: devel/upnp Makefile Log: Mark as broken on amd64: does not compile. Revision ChangesPath 1.13 +7 -1 ports/devel/upnp/Makefile ___ c

cvs commit: src/sys/ia64/disasm disasm.h disasm_decode.c disasm_extract.c disasm_format.c disasm_int.h

2006-06-23 Thread Marcel Moolenaar
marcel 2006-06-24 01:19:52 UTC FreeBSD src repository Modified files: sys/ia64/disasm disasm.h disasm_decode.c disasm_extract.c disasm_format.c disasm_int.h Log: Sync up with SDM 2.1: o Add nop/hint formats F16, I18, M48 and X5, o Add format

cvs commit: ports/palm/synce-rra Makefile

2006-06-23 Thread Mark Linimon
linimon 2006-06-24 00:32:20 UTC FreeBSD ports repository Modified files: palm/synce-rra Makefile Log: Mark broken on amd64 (needs -fPIC). Revision ChangesPath 1.12 +4 -0 ports/palm/synce-rra/Makefile ___ cvs-

cvs commit: src/sys/sys _timeval.h user.h src/sys/arm/include _types.h

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 23:41:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys _timeval.h user.h sys/arm/include _types.h Log: MFC: Use a 64 bits time_t for arm. For Releng6, this also require to use a time_t instead of a long f

cvs commit: src/sys/arm/conf KB920X SKYEYE src/sys/arm/at91 at91.c at91_pdcreg.h at91_pio.c at91_pioreg.h at91_pmc.c at91_pmcreg.h at91_pmcvar.h at91_rtc.c at91_rtcreg.h at91_spi.c at91_spiio.h at91_s

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 23:35:37 UTC FreeBSD src repository Added files: (Branch: RELENG_6) sys/arm/conf KB920X SKYEYE sys/arm/at91 at91.c at91_pdcreg.h at91_pio.c at91_pioreg.h at91_pmc.c at91_pmcreg.h at91

cvs commit: src/sys/arm/arm locore.S

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 23:31:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/arm locore.S Log: MFC: Bring in the latest rev for locore.S from HEAD (rev 1.14), needed for at91rm92 support. Revision ChangesPath 1.10.2.1 +23 -24

cvs commit: src/sys/conf ldscript.arm

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 23:29:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf ldscript.arm Log: MFC rev 1.3: bring in the ability to build pure binary kernels. Revision ChangesPath 1.2.2.1 +15 -14src/sys/conf/ldscript.arm

cvs commit: src/sys/arm/arm elf_trampoline.c

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 23:29:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/arm elf_trampoline.c Log: MFC rev 1.10 and 1.11 (prototype arm9_setup and don't use an insane amount of shdr/phdr on the stack). Revision ChangesPath 1.

cvs commit: CVSROOT modules

2006-06-23 Thread Ion-Mihai Tetcu
itetcu 2006-06-23 23:08:38 UTC FreeBSD ports repository Modified files: .modules Log: e17-module-weather --> ports/x11/e17-module-weather Revision ChangesPath 1.15414 +1 -0 CVSROOT/modules ___ c

cvs commit: ports/x11 Makefile ports/x11/e17-module-weather Makefile distinfo pkg-descr pkg-plist ports/x11/e17-module-weather/files patch-configure

2006-06-23 Thread Ion-Mihai Tetcu
itetcu 2006-06-23 23:08:14 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/e17-module-weather Makefile distinfo pkg-descr pkg-plist x11/e17-module-weather/files patch-configure Log: An e17 module displaying the current weat

cvs commit: src/sys/arm/at91 files.at91

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 23:07:11 UTC FreeBSD src repository Modified files: sys/arm/at91 files.at91 Log: Backout previous commit, Warner committed at91_pio.c... Revision ChangesPath 1.5 +1 -1 src/sys/arm/at91/files.at91 __

cvs commit: ports/x11-fm/worker Makefile distinfo pkg-plist

2006-06-23 Thread Martin Wilke
miwi2006-06-23 23:02:20 UTC FreeBSD ports repository Modified files: x11-fm/workerMakefile distinfo pkg-plist Log: Update to 2.13.0 PR: ports/99355 Submitted by: Simon Dick <[EMAIL PROTECTED]> (maintainer) Approved by:markus (co mentor)

cvs commit: src/sys/arm/arm elf_trampoline.c

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 22:45:35 UTC FreeBSD src repository Modified files: sys/arm/arm elf_trampoline.c Log: There's no need to allocate that much phdr/shdr from the stack. Revision ChangesPath 1.11 +2 -2 src/sys/arm/arm/elf_trampoline.c ___

cvs commit: src/sys/arm/arm elf_trampoline.c

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 22:37:15 UTC FreeBSD src repository Modified files: sys/arm/arm elf_trampoline.c Log: Add the arm9_setup() prototype. Revision ChangesPath 1.10 +2 -0 src/sys/arm/arm/elf_trampoline.c ___

cvs commit: src/sys/arm/at91 files.at91

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 22:30:55 UTC FreeBSD src repository Modified files: sys/arm/at91 files.at91 Log: Comment out at91_pio.c, it's not in CVS. Revision ChangesPath 1.4 +1 -1 src/sys/arm/at91/files.at91 ___ c

cvs commit: ports/multimedia/gxine Makefile pkg-plist

2006-06-23 Thread Ion-Mihai Tetcu
itetcu 2006-06-23 22:04:39 UTC FreeBSD ports repository Modified files: multimedia/gxine Makefile pkg-plist Log: - Add OPTION to turn off Mozilla/Firefox plugin installation [1] - Use DATADIR macro in plist [1] - add gnomehier to USE_GNOME to fix deinstallation [2]

cvs commit: ports/audio/mt-daapd Makefile

2006-06-23 Thread Mark Linimon
linimon 2006-06-23 22:04:32 UTC FreeBSD ports repository Modified files: audio/mt-daapd Makefile Log: Assign to new volunteer due to maintainer-timeouts and no response to email. Hat:portmgr Revision ChangesPath 1.7 +1 -1 ports/audio/

cvs commit: ports/java/jmp Makefile distinfo

2006-06-23 Thread Greg Lewis
glewis 2006-06-23 21:28:42 UTC FreeBSD ports repository Modified files: java/jmp Makefile distinfo Log: . Update to 0.51 PR: 99194 Submitted by: Ronald Klop <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.38 +1 -3 po

cvs commit: ports/devel/ireport Makefile distinfo pkg-plist

2006-06-23 Thread Thierry Thomas
thierry 2006-06-23 21:19:10 UTC FreeBSD ports repository Modified files: devel/ireportMakefile distinfo pkg-plist Log: Upgrade iReport to 1.2.4. Changelog at: Revision Changes

cvs commit: ports/databases/jasperreports Makefile distinfo

2006-06-23 Thread Thierry Thomas
thierry 2006-06-23 21:18:26 UTC FreeBSD ports repository Modified files: databases/jasperreports Makefile distinfo Log: Upgrade JasperReports to 1.2.4. Changelog at: Revision Changes

cvs commit: ports/games/gnomesudoku Makefile distinfo pkg-plist

2006-06-23 Thread Thomas Gellekum
tg 2006-06-23 21:12:26 UTC FreeBSD ports repository Modified files: games/gnomesudokuMakefile distinfo pkg-plist Log: Upgrade to 0.5.0. Revision ChangesPath 1.7 +40 -4 ports/games/gnomesudoku/Makefile 1.3 +3 -3 ports/games/gnomesudoku/d

cvs commit: src/sys/modules/bce Makefile

2006-06-23 Thread John Baldwin
jhb 2006-06-23 21:10:40 UTC FreeBSD src repository Added files: (Branch: RELENG_4) sys/modules/bce Makefile Log: Bah, include Makefile for bce(4) module. Reported by:Scott Allendorf Revision ChangesPath 1.1.6.1 +8 -0 src/sys/modules

cvs commit: ports UPDATING

2006-06-23 Thread Martin Wilke
miwi2006-06-23 21:10:24 UTC FreeBSD ports repository Modified files: .UPDATING Log: Add an entry for dokuwiki update. Approved by:markus (co mentor) Revision ChangesPath 1.347 +8 -1 ports/UPDATING _

cvs commit: ports/www/dokuwiki Makefile pkg-message pkg-plist

2006-06-23 Thread Martin Wilke
miwi2006-06-23 21:09:31 UTC FreeBSD ports repository Modified files: www/dokuwiki Makefile pkg-message pkg-plist Log: Pkg-plist fix Add new WWW layout PR: ports/99255 Submitted by: chinsan <[EMAIL PROTECTED]> (maintainer) Approved by:marku

cvs commit: ports/www/serendipity-devel Makefile distinfo pkg-plist

2006-06-23 Thread Martin Wilke
miwi2006-06-23 20:56:17 UTC FreeBSD ports repository Modified files: www/serendipity-devel Makefile distinfo pkg-plist Log: Update to snapshot 200606211537 Register CONFLICTS Pacify portlint(1) Remove stale MASTER_SITES PR: ports/99263 Submitted by:

cvs commit: ports/net/abills Makefile distinfo pkg-plist

2006-06-23 Thread Martin Wilke
miwi2006-06-23 20:47:06 UTC FreeBSD ports repository Modified files: net/abills Makefile distinfo pkg-plist Log: Update to 0.32 PR: ports/99274 Approved by:markus (co mentor), maintainer Revision ChangesPath 1.4 +2 -1 po

cvs commit: ports/x11/mrxvt-devel Makefile distinfo ports/x11/mrxvt-devel/files patch-src-main.c patch-src-strings.c pkg-message.in

2006-06-23 Thread Ion-Mihai Tetcu
itetcu 2006-06-23 20:42:04 UTC FreeBSD ports repository Modified files: x11/mrxvt-devel Makefile distinfo Added files: x11/mrxvt-devel/files pkg-message.in Removed files: x11/mrxvt-devel/files patch-src-main.c patch-src-strings.c Log: - Update to 0.5.1 [1] -

cvs commit: ports/sysutils/tenshi Makefile distinfo

2006-06-23 Thread Martin Wilke
miwi2006-06-23 20:37:16 UTC FreeBSD ports repository Modified files: sysutils/tenshi Makefile distinfo Log: Update to 0.5.1 PR: ports/99277 Approved by:markus (mentor), maintainer Revision ChangesPath 1.4 +2 -1 ports/sysutils

cvs commit: ports/www/simplog Makefile distinfo pkg-plist

2006-06-23 Thread Martin Wilke
miwi2006-06-23 20:23:50 UTC FreeBSD ports repository Modified files: www/simplog Makefile distinfo pkg-plist Log: Update to 0.9.3.1 PR: ports/99275 Submitted by: miwi Approved by:markus (co mentor), maintainer Revision ChangesPath

cvs commit: ports/x11/gtk2-theme-switch Makefile pkg-plist

2006-06-23 Thread Ion-Mihai Tetcu
itetcu 2006-06-23 20:12:32 UTC FreeBSD ports repository Modified files: x11/gtk2-theme-switch Makefile pkg-plist Log: - Depreciate in favor of x11/gtkchtheme and set removal date to 2006-08-01. - use DOCSDIR everywhere we can in plist Submitted by: maintainer (via priva

cvs commit: ports/devel/py-pytz Makefile distinfo pkg-plist

2006-06-23 Thread Martin Wilke
miwi2006-06-23 19:55:25 UTC FreeBSD ports repository Modified files: devel/py-pytzMakefile distinfo pkg-plist Log: Update to 2006g PR: ports/99276 Submitted by: miwi Approved by:markus (co mentor), maintainer Revision Changes Path

cvs commit: ports/games/hlstats Makefile distinfo pkg-plist

2006-06-23 Thread Martin Wilke
miwi2006-06-23 19:49:51 UTC FreeBSD ports repository Modified files: games/hlstatsMakefile distinfo pkg-plist Log: Update to 1.34 PR: ports/99273 Submitted by: miwi Approved by:markus (co mentor), maintainer Revision ChangesPath

cvs commit: ports/emulators/vmips Makefile distinfo

2006-06-23 Thread Martin Wilke
miwi2006-06-23 19:45:45 UTC FreeBSD ports repository Modified files: emulators/vmips Makefile distinfo Log: Update to 1.3.1 PR: ports/99270 Submitted by: miwi Approved by:markus (co mentor), maintainer Revision ChangesPath 1.4

Re: cvs commit: src/sys/compat/linux linux_misc.c

2006-06-23 Thread Alexander Leidinger
Quoting Alexander Leidinger <[EMAIL PROTECTED]> (Fri, 23 Jun 2006 18:49:38 + (UTC)): > netchild2006-06-23 18:49:38 UTC > > FreeBSD src repository > > Modified files: > sys/compat/linux linux_misc.c > Log: > The linux times syscall can be called with a NULL pointer, so k

cvs commit: ports/www/openxmldir Makefile distinfo pkg-plist

2006-06-23 Thread Martin Wilke
miwi2006-06-23 19:39:40 UTC FreeBSD ports repository Modified files: www/openxmldir Makefile distinfo pkg-plist Log: Update to 1.2 PR: ports/99264 Submitted by: Babak Farrokhi <[EMAIL PROTECTED]> Approved by:markus (co mentor) Revision C

cvs commit: src/sys/sys rwlock.h

2006-06-23 Thread John Baldwin
jhb 2006-06-23 19:36:51 UTC FreeBSD src repository Modified files: sys/sys rwlock.h Log: Fix the name of the data set item for the SYSUNINIT in RW_SYSINIT to use 'rw' instead of 'mtx'. This should only be a cosmetic change rather than a functional one.

cvs commit: ports/devel/p5-Devel-SimpleTrace pkg-plist

2006-06-23 Thread Shaun Amott
shaun 2006-06-23 19:35:01 UTC FreeBSD ports repository Modified files: devel/p5-Devel-SimpleTrace pkg-plist Log: Fix plist: don't remove nls/en_US.US-ASCII or nls/POSIX. PR: ports/99339 Submitted by: shaun (me) Approved by:Eric Stith <[EMAIL PROTECTED

cvs commit: ports/print/foo2zjs Makefile distinfo

2006-06-23 Thread Ion-Mihai Tetcu
itetcu 2006-06-23 19:05:23 UTC FreeBSD ports repository Modified files: print/foo2zjsMakefile distinfo Log: Distfile rerolled, for the third time in 48 hours (small comments changed) Reproted by: Jin-Shan Tseng <[EMAIL PROTECTED]> Approved by:maintainer (o

cvs commit: ports/x11-toolkits/py-gtkglext Makefile distinfo ports/x11-toolkits/py-gtkglext/files patch-configure

2006-06-23 Thread Erwin Lansing
erwin 2006-06-23 18:59:43 UTC FreeBSD ports repository Modified files: x11-toolkits/py-gtkglext Makefile distinfo Removed files: x11-toolkits/py-gtkglext/files patch-configure Log: Update to 1.1.0 PR: 99382 Submitted by: Ports fury Revision Cha

cvs commit: src/sys/compat/linux linux_misc.c

2006-06-23 Thread Alexander Leidinger
netchild2006-06-23 18:49:38 UTC FreeBSD src repository Modified files: sys/compat/linux linux_misc.c Log: The linux times syscall can be called with a NULL pointer, so keep cool and don't panic. This fix is different from the patch submitted as it not only prevents a

cvs commit: src/tools/tools/ath/athstats athstats.c

2006-06-23 Thread Sam Leffler
sam 2006-06-23 18:48:44 UTC FreeBSD src repository Modified files: tools/tools/ath/athstats athstats.c Log: dump new cabq stats Revision ChangesPath 1.3 +2 -0 src/tools/tools/ath/athstats/athstats.c ___ cvs-al

cvs commit: src/sys/dev/ath if_athioctl.h

2006-06-23 Thread Sam Leffler
sam 2006-06-23 18:48:08 UTC FreeBSD src repository Modified files: sys/dev/ath if_athioctl.h Log: new stats MFC after: 1 month Revision ChangesPath 1.15 +3 -1 src/sys/dev/ath/if_athioctl.h __

cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml

2006-06-23 Thread Bruce A. Mah
bmah2006-06-23 18:38:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-06:17, mfi(4), mpt(4) update, bce(4). RevisionChangesPath 1.22.2.434 +21 -2 src/release/doc/en_

cvs commit: src/lib/libc/sys chflags.2

2006-06-23 Thread Giorgos Keramidas
keramida2006-06-23 18:33:34 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6) lib/libc/sys chflags.2 Log: MFC 1.26 and bump date. # * Document the fact that non-superusers cannot change file flags for # objects with SF_IMMUTABLE

cvs commit: src/contrib/top top.X

2006-06-23 Thread Giorgos Keramidas
keramida2006-06-23 18:28:27 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6) contrib/top top.X Log: MFC: 1.14-1.16 (Reduce diffs from HEAD) # revision 1.16 # date: 2006/05/16 15:27:43; author: keramida; state: Exp; lines: +6

cvs commit: ports/x11-wm/pawm Makefile distinfo

2006-06-23 Thread Erwin Lansing
erwin 2006-06-23 18:19:18 UTC FreeBSD ports repository Modified files: x11-wm/pawm Makefile distinfo Log: Update to 2.2.4 PR: 99383 Submitted by: Ports fury Revision ChangesPath 1.12 +8 -3 ports/x11-wm/pawm/Makefile 1.10

cvs commit: ports/lang/arena Makefile distinfo

2006-06-23 Thread Roman Bogorodskiy
novel 2006-06-23 18:15:42 UTC FreeBSD ports repository Modified files: lang/arena Makefile distinfo Log: Update to 0.9.4. Revision ChangesPath 1.3 +1 -1 ports/lang/arena/Makefile 1.3 +3 -3 ports/lang/arena/distinfo _

cvs commit: ports/emulators/minivmac Makefile distinfo pkg-plist

2006-06-23 Thread Erwin Lansing
erwin 2006-06-23 18:09:30 UTC FreeBSD ports repository Modified files: emulators/minivmac Makefile distinfo Removed files: emulators/minivmac pkg-plist Log: Update to 2.7.1 PR: 99376 Submitted by: Ports fury Revision ChangesPath 1.6

cvs commit: ports/x11-toolkits/gtkglextmm Makefile distinfo pkg-plist

2006-06-23 Thread Erwin Lansing
erwin 2006-06-23 18:06:20 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkglextmm Makefile distinfo pkg-plist Log: Update to 1.2.0 PR: 99381 Submitted by: Ports fury Revision ChangesPath 1.19 +6 -6 ports/x11-toolkits/gtkgl

cvs commit: www/en/platforms/amd64 motherboards.sgml

2006-06-23 Thread Pav Lucistnik
pav 2006-06-23 18:01:28 UTC FreeBSD doc repository Modified files: en/platforms/amd64 motherboards.sgml Log: - RAID on Gigabyte GA-K8N51GMF-9 tested PR: amd64/99385 Submitted by: Brian Reichert <[EMAIL PROTECTED]> Revision ChangesPath 1.85

cvs commit: src/sys/arm/arm busdma_machdep.c

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 17:42:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/arm busdma_machdep.c Log: MFC: Try to honor BUS_DMA_COHERENT. Revision ChangesPath 1.22.2.2 +35 -7 src/sys/arm/arm/busdma_machdep.c _

cvs commit: src/sys/arm/arm pmap.c vm_machdep.c src/sys/arm/include pmap.h

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 17:41:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/arm pmap.c vm_machdep.c sys/arm/include pmap.h Log: MFC: a bunch of fixes/enhancements for the pmap subsystem. Revision ChangesPath 1.36.2.2 +8

cvs commit: src/sys/arm/arm trap.c

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 17:39:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/arm trap.c Log: MFC: Enable FIQs as well as IRQs if FIQ were previously enabled. Decrease p->p_lock before going out if vm_fault() returned 0. Revision Change

cvs commit: src/sys/arm/arm elf_trampoline.c inckern.S src/sys/conf Makefile.arm

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 17:38:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/conf Makefile.arm Added files: (Branch: RELENG_6) sys/arm/arm elf_trampoline.c inckern.S Log: MFC: Elf trampoline for arm. Revision Cha

cvs commit: src/sys/arm/arm cpufunc.c cpufunc_asm_arm9.S

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 17:38:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/arm cpufunc.c cpufunc_asm_arm9.S Log: MFC: Better arm9 support. Revision ChangesPath 1.9.2.1 +2 -1 src/sys/arm/arm/cpufunc.c 1.3.2.1 +172 -53

cvs commit: ports/java/jfreechart Makefile distinfo

2006-06-23 Thread Konstantin Belousov
kib 2006-06-23 17:22:47 UTC FreeBSD ports repository (src committer) Modified files: java/jfreechart Makefile distinfo Log: Update to 1.0.1. PR: ports/99253 Approved by:pav Approved by:pjd (mentor) Revision ChangesPath 1.8 +1 -1

cvs commit: src/sbin/ifconfig ifconfig.8 ifieee80211.c

2006-06-23 Thread Sam Leffler
sam 2006-06-23 17:22:03 UTC FreeBSD src repository Modified files: sbin/ifconfigifconfig.8 ifieee80211.c Log: remove display of the ERP ie from the list sta output (it's always zero); replace it with station capabilities MFC after: 1 month Revision C

cvs commit: ports/x11-toolkits/gtkglext Makefile distinfo pkg-plist ports/x11-toolkits/gtkglext/files patch-configure

2006-06-23 Thread Erwin Lansing
erwin 2006-06-23 17:21:03 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkglext Makefile distinfo pkg-plist Removed files: x11-toolkits/gtkglext/files patch-configure Log: Update to 1.2.0 PR: 99380 Submitted by: Ports fury Revision

Re: cvs commit: src/sys/modules Makefile src/sys/conf files options src/sys/modules/mfi Makefile src/sys/i386/conf GENERIC src/sys/dev/mfi mfi.c mfi_compat.h mfi_disk.c mfi_ioctl.h mfi_pci.c mfireg.h

2006-06-23 Thread Bruce A. Mah
If memory serves me right, Paul Saab wrote: > ps 2006-06-22 15:22:05 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_4) > sys/modules Makefile > sys/conf files options > sys/i386/confGENERIC > Added files:

cvs commit: src/sys/pci agp_i810.c

2006-06-23 Thread Eric Anholt
anholt 2006-06-23 17:10:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/pci agp_i810.c Log: MFC r1.36: Add support for allocating one larger than page-sized contiguous block of memory with a physical address. This is used for hardwa

cvs commit: ports/emulators/linux_base-fc3 Makefile ports/emulators/linux_base-fc4 Makefile

2006-06-23 Thread Boris Samorodov
bsam2006-06-23 17:07:39 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc3 Makefile emulators/linux_base-fc4 Makefile Log: First do "brandelf -t Linux" at WRKSRC and then do install. This makes impossible to shoot oneself to the foot if PREFIX is set

cvs commit: src/sys/arm/conf IQ31244 SIMICS

2006-06-23 Thread Olivier Houchard
cognet 2006-06-23 16:56:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/arm/conf IQ31244 SIMICS Log: MFC: Remove duplicate DDB entry. Revision ChangesPath 1.11.2.1 +0 -1 src/sys/arm/conf/IQ31244 1.7.2.1 +0 -1 src/sys

cvs commit: CVSROOT modules

2006-06-23 Thread Mathieu Arnold
mat 2006-06-23 16:56:07 UTC FreeBSD ports repository Modified files: .modules Log: ruby-ecore --> ports/devel/ruby-ecore Revision ChangesPath 1.15413 +1 -0 CVSROOT/modules ___ cvs-all@freebsd

cvs commit: ports/devel Makefile ports/devel/ruby-ecore Makefile distinfo pkg-descr pkg-plist

2006-06-23 Thread Mathieu Arnold
mat 2006-06-23 16:55:49 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/ruby-ecore Makefile distinfo pkg-descr pkg-plist Log: ruby-evas is a set of Ruby language bindings for Enlightenment's Core library, Ecore. P

cvs commit: CVSROOT modules

2006-06-23 Thread Mathieu Arnold
mat 2006-06-23 16:49:48 UTC FreeBSD ports repository Modified files: .modules Log: ruby-evas --> ports/graphics/ruby-evas Revision ChangesPath 1.15412 +1 -0 CVSROOT/modules ___ cvs-all@freebs

cvs commit: ports/graphics Makefile ports/graphics/ruby-evas Makefile distinfo pkg-descr pkg-plist

2006-06-23 Thread Mathieu Arnold
mat 2006-06-23 16:49:30 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/ruby-evas Makefile distinfo pkg-descr pkg-plist Log: ruby-evas is a set of Ruby language bindings for Enlightenment's Canvas library, Evas.

cvs commit: src/sys/dev/mii miidevs.h

2006-06-23 Thread John Baldwin
jhb 2006-06-23 16:48:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/dev/mii miidevs.h Log: Regen. Revision ChangesPath 1.4.2.17 +5 -1 src/sys/dev/mii/miidevs.h ___ cvs-all@free

cvs commit: src/share/man/man4 Makefile bce.4 src/sys/conf files options src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h src/sys/dev/mii brgphy.c miidevs src/sys/i386/conf GENERIC LINT src/sys/modules

2006-06-23 Thread John Baldwin
jhb 2006-06-23 16:47:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) share/man/man4 Makefile sys/conf files options sys/dev/mii brgphy.c miidevs sys/i386/confGENERIC LINT sys/modules Makefile

cvs commit: src/sys/vm vm_page.c vm_pageq.c

2006-06-23 Thread John Baldwin
jhb 2006-06-23 16:44:24 UTC FreeBSD src repository Modified files: sys/vm vm_page.c vm_pageq.c Log: Move the code to handle the vm.blacklist tunable up a layer into vm_page_startup(). As a result, we now only lookup the tunable once instead of looking it up

cvs commit: ports/mail/sympa5 Makefile distinfo pkg-plist ports/mail/sympa5/files patch-Makefile.in patch-src-etc-script-sympa patch-wwsympa-Makefile

2006-06-23 Thread Mathieu Arnold
mat 2006-06-23 16:41:08 UTC FreeBSD ports repository Modified files: mail/sympa5 Makefile distinfo pkg-plist mail/sympa5/filespatch-Makefile.in patch-wwsympa-Makefile Removed files: mail/sympa5/filespatch-src-etc-script-sympa Log: Update to 5.2.1

cvs commit: ports/print/abcm2ps Makefile distinfo

2006-06-23 Thread Erwin Lansing
erwin 2006-06-23 16:35:29 UTC FreeBSD ports repository Modified files: print/abcm2psMakefile distinfo Log: Update to 4.12.19 PR: 99378 Submitted by: Ports fury Revision ChangesPath 1.9 +13 -4 ports/print/abcm2ps/Makefile 1.11

cvs commit: ports/x11-servers/x2vnc Makefile distinfo

2006-06-23 Thread Erwin Lansing
erwin 2006-06-23 16:33:56 UTC FreeBSD ports repository Modified files: x11-servers/x2vncMakefile distinfo Log: Update to 1.7.2 PR: 99379 Submitted by: Ports fury Revision ChangesPath 1.14 +2 -2 ports/x11-servers/x2vnc/Makefile 1.

cvs commit: ports/emulators/gngb Makefile distinfo

2006-06-23 Thread Erwin Lansing
erwin 2006-06-23 16:24:40 UTC FreeBSD ports repository Modified files: emulators/gngb Makefile distinfo Log: Update to 20060204 PR: 99375 Submitted by: Ports fury Revision ChangesPath 1.16 +2 -2 ports/emulators/gngb/Makefile 1.

cvs commit: ports/graphics/libgphoto2/files patch-camlibs-ptp2-ptpip.c

2006-06-23 Thread Pav Lucistnik
pav 2006-06-23 16:21:48 UTC FreeBSD ports repository Added files: graphics/libgphoto2/files patch-camlibs-ptp2-ptpip.c Log: - Fix build on FreeBSD 4 PR: ports/99377 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.1

cvs commit: ports/editors/xcoral Makefile distinfo pkg-plist

2006-06-23 Thread Erwin Lansing
erwin 2006-06-23 16:19:25 UTC FreeBSD ports repository Modified files: editors/xcoral Makefile distinfo pkg-plist Log: Update to 3.45 PR: 99374 Submitted by: Ports fury Revision ChangesPath 1.19 +3 -3 ports/editors/xcoral/Makefil

cvs commit: ports/devel/lua50-pty Makefile

2006-06-23 Thread Philip Paeps
philip 2006-06-23 16:05:24 UTC FreeBSD ports repository Modified files: devel/lua50-pty Makefile Log: o Use PKGNAMEPREFIX o Use MASTER_SITE_LOCAL o Replace pre-install with do-install PR: ports/99241 Submitted by: Andrew Turner (maintainer) Re

cvs commit: CVSROOT modules

2006-06-23 Thread Emanuel Haupt
ehaupt 2006-06-23 14:21:30 UTC FreeBSD ports repository Modified files: .modules Log: rcsedit --> ports/sysutils/rcsedit Revision ChangesPath 1.15411 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.or

cvs commit: ports/sysutils Makefile ports/sysutils/rcsedit Makefile distinfo pkg-descr

2006-06-23 Thread Emanuel Haupt
ehaupt 2006-06-23 14:21:18 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/rcsedit Makefile distinfo pkg-descr Log: Add rcsedit, a simple wrapper for RCS written in Perl. PR: 99346 Submitted by: Ant

cvs commit: ports KNOBS

2006-06-23 Thread Sergey Skvortsov
skv 2006-06-23 14:14:49 UTC FreeBSD ports repository Modified files: .KNOBS Log: Add WITH_MODPERL2 Revision ChangesPath 1.12 +2 -1 ports/KNOBS ___ cvs-all@freebsd.org mailing list http://lis

cvs commit: ports/databases/pgtop pkg-plist

2006-06-23 Thread Shaun Amott
shaun 2006-06-23 13:46:06 UTC FreeBSD ports repository Modified files: databases/pgtop pkg-plist Log: Fix plist: don't remove nls/en_US.US-ASCII or nls/POSIX PR: ports/99337 Submitted by: shaun (me) Approved by:Bartek Rutkowski <[EMAIL PROTECTED]

cvs commit: src/lib/libc/stdlib tsearch.3

2006-06-23 Thread Giorgos Keramidas
keramida2006-06-23 13:36:33 UTC FreeBSD src repository (doc committer) Modified files: lib/libc/stdlib tsearch.3 Log: twalk() expects an `action' function not a comparison function. The text is correct in the "DESCRIPTION" section, so fix "SYNOPSIS" to use the correct na

cvs commit: ports/devel/ptmalloc Makefile pkg-plist

2006-06-23 Thread Vasil Dimov
vd 2006-06-23 13:31:52 UTC FreeBSD ports repository Modified files: devel/ptmalloc Makefile pkg-plist Log: * Install the header file so applications can use functions which are present in this library but not in FreeBSD's libc and thus not prototyped in the sto

cvs commit: ports/print/muttprint Makefile

2006-06-23 Thread Michael Johnson
ahze2006-06-23 13:30:26 UTC FreeBSD ports repository Modified files: print/muttprint Makefile Log: - Depend on cups-base instead of cups-lpr if WITH_CUPS is defined Reported by:Sergey Akifyev Revision ChangesPath 1.33 +1 -1 ports/print/mutt

cvs commit: ports/lang/gcc40 Makefile distinfo

2006-06-23 Thread Gerald Pfeifer
gerald 2006-06-23 13:24:20 UTC FreeBSD ports repository Modified files: lang/gcc40 Makefile distinfo Log: Update to the 20060622 snapshot of GCC 4.0.4. Fix USE_LDCONFIG for non-default prefix installation. Revision ChangesPath 1.263 +2 -1 ports/l

cvs commit: ports/cad/tochnog Makefile ports/cad/tochnog/files patch-so_petsc.c patch-tn.cc patch-tochnog.h

2006-06-23 Thread Pav Lucistnik
pav 2006-06-23 13:11:39 UTC FreeBSD ports repository Modified files: cad/tochnog Makefile cad/tochnog/filespatch-tochnog.h Added files: cad/tochnog/filespatch-so_petsc.c patch-tn.cc Log: - use standard BLAS instead of ATLAS so this can be packaged

cvs commit: CVSROOT modules

2006-06-23 Thread Pav Lucistnik
pav 2006-06-23 12:57:24 UTC FreeBSD ports repository Modified files: .modules Log: iaxmodem --> ports/net/iaxmodem Revision ChangesPath 1.15410 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mai

cvs commit: ports/net Makefile ports/net/iaxmodem Makefile distinfo pkg-descr pkg-plist ports/net/iaxmodem/files iaxmodem.sh.in patch-aa pkg-message.in

2006-06-23 Thread Pav Lucistnik
pav 2006-06-23 12:56:40 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/iaxmodem Makefile distinfo pkg-descr pkg-plist net/iaxmodem/files iaxmodem.sh.in patch-aa pkg-message.in Log: IAXmodem is a software modem

cvs commit: ports/emulators/linux_base-fc3 Makefile ports/emulators/linux_base-fc4 Makefile

2006-06-23 Thread Boris Samorodov
bsam2006-06-23 12:23:47 UTC FreeBSD ports repository Modified files: emulators/linux_base-fc3 Makefile emulators/linux_base-fc4 Makefile Log: Use USE_LINUX_PREFIX instead of PREFIX?= ${LINUXBASE} and NO_MTREE. PR: 99320 Submitted by: gabor Approved

cvs commit: CVSROOT modules

2006-06-23 Thread Pav Lucistnik
pav 2006-06-23 12:21:57 UTC FreeBSD ports repository Modified files: .modules Log: tikiwiki --> ports/www/tikiwiki Revision ChangesPath 1.15409 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mai

cvs commit: ports/www Makefile ports/www/tikiwiki Makefile distinfo pkg-descr pkg-plist

2006-06-23 Thread Pav Lucistnik
pav 2006-06-23 12:21:25 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/tikiwiki Makefile distinfo pkg-descr pkg-plist Log: Tiki CMS/Groupware, also known as TikiWiki, is a powerful web-based Groupware and Content M

cvs commit: ports/net/libosip2 Makefile distinfo pkg-plist

2006-06-23 Thread Pav Lucistnik
pav 2006-06-23 12:02:28 UTC FreeBSD ports repository Modified files: net/libosip2 Makefile distinfo pkg-plist Log: - Update to 2.2.3 PR: ports/99242 Submitted by: Yi-Huan Chan <[EMAIL PROTECTED]> Approved by:Soeren Straarup <[EMAIL PROTECTED

cvs commit: ports/irc/xchat-gnome Makefile distinfo pkg-plist

2006-06-23 Thread Pav Lucistnik
pav 2006-06-23 11:42:04 UTC FreeBSD ports repository Modified files: irc/xchat-gnome Makefile distinfo pkg-plist Log: - Update to 0.12 PR: ports/99240 Submitted by: Tim Welch <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.151

  1   2   >