Re: cvs commit: src/sys/sys param.h

2007-12-06 Thread Bruce Evans
On Thu, 6 Dec 2007, Kip Macy wrote: kmacy 2007-12-06 19:11:15 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Change uint8_t to equivalent base language type and add line break where 80 characters is exceeded in bit macros Requested by: Bruce Evans

Re: cvs commit: src/lib/libc/gen closedir.c

2007-12-06 Thread Bruce Evans
On Thu, 6 Dec 2007, [utf-8] Dag-Erling Sm??rgrav wrote: Bruce Evans <[EMAIL PROTECTED]> writes: dd_lock cannot be declared as struct pthread_mutex *, since pthread_mutex is not permitted in the application namespace of dirent.h. dirent.h is (was) careful about namespaces. E.g., it keeps out o

cvs commit: src/sys/netinet tcp_syncache.c

2007-12-06 Thread Mike Silbersack
silby 2007-12-07 05:52:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/netinet tcp_syncache.c Log: MFC rev 1.136: Fix SACK No merges to branches prior to 7 are necessary; this is a 7 and above bug only. Approved by:re (gnn)

cvs commit: src/sys/net if_var.h src/sys/net80211 ieee80211.c ieee80211_output.c src/sys/netinet in_pcb.h tcp_syncache.c tcp_var.h src/sys/sys ucred.h

2007-12-06 Thread Kip Macy
kmacy 2007-12-07 05:46:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/net if_var.h sys/net80211 ieee80211.c ieee80211_output.c sys/netinet in_pcb.h tcp_syncache.c tcp_var.h sys/sys ucred.h Log:

cvs commit: src/usr.sbin/zic zic.c

2007-12-06 Thread Kevin Lo
kevlo 2007-12-07 05:17:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) usr.sbin/zic zic.c Log: MFC r1.18: zic(8) should exit the loop when the end of the string is reached due to the call to error(). The problem found by doing fuzz testi

cvs commit: src/usr.sbin/zic zic.c

2007-12-06 Thread Kevin Lo
kevlo 2007-12-07 05:15:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/zic zic.c Log: MFC r1.18: zic(8) should exit the loop when the end of the string is reached due to the call to error(). The problem found by doing fuzz testing

cvs commit: src/usr.sbin/zic zic.c

2007-12-06 Thread Kevin Lo
kevlo 2007-12-07 05:13:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.sbin/zic zic.c Log: MFC r1.18: zic(8) should exit the loop when the end of the string is reached due to the call to error(). The problem found by doing fuzz testing

cvs commit: src/release/doc/zh_CN.GB2312/errata article.sgml src/release/doc/zh_CN.GB2312/hardware Makefile src/release/doc/zh_CN.GB2312/hardware/common dev.sgml hw.ent src/release/doc/zh_CN.GB2312/in

2007-12-06 Thread Xin LI
delphij 2007-12-07 04:04:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) release/doc/zh_CN.GB2312/errata article.sgml release/doc/zh_CN.GB2312/hardware Makefile release/doc/zh_CN.GB2312/hardware/common dev.sgml hw.ent release/doc/zh_CN.GB2312/i

cvs commit: src/sys/dev/em if_em.c

2007-12-06 Thread Jack F Vogel
jfv 2007-12-07 04:01:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/em if_em.c Log: DUH, fix breakage of last checkin. Its kinda humorous, the code is broken in 7 but that will never be a problem because of defines, but it broke

cvs commit: src/sys/kern kern_conf.c

2007-12-06 Thread Andrew Thompson
thompsa 2007-12-07 03:46:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/kern kern_conf.c Log: MFC r1.209 Apply a workaround for the unkillable jail problem where some devices created within the jail are never freed. Appr

cvs commit: src/sys/kern kern_conf.c

2007-12-06 Thread Andrew Thompson
thompsa 2007-12-07 03:46:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_conf.c Log: MFC r1.209 Apply a workaround for the unkillable jail problem where some devices created within the jail are never freed. Approv

cvs commit: src/sys/kern kern_conf.c

2007-12-06 Thread Andrew Thompson
thompsa 2007-12-07 03:45:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern kern_conf.c Log: MFC r1.209 Apply a workaround for the unkillable jail problem where some devices created within the jail are never freed. Approv

cvs commit: src/sys/net if_var.h src/sys/net80211 ieee80211.c ieee80211_output.c src/sys/netinet in_pcb.h tcp_syncache.c tcp_var.h src/sys/sys ucred.h

