Re: cvs commit: src/lib/libc/stdlib malloc.c

2007-12-27 Thread Jason Evans
Jason Evans wrote: jasone 2007-12-28 07:24:20 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) in order to support re-use of multi-chunk unused regions within the DSS for

cvs commit: src/lib/libc/stdlib malloc.c

2007-12-27 Thread Jason Evans
jasone 2007-12-28 07:24:20 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) in order to support re-use of multi-chunk unused regions within the DSS for huge allocations. Thi

cvs commit: src/share/man/man3 tree.3 src/sys/sys tree.h

2007-12-27 Thread Jason Evans
jasone 2007-12-28 07:03:26 UTC FreeBSD src repository Modified files: share/man/man3 tree.3 sys/sys tree.h Log: Implement RB_PREV() AND RB_FOREACH_REVERSE(). Revision ChangesPath 1.7 +10 -2 src/share/man/man3/tree.3 1.7 +29 -

cvs commit: ports/games/kardsgt Makefile distinfo

2007-12-27 Thread Andrew Pantyukhin
sat 2007-12-28 07:01:34 UTC FreeBSD ports repository Modified files: games/kardsgtMakefile distinfo Log: - Update to 0.6.4 Revision ChangesPath 1.3 +3 -3 ports/games/kardsgt/Makefile 1.2 +3 -3 ports/games/kardsgt/distinfo __

cvs commit: www/share/sgml news.xml

2007-12-27 Thread Weongyo Jeong
weongyo 2007-12-28 06:32:29 UTC FreeBSD doc repository (src committer) Modified files: share/sgml news.xml Log: Announce my src commit bit. Approved by:thompsa (mentor) Revision ChangesPath 1.129 +8 -0 www/share/sgml/news.xml __

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.committers.sgml

2007-12-27 Thread Weongyo Jeong
weongyo 2007-12-28 06:23:18 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.committers.sgml Log: Add my entity Approved by:thompsa (mentor) Revision ChangesPath 1.214 +4 -0 doc/en_US.ISO8859-1

cvs commit: www/en developers.sgml

2007-12-27 Thread Weongyo Jeong
weongyo 2007-12-28 06:16:06 UTC FreeBSD doc repository (src committer) Modified files: en developers.sgml Log: Add myself Approved by:thompsa (mentor) Revision ChangesPath 1.180 +1 -0 www/en/developers.sgml _

cvs commit: doc/en_US.ISO8859-1/share/sgml authors.ent

2007-12-27 Thread Weongyo Jeong
weongyo 2007-12-28 06:11:21 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/share/sgml authors.ent Log: Add myself Approved by:thompsa (mentor) Revision ChangesPath 1.435 +2 -0 doc/en_US.ISO8859-1/share/sgml/authors.ent ___

Re: cvs commit: src/usr.sbin/sysinstall main.c

2007-12-27 Thread Ken Smith
On Fri, 2007-12-28 at 05:08 +, Ken Smith wrote: > kensmith2007-12-28 05:08:54 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/sysinstall main.c > Log: > The limit on datasize in the install environment is 128M. That's a bit > too small for today's standards

cvs commit: src/usr.sbin/sysinstall main.c

2007-12-27 Thread Ken Smith
kensmith2007-12-28 05:08:54 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall main.c Log: The limit on datasize in the install environment is 128M. That's a bit too small for today's standards. While loading packages sysinstall blows past this by a LOT but I t

cvs commit: www/share/sgml news.xml

2007-12-27 Thread David E. O'Brien
obrien 2007-12-28 03:10:29 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Juniper Networks, Inc. has donated a reference FreeBSD port to the MIPS architecture to The FreeBSD Project. Revision ChangesPath 1.128 +14 -1 www/share

cvs commit: src/lib/libc/stdlib malloc.c

2007-12-27 Thread Jason Evans
jasone 2007-12-28 02:15:09 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Release chunks_mtx for all paths through chunk_dealloc(). Reported by:kris Revision ChangesPath 1.156 +4 -1 src/lib/libc/stdlib/malloc.c ___

cvs commit: src/sys/kern vfs_subr.c

2007-12-27 Thread Robert Watson
rwatson 2007-12-28 00:47:32 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: In "show lockedvnods" DDB command, use db_printf() rather than printf() so that the results end up in the DDB output stream rather than the console output stream.

cvs commit: src/share/man/man9 VOP_LOCK.9 lock.9 src/sys/fs/unionfs union_vnops.c src/sys/kern kern_lock.c src/sys/sys lockmgr.h param.h

2007-12-27 Thread Attilio Rao
attilio 2007-12-28 00:38:13 UTC FreeBSD src repository Modified files: share/man/man9 lock.9 VOP_LOCK.9 sys/fs/unionfs union_vnops.c sys/kern kern_lock.c sys/sys lockmgr.h param.h Log: Trimm out now unused option LK_EXCLUPGRADE

cvs commit: ports/www/drood Makefile distinfo

2007-12-27 Thread Thomas Abthorpe
tabthorpe2007-12-28 00:05:32 UTC FreeBSD ports repository Modified files: www/droodMakefile distinfo Log: -Update to 1.18 PR: ports/119078 Submitted by: James Bailie (maintainer) Revision ChangesPath 1.10 +1 -1 ports/www/dro

cvs commit: src/lib/libc/stdlib malloc.3 malloc.c

2007-12-27 Thread Jason Evans
jasone 2007-12-27 23:29:44 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.3 malloc.c Log: Add the 'D' and 'M' run time options, and use them to control whether memory is acquired from the system via sbrk(2) and/or mmap(2). By default, use sbrk(2) onl

cvs commit: ports/misc/tvbrowser Makefile distinfo

2007-12-27 Thread Lars Engels
lme 2007-12-27 23:21:18 UTC FreeBSD ports repository Modified files: misc/tvbrowser Makefile distinfo Log: - Update to 2.6.2 Approved by:miwi (mentor implicit) Spotted by: nox Revision ChangesPath 1.13 +1 -1 ports/misc/tvbrowser/Make

cvs commit: src/sys/conf NOTES

2007-12-27 Thread Dag-Erling Smorgrav
des 2007-12-27 23:19:03 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Unbreak LINT on non-i386/amd64 platforms. Revision ChangesPath 1.1464+0 -4 src/sys/conf/NOTES ___ cvs-all@freebs

Re: cvs commit: src/sys/conf NOTES

2007-12-27 Thread Dag-Erling Smørgrav
Rui Paulo <[EMAIL PROTECTED]> writes: > Log: > Add asmc(4). Why did you add an i386/amd64-only device to the platform-independent NOTES? DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/ma

cvs commit: ports/japanese/zipcodes Makefile distinfo

2007-12-27 Thread Jun Kuriyama
kuriyama2007-12-27 23:10:37 UTC FreeBSD ports repository Modified files: japanese/zipcodesMakefile distinfo Log: Update to 20071220 version. Revision ChangesPath 1.56 +1 -1 ports/japanese/zipcodes/Makefile 1.40 +6 -6 ports/japanese/zipcodes/d

cvs commit: CVSROOT modules

2007-12-27 Thread Jun Kuriyama
kuriyama2007-12-27 23:06:05 UTC FreeBSD ports repository Modified files: .modules Log: rubygem-rascut --> ports/devel/rubygem-rascut Revision ChangesPath 1.19125 +1 -0 CVSROOT/modules ___ cvs-all

cvs commit: ports/devel Makefile ports/devel/rubygem-rascut Makefile distinfo pkg-descr pkg-plist

2007-12-27 Thread Jun Kuriyama
kuriyama2007-12-27 23:05:29 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/rubygem-rascut Makefile distinfo pkg-descr pkg-plist Log: Rascut is Ruby ActionSCript UTility :D WWW: http://hotchpotch.rubyforge.org/ Revisi

cvs commit: src/sys/kern kern_lock.c

2007-12-27 Thread Attilio Rao
attilio 2007-12-27 22:56:57 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: In order to avoid a huge class of deadlocks (in particular in interactions with the interlock), owner of the lock should be only curthread or at least, for its limited

cvs commit: ports/editors/jedit-devel Makefile distinfo

2007-12-27 Thread Martin Wilke
miwi2007-12-27 22:53:42 UTC FreeBSD ports repository Modified files: editors/jedit-devel Makefile distinfo Log: - Update to 4.3.p12 PR: 118957 Submitted by: Linh Pham <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.22 +1 -1

cvs commit: ports/ports-mgmt/bpkg Makefile ports/ports-mgmt/bpkg/files bpkg.8 bpkg.sh.in

2007-12-27 Thread Martin Wilke
miwi2007-12-27 22:51:27 UTC FreeBSD ports repository Modified files: ports-mgmt/bpkg Makefile ports-mgmt/bpkg/files bpkg.8 bpkg.sh.in Log: - Update to 1.7.1 PR: 119001 Submitted by: Andy Kosela <[EMAIL PROTECTED]> (maintainer) Revision Cha

cvs commit: ports/www/ziproxy Makefile distinfo

2007-12-27 Thread Martin Wilke
miwi2007-12-27 22:49:40 UTC FreeBSD ports repository Modified files: www/ziproxy Makefile distinfo Log: - Update to 2.4.3 PR: 119058 Submitted by: Pankov Pavel <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.9 +1 -1

cvs commit: ports/audio/asunder Makefile distinfo ports/audio/asunder/files patch-src_main.c patch-src_threads.c

2007-12-27 Thread Martin Wilke
miwi2007-12-27 22:48:22 UTC FreeBSD ports repository Modified files: audio/asunderMakefile distinfo Removed files: audio/asunder/files patch-src_main.c patch-src_threads.c Log: - Update to 1.0 PR: 118847 Submitted by: Fraser Tweedale <[EMA

cvs commit: ports/databases/pgpool-II Makefile distinfo pkg-descr pkg-plist

2007-12-27 Thread Jun Kuriyama
kuriyama2007-12-27 22:47:02 UTC FreeBSD ports repository Modified files: databases/pgpool-II Makefile distinfo pkg-descr pkg-plist Log: Upgrade to 2.0.1. Revision ChangesPath 1.14 +2 -2 ports/databases/pgpool-II/Makefile 1.10 +3 -3 ports/databas

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

2007-12-27 Thread Martin Wilke
miwi2007-12-27 22:46:45 UTC FreeBSD ports repository Modified files: net/tcpreen Makefile distinfo pkg-plist Log: - Update to 1.4.4 PR: 119055 Submitted by: Janos Mohacsi <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.19

cvs commit: ports/sysutils/ipa Makefile distinfo

2007-12-27 Thread Martin Wilke
miwi2007-12-27 22:45:39 UTC FreeBSD ports repository Modified files: sysutils/ipa Makefile distinfo Log: - Update to 2.0.5 PR: 119007 Submitted by: Andrey Simonenko <[EMAIL PROTECTED]> (maintainer) Revision ChangesPath 1.42 +1 -1

cvs commit: ports/audio/praat Makefile distinfo pkg-descr ports/audio/praat/files patch-makefiles_makefile.defs.freebsd.dynamic praat.1

2007-12-27 Thread Martin Wilke
miwi2007-12-27 22:44:20 UTC FreeBSD ports repository Modified files: audio/praat Makefile distinfo pkg-descr audio/praat/files patch-makefiles_makefile.defs.freebsd.dynamic Added files: audio/praat/filespraat.1 Log: - Upda

cvs commit: src/sys/kern kern_proc.c

2007-12-27 Thread Robert Watson
rwatson 2007-12-27 22:44:02 UTC FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Return ESRCH when a kernel stack is queried on a process in execve() -- p_candebug() will return EAGAIN which, if the other process never leaves execve(), will result

cvs commit: projects/tinderbox/etc releng_7.rc update_releng_7.rc

2007-12-27 Thread Dag-Erling Smorgrav
des 2007-12-27 22:35:37 UTC FreeBSD projects repository Modified files: tinderbox/etcreleng_7.rc update_releng_7.rc Log: Add RELENG_7_0 Revision ChangesPath 1.3 +1 -1 projects/tinderbox/etc/releng_7.rc 1.3 +1 -1 projects/tinderbox/e

cvs commit: src/share/man/man9 VOP_LOCK.9

2007-12-27 Thread Attilio Rao
attilio 2007-12-27 22:33:30 UTC FreeBSD src repository Modified files: share/man/man9 VOP_LOCK.9 Log: Garbage-collect following nomore existing options: - LK_REENABLE - LK_NOPAUSE - LK_NOOBJ Revision ChangesPath 1.18 +1 -7 src/share/man/man9/VOP_

cvs commit: CVSROOT modules ports/net Makefile

2007-12-27 Thread Martin Wilke
miwi2007-12-27 22:10:42 UTC FreeBSD ports repository Modified files: .modules net Makefile Log: - Connect net/tcptraceroute-devel Revision ChangesPath 1.19124 +1 -0 CVSROOT/modules 1.1953+1 -0 ports/net/M

cvs commit: ports/net/tcptraceroute-devel Makefile distinfo pkg-descr pkg-plist ports/net/tcptraceroute-devel/files patch-Makefile patch-configure patch-tcptraceroute.c

2007-12-27 Thread Martin Wilke
miwi2007-12-27 22:08:27 UTC FreeBSD ports repository Modified files: net/tcptraceroute-devel Makefile distinfo pkg-descr pkg-plist Added files: net/tcptraceroute-devel/files patch-configure Removed files: net/tcptraceroute-devel/files patch-Makefile

cvs commit: src/lib/libc/gen sem_open.3

2007-12-27 Thread John Baldwin
jhb 2007-12-27 21:55:50 UTC FreeBSD src repository Modified files: lib/libc/gen sem_open.3 Log: Fix a typo in regards to the ENOENT error. PR: docs/118929 Submitted by: mymtom of hotmail MFC after: 3 days Revision ChangesPath 1.

Re: cvs commit: src/bin/mv mv.c

2007-12-27 Thread Bruce Evans
On Thu, 27 Dec 2007, Diomidis Spinellis wrote: dds 2007-12-27 11:33:42 UTC FreeBSD src repository Modified files: bin/mv mv.c Log: - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47, and follow the letter of the POSIX specification. - Moving

cvs commit: ports/net/tcptraceroute-devel Makefile distinfo pkg-descr pkg-plist

2007-12-27 Thread Martin Wilke
miwi2007-12-27 21:53:19 UTC FreeBSD ports repository Modified files: net/tcptraceroute-devel Makefile distinfo pkg-descr pkg-plist Log: - Force commit repocopy from net/tcptraceroute to net/tcptraceroute-devel Repocopy by:marcus Revision ChangesPath 1.11

cvs commit: CVSROOT modules ports/irc Makefile ports/irc/irssi-xmpp-devel Makefile distinfo

2007-12-27 Thread Martin Wilke
miwi2007-12-27 21:38:07 UTC FreeBSD ports repository Modified files: .modules irc Makefile irc/irssi-xmpp-devel Makefile distinfo Log: - Add irc/irssi-xmpp-devel - cvs snapshot from irc/irssi-xmpp after repocopy. - Update to 20

cvs commit: src/sbin/savecore savecore.c

2007-12-27 Thread Robert Watson
rwatson 2007-12-27 21:28:48 UTC FreeBSD src repository Modified files: sbin/savecoresavecore.c Log: Compare kernel dump header magic with textdump magic using strncmp() rather than the memcmp() which is used for regular dumps: the textdump string is one character shor

cvs commit: ports/irc/irssi-xmpp-devel Makefile distinfo pkg-descr

2007-12-27 Thread Martin Wilke
miwi2007-12-27 21:01:04 UTC FreeBSD ports repository Modified files: irc/irssi-xmpp-devel Makefile distinfo pkg-descr Log: - Force commit repocopy from irc/irssi-xmpp to irc/irssi-xmpp-devel Repocopy by:marcus Revision ChangesPath 1.4 +0 -0 po

cvs commit: CVSROOT modules

2007-12-27 Thread Martin Wilke
miwi2007-12-27 20:56:46 UTC FreeBSD ports repository Modified files: .modules Log: - Connect x11/gtk-theme-switch2 Revision ChangesPath 1.19122 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mai

cvs commit: ports/x11 Makefile ports/x11/gtk-theme-switch2 Makefile distinfo pkg-descr pkg-plist ports/x11/gtk-theme-switch2/files patch-aa

2007-12-27 Thread Martin Wilke
miwi2007-12-27 20:55:18 UTC FreeBSD ports repository Modified files: x11 Makefile x11/gtk-theme-switch2 Makefile distinfo pkg-descr Removed files: x11/gtk-theme-switch2 pkg-plist x11/gtk-theme-switch2/files patch-aa Log: - Update to 2.0.0 rc2

cvs commit: ports/games/freeciv Makefile distinfo

2007-12-27 Thread Andrew Pantyukhin
sat 2007-12-27 20:54:40 UTC FreeBSD ports repository Modified files: games/freecivMakefile distinfo Log: - Update to 2.1.2 Revision ChangesPath 1.86 +1 -2 ports/games/freeciv/Makefile 1.32 +3 -3 ports/games/freeciv/distinfo __

cvs commit: src/sys/kern vfs_subr.c

2007-12-27 Thread Attilio Rao
attilio 2007-12-27 20:52:06 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: As LK_EXCLUPGRADE is used in conjuction with LK_NOWAIT, LK_UPGRADE becames equivalent with this and so operate the switch. That call is the only one remaining LK_EXC

cvs commit: ports/x11/gtk-theme-switch2 Makefile distinfo pkg-descr pkg-plist

2007-12-27 Thread Martin Wilke
miwi2007-12-27 20:42:30 UTC FreeBSD ports repository Modified files: x11/gtk-theme-switch2 Makefile distinfo pkg-descr pkg-plist Log: - Force commit repocopy from x11/gtk-theme-switch to x11/gtk-theme-switch2 Repocopy by:marcus Revision ChangesPath 1.14

cvs commit: doc/nl_NL.ISO8859-1/books/handbook/cutting-edge chapter.sgml

2007-12-27 Thread Remko Lodder
remko 2007-12-27 20:03:26 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: MFp4 cutting-edge -> 1.227 Revision ChangesPath 1.6 +23 -150 doc/nl_NL.ISO8859-1/books/handbook/cutting-edge/chapter.sgml

cvs commit: ports/www/xpi-foxmarks Makefile distinfo

2007-12-27 Thread Andrew Pantyukhin
sat 2007-12-27 19:48:28 UTC FreeBSD ports repository Modified files: www/xpi-foxmarks Makefile distinfo Log: - Update to 2.0.36 Revision ChangesPath 1.8 +1 -1 ports/www/xpi-foxmarks/Makefile 1.8 +3 -3 ports/www/xpi-foxmarks/distinfo ___

cvs commit: ports/irc/p5-POE-Filter-IRCD Makefile distinfo

2007-12-27 Thread Andrew Pantyukhin
sat 2007-12-27 19:41:55 UTC FreeBSD ports repository Modified files: irc/p5-POE-Filter-IRCD Makefile distinfo Log: - Update to 2.34 Revision ChangesPath 1.11 +1 -1 ports/irc/p5-POE-Filter-IRCD/Makefile 1.11 +3 -3 ports/irc/p5-POE-Filter-IRCD/

cvs commit: src/release/doc/share/examples Makefile.relnotesng src/release/doc/share/sgml release.ent

2007-12-27 Thread Bruce A. Mah
bmah2007-12-27 19:34:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_7_0) release/doc/share/examples Makefile.relnotesng release/doc/share/sgml release.ent Log: Version number bumps for 7.0-RELEASE release documentation. Approved by:re (impl

cvs commit: doc/nl_NL.ISO8859-1/books/handbook/introduction chapter.sgml

2007-12-27 Thread Remko Lodder
remko 2007-12-27 19:27:22 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/introduction chapter.sgml Log: MFp4 introduction -> 1.121 Revision ChangesPath 1.8 +18 -15 doc/nl_NL.ISO8859-1/books/handbook/introduction/chapter.sgml

cvs commit: doc/nl_NL.ISO8859-1/books/handbook/mirrors chapter.sgml

2007-12-27 Thread Remko Lodder
remko 2007-12-27 19:26:49 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/mirrors chapter.sgml Log: MFen: mirrors -> 1.442 Revision ChangesPath 1.14 +134 -29 doc/nl_NL.ISO8859-1/books/handbook/mirrors/chapter.sgml ___

Re: cvs commit: src/sys/kern vfs_bio.c vfs_mount.c

2007-12-27 Thread Remko Lodder
Aryeh M. Friedman wrote: > Remko Lodder wrote: >> Warner Losh wrote: >>> imp 2007-12-27 16:38:29 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: sys/kern vfs_bio.c vfs_mount.c Log: A >>> partial solution to some of the 'pull the umass device with a >>> mounted FS' pro

Re: cvs commit: src/sys/kern vfs_bio.c vfs_mount.c

2007-12-27 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Remko Lodder wrote: > Warner Losh wrote: >> imp 2007-12-27 16:38:29 UTC >> >> FreeBSD src repository >> >> Modified files: sys/kern vfs_bio.c vfs_mount.c Log: A >> partial solution to some of the 'pull the umass device with a >> mou

cvs commit: src/sys/conf NOTES

2007-12-27 Thread Rui Paulo
rpaulo 2007-12-27 18:26:48 UTC FreeBSD src repository Modified files: sys/conf NOTES Log: Add asmc(4). Approved by:njl (mentor) Revision ChangesPath 1.1463+4 -0 src/sys/conf/NOTES ___ cvs-all@f

cvs commit: doc/nl_NL.ISO8859-1/books/handbook/geom chapter.sgml

2007-12-27 Thread Remko Lodder
remko 2007-12-27 18:26:31 UTC FreeBSD doc repository Modified files: nl_NL.ISO8859-1/books/handbook/geom chapter.sgml Log: MFp4 (/MFen): geom -> 1.38 Revision ChangesPath 1.6 +283 -26 doc/nl_NL.ISO8859-1/books/handbook/geom/chapter.sgml

cvs commit: doc/en_US.ISO8859-1/books/handbook/geom chapter.sgml

2007-12-27 Thread Remko Lodder
remko 2007-12-27 18:21:23 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/geom chapter.sgml Log: I like the "create" "use" "destroy" documentation flow better then that was the case for the current section: "create" "destroy" "use" so, move the des

cvs commit: src/sys/vm vm_object.h

2007-12-27 Thread Alan Cox
alc 2007-12-27 17:56:35 UTC FreeBSD src repository Modified files: sys/vm vm_object.h Log: Add a list of reservations to the vm object structure. Recycle the vm object's "pg_color" field to represent the color of the first virtual page address at which th

cvs commit: doc/en_US.ISO8859-1/books/handbook/geom chapter.sgml

2007-12-27 Thread Remko Lodder
remko 2007-12-27 17:30:30 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/geom chapter.sgml Log: Throughout the document we call things like adX objects, the same goes for one of the .journal examples, lets use that a bit more consequently in the

cvs commit: ports/security/chkrootkit Makefile distinfo ports/security/chkrootkit/files 600000-patch-chkproc.c

2007-12-27 Thread Thomas Abthorpe
tabthorpe2007-12-27 17:19:23 UTC FreeBSD ports repository Modified files: security/chkrootkit Makefile distinfo Removed files: security/chkrootkit/files 60-patch-chkproc.c Log: - Update to 0.48 - Remove pre-everything (no more false positives) - Remove patches (ex

Re: cvs commit: src/sys/kern vfs_bio.c vfs_mount.c

2007-12-27 Thread Remko Lodder
Warner Losh wrote: > imp 2007-12-27 16:38:29 UTC > > FreeBSD src repository > > Modified files: > sys/kern vfs_bio.c vfs_mount.c > Log: > A partial solution to some of the 'pull the umass device with a > mounted FS' problems. These are more along the lines of '

cvs commit: src/sys/vm vm.h

2007-12-27 Thread Alan Cox
alc 2007-12-27 17:08:11 UTC FreeBSD src repository Modified files: sys/vm vm.h Log: Add the superpage reservation type. Revision ChangesPath 1.28 +3 -0 src/sys/vm/vm.h ___ cvs-all@freebsd.org mail

cvs commit: ports/net/liveMedia Makefile distinfo

2007-12-27 Thread Norikatsu Shigemura
nork2007-12-27 16:49:07 UTC FreeBSD ports repository Modified files: net/liveMediaMakefile distinfo Log: Update to 2007.12.27. Revision ChangesPath 1.263 +1 -1 ports/net/liveMedia/Makefile 1.246 +3 -3 ports/net/liveMedia/distinfo __

cvs commit: src/sys/amd64/include vmparam.h src/sys/arm/include vmparam.h src/sys/conf options src/sys/i386/include vmparam.h src/sys/ia64/include vmparam.h src/sys/powerpc/include vmparam.h src/sys/s

2007-12-27 Thread Alan Cox
alc 2007-12-27 16:45:40 UTC FreeBSD src repository Modified files: sys/amd64/includevmparam.h sys/arm/include vmparam.h sys/conf options sys/i386/include vmparam.h sys/ia64/include vmparam.h sys/powerpc/include vmparam.h

cvs commit: ports/net-im/climm Makefile

2007-12-27 Thread Johan van Selst
johans 2007-12-27 16:40:05 UTC FreeBSD ports repository Modified files: net-im/climm Makefile Log: bsd.port.options.mk doesn't work yet: do not use this. Reported by:dvl, shaun Pointyhat to: johans Revision ChangesPath 1.65 +4 -3 ports/

cvs commit: src/sys/kern vfs_bio.c vfs_mount.c

2007-12-27 Thread Warner Losh
imp 2007-12-27 16:38:29 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c vfs_mount.c Log: A partial solution to some of the 'pull the umass device with a mounted FS' problems. These are more along the lines of 'avoiding an avoidable panic' than a

cvs commit: ports/japanese/mimekit Makefile ports/japanese/mimekit/files patch-JIS.c patch-TLEX.c patch-html.c patch-mime.c patch-mime.h patch-pgp.c

2007-12-27 Thread MANTANI Nobutaka
nobutaka2007-12-27 16:23:21 UTC FreeBSD ports repository Modified files: japanese/mimekit Makefile Added files: japanese/mimekit/files patch-JIS.c patch-TLEX.c patch-html.c patch-mime.c patch-mime.h patch-pgp.c Log: Fix build with gcc 4.2.

cvs commit: ports/japanese/ebview Makefile ports/japanese/ebview/files patch-src_eb.c patch-src_websearch.c

2007-12-27 Thread MANTANI Nobutaka
nobutaka2007-12-27 16:15:07 UTC FreeBSD ports repository Modified files: japanese/ebview Makefile Added files: japanese/ebview/files patch-src_eb.c patch-src_websearch.c Log: Fix build with gcc 4.2. Revision ChangesPath 1.30 +0 -4 ports/japanese/

cvs commit: CVSROOT modules

2007-12-27 Thread Thomas Abthorpe
tabthorpe2007-12-27 16:03:52 UTC FreeBSD ports repository Modified files: .modules Log: p5-SNMP-Persist --> ports/devel/p5-SNMP-Persist Revision ChangesPath 1.19121 +1 -0 CVSROOT/modules ___ cvs-

cvs commit: ports/devel Makefile ports/devel/p5-SNMP-Persist Makefile distinfo pkg-descr pkg-plist

2007-12-27 Thread Thomas Abthorpe
tabthorpe2007-12-27 16:03:39 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-SNMP-Persist Makefile distinfo pkg-descr pkg-plist Log: The SNMP-Persist module is a backend for pass_persist feature of net-snmp. It simpli

cvs commit: ports/net-im/climm Makefile

2007-12-27 Thread Johan van Selst
johans 2007-12-27 16:01:34 UTC FreeBSD ports repository Modified files: net-im/climm Makefile Log: - Use OPTIONS - Make hidden dependencies explicit Revision ChangesPath 1.64 +42 -14ports/net-im/climm/Makefile __

cvs commit: doc/en_US.ISO8859-1/books/handbook/geom chapter.sgml

2007-12-27 Thread Remko Lodder
remko 2007-12-27 15:43:53 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/geom chapter.sgml Log: Correct another example and in the same example, talk about a replaceable /mnt since we mention a line before that we can choose a desirable mountpoint

cvs commit: doc/en_US.ISO8859-1/books/handbook/geom chapter.sgml

2007-12-27 Thread Remko Lodder
remko 2007-12-27 15:39:11 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/geom chapter.sgml Log: Make the gjournal load a bit more inline with the other examples we have. Revision ChangesPath 1.35 +1 -1 doc/en_US.ISO8859-1/books/h

cvs commit: ports/misc/gnomesword Makefile distinfo

2007-12-27 Thread Thomas Abthorpe
tabthorpe2007-12-27 14:18:49 UTC FreeBSD ports repository Modified files: misc/gnomesword Makefile distinfo Log: - Update to 2.3.2 Revision ChangesPath 1.34 +1 -1 ports/misc/gnomesword/Makefile 1.10 +3 -3 ports/misc/gnomesword/distinfo _

cvs commit: src/tools/tools/nanobsd nanobsd.sh

2007-12-27 Thread Simon L. Nielsen
simon 2007-12-27 12:17:45 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: - Fix calculation of data slice size when NANO_DATASIZE=-1. Due to a typo, setting NANO_DATASIZE=-1 resulted in the data slice being the same size as entire imag

cvs commit: ports/www/p5-CGI-Ex Makefile distinfo pkg-plist

2007-12-27 Thread Gabor Kovesdan
gabor 2007-12-27 12:02:18 UTC FreeBSD ports repository Modified files: www/p5-CGI-ExMakefile distinfo pkg-plist Log: - Update to 2.23 Revision ChangesPath 1.17 +1 -1 ports/www/p5-CGI-Ex/Makefile 1.16 +3 -3 ports/www/p5-CGI-Ex/distinfo

cvs commit: ports/devel/p5-PathTools Makefile distinfo

2007-12-27 Thread Gabor Kovesdan
gabor 2007-12-27 12:01:45 UTC FreeBSD ports repository Modified files: devel/p5-PathTools Makefile distinfo Log: - Update to 3.2501 Revision ChangesPath 1.32 +1 -1 ports/devel/p5-PathTools/Makefile 1.24 +3 -3 ports/devel/p5-PathTools/distinfo

cvs commit: ports/archivers/p5-Archive-Tar Makefile distinfo

2007-12-27 Thread Gabor Kovesdan
gabor 2007-12-27 12:01:16 UTC FreeBSD ports repository Modified files: archivers/p5-Archive-Tar Makefile distinfo Log: - Update to 1.38 Revision ChangesPath 1.30 +1 -1 ports/archivers/p5-Archive-Tar/Makefile 1.22 +3 -3 ports/archivers/p5-Archiv

cvs commit: ports/graphics/Coin Makefile distinfo pkg-plist ports/graphics/Coin/files patch-Makefile.in

2007-12-27 Thread Li-Wen Hsu
lwhsu 2007-12-27 11:58:53 UTC FreeBSD ports repository Modified files: graphics/CoinMakefile distinfo pkg-plist Added files: graphics/Coin/files patch-Makefile.in Log: - Update to version 2.5.0, which achieves full OpenInventor 2.1 compatibility. - Add experim

cvs commit: src/bin/mv mv.c

2007-12-27 Thread Diomidis Spinellis
dds 2007-12-27 11:33:42 UTC FreeBSD src repository Modified files: bin/mv mv.c Log: - Roll-back attempts to mimic rename(2) atomicity introduced in 1.47, and follow the letter of the POSIX specification. - Moving a directory to an existing non-empty dir

cvs commit: ports/www/xshttpd-devel Makefile distinfo

2007-12-27 Thread Johan van Selst
johans 2007-12-27 10:55:57 UTC FreeBSD ports repository Modified files: www/xshttpd-develMakefile distinfo Log: - Update to 3.5 beta 29 (bugfix release) Revision ChangesPath 1.44 +1 -1 ports/www/xshttpd-devel/Makefile 1.39 +3 -3 ports/www/xs

Re: cvs commit: src/sys/conf files src/sys/ddb db_command.c db_command.h db_lex.c db_lex.h db_main.c db_script.c ddb.h

2007-12-27 Thread Robert Watson
On Wed, 26 Dec 2007, Julian Elischer wrote: Thanks! DDB capture output, scripting, and textdumps were pretty much what I had in the queue for DDB at this point. I'll see if I can't come up with some stuff, and look forward to hearing about how people use these ones. I'll also happily accept

cvs commit: src/sys/net route.c route.h

2007-12-27 Thread Maxime Henrion
mux 2007-12-27 10:00:58 UTC FreeBSD src repository Modified files: sys/net route.c route.h Log: Add a workaround for a deadlock between the rt_setgate() and rt_check() functions. It is easily triggered by running routed, and, I expect, by running any other d

cvs commit: ports/ports-mgmt/portaudit Makefile ports/ports-mgmt/portaudit/files portaudit-cmd.sh

2007-12-27 Thread Simon L. Nielsen
simon 2007-12-27 09:54:23 UTC FreeBSD ports repository Modified files: ports-mgmt/portaudit Makefile ports-mgmt/portaudit/files portaudit-cmd.sh Log: - Fix portaudit -Fq to actually be quiet. [1] - Remove support for FreeBSD older than 4.11 and 5.3. - Remove conditiona

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

2007-12-27 Thread Johan van Selst
johans 2007-12-27 09:45:11 UTC FreeBSD ports repository Modified files: emulators/openmsxMakefile distinfo pkg-plist Log: - Update to 0.6.3 - Add dependency on GLEW Revision ChangesPath 1.8 +2 -2 ports/emulators/openmsx/Makefile 1.4 +3 -3

cvs commit: ports/shells/fd Makefile distinfo

2007-12-27 Thread Akinori MUSHA
knu 2007-12-27 09:24:13 UTC FreeBSD ports repository Modified files: shells/fdMakefile distinfo Log: Update to 2.09f. Revision ChangesPath 1.85 +1 -1 ports/shells/fd/Makefile 1.51 +3 -3 ports/shells/fd/distinfo ___

cvs commit: ports/databases/ruby-mysql Makefile distinfo

2007-12-27 Thread Akinori MUSHA
knu 2007-12-27 08:58:23 UTC FreeBSD ports repository Modified files: databases/ruby-mysql Makefile distinfo Log: Update to 2.7.4. PR: ports/118714 Submitted by: Alexander Logvinov Revision ChangesPath 1.30 +1 -1 ports/databases/ruby-