cvs commit: src/sys/kern subr_sleepqueue.c subr_turnstile.c

2007-05-17 Thread Jeff Roberson
jeff2007-05-18 06:32:24 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c subr_turnstile.c Log: - Convert turnstiles and sleepqueus to use UMA. This provides a modest speedup and will be more useful after each gains a spinlock in the

cvs commit: src/lib/libc/net Symbol.map

2007-05-17 Thread Jonathan Chen
jon 2007-05-18 05:45:28 UTC FreeBSD src repository Modified files: lib/libc/net Symbol.map Log: __nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so export them. Revision ChangesPath 1.11 +10 -0 src/lib/libc/net/Symbol.map __

Re: cvs commit: src/lib/libc_r Makefile src/lib/libpthread Makefile src/lib/libthr Makefile

2007-05-17 Thread Alexander Kabaev
On Thu, 17 May 2007 04:54:35 + (UTC) Daniel Eischen <[EMAIL PROTECTED]> wrote: > deischen2007-05-17 04:54:35 UTC > > FreeBSD src repository > > Modified files: > lib/libc_r Makefile > lib/libpthread Makefile > lib/libthr Makefile > Log: >

Re: cvs commit: src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c in6_proto.c

2007-05-17 Thread JINMEI Tatuya / 神明達哉
At Thu, 17 May 2007 23:49:12 +0100, "Bruce M. Simpson" <[EMAIL PROTECTED]> wrote: > > - Disabled responding to NI queries from a global address by default as > > specified in RFC4620. A new flag for icmp6_nodeinfo was added to > > enable the > > feature. > > - Also cleaned up the cod

Re: cvs commit: src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c in6_proto.c

2007-05-17 Thread Bruce M. Simpson
JINMEI Tatuya wrote: Log: - Disabled responding to NI queries from a global address by default as specified in RFC4620. A new flag for icmp6_nodeinfo was added to enable the feature. - Also cleaned up the code so that the semantics of the icmp6_nodeinfo flags is clearer (i.e.,

cvs commit: src/sys/netinet icmp6.h src/sys/netinet6 icmp6.c in6_proto.c

2007-05-17 Thread JINMEI Tatuya
jinmei 2007-05-17 21:20:24 UTC FreeBSD src repository Modified files: sys/netinet icmp6.h sys/netinet6 icmp6.c in6_proto.c Log: - Disabled responding to NI queries from a global address by default as specified in RFC4620. A new flag for icmp6_nodeinfo

cvs commit: src/libexec/rtld-elf rtld.1

2007-05-17 Thread Christian S.J. Peron
csjp2007-05-17 19:14:26 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.1 Log: Update the man page to reflect that certain variables will be unset in the case that the program is set-user-ID or set-group-ID. Add missing annotations for LIBMAP and LIBM

cvs commit: src/usr.sbin/mixer mixer.8

2007-05-17 Thread Maxim Konovalov
maxim 2007-05-17 19:02:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/mixer mixer.8 Log: MFC rev. 1.25: add "line" device. Revision ChangesPath 1.24.2.1 +1 -1 src/usr.sbin/mixer/mixer.8 __

cvs commit: src/libexec/rtld-elf rtld.c

2007-05-17 Thread Christian S.J. Peron
csjp2007-05-17 18:00:28 UTC FreeBSD src repository Modified files: libexec/rtld-elf rtld.c Log: In the event a process is tainted (setuid/setgid binaries), un-set any potentially dangerous environment variables all together. It should be noted that the run-time linker

Re: cvs commit: src/sys/kern vfs_vnops.c

2007-05-17 Thread Bruce Evans
On Thu, 17 May 2007, Peter Wemm wrote: peter 2007-05-17 15:31:14 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: Eliminate a micro-optimization that hasn't had any effect for 15+ years. Revision ChangesPath 1.249 +0 -5 src/sys/kern

cvs commit: CVSROOT access

2007-05-17 Thread Garrett Wollman
wollman 2007-05-17 16:30:09 UTC FreeBSD ports repository Modified files: .access Log: Resign my ports commit bit. It is extremely unlikely that I will ever again have time to do serious work on ports. Revision ChangesPath 1.776 +0 -1 CV

cvs commit: src/sys/sys lockf.h

2007-05-17 Thread Christian S.J. Peron
csjp2007-05-17 16:03:14 UTC FreeBSD src repository Modified files: sys/sys lockf.h Log: Correct typo in comment Revision ChangesPath 1.20 +1 -1 src/sys/sys/lockf.h ___ cvs-all@freebsd.org mailing l

cvs commit: CVSROOT access

2007-05-17 Thread Erwin Lansing
erwin 2007-05-17 15:55:13 UTC FreeBSD ports repository Modified files: .access Log: Reactive brians port commit bit. Approved by:portmgr Revision ChangesPath 1.775 +1 -0 CVSROOT/access ___

Re: cvs commit: src/contrib/top commands.c machine.h top.X top.c

2007-05-17 Thread Coleman Kane
On Thu, 2007-05-17 at 12:08 +0100, David Malone wrote: > On Thu, May 17, 2007 at 10:43:17AM +0200, Dag-Erling Sm??rgrav wrote: > > Rong-En Fan <[EMAIL PROTECTED]> writes: > > > Log: > > > - s/jail id/jail ID/, acronyms should be in uppercase in general. Also, > > > it is written this way in

cvs commit: src/sbin/geom/core geom.c

2007-05-17 Thread Marcel Moolenaar
marcel 2007-05-17 15:34:51 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Fix the construction of the gctl_req that got broken by my previous commit and that introduced optional parameters. Existing classes (like geli(8)) use empty strings by def

cvs commit: src/sys/kern vfs_vnops.c

2007-05-17 Thread Peter Wemm
peter 2007-05-17 15:31:14 UTC FreeBSD src repository Modified files: sys/kern vfs_vnops.c Log: Eliminate a micro-optimization that hasn't had any effect for 15+ years. Revision ChangesPath 1.249 +0 -5 src/sys/kern/vfs_vnops.c ___

Re: cvs commit: src/contrib/top commands.c machine.h top.X top.c

2007-05-17 Thread David Malone
On Thu, May 17, 2007 at 10:43:17AM +0200, Dag-Erling Sm??rgrav wrote: > Rong-En Fan <[EMAIL PROTECTED]> writes: > > Log: > > - s/jail id/jail ID/, acronyms should be in uppercase in general. Also, > > it is written this way in jail(8). > ID is not an acronym, it is an abbreviation of "iden

cvs commit: src/sys/kern kern_exit.c

2007-05-17 Thread John Baldwin
jhb 2007-05-17 13:52:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_exit.c Log: MFC: Move cpu_exit() earlier in exit1() to close a race between SIGCHLD/kevent(2) notification and wait(). RevisionChangesPath 1

cvs commit: src/sys/netgraph ng_car.c

2007-05-17 Thread Alexander Motin
mav 2007-05-17 13:33:38 UTC FreeBSD src repository Modified files: sys/netgraph ng_car.c Log: Fix small copy/paste mistake. Revision ChangesPath 1.3 +1 -1 src/sys/netgraph/ng_car.c ___ cvs-all@freebsd.

Re: cvs commit: src/lib/libc_r Makefile src/lib/libpthread Makefile src/lib/libthr Makefile

2007-05-17 Thread Niclas Zeising
Daniel Eischen wrote: deischen2007-05-17 04:54:35 UTC FreeBSD src repository Modified files: lib/libc_r Makefile lib/libpthread Makefile lib/libthr Makefile Log: Allow DEFAULT_THREAD_LIB to be set from /etc/src.conf. Submitted by: ru

cvs commit: src/sys/netinet sctp.h sctp_asconf.c sctp_auth.c sctp_constants.h sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c sctp_sysctl.c sctp_timer.c sctp_uio.h sctp_usrreq.c sctputil.c src/sys

2007-05-17 Thread Randall Stewart
rrs 2007-05-17 12:16:24 UTC FreeBSD src repository Modified files: sys/netinet sctp.h sctp_asconf.c sctp_auth.c sctp_constants.h sctp_indata.c sctp_input.c sctp_output.c sctp_pcb.c sctp_sysctl.c

cvs commit: src/etc/rc.d kerberos

2007-05-17 Thread Mike Makonnen
mtm 2007-05-17 11:33:08 UTC FreeBSD src repository Modified files: etc/rc.d kerberos Log: o Use the --detach option to kdc(8) instead of using the shell background operator '&'. PR: conf/102722 o No need to include $kerberos5_server_flags in $comma

cvs commit: src/etc/rc.d nfslocking

2007-05-17 Thread Mike Makonnen
mtm 2007-05-17 08:57:14 UTC FreeBSD src repository Modified files: etc/rc.d nfslocking Log: The precmd routine does not need to check whether the command should be "forced". If some pre-condition is not met, it should fail as it normally does and rc.subr(8) wi

Re: cvs commit: src/contrib/top commands.c machine.h top.X top.c

2007-05-17 Thread Dag-Erling Smørgrav
Rong-En Fan <[EMAIL PROTECTED]> writes: > Log: > - s/jail id/jail ID/, acronyms should be in uppercase in general. Also, > it is written this way in jail(8). ID is not an acronym, it is an abbreviation of "identifier". DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] __