Re: svn commit: r239382 - in head/etc: defaults rc.d

2012-10-02 Thread Lawrence Stewart
Hi Jun, On 08/19/12 18:15, Jun Kuriyama wrote: Author: kuriyama Date: Sun Aug 19 08:15:32 2012 New Revision: 239382 URL: http://svn.freebsd.org/changeset/base/239382 Log: - Allow to pass extra parameters for each jails. - To achieve above, convert jail(8) invocation to use new style

svn commit: r241123 - in head/sys/mips: include mips

2012-10-02 Thread Alan Cox
Author: alc Date: Tue Oct 2 07:14:22 2012 New Revision: 241123 URL: http://svn.freebsd.org/changeset/base/241123 Log: Introduce a new TLB invalidation function for efficiently invalidating address ranges, and use this function in pmap_remove(). Tested by:jchandra Modified:

svn commit: r241124 - head/usr.sbin/cron/cron

2012-10-02 Thread Sergey Kandaurov
Author: pluknet Date: Tue Oct 2 09:19:28 2012 New Revision: 241124 URL: http://svn.freebsd.org/changeset/base/241124 Log: Fix build with DEBUGGING disabled. Modified: head/usr.sbin/cron/cron/cron.c Modified: head/usr.sbin/cron/cron/cron.c

svn commit: r241125 - head/usr.sbin/cron/lib

2012-10-02 Thread Sergey Kandaurov
Author: pluknet Date: Tue Oct 2 09:23:16 2012 New Revision: 241125 URL: http://svn.freebsd.org/changeset/base/241125 Log: Fix build with LOG_FILE undefined and DEBUGGING disabled. Modified: head/usr.sbin/cron/lib/misc.c Modified: head/usr.sbin/cron/lib/misc.c

svn commit: r241126 - head/usr.sbin/fifolog/fifolog_create

2012-10-02 Thread Sergey Kandaurov
Author: pluknet Date: Tue Oct 2 09:53:50 2012 New Revision: 241126 URL: http://svn.freebsd.org/changeset/base/241126 Log: mdoc: point to an existing cross reference. Modified: head/usr.sbin/fifolog/fifolog_create/fifolog.1 Modified: head/usr.sbin/fifolog/fifolog_create/fifolog.1

svn commit: r241127 - head/sys/dev/usb

2012-10-02 Thread Hans Petter Selasky
Author: hselasky Date: Tue Oct 2 10:05:39 2012 New Revision: 241127 URL: http://svn.freebsd.org/changeset/base/241127 Log: Remove unused field. MFC after:1 week Modified: head/sys/dev/usb/usb_hub.c Modified: head/sys/dev/usb/usb_hub.c

svn commit: r241128 - head/sys/dev/usb

2012-10-02 Thread Hans Petter Selasky
Author: hselasky Date: Tue Oct 2 10:09:23 2012 New Revision: 241128 URL: http://svn.freebsd.org/changeset/base/241128 Log: Style. MFC after:1 week Modified: head/sys/dev/usb/usb_hub.c Modified: head/sys/dev/usb/usb_hub.c

svn commit: r241129 - head/sys/netinet

2012-10-02 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 2 12:03:02 2012 New Revision: 241129 URL: http://svn.freebsd.org/changeset/base/241129 Log: There is a complex race in in_pcblookup_hash() and in_pcblookup_group(). Both functions need to obtain lock on the found PCB, and they can't do classic inter-lock with

svn commit: r241130 - head/sys/net

2012-10-02 Thread John Baldwin
Author: jhb Date: Tue Oct 2 12:25:30 2012 New Revision: 241130 URL: http://svn.freebsd.org/changeset/base/241130 Log: Rename the module for 'device enc' to if_enc to avoid conflicting with the CAM enc peripheral (part of ses(4)). Previously the two modules used the same name, so only one

svn commit: r241131 - head/sys/netpfil/pf

2012-10-02 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 2 12:44:46 2012 New Revision: 241131 URL: http://svn.freebsd.org/changeset/base/241131 Log: To reduce volume of pfsync traffic: - Scan request update queue to prevent doubles. - Do not push undersized daragram in pfsync_update_request(). Modified:

svn commit: r241134 - head/usr.sbin/ip6addrctl

2012-10-02 Thread Eitan Adler
Author: eadler Date: Tue Oct 2 14:48:03 2012 New Revision: 241134 URL: http://svn.freebsd.org/changeset/base/241134 Log: Fix alignment related warnings reported by gcc Switch from old style arguments to modern C remove WARNS as a result tested with make universe Approved by:

svn commit: r241137 - head/lib/libc/stdlib

2012-10-02 Thread Andrey A. Chernov
Author: ache Date: Tue Oct 2 17:44:08 2012 New Revision: 241137 URL: http://svn.freebsd.org/changeset/base/241137 Log: Using putenv() and later direct pointer contents modification it is possibe to craft environment variables with similar names like that: a=1 a=2 ... unsetenv(a)

svn commit: r241138 - head/sys/net80211

2012-10-02 Thread Adrian Chadd
Author: adrian Date: Tue Oct 2 17:45:19 2012 New Revision: 241138 URL: http://svn.freebsd.org/changeset/base/241138 Log: Migrate the power-save functions to be overridable VAP methods. This turns ieee80211_node_pwrsave(), ieee80211_sta_pwrsave() and ieee80211_recv_pspoll() into methods.

svn commit: r241139 - head

2012-10-02 Thread Adrian Chadd
Author: adrian Date: Tue Oct 2 17:46:32 2012 New Revision: 241139 URL: http://svn.freebsd.org/changeset/base/241139 Log: Update UPDATING with the ABI change for net80211. Modified: head/UPDATING Modified: head/UPDATING

svn commit: r241140 - head/sys/kern

2012-10-02 Thread Garrett Wollman
Author: wollman Date: Tue Oct 2 18:38:05 2012 New Revision: 241140 URL: http://svn.freebsd.org/changeset/base/241140 Log: Fix spelling of the function name in two assertion messages. Modified: head/sys/kern/uipc_socket.c Modified: head/sys/kern/uipc_socket.c

svn commit: r241141 - in head: include/rpc lib/libc/rpc sys/rpc

2012-10-02 Thread Pedro F. Giffuni
Author: pfg Date: Tue Oct 2 19:00:56 2012 New Revision: 241141 URL: http://svn.freebsd.org/changeset/base/241141 Log: RPC: Convert all uid and gid variables of the type uid_t and gid_t. This matches what upstream (OpenSolaris) does. Tested by:David Wolfskill Obtained from:

svn commit: r241142 - head/lib/libc/rpc

2012-10-02 Thread Pedro F. Giffuni
Author: pfg Date: Tue Oct 2 19:03:21 2012 New Revision: 241142 URL: http://svn.freebsd.org/changeset/base/241142 Log: Fix __rpc_getconfip __rpc_getconfip is supposed to return the first netconf entry supporting tcp or udp, respectively. The code will currently return the *last* entry,

svn commit: r241143 - in head: lib/libc/rpc sys/rpc

2012-10-02 Thread Pedro F. Giffuni
Author: pfg Date: Tue Oct 2 19:10:19 2012 New Revision: 241143 URL: http://svn.freebsd.org/changeset/base/241143 Log: libtirpc: be sure to free cl_netid and cl_tp When creating a client with clnt_tli_create, it uses strdup to copy strings for these fields if nconf is passed in.

Re: svn commit: r241140 - head/sys/kern

2012-10-02 Thread Gleb Smirnoff
On Tue, Oct 02, 2012 at 06:38:05PM +, Garrett Wollman wrote: G Author: wollman G Date: Tue Oct 2 18:38:05 2012 G New Revision: 241140 G URL: http://svn.freebsd.org/changeset/base/241140 G G Log: G Fix spelling of the function name in two assertion messages. G G Modified: G

Re: svn commit: r241140 - head/sys/kern

2012-10-02 Thread Garrett Cooper
On Tue, Oct 2, 2012 at 12:38 PM, Gleb Smirnoff gleb...@freebsd.org wrote: On Tue, Oct 02, 2012 at 06:38:05PM +, Garrett Wollman wrote: G Author: wollman G Date: Tue Oct 2 18:38:05 2012 G New Revision: 241140 G URL: http://svn.freebsd.org/changeset/base/241140 G G Log: G Fix spelling

svn commit: r241144 - in head: share/man/man4 sys/dev/ata

2012-10-02 Thread Alexander Motin
Author: mav Date: Tue Oct 2 22:03:21 2012 New Revision: 241144 URL: http://svn.freebsd.org/changeset/base/241144 Log: Implement SATA revision (speed) control for legacy SATA controller for both boot (via loader tunables) and run-time (via `camcontrol negotiate`). Tested to work at least on