2007-12-06 Thread Kip Macy
kmacy 2007-12-07 01:46:13 UTC FreeBSD src repository Modified files: sys/net if_var.h sys/net80211 ieee80211.c ieee80211_output.c sys/netinet in_pcb.h tcp_syncache.c tcp_var.h sys/sys ucred.h Log: Add padding for anticip

cvs commit: src/sys/netinet sctp_output.c sctp_usrreq.c sctputil.c

2007-12-06 Thread Randall Stewart
rrs 2007-12-07 01:32:14 UTC FreeBSD src repository Modified files: sys/netinet sctp_output.c sctp_usrreq.c sctputil.c Log: - More fixes for lock misses on the transfer of data to the sent_queue. Sometimes I wonder why any code ever works :-) - Fix the pad o

Re: cvs commit: src/sys/dev/em if_em.c if_em.h

2007-12-06 Thread Jack Vogel
On Dec 6, 2007 5:06 PM, Jack F Vogel <[EMAIL PROTECTED]> wrote: > jfv 2007-12-07 01:06:42 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/em if_em.c if_em.h > Log: > MFC of a few important fixes done in RELENG_7 to 6 > - WITNE

cvs commit: src/sys/dev/em if_em.c if_em.h

2007-12-06 Thread Jack F Vogel
jfv 2007-12-07 01:06:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/em if_em.c if_em.h Log: MFC of a few important fixes done in RELENG_7 to 6 - WITNESS lock problem due to naming of multi locks - Race in em_stop if you don't

cvs commit: src/sys/dev/aac aac.c aacvar.h

2007-12-06 Thread Ed Maste
emaste 2007-12-07 00:22:24 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c aacvar.h Log: Allow simultaneous opens of the device for issuing commands to the controller. This is merged from Adaptec driver build 11669. Revision ChangesPath 1.124

cvs commit: src/sys/fs/tmpfs tmpfs_subr.c

2007-12-06 Thread Xin LI
delphij 2007-12-07 00:00:21 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs_subr.c Log: Turn MPASS(0) into panic with more obvious reason why the assertion is failed. Revision ChangesPath 1.14 +5 -5 src/sys/fs/tmpfs/tmpfs_subr.c _

cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 23:37:26 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen. Revision ChangesPath 1.79 +16 -1 src/sys/compat/fre

cvs commit: src/sys/compat/freebsd32 syscalls.master

2007-12-06 Thread John Baldwin
jhb 2007-12-06 23:36:57 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Add freebsd32 compat wrappers for msgctl() and __semctl() using kern_msgctl() and kern_semctl(). MFC after: 1 week Revision ChangesPath 1.93

cvs commit: src/sys/compat/freebsd32 freebsd32_ipc.h freebsd32_misc.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 23:35:29 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_ipc.h freebsd32_misc.c Log: Add freebsd32 compat wrappers for msgctl() and _semctl() using kern_msgctl() and kern_semctl(). MFC after: 1 week Revision Changes

cvs commit: src/sys/compat/freebsd32 freebsd32_ipc.h freebsd32_misc.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 23:23:16 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c Added files: sys/compat/freebsd32 freebsd32_ipc.h Log: Move 32-bit SYSV IPC structure definitions into freebsd32_ipc.h. MFC after: 1 week Revision C

cvs commit: src/sys/fs/tmpfs tmpfs_vfsops.c

2007-12-06 Thread Xin LI
delphij 2007-12-06 23:19:05 UTC FreeBSD src repository Modified files: sys/fs/tmpfs tmpfs_vfsops.c Log: size_max should be unsigned, as such, use size_t here. Revision ChangesPath 1.15 +1 -1 src/sys/fs/tmpfs/tmpfs_vfsops.c ___

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

2007-12-06 Thread Olivier Houchard
cognet 2007-12-06 23:17:24 UTC FreeBSD src repository Modified files: sys/arm/arm pmap.c Log: Erm, add a missing else, we do not want to increase the mapping counters for both kernel and userland when we create a pv for pmap_kernel. Reported by:Mark Tinguely

cvs commit: src/sys/kern kern_module.c src/sys/compat/freebsd32 freebsd32.h freebsd32_misc.c syscalls.master

2007-12-06 Thread John Baldwin
jhb 2007-12-06 23:11:27 UTC FreeBSD src repository Modified files: sys/kern kern_module.c sys/compat/freebsd32 freebsd32.h freebsd32_misc.c syscalls.master Log: Move several data structure definitions out of freebsd32_misc.c and into

cvs commit: src/sys/netinet6 in6.c

2007-12-06 Thread Julian Elischer
julian 2007-12-06 22:48:24 UTC FreeBSD src repository Modified files: sys/netinet6 in6.c Log: Remove more dup'd code MFC After: 1 week Revision ChangesPath 1.75 +0 -21 src/sys/netinet6/in6.c ___ cvs-all@f

cvs commit: src/sys/netinet6 in6.c

2007-12-06 Thread Julian Elischer
julian 2007-12-06 22:44:25 UTC FreeBSD src repository Modified files: sys/netinet6 in6.c Log: remove duped code Reviewed By: gnn MRC after: 1 week Revision ChangesPath 1.74 +1 -26 src/sys/netinet6/in6.c

cvs commit: src/sys/net route.c

2007-12-06 Thread Julian Elischer
julian 2007-12-06 22:40:17 UTC FreeBSD src repository Modified files: sys/net route.c Log: No need to assert that a == b when we just set a = b. Revision ChangesPath 1.122 +0 -1 src/sys/net/route.c ___

Re: cvs commit: src/sys/sys param.h

2007-12-06 Thread Christoph Mallon
Kip Macy wrote: On Dec 6, 2007 2:25 AM, Bruce Evans <[EMAIL PROTECTED]> wrote: On Thu, 6 Dec 2007, Kip Macy wrote: kmacy 2007-12-06 04:00:59 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Respect the fact that the value a may be constant so cast to

cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 22:00:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regen. Revision ChangesPath 1.38.2.14 +

cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c syscalls.master src/sys/compat/linux linux_ipc.c src/sys/kern sysv_msg.c src/sys/sys syscallsubr.h

2007-12-06 Thread John Baldwin
jhb 2007-12-06 22:00:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/compat/freebsd32 freebsd32_misc.c syscalls.master sys/compat/linux linux_ipc.c sys/kern sysv_msg.c sys/sys syscallsubr.h Log: MFC: Add

cvs commit: src/release fixit.profile

2007-12-06 Thread Ulf Lilleengen
lulf2007-12-06 20:25:31 UTC FreeBSD src repository Modified files: release fixit.profile Log: - Add support for all geom class command options in the Fixit environment by pointing GEOM_LIBRARY_PATH to the geom libraries. PR: misc/113543 Sub

cvs commit: src/sys/sys param.h

2007-12-06 Thread Kip Macy
kmacy 2007-12-06 19:11:15 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Change uint8_t to equivalent base language type and add line break where 80 characters is exceeded in bit macros Requested by: Bruce Evans Revision ChangesPat

Re: cvs commit: src/sys/sys param.h

2007-12-06 Thread Kip Macy
On Dec 6, 2007 2:25 AM, Bruce Evans <[EMAIL PROTECTED]> wrote: > > On Thu, 6 Dec 2007, Kip Macy wrote: > > > kmacy 2007-12-06 04:00:59 UTC > > > > FreeBSD src repository > > > > Modified files: > >sys/sys param.h > > Log: > > Respect the fact that the value a may be const

cvs commit: src/share/man/man4 aac.4

2007-12-06 Thread Ed Maste
emaste 2007-12-06 18:31:57 UTC FreeBSD src repository Modified files: share/man/man4 aac.4 Log: Add new controllers supported by rev 1.64 and 1.65 of aac_pci.c Revision ChangesPath 1.39 +28 -0 src/share/man/man4/aac.4 __

cvs commit: src/sys/dev/aac aac_pci.c

2007-12-06 Thread Ed Maste
emaste 2007-12-06 18:25:29 UTC FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Add more PCI ID's from Adaptec's driver, including two requested by Daniel Kamm. Adaptec RAID 51245 Adaptec RAID 51645 Adaptec RAID 52445 Adaptec RAID 5

Re: cvs commit: src/sys/conf NOTES files options src/sys/geom/part g_part.c g_part.h g_part_bsd.c src/sys/ia64/conf DEFAULTS

2007-12-06 Thread Marcel Moolenaar
On Dec 6, 2007, at 1:21 AM, John Baldwin wrote: So one issue with gpart is it doesn't handle attribute requests yet, so it doesn't have the feature where geom_bsd only attaches when a parent partition has the right type. It supports attributes, but not the ones used by other partitioning

Re: cvs commit: src/sys/conf NOTES files options src/sys/geom/part g_part.c g_part.h g_part_bsd.c src/sys/ia64/conf DEFAULTS

2007-12-06 Thread Marcel Moolenaar
On Dec 6, 2007, at 1:35 AM, Poul-Henning Kamp wrote: I was planning on removing the "change the partitioning by writing through the 'c' partition" code in -current now, I trust that you have not implemented that ? I have not implemented it. In fact, the c partition is not accessable by virtue

cvs commit: src/contrib/amd LSM.am-utils

2007-12-06 Thread David E. O'Brien
obrien 2007-12-06 16:41:23 UTC FreeBSD src repository Removed files: (Branch: COLUMBIA) contrib/amd LSM.am-utils Log: Futher vendor branch cleanup. Revision ChangesPath 1.1.1.4 +0 -20 src/contrib/amd/LSM.am-utils (dead)

cvs commit: src/contrib/amd/amd amfs_inherit.c src/contrib/amd/libamu util.c

2007-12-06 Thread David E. O'Brien
obrien 2007-12-06 16:39:27 UTC FreeBSD src repository Removed files: (Branch: COLUMBIA) contrib/amd/amd amfs_inherit.c contrib/amd/libamu util.c Log: Remove files retired by the vendor. Grrr.. these should have been removed on the vendor branch vs. HEAD.

cvs commit: src/lib/libkse Makefile src ObsoleteFiles.inc

2007-12-06 Thread Brooks Davis
brooks 2007-12-06 16:22:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libkse Makefile .ObsoleteFiles.inc Log: MFC: To reduce the impact of possible removal of the syscalls required by libkse in FreeBSD 8.0, do

Re: cvs commit: src/sbin/mdconfig mdconfig.c

2007-12-06 Thread Ben Kelly
Florent Thoumie wrote: flz 2007-12-06 11:54:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/mdconfigmdconfig.c Log: MFC: Fix exit code when using -l on a non-existent md(4) device. src/sbin/mdconfig/mdconfig.c: rev 1.54 -> 1.55

cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-06 Thread Konstantin Belousov
kib 2007-12-06 14:20:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/i386/i386trap.c sys/amd64/amd64 trap.c Log: MFC rev 1.323 of src/sys/amd64/amd64/trap.c rev 1.310 of src/sys/i386/i386/trap.c Fix the ABI change of the

cvs commit: src/sys/kern imgact_elf.c init_main.c kern_exec.c kern_mib.c src/sys/sys proc.h systm.h

2007-12-06 Thread Konstantin Belousov
kib 2007-12-06 14:19:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern imgact_elf.c init_main.c kern_exec.c kern_mib.c sys/sys proc.h systm.h Log: MFC rev 1.182 of src/sys/kern/imgact_elf

cvs commit: src/sys/kern imgact_elf.c

2007-12-06 Thread Konstantin Belousov
kib 2007-12-06 13:47:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/kern imgact_elf.c Log: MFC rev. 1.181: Check for the program headers alignment of the ELF images before dereferencing. Unaligned access could cause panic on strict

Re: cvs commit: src/sys/netinet/libalias alias_util.c

2007-12-06 Thread Alexey Dokuchaev
On Wed, Dec 05, 2007 at 02:44:43AM +0600, Max Khon wrote: > Ho! > > Alexey Dokuchaev wrote: > > >>>John Birrell <[EMAIL PROTECTED]> writes: > Log: > Fix strict alias warnings. > >>>A much simpler solution (relative to the previous revision): > >>> > >>>@@ -131,10 +131,10 @@ > >>>

cvs commit: src/lib/csu/common crtbrand.c

2007-12-06 Thread Konstantin Belousov
kib 2007-12-06 13:43:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/csu/common crtbrand.c Log: MFC rev. 1.5, 1.6: Restore the branding of the ELF executables. The structure was optimized out. Approved by:re (kensmith) Revisio

cvs commit: src/lib/libpam/modules/pam_lastlog pam_lastlog.c

2007-12-06 Thread Dag-Erling Smorgrav
des 2007-12-06 13:35:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libpam/modules/pam_lastlog pam_lastlog.c Log: MFC: (1.21-1.23) cleanup, additional error checking Approved by:re (kensmith) Revision ChangesPath 1.20.8.1 +24

Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-06 Thread Kostik Belousov
On Thu, Dec 06, 2007 at 10:18:57AM +0100, Dag-Erling Sm??rgrav wrote: > Kostik Belousov <[EMAIL PROTECTED]> writes: > > On Tue, Dec 04, 2007 at 05:39:24PM -0800, Xin LI wrote: > > > By the way, I think the comment "always SIGSEGV mode" should be "POSIX > > > mode", as it is defined POSIX behavior,

Re: cvs commit: src/sys/i386/i386 trap.c src/sys/amd64/amd64 trap.c

2007-12-06 Thread Dag-Erling Smørgrav
Kostik Belousov <[EMAIL PROTECTED]> writes: > On Tue, Dec 04, 2007 at 05:39:24PM -0800, Xin LI wrote: > > By the way, I think the comment "always SIGSEGV mode" should be "POSIX > > mode", as it is defined POSIX behavior, but that is not a big deal, though. > It is not trully POSIX mode, as was poin

Re: cvs commit: src/lib/libc/gen closedir.c

2007-12-06 Thread Dag-Erling Smørgrav
Bruce Evans <[EMAIL PROTECTED]> writes: > dd_lock cannot be declared as struct pthread_mutex *, since pthread_mutex > is not permitted in the application namespace of dirent.h. dirent.h > is (was) careful about namespaces. E.g., it keeps out of the application > namespace for its own struct _dird

cvs commit: src/sbin/mdconfig mdconfig.c

2007-12-06 Thread Florent Thoumie
flz 2007-12-06 11:54:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/mdconfigmdconfig.c Log: MFC: Fix exit code when using -l on a non-existent md(4) device. src/sbin/mdconfig/mdconfig.c: rev 1.54 -> 1.55 PR: conf/1

cvs commit: src/usr.bin/login login.1

2007-12-06 Thread Philip Paeps
philip 2007-12-06 10:51:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/loginlogin.1 Log: MFC: Add a cross-reference to newgrp(1). Approved by:re (kensmith) Revision ChangesPath 1.28.2.3 +1 -0 src/usr.bin/login/l

cvs commit: src/usr.bin/login login.1

2007-12-06 Thread Philip Paeps
philip 2007-12-06 10:50:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) usr.bin/loginlogin.1 Log: MFC r1.33: Add a cross-reference to newgrp(1). Approved by:re (kensmith) Revision ChangesPath 1.28.2.2.4.1 +1 -0 src

cvs commit: src/usr.bin/login login.1

2007-12-06 Thread Philip Paeps
philip 2007-12-06 10:48:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) usr.bin/loginlogin.1 Log: MFC r1.33: Add a cross-reference to newgrp(1). Approved by:re (kensmith) Revision ChangesPath 1.32.2.1 +1 -0 src/usr.bin/l

Re: cvs commit: src/sys/sys param.h

2007-12-06 Thread Bruce Evans
On Thu, 6 Dec 2007, Kip Macy wrote: kmacy 2007-12-06 04:00:59 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Respect the fact that the value a may be constant so cast to const uint8_t * Revision ChangesPath 1.318 +2 -2 src/sys/sys/par

cvs commit: src/sys/dev/utopia utopia.c

2007-12-06 Thread Philip Paeps
philip 2007-12-06 10:24:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/dev/utopia utopia.c Log: MFC r1.13: Fix a use-after-free. Submitted by: Ilja van Sprundel Reviewed by:secteam Approved by:re (kensmith) Rev

cvs commit: src/sys/dev/iwi if_iwi.c src/sys/dev/ipw if_ipw.c

2007-12-06 Thread Philip Paeps
philip 2007-12-06 10:23:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/dev/iwi if_iwi.c sys/dev/ipw if_ipw.c Log: MFC if_iwi.c:1.59 if_ipw.c:1.34 Plug two potential (root-only, local) information leaks. buf is n

cvs commit: src/sys/dev/utopia utopia.c

2007-12-06 Thread Philip Paeps
philip 2007-12-06 10:18:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/utopia utopia.c Log: Fix a use-after-free. Submitted by: Ilja van Sprundel Reviewed by:secteam Approved by:re (kensmith) Revision ChangesPa

cvs commit: src/sys/dev/iwi if_iwi.c src/sys/dev/ipw if_ipw.c

2007-12-06 Thread Philip Paeps
philip 2007-12-06 10:16:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/iwi if_iwi.c sys/dev/ipw if_ipw.c Log: MFC if_iwi.c:1.59 if_ipw.c:1.34 Plug two potential (root-only, local) information leaks. buf is not

cvs commit: src/lib/libc/stdlib grantpt.c src/lib/libutil pty.c src/sys/conf files

2007-12-06 Thread Robert Watson
rwatson 2007-12-06 10:15:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) lib/libc/stdlib grantpt.c lib/libutil pty.c sys/conf files Log: Disable support for /dev/ptmx in FreeBSD 7.0. While it's a good idea in principl

cvs commit: ports/net/freeradius Makefile ports/net/freeradius/files patch-radiusd-no-pie radiusd.sh.in

2007-12-06 Thread Marcelo Araujo
araujo 2007-12-06 10:01:03 UTC FreeBSD ports repository Modified files: net/freeradius Makefile net/freeradius/files radiusd.sh.in Added files: net/freeradius/files patch-radiusd-no-pie Log: - Added patch to remove -pie for radiusd. [1] - Fixed a build failur

cvs commit: src/sys/dev/utopia utopia.c

2007-12-06 Thread Philip Paeps
philip 2007-12-06 09:53:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/utopia utopia.c Log: MFC r1.13: Fix a use-after-free. Submitted by: Ilja van Sprundel Reviewed by:secteam Approved by:re (kensmith) Revis

cvs commit: src/sys/dev/ipw if_ipw.c

2007-12-06 Thread Philip Paeps
philip 2007-12-06 09:52:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/ipw if_ipw.c Log: MFC r1.34: Plug two potential (root-only, local) information leaks. buf is not initialized before use and returned integrally instead of

cvs commit: src/sys/dev/iwi if_iwi.c

2007-12-06 Thread Philip Paeps
philip 2007-12-06 09:50:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/iwi if_iwi.c Log: MFC r1.59: Plug two potential (root-only, local) information leaks. buf is not initialized before use and returned integrally instead of

Re: cvs commit: src/sys/conf NOTES files options src/sys/geom/part g_part.c g_part.h g_part_bsd.c src/sys/ia64/conf DEFAULTS

2007-12-06 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, John Baldwin writes: >On Wednesday 05 December 2007 09:32:42 pm Marcel Moolenaar wrote: >> Add a BSD disklabel backend to g_part: > >So one issue with gpart is it doesn't handle attribute requests yet, A few other notes: I was planning on removing the "change th

cvs commit: src/sys/netinet/libalias alias_util.c

2007-12-06 Thread Dag-Erling Smorgrav
des 2007-12-06 09:31:13 UTC FreeBSD src repository Modified files: sys/netinet/libalias alias_util.c Log: Simpler version of the previous commit. Revision ChangesPath 1.22 +2 -5 src/sys/netinet/libalias/alias_util.c __

Re: cvs commit: src/sys/conf NOTES files options src/sys/geom/part g_part.c g_part.h g_part_bsd.c src/sys/ia64/conf DEFAULTS

2007-12-06 Thread John Baldwin
On Wednesday 05 December 2007 09:32:42 pm Marcel Moolenaar wrote: > marcel 2007-12-06 02:32:42 UTC > > FreeBSD src repository > > Modified files: > sys/conf NOTES files options > sys/geom/partg_part.c g_part.h > sys/ia64/confDEFAULTS > Added f

cvs commit: src/sys/geom geom_bsd.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 09:20:27 UTC FreeBSD src repository Modified files: sys/geom geom_bsd.c Log: Only attach to a GPT partition if it has the GPT_ENT_TYPE_FREEBSD type. XXX: This only works currently with GEOM_GPT which only exists in 6.x. XXX: I didn't add 'mbr

cvs commit: ports/www/wyvern Makefile

2007-12-06 Thread Pav Lucistnik
pav 2007-12-06 09:13:40 UTC FreeBSD ports repository Modified files: www/wyvern Makefile Log: - Mark BROKEN on 7.0: does not compile Reported by:pointyhat Submitted by: Kouichi ABE (WALL) <[EMAIL PROTECTED]> (maintainer) Approved by:portmgr (hat)

cvs commit: ports/net/sipxtacklib Makefile

