cvs commit: src/sys/kern kern_umtx.c

2006-10-24 Thread David Xu
davidxu 2006-10-25 06:38:46 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: In order to eliminate a branch, convert opcode to unsigned integer. Revision ChangesPath 1.51 +2 -2 src/sys/kern/kern_umtx.c

cvs commit: src/sys/kern kern_umtx.c

2006-10-24 Thread David Xu
davidxu 2006-10-25 06:28:23 UTC FreeBSD src repository Modified files: sys/kern kern_umtx.c Log: Eliminate an unnecessary `if' statement. Revision ChangesPath 1.50 +2 -1 src/sys/kern/kern_umtx.c ___ cvs

cvs commit: src/sys/kern kern_exit.c sys_process.c

2006-10-24 Thread David Xu
davidxu 2006-10-25 06:18:04 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c sys_process.c Log: Move sigqueue_take() call into proc_reparent(), this fixed bugs where proc_reparent() is called but sigqueue_take() is forgotten. Revision Changes

cvs commit: www/en/projects projects.sgml summerofcode-2005.sgml

2006-10-24 Thread Murray Stokely
murray 2006-10-25 05:11:12 UTC FreeBSD doc repository Modified files: en/projects projects.sgml summerofcode-2005.sgml Log: Update links to Summer of Code pages. Revision ChangesPath 1.201 +2 -2 www/en/projects/projects.sgml 1.5 +2 -2 w

cvs commit: www/share/sgml news.xml

2006-10-24 Thread Murray Stokely
murray 2006-10-25 05:07:42 UTC FreeBSD doc repository Modified files: share/sgml news.xml Log: Add newsflash entry about the successful Summer of Code. Revision ChangesPath 1.17 +17 -1 www/share/sgml/news.xml ___

cvs commit: www/en/projects summerofcode.sgml

2006-10-24 Thread Murray Stokely
murray 2006-10-25 04:29:01 UTC FreeBSD doc repository Modified files: en/projects summerofcode.sgml Log: * Generalize the introduction and point to the relevant pages for details of our specific participation in 2005 and 2006. * Remove individual project ideas.

cvs commit: www/en/projects summerofcode-2006.sgml

2006-10-24 Thread Murray Stokely
murray 2006-10-25 04:24:59 UTC FreeBSD doc repository Modified files: en/projects summerofcode-2006.sgml Log: - Add a more comprehensive summary, noting that all 14 students completed the summer of code program successfully. - Fix a few typos. Revision Chang

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Maxim Sobolev
Robert, Your patch works just fine. Please don't forget to MFC it before 6.2 is out. Thanks! Regards, Maxim Robert Watson wrote: On Tue, 24 Oct 2006, Maxim Sobolev wrote: Robert Watson wrote: The method by which the distinction between ENOSYS+SIGSYS and plain ENOSYS is determined is in t

cvs commit: src/share/misc usb_hid_usages

2006-10-24 Thread Markus Brueffer
markus 2006-10-24 23:52:22 UTC FreeBSD src repository Modified files: share/misc usb_hid_usages Log: - Update USB HID usage tables according to the following specs: * USB HID Usage Tables, V1.12 * USB Monitor Control Class Specification, V1.0 * USB Usage Ta

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

2006-10-24 Thread Olivier Houchard
cognet 2006-10-24 23:27:52 UTC FreeBSD src repository Modified files: sys/arm/arm vm_machdep.c Log: Ooops, dump_avail[i] can be 0 if the RAM starts at 0x, so check that dump_avail[i + 1] is == 0 as a stop condition instead. MFC after: 3 days Revision C

cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.musik

2006-10-24 Thread Greg Lehey
grog2006-10-24 23:18:07 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.musik Log: Bizet was only born once. Revision ChangesPath 1.13 +0 -1 src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik ___

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

2006-10-24 Thread David Xu
On Wednesday 25 October 2006 02:30, John Baldwin wrote: > On Monday 23 October 2006 18:47, David Xu wrote: > > On Monday 23 October 2006 23:33, John Baldwin wrote: > > > On Saturday 21 October 2006 19:59, David Xu wrote: > > > > davidxu 2006-10-21 23:59:15 UTC > > > > > > > > FreeBSD src repo

cvs commit: src/sbin/mount mount.c

2006-10-24 Thread Ruslan Ermilov
ru 2006-10-24 22:16:51 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Two tiny style fixes. Revision ChangesPath 1.90 +3 -3 src/sbin/mount/mount.c ___ cvs-all@freebsd.org mailing

cvs commit: src/sbin/mount mount.c

2006-10-24 Thread Ruslan Ermilov
ru 2006-10-24 22:02:29 UTC FreeBSD src repository Modified files: sbin/mount mount.c Log: Revert rev. 1.86 by jmallett@ as it breaks "ro" mounts specified in /etc/fstab. This has been happening due to the priority inversion; options specified on the comman

cvs commit: ports/sysutils/gnome-system-monitor Makefile ports/sysutils/gnome-system-monitor/files patch-src::proctable.c

2006-10-24 Thread Joe Marcus Clarke
marcus 2006-10-24 21:24:41 UTC FreeBSD ports repository Modified files: sysutils/gnome-system-monitor Makefile sysutils/gnome-system-monitor/files patch-src::proctable.c Log: Correct a calculation that can result in a divide-by-zero SIGFPE when the cpu time is calculated.

cvs commit: ports/x11/brightside Makefile

2006-10-24 Thread Joe Marcus Clarke
marcus 2006-10-24 21:19:26 UTC FreeBSD ports repository Modified files: x11/brightside Makefile Log: Update the MASTER_SITE to fix fetching. Submitted by: Volker <[EMAIL PROTECTED]> Approved by:portmgr (implicit) Revision ChangesPath 1.11 +1 -

cvs commit: src/release Makefile

2006-10-24 Thread Ruslan Ermilov
ru 2006-10-24 21:00:49 UTC FreeBSD src repository Modified files: release Makefile Log: The AUTO_KEYBOARD_DETECT is useful on amd64 as well. Revision ChangesPath 1.916 +3 -1 src/release/Makefile __

cvs commit: src/release Makefile

2006-10-24 Thread Ruslan Ermilov
ru 2006-10-24 20:52:06 UTC FreeBSD src repository Modified files: release Makefile Log: Remove hint.atkbd.0.flags="0x1" from the installation device.hints; kbdmux(4) is available during install and should take care of USB keyboards. Revision Changes

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

2006-10-24 Thread Daniel Gerzo
danger 2006-10-24 20:45:28 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6) share/man/man4 gre.4 Log: Sync with HEAD. This includes: - convert to the current style of section 4 man pages - s/ip.forwarding/net.inet.ip.forwarding/

Re: pfil and ipfw for bridge and ether.

2006-10-24 Thread Andre Oppermann
Julian Elischer wrote: Max Laier wrote: I think andre has a WIP for that ... Andre?!? Time to commit. Anyone know where andre has his work? It's been the weekend since then and still not heard anything.. I need to get this stuff fixed soonish and can do it if he's been ENOTIME'd. I can wo

cvs commit: src/sbin/devd devd.conf.5

2006-10-24 Thread Ruslan Ermilov
ru 2006-10-24 20:20:42 UTC FreeBSD src repository Modified files: sbin/devddevd.conf.5 Log: Fix the description of "media-type". Revision ChangesPath 1.11 +14 -3 src/sbin/devd/devd.conf.5 ___ cvs-al

cvs commit: ports/graphics/kipi-plugins Makefile pkg-plist ports/graphics/kipi-plugins/files patch-kipi-plugins-flickrexport-flickrtalker.cpp

2006-10-24 Thread Markus Brueffer
markus 2006-10-24 19:14:51 UTC FreeBSD ports repository Modified files: graphics/kipi-plugins Makefile pkg-plist Added files: graphics/kipi-plugins/files patch-kipi-plugins-flickrexport-flickrtalker.cpp Log: - Fix pkg-plist and unbreak

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

2006-10-24 Thread John Baldwin
On Monday 23 October 2006 18:47, David Xu wrote: > On Monday 23 October 2006 23:33, John Baldwin wrote: > > On Saturday 21 October 2006 19:59, David Xu wrote: > > > davidxu 2006-10-21 23:59:15 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/kern

cvs commit: src/bin/cp cp.1

2006-10-24 Thread Tom Rhodes
trhodes 2006-10-24 18:42:42 UTC FreeBSD src repository Modified files: bin/cp cp.1 Log: Flesh out the compatibility section a little bit. Bump doc date. Revision ChangesPath 1.37 +20 -30src/bin/cp/cp.1 __

cvs commit: doc/en_US.ISO8859-1/articles/wp-toolbox article.sgml

2006-10-24 Thread Giorgos Keramidas
keramida2006-10-24 18:09:19 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/wp-toolbox article.sgml Log: Batch of various tiny fixes: * Replace first Windows occurence with trademarked entity * Add trademark info for Microsoft Windows and Symante

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

2006-10-24 Thread Maxim Sobolev
sobomax 2006-10-24 17:41:28 UTC FreeBSD src repository Modified files: usr.bin/su su.c Log: Backout previous change (SIGSYS related). The fix has been applied to the proper place. Pointed out by: rwatson Revision ChangesPath 1.83 +0 -2 src/u

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

2006-10-24 Thread Robert Watson
On Tue, 24 Oct 2006, Maxim Sobolev wrote: sobomax 2006-10-24 17:24:11 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Fix kernel breakage introduced in the previous commit (redeclatation of the audit functions). Thanks, much appreciated! Poin

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

2006-10-24 Thread Maxim Sobolev
sobomax 2006-10-24 17:25:37 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.72 +1 -51 src/sys/compat/fre

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

2006-10-24 Thread Maxim Sobolev
sobomax 2006-10-24 17:24:11 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Fix kernel breakage introduced in the previous commit (redeclatation of the audit functions). Revision ChangesPath 1.85 +9 -9 src/sys/compat/fr

cvs commit: www/en/releases/6.2R todo.sgml

2006-10-24 Thread Bruce A. Mah
bmah2006-10-24 15:21:33 UTC FreeBSD doc repository Modified files: en/releases/6.2R todo.sgml Log: Add bce(4) stability fixes under "testing foci" section. Revision ChangesPath 1.4 +10 -2 www/en/releases/6.2R/todo.sgml ___

cvs commit: ports/textproc/htmldoc Makefile

2006-10-24 Thread Stanislav Sedov
stas2006-10-24 15:16:34 UTC FreeBSD ports repository Modified files: textproc/htmldoc Makefile Log: - Make fetchable Reported by:Glenn Trewitt <[EMAIL PROTECTED]> (maintainer) Approved by:portmgr (erwin), Glenn Trewitt <[EMAIL PROTECTED]> (maintainer)

cvs commit: ports/net/jakarta-commons-net Makefile

2006-10-24 Thread Sergey Matveychuk
sem 2006-10-24 15:02:42 UTC FreeBSD ports repository Modified files: net/jakarta-commons-net Makefile Log: - Real fix build now - pass library path to ant. Approved by:portmgr (marcus) Revision ChangesPath 1.6 +1 -1 ports/net/jakarta-commons-ne

cvs commit: src/sys/kern vfs_mount.c src/sys/sys mount.h

2006-10-24 Thread Konstantin Belousov
kib 2006-10-24 15:02:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_mount.c sys/sys mount.h Log: MFC rev. 1.232, 1.233, 1.240 of the src/sys/kern/vfs_mount.c, and rev. 1.215 of src/sys/sys/mount.h (with c

cvs commit: src/lib/libc/resolv res_send.c

2006-10-24 Thread Hajimu UMEMOTO
ume 2006-10-24 14:41:43 UTC FreeBSD src repository Modified files: lib/libc/resolv res_send.c Log: Merge res_send.c of BIND9 9.3.3rc2 into main chunk. It includes following fix: Retransmission timeouts should be based on which attempt it is to t

cvs commit: src/lib/libc/resolv - Imported sources

2006-10-24 Thread Hajimu UMEMOTO
ume 2006-10-24 14:25:50 UTC FreeBSD src repository src/lib/libc/resolv - Imported sources Update of /home/ncvs/src/lib/libc/resolv In directory repoman.freebsd.org:/tmp/cvs-serv91964 Log Message: Import of BIND 9.3.3rc2 Status: Vendor Tag: ISC Release Tags: BI

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Robert Watson
On Tue, 24 Oct 2006, Maxim Sobolev wrote: Robert Watson wrote: The method by which the distinction between ENOSYS+SIGSYS and plain ENOSYS is determined is in the implementation of the system call. If a system call is flagged as unimplemented (i.e., you never hit the function implementing it

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

2006-10-24 Thread Robert Watson
rwatson 2006-10-24 13:54:56 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c Log: Regenerate. Revision ChangesPath 1.71 +51 -1 src/sys/compa

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

2006-10-24 Thread Robert Watson
rwatson 2006-10-24 13:49:44 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 syscalls.master Log: Hook up audit functions in the freebsd32 compatibility code. It is believed these likely don't require wrappers. Reported by:sobomax MFC after: 3 da

cvs commit: src/share/man/man7 ports.7

2006-10-24 Thread Giorgos Keramidas
keramida2006-10-24 13:27:08 UTC FreeBSD src repository (doc committer) Modified files: share/man/man7 ports.7 Log: Reduce our pointy-hat pool capacity by one (i.e. bump manpage date, after the last change to this manpage). Reminded by:ru Revision Changes

cvs commit: src/sys/netinet ip_output.c

2006-10-24 Thread Robert Watson
rwatson 2006-10-24 13:23:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet ip_output.c Log: Reduce the size of a number of race windows in the TCP socket options processing code: a RST may arrive during a socket option call, causing

cvs commit: src/share/man/man7 ports.7

2006-10-24 Thread Giorgos Keramidas
keramida2006-10-24 12:30:28 UTC FreeBSD src repository (doc committer) Modified files: share/man/man7 ports.7 Log: Document NO_IGNORE and its interation with FORBIDDEN. Triggered by: a question by Panagiotis Hadgis <[EMAIL PROTECTED]> Revision ChangesPat

cvs commit: src/sys/kern kern_exit.c

2006-10-24 Thread David Xu
davidxu 2006-10-24 12:04:21 UTC FreeBSD src repository Modified files: sys/kern kern_exit.c Log: Protect sigqueue_take() call by child process's lock, it fixed a potential race with ptrace 'attach' which changes parent of the child process. Revision Changes

cvs commit: src/sys/fs/smbfs smbfs_subr.c

2006-10-24 Thread Poul-Henning Kamp
phk 2006-10-24 11:55:18 UTC FreeBSD src repository Modified files: sys/fs/smbfs smbfs_subr.c Log: Ditch crummy fattime <--> timespec conversion functions Revision ChangesPath 1.11 +9 -150src/sys/fs/smbfs/smbfs_subr.c __

cvs commit: src/sys/fs/nwfs nwfs_subr.c

2006-10-24 Thread Poul-Henning Kamp
phk 2006-10-24 11:43:41 UTC FreeBSD src repository Modified files: sys/fs/nwfs nwfs_subr.c Log: Drop crummy fattime to timespec conversion routines. Leave a XXX here for anybody able to test. Revision ChangesPath 1.17 +11 -162 src/sys/fs/nwfs/

cvs commit: src/sys/sys queue.h

2006-10-24 Thread Ruslan Ermilov
ru 2006-10-24 11:20:29 UTC FreeBSD src repository Modified files: sys/sys queue.h Log: (Forced commit.) Forgot to note that previous change was Submitted by: Stepan A. Baranov Revision ChangesPath 1.68 +0 -0 src/sys/sys/queue.h

cvs commit: src/sys/sys queue.h

2006-10-24 Thread Ruslan Ermilov
ru 2006-10-24 11:19:21 UTC FreeBSD src repository Modified files: sys/sys queue.h Log: Remove the non-standard and undocumented STAILQ_REMOVE_HEAD_UNTIL() macro now that we no longer use it. Revision ChangesPath 1.67 +0 -5 src/sys/sys/que

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

2006-10-24 Thread Ruslan Ermilov
ru 2006-10-24 11:17:46 UTC FreeBSD src repository Modified files: sys/dev/ubsecubsec.c Log: Switch to using STAILQ_REMOVE_HEAD() instead of STAILQ_REMOVE_HEAD_UNTIL(). Submitted by: Stepan A. Baranov This corresponds to OpenBSD rev. 1.134: : revision

cvs commit: src/sys/fs/msdosfs denode.h direntry.h msdosfs_conv.c msdosfs_denode.c msdosfs_vnops.c

2006-10-24 Thread Poul-Henning Kamp
phk 2006-10-24 11:14:05 UTC FreeBSD src repository Modified files: sys/fs/msdosfs denode.h direntry.h msdosfs_conv.c msdosfs_denode.c msdosfs_vnops.c Log: Replace slightly crummy fattime<->timespec conversion functions. Revision Changes

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Robert Watson
On Tue, 24 Oct 2006, Maxim Sobolev wrote: Robert Watson wrote: The method by which the distinction between ENOSYS+SIGSYS and plain ENOSYS is determined is in the implementation of the system call. If a system call is flagged as unimplemented (i.e., you never hit the function implementing it)

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Maxim Sobolev
Robert Watson wrote: The method by which the distinction between ENOSYS+SIGSYS and plain ENOSYS is determined is in the implementation of the system call. If a system call is flagged as unimplemented (i.e., you never hit the function implementing it), you get SIGSYS+ENOSYS. If you enter the

cvs commit: src/sys/sys clock.h src/sys/kern subr_fattime.c

2006-10-24 Thread Poul-Henning Kamp
phk 2006-10-24 10:27:23 UTC FreeBSD src repository Modified files: sys/sys clock.h sys/kern subr_fattime.c Log: Better naming of fattime conversion functions, they do convert to timespec after all. Add 'utc' argument to control if fattimes

cvs commit: src/sys/dev/bce if_bce.c if_bcereg.h

2006-10-24 Thread Scott Long
scottl 2006-10-24 10:11:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/bce if_bce.c if_bcereg.h Log: Merge all changes from HEAD, except for rev 1.8 which changes the VLAN API. This fixes a number of stability problems with the driver.

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Robert Watson
On Tue, 24 Oct 2006, Maxim Sobolev wrote: On Tue, 24 Oct 2006, Maxim Sobolev wrote: OK, in this particular case I am trying to run su(8) binary compiled for FreeBSD/ia32 on FreeBSD/amd64 system (FreeBSD 6.2 but this doesn't really make any difference since the code is the same). Since all

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Maxim Sobolev
Robert Watson wrote: On Tue, 24 Oct 2006, Maxim Sobolev wrote: OK, in this particular case I am trying to run su(8) binary compiled for FreeBSD/ia32 on FreeBSD/amd64 system (FreeBSD 6.2 but this doesn't really make any difference since the code is the same). Since all audit syscalls in free

cvs commit: src/usr.sbin/freebsd-update freebsd-update.sh src/usr.sbin/portsnap/portsnap portsnap.sh

2006-10-24 Thread Colin Percival
cperciva2006-10-24 09:50:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/freebsd-update freebsd-update.sh usr.sbin/portsnap/portsnap portsnap.sh Log: MFC: Set LC_ALL=C in order to avoid problems with character ranges and sorting.

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Maxim Sobolev
P.S. Perhaps my mistake is that I have blindly assumed that attempt to invoke unimplemented syscall on native platform (i.e. ia32 binary running on ia32 kernel) results in the same error condition as attempt to invoke unimplemented syscall in binary compatibility mode (i.e. ia32 binary on amd64

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Robert Watson
On Tue, 24 Oct 2006, Maxim Sobolev wrote: OK, in this particular case I am trying to run su(8) binary compiled for FreeBSD/ia32 on FreeBSD/amd64 system (FreeBSD 6.2 but this doesn't really make any difference since the code is the same). Since all audit syscalls in freebsd32 emulation layer

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Maxim Sobolev
OK, in this particular case I am trying to run su(8) binary compiled for FreeBSD/ia32 on FreeBSD/amd64 system (FreeBSD 6.2 but this doesn't really make any difference since the code is the same). Since all audit syscalls in freebsd32 emulation layer are redirected to nosys() any attempt to inv

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Maxim Sobolev
I am trying to run ia32 su(8) binary on amd64 kernel. -Maxim Ruslan Ermilov wrote: On Tue, Oct 24, 2006 at 08:18:10AM +, Maxim Sobolev wrote: sobomax 2006-10-24 08:18:10 UTC FreeBSD src repository Modified files: usr.bin/su su.c Log: Ignore SIGSYS when BSM is

cvs commit: ports/net-mgmt/ipacco Makefile

2006-10-24 Thread Pav Lucistnik
pav 2006-10-24 09:15:41 UTC FreeBSD ports repository Modified files: net-mgmt/ipacco Makefile Log: - Fix dependencies Approved by:portmgr (erwin) Revision ChangesPath 1.2 +3 -2 ports/net-mgmt/ipacco/Makefile ___

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Robert Watson
On Tue, 24 Oct 2006, Maxim Sobolev wrote: sobomax 2006-10-24 08:18:10 UTC FreeBSD src repository Modified files: usr.bin/su su.c Log: Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su on system that don't have audit framefork compiled into kernel or

Re: cvs commit: src/usr.bin/su su.c

2006-10-24 Thread Ruslan Ermilov
On Tue, Oct 24, 2006 at 08:18:10AM +, Maxim Sobolev wrote: > sobomax 2006-10-24 08:18:10 UTC > > FreeBSD src repository > > Modified files: > usr.bin/su su.c > Log: > Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su on > system that don't hav

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

2006-10-24 Thread Andrew Thompson
thompsa 2006-10-24 08:47:40 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: Document net.link.bridge.ipfw_arp for filtering ARP packets with ipfw. MFC after: 3 days Revision ChangesPath 1.25 +11 -0 src/share/man/man4

cvs commit: src/sys/dev/bce if_bcereg.h

2006-10-24 Thread Scott Long
scottl 2006-10-24 08:24:31 UTC FreeBSD src repository Modified files: sys/dev/bce if_bcereg.h Log: Refine the checksum hack a little. It appears that the chip can handle UDP and TCP checksum offloading fine, it only has a problem with IP checksums on IP fragments..

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

2006-10-24 Thread Maxim Sobolev
sobomax 2006-10-24 08:18:10 UTC FreeBSD src repository Modified files: usr.bin/su su.c Log: Ignore SIGSYS when BSM is compiled in. Otherwise, attempt to invoke su on system that don't have audit framefork compiled into kernel or ia32 binary on amd64 system will resu

cvs commit: ports/chinese/gcin Makefile pkg-plist

2006-10-24 Thread Chin-San Huang
chinsan 2006-10-24 07:21:29 UTC FreeBSD ports repository (doc committer) Modified files: chinese/gcin Makefile pkg-plist Log: - Fix pkg-plist and some issue, bump version PR: ports/104724 Submitted by: chinsan Noticed by: kris Approved by:

cvs commit: src/usr.sbin/config mkmakefile.c

2006-10-24 Thread Warner Losh
imp 2006-10-24 07:12:31 UTC FreeBSD src repository Modified files: usr.sbin/config mkmakefile.c Log: Don't leak files. This also eliminates the need for ifp init. Submitted by: ru@ Revision ChangesPath 1.91 +2 -3 src/usr.sbin/config/mkmakefil