Re: svn commit: r241141 - in head: include/rpc lib/libc/rpc sys/rpc

2012-10-02 Thread Bruce Evans
On Tue, 2 Oct 2012, Pedro F. Giffuni wrote: Log: RPC: Convert all uid and gid variables of the type uid_t and gid_t. This matches what upstream (OpenSolaris) does. Tested by: David Wolfskill Obtained from: Bull GNU/Linux NFSv4 project (libtirpc) MFC after: 3 days This still

svn commit: r241145 - head/sys/dev/mps

2012-10-02 Thread Kenneth D. Merry
Author: ken Date: Tue Oct 2 23:04:12 2012 New Revision: 241145 URL: http://svn.freebsd.org/changeset/base/241145 Log: Add casts to unbreak the i386 PAE build for the mps(4) driver. MFC after:3 days Prompted by: Garrett Cooper Modified: head/sys/dev/mps/mps_sas.c Modified:

svn commit: r241146 - head/contrib/bmake

2012-10-02 Thread Marcel Moolenaar
Author: marcel Date: Wed Oct 3 00:41:46 2012 New Revision: 241146 URL: http://svn.freebsd.org/changeset/base/241146 Log: Merge bmake-20120831 from vendor/NetBSD/bmake/dist. Provenance: ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg Added: head/contrib/bmake/ - copied from r241077,

Re: svn commit: r241141 - in head: include/rpc lib/libc/rpc sys/rpc

2012-10-02 Thread Pedro Giffuni
Thank you Bruce; On 10/02/2012 17:19, Bruce Evans wrote: On Tue, 2 Oct 2012, Pedro F. Giffuni wrote: Log: RPC: Convert all uid and gid variables of the type uid_t and gid_t. This matches what upstream (OpenSolaris) does. Tested by:David Wolfskill Obtained from:Bull GNU/Linux

svn commit: r241149 - in head/usr.sbin: . bsdconfig/share sysrc

2012-10-02 Thread Devin Teske
Author: dteske Date: Wed Oct 3 02:32:47 2012 New Revision: 241149 URL: http://svn.freebsd.org/changeset/base/241149 Log: Import sysutils/sysrc from the ports tree (current version 5.1). Importing disconnected under the WITH_BSDCONFIG flag (a good idea since this version of sysrc(8) indeed

Re: svn commit: r232059 - in head: sys/fs/devfs sys/fs/nullfs sys/kern sys/sys usr.sbin/jail

2012-10-02 Thread Lawrence Stewart
Hi Martin, On 02/24/12 05:51, Martin Matuska wrote: Author: mm Date: Thu Feb 23 18:51:24 2012 New Revision: 232059 URL: http://svn.freebsd.org/changeset/base/232059 Log: To improve control over the use of mount(8) inside a jail(8), introduce a new jail parameter node with the following

svn commit: r241152 - head/lib/libc/rpc

2012-10-02 Thread Pedro F. Giffuni
Author: pfg Date: Wed Oct 3 03:44:23 2012 New Revision: 241152 URL: http://svn.freebsd.org/changeset/base/241152 Log: rpc: convert all uid and gid variables of the type uid_t and gid_t. As part of the previous commit, uses of xdr_int() were replaced with xdr_u_int(). This has undesired

svn commit: r241154 - head/lib/libc/stdlib

2012-10-02 Thread Andrey A. Chernov
Author: ache Date: Wed Oct 3 04:46:58 2012 New Revision: 241154 URL: http://svn.freebsd.org/changeset/base/241154 Log: Optimize prev. commit for speed. 1) Don't iterate the loop from the environment array beginning each time, iterate it under the last place we deactivate instead. 2) Call

svn commit: r241155 - head/sys/vm

2012-10-02 Thread Alan Cox
Author: alc Date: Wed Oct 3 05:06:45 2012 New Revision: 241155 URL: http://svn.freebsd.org/changeset/base/241155 Log: Tidy up a bit: Update some of the comments. In particular, use sleep in preference to block where appropriate. Eliminate some unnecessary casts. Make a few

svn commit: r241156 - head/sys/mips/mips

2012-10-02 Thread Alan Cox
Author: alc Date: Wed Oct 3 05:42:15 2012 New Revision: 241156 URL: http://svn.freebsd.org/changeset/base/241156 Log: Reimplement pmap_qremove() using the new TLB invalidation function for efficiently invalidating address ranges. Modified: head/sys/mips/mips/pmap.c Modified: