svn commit: r220124 - head/sys/modules/ipfw

2011-03-28 Thread Andrey V. Elsukov
Author: ae Date: Tue Mar 29 06:42:52 2011 New Revision: 220124 URL: http://svn.freebsd.org/changeset/base/220124 Log: Do not build ip_fw_nat.c for ipfw.ko. It can be build as separate module. MFC after:1 week Modified: head/sys/modules/ipfw/Makefile Modified: head/sys/modules/ipfw/M

Re: svn commit: r219667 - head/usr.sbin/bsdinstall/partedit

2011-03-28 Thread Doug Barton
On 03/21/2011 00:33, Jeff Roberson wrote: On Sun, 20 Mar 2011, Doug Barton wrote: On 03/20/2011 09:22, Marius Strobl wrote: I fear it's still a bit premature for enable SU+J by default. Rather recently I was told about a SU+J filesystems lost after a panic that happend after snapshotting it (

Re: svn commit: r220059 - head/usr.sbin/pc-sysinstall/backend

2011-03-28 Thread Doug Barton
On 03/27/2011 15:29, Warner Losh wrote: On Mar 27, 2011, at 11:22 AM, Doug Barton wrote: On 03/27/2011 09:57, Josh Paetzel wrote: Replace "$?" = "0" with $? -eq 0 in tests Excellent! Most of the time I've found that moving the command up to the if makes the code clearer too. At jobs

svn commit: r220116 - head/usr.sbin/bluetooth/l2ping

2011-03-28 Thread Maksim Yevmenkin
Author: emax Date: Mon Mar 28 23:08:18 2011 New Revision: 220116 URL: http://svn.freebsd.org/changeset/base/220116 Log: Do not use word 'flood' as it not entirely correct. Use better 'no delay' description. While here, replace atoi(3) with strtol(3). Submitted by: arundel MFC after:

svn commit: r220114 - head/sys/kern

2011-03-28 Thread Konstantin Belousov
Author: kib Date: Mon Mar 28 19:44:54 2011 New Revision: 220114 URL: http://svn.freebsd.org/changeset/base/220114 Log: Fix the check for vm_map_remove() error. Pointed out by: alc MFC after:2 weeks Modified: head/sys/kern/subr_uio.c Modified: head/sys/kern/subr_uio.c ===

svn commit: r220106 - head/sys/dev/dc

2011-03-28 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 28 19:08:53 2011 New Revision: 220106 URL: http://svn.freebsd.org/changeset/base/220106 Log: Revise r220046 by introducing dc_netcfg_wait() which waits the end of active DMA cycle. dc_setcfg() also has to wait until the DMA engine is stopped so using a common fu

svn commit: r220105 - head/sys/netinet

2011-03-28 Thread Weongyo Jeong
Author: weongyo Date: Mon Mar 28 19:03:56 2011 New Revision: 220105 URL: http://svn.freebsd.org/changeset/base/220105 Log: Covers values if (BYTES_THIS_ACK(tp, th) / tp->t_maxseg) value is from 2.0 to 3.0. Reviewed by: lstewart Modified: head/sys/netinet/tcp_sack.c Modified: head/sys

svn commit: r220103 - head/sys/dev/fxp

2011-03-28 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 28 16:58:48 2011 New Revision: 220103 URL: http://svn.freebsd.org/changeset/base/220103 Log: Normally fxp(4) does not receive bad frames but promiscuous mode makes controller to receive bad frames and i82557 will also receive bad frames since fxp(4) have to rece

svn commit: r220102 - head/sys/kern

2011-03-28 Thread Konstantin Belousov
Author: kib Date: Mon Mar 28 13:28:23 2011 New Revision: 220102 URL: http://svn.freebsd.org/changeset/base/220102 Log: Trim white spaces, adjust style. MFC after:2 weeks Modified: head/sys/kern/subr_uio.c Modified: head/sys/kern/subr_uio.c ===

svn commit: r220101 - head/sys/kern

2011-03-28 Thread Konstantin Belousov
Author: kib Date: Mon Mar 28 13:21:26 2011 New Revision: 220101 URL: http://svn.freebsd.org/changeset/base/220101 Log: Handle zero length in copyout_unmap(). Submitted by: John Wehle MFC after:2 weeks Modified: head/sys/kern/subr_uio.c Modified: head/sys/kern/subr_uio.c =

svn commit: r220100 - in head/sys: dev/ksyms kern sys

2011-03-28 Thread Konstantin Belousov
Author: kib Date: Mon Mar 28 12:48:33 2011 New Revision: 220100 URL: http://svn.freebsd.org/changeset/base/220100 Log: Promote ksyms_map() and ksyms_unmap() to general facility copyout_map() and copyout_unmap() interfaces. Submitted by: John Wehle , nox MFC after:2 weeks Modified:

svn commit: r220099 - head/sys/ufs/ffs

2011-03-28 Thread Konstantin Belousov
Author: kib Date: Mon Mar 28 12:39:48 2011 New Revision: 220099 URL: http://svn.freebsd.org/changeset/base/220099 Log: Fix the softdep_request_cleanup() function definition for !SOFTUPDATES case. Submitted by: Aleksandr Rybalko Modified: head/sys/ufs/ffs/ffs_softdep.c Modified: head/sy

svn commit: r220098 - head/sys/dev/ath

2011-03-28 Thread Adrian Chadd
Author: adrian Date: Mon Mar 28 11:48:49 2011 New Revision: 220098 URL: http://svn.freebsd.org/changeset/base/220098 Log: Add in HT protection but disable it by default. I'll clear how it's supposed to work with Bernhard and then look at enabling this in the correct situations. But t

svn commit: r220097 - head/sys/dev/mvs

2011-03-28 Thread Alexander Motin
Author: mav Date: Mon Mar 28 11:08:58 2011 New Revision: 220097 URL: http://svn.freebsd.org/changeset/base/220097 Log: Update mvs(4) driver to work over FDT's simplebus(4) bus. Modified: head/sys/dev/mvs/mvs_soc.c Modified: head/sys/dev/mvs/mvs_soc.c =

svn commit: r220096 - head/sys/mips/atheros

2011-03-28 Thread Adrian Chadd
Author: adrian Date: Mon Mar 28 09:10:59 2011 New Revision: 220096 URL: http://svn.freebsd.org/changeset/base/220096 Log: The previous commit didn't completely rename this to what it should be. Modified: head/sys/mips/atheros/ar71xx_machdep.c Modified: head/sys/mips/atheros/ar71xx_machdep.c

svn commit: r220095 - head/share/misc

2011-03-28 Thread Ganael LAPLANCHE
Author: martymac (ports committer) Date: Mon Mar 28 09:05:43 2011 New Revision: 220095 URL: http://svn.freebsd.org/changeset/base/220095 Log: Add myself to committers-ports.dot Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/committers-ports.dot =

svn commit: r220094 - head/usr.bin/calendar/calendars

2011-03-28 Thread Ganael LAPLANCHE
Author: martymac (ports committer) Date: Mon Mar 28 08:37:48 2011 New Revision: 220094 URL: http://svn.freebsd.org/changeset/base/220094 Log: Add myself Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd =

svn commit: r220091 - head/tools/tools/nanobsd

2011-03-28 Thread Michael Reifenberger
Author: mr Date: Mon Mar 28 07:00:41 2011 New Revision: 220091 URL: http://svn.freebsd.org/changeset/base/220091 Log: Use ${NANO_WORLDDIR}/var/empty as copy source since it has no schg flag set. Copying over /var/empty's schg flag had unpleasant side effects (schg flag on /etc and /cfg) dur