2007-12-06 Thread Pav Lucistnik
pav 2007-12-06 09:07:05 UTC FreeBSD ports repository Modified files: net/sipxtacklib Makefile Log: - Mark BROKEN on 7.0 and amd64: does not compile Reported by:pointyhat Submitted by: Mike Durian <[EMAIL PROTECTED]> (maintainer) Approved by:portmgr (ha

cvs commit: src/usr.bin/kdump kdump.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:49:43 UTC FreeBSD src repository Modified files: usr.bin/kdumpkdump.c Log: Add several missing comma's in the fancy syscall parsing case before some arguments that are parsed (e.g., semctl command names). MFC after: 3 days Revision

cvs commit: src/sys/i386/isa pci_cfgreg.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:28:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/i386/isa pci_cfgreg.c Log: MFC: Relax the probe for type #1 PCI config transactions on i386. Revision ChangesPath 1.1.2.12 +29 -29src/sys/i386/isa/pci_cfg

cvs commit: src/sys/amd64/include pci_cfgreg.h src/sys/amd64/pci pci_cfgreg.c src/sys/i386/pci pci_cfgreg.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:27:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/amd64/includepci_cfgreg.h sys/amd64/pcipci_cfgreg.c sys/i386/pci pci_cfgreg.c Log: MFC: Always assume type #1 PCI config transactions for amd64 and

cvs commit: src/sys/amd64/include pci_cfgreg.h src/sys/amd64/pci pci_cfgreg.c src/sys/i386/pci pci_cfgreg.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:26:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/includepci_cfgreg.h sys/amd64/pcipci_cfgreg.c sys/i386/pci pci_cfgreg.c Log: MFC: Always assume type #1 PCI config transactions for amd64 and r

cvs commit: src/sys/amd64/include pci_cfgreg.h src/sys/amd64/pci pci_cfgreg.c src/sys/i386/pci pci_cfgreg.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:25:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/amd64/includepci_cfgreg.h sys/amd64/pcipci_cfgreg.c sys/i386/pci pci_cfgreg.c Log: MFC: Always assume type #1 PCI config transactions for amd64 and r

cvs commit: src/sys/i386/isa pci_cfgreg.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:21:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) sys/i386/isa pci_cfgreg.c Log: MFC: Change pci_cfgdisable() into a nop for type #1 similar to what other OSs do. Revision ChangesPath 1.1.2.11 +6 -2 src/sy

cvs commit: src/sys/amd64/pci pci_cfgreg.c src/sys/i386/pci pci_cfgreg.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:19:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) sys/amd64/pcipci_cfgreg.c sys/i386/pci pci_cfgreg.c Log: MFC: Change pci_cfgdisable() into a nop for type #1 similar to what other OSs do. Approved by:

cvs commit: src/sys/amd64/pci pci_cfgreg.c src/sys/i386/pci pci_cfgreg.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:17:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/pcipci_cfgreg.c sys/i386/pci pci_cfgreg.c Log: MFC: Change pci_cfgdisable() into a nop for type #1 similar to what other OSs do. Revision Chang

cvs commit: src/sys/i386/pci pci_cfgreg.c

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:13:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/i386/pci pci_cfgreg.c Log: MFC: Change pci_cfgdisable() into a nop for type #1 similar to what other OSs do. Approved by:re (kensmith) Revision Changes

cvs commit: src/etc/defaults periodic.conf

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:11:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) etc/defaults periodic.conf Log: MFC: Don't delete files in the X11 socket directories under /tmp. Approved by:re (kensmith) Revision ChangesPath 1.3

cvs commit: src/etc/defaults periodic.conf

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:10:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/defaults periodic.conf Log: MFC: Don't delete files in the X11 socket directories under /tmp. Revision ChangesPath 1.33.2.4 +3 -1 src/etc/defaults/period

cvs commit: src/etc/defaults periodic.conf

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:09:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) etc/defaults periodic.conf Log: MFC: Don't delete files in the X11 socket directories under /tmp. Approved by:re (kensmith) Revision ChangesPath 1.44.2.1

cvs commit: src/sbin/mount mount.8

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:08:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount mount.8 Log: MFC: Properly sort 'sync' in the list of options passed to -o. Revision ChangesPath 1.73.2.5 +4 -4 src/sbin/mount/mount.8 _

cvs commit: src/sbin/mount mount.8

2007-12-06 Thread John Baldwin
jhb 2007-12-06 08:08:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/mount mount.8 Log: MFC: Properly sort 'sync' in the list of options passed to -o. Approved by:re (kensmith) Revision ChangesPath 1.82.2.1 +4 -4