Re: svn commit: r230869 - head/usr.sbin/daemon

2012-02-08 Thread Mikolaj Golub
On Mon, 6 Feb 2012 23:17:43 +0100 Pawel Jakub Dawidek wrote: PJD> On Mon, Feb 06, 2012 at 11:46:24PM +0200, Mikolaj Golub wrote: >> Thanks. The updated version is attached. PJD> Looks good to me. Thanks. But I still think that adding some signal handling is a good idea. I agree that there m

svn commit: r231191 - head/share/man/man3

2012-02-08 Thread Kevin Lo
Author: kevlo Date: Wed Feb 8 08:42:17 2012 New Revision: 231191 URL: http://svn.freebsd.org/changeset/base/231191 Log: Add offsetof.3 man page Obtained from:OpenBSD Added: head/share/man/man3/offsetof.3 (contents, props changed) Modified: head/share/man/man3/Makefile Modif

svn commit: r231192 - head/lib/libutil

2012-02-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 8 08:43:41 2012 New Revision: 231192 URL: http://svn.freebsd.org/changeset/base/231192 Log: Note that calling pidfile_write(3) multiple times is fine. MFC after:3 days Modified: head/lib/libutil/pidfile.3 Modified: head/lib/libutil/pidfile.3 ==

svn commit: r231193 - head/lib/libutil

2012-02-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 8 08:49:30 2012 New Revision: 231193 URL: http://svn.freebsd.org/changeset/base/231193 Log: Add a comment to the example that pidfile_* functions can handle pfh being NULL. MFC after:3 days Modified: head/lib/libutil/pidfile.3 Modified: head/lib/libutil/p

svn commit: r231194 - in head: etc/defaults etc/rc.d share/man/man5

2012-02-08 Thread Doug Barton
Author: dougb Date: Wed Feb 8 08:52:40 2012 New Revision: 231194 URL: http://svn.freebsd.org/changeset/base/231194 Log: As it stands right now, the default devfs rulesets are only loaded as a side effect of something else using them. If they haven't been loaded already but you want to use t

Re: svn commit: r230869 - head/usr.sbin/daemon

2012-02-08 Thread Pawel Jakub Dawidek
On Wed, Feb 08, 2012 at 10:32:41AM +0200, Mikolaj Golub wrote: > > On Mon, 6 Feb 2012 23:17:43 +0100 Pawel Jakub Dawidek wrote: > > PJD> On Mon, Feb 06, 2012 at 11:46:24PM +0200, Mikolaj Golub wrote: > > >> Thanks. The updated version is attached. > > PJD> Looks good to me. > > Thanks. But

svn commit: r231195 - head/sys/kern

2012-02-08 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 8 09:18:22 2012 New Revision: 231195 URL: http://svn.freebsd.org/changeset/base/231195 Log: Allow to set kern.ipc.shmmax from /boot/loader.conf. MFC after:1 week Modified: head/sys/kern/sysv_shm.c Modified: head/sys/kern/sysv_shm.c

svn commit: r231196 - head/lib/libc/net

2012-02-08 Thread Brooks Davis
Author: brooks Date: Wed Feb 8 11:30:13 2012 New Revision: 231196 URL: http://svn.freebsd.org/changeset/base/231196 Log: eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r and ether_nota_r and do not use static variables so remove the note copied from ethers.3 saying they

svn commit: r231198 - in head: sys/dev/netmap sys/net tools/tools/netmap

2012-02-08 Thread Luigi Rizzo
Author: luigi Date: Wed Feb 8 11:43:29 2012 New Revision: 231198 URL: http://svn.freebsd.org/changeset/base/231198 Log: - change the buffer size from a constant to a TUNABLE variable (hw.netmap.buf_size) so we can experiment with values different from 2048 which may give better cache pe

svn commit: r231201 - head/sys/netinet

2012-02-08 Thread Gleb Smirnoff
Author: glebius Date: Wed Feb 8 13:39:38 2012 New Revision: 231201 URL: http://svn.freebsd.org/changeset/base/231201 Log: Set vnet context in callouts and taskqueues. PR: 164696 Modified: head/sys/netinet/ip_carp.c Modified: head/sys/netinet/ip_carp.c

svn commit: r231204 - head/sys/kern

2012-02-08 Thread Konstantin Belousov
Author: kib Date: Wed Feb 8 15:07:19 2012 New Revision: 231204 URL: http://svn.freebsd.org/changeset/base/231204 Log: Unbreak detection of the async mode for clustered writes after r231075. Submitted by: bde MFC after:12 days Modified: head/sys/kern/vfs_cluster.c Modified: head/s

Re: svn commit: r231057 - in head: contrib/llvm/tools/bugpoint contrib/llvm/tools/llc contrib/llvm/tools/lli contrib/llvm/tools/llvm-ar contrib/llvm/tools/llvm-as contrib/llvm/tools/llvm-bcanalyzer co

2012-02-08 Thread Marcel Moolenaar
On Feb 5, 2012, at 3:56 PM, Dimitry Andric wrote: > Author: dim > Date: Sun Feb 5 23:56:22 2012 > New Revision: 231057 > URL: http://svn.freebsd.org/changeset/base/231057 > > Log: > Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default, > that builds the following additional llv

svn commit: r231220 - head/sys/sys

2012-02-08 Thread Konstantin Belousov
Author: kib Date: Wed Feb 8 18:36:07 2012 New Revision: 231220 URL: http://svn.freebsd.org/changeset/base/231220 Log: Trim 8 unused bytes from struct vnode on 64-bit architectures. Reviewed by: alc Modified: head/sys/sys/vnode.h Modified: head/sys/sys/vnode.h =

svn commit: r231226 - in head: etc sys/dev/acpica

2012-02-08 Thread Jung-uk Kim
Author: jkim Date: Wed Feb 8 20:31:42 2012 New Revision: 231226 URL: http://svn.freebsd.org/changeset/base/231226 Log: Revert r211288 and move the logic to the acpi_timer itself. Modified: head/etc/rc.resume head/etc/rc.suspend head/sys/dev/acpica/acpi_timer.c Modified: head/etc/rc.resu

svn commit: r231227 - in head/sys: amd64/acpica dev/acpica

2012-02-08 Thread Jung-uk Kim
Author: jkim Date: Wed Feb 8 21:23:20 2012 New Revision: 231227 URL: http://svn.freebsd.org/changeset/base/231227 Log: Reset clock after atrtc(4) is properly resumed. Modified: head/sys/amd64/acpica/acpi_wakeup.c head/sys/dev/acpica/acpi.c head/sys/dev/acpica/acpivar.h Modified: head/sy

svn commit: r231228 - head/sys/dev/mpt

2012-02-08 Thread Marius Strobl
Author: marius Date: Wed Feb 8 21:40:54 2012 New Revision: 231228 URL: http://svn.freebsd.org/changeset/base/231228 Log: Remove extra newlines from panic messages. Modified: head/sys/dev/mpt/mpt.c head/sys/dev/mpt/mpt.h head/sys/dev/mpt/mpt_cam.c Modified: head/sys/dev/mpt/mpt.c ===

svn commit: r231229 - head/sys/net

2012-02-08 Thread Sergey Kandaurov
Author: pluknet Date: Wed Feb 8 22:05:26 2012 New Revision: 231229 URL: http://svn.freebsd.org/changeset/base/231229 Log: g/c last bit of old ipv6 prefix management. Reviewed by: bz Obtained from:NetBSD, net/if.h, rev 1.80 Modified: head/sys/net/if.c head/sys/net/if_var.h

svn commit: r231236 - head/lib/libc/sys

2012-02-08 Thread Jamie Gritton
Author: jamie Date: Wed Feb 8 23:34:47 2012 New Revision: 231236 URL: http://svn.freebsd.org/changeset/base/231236 Log: Acknowledge that jail_attach and jail_remove can return EPERM. MFC after:1 week Modified: head/lib/libc/sys/jail.2 Modified: head/lib/libc/sys/jail.2

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

2012-02-08 Thread Kenneth D. Merry
Author: ken Date: Thu Feb 9 00:16:12 2012 New Revision: 231240 URL: http://svn.freebsd.org/changeset/base/231240 Log: Bring in a number of mps(4) driver fixes from LSI: 1. Fixed timeout specification for the msleep in mps_wait_command(). Added 30 second timeout for mps_wait_command(

Re: svn commit: r231220 - head/sys/sys

2012-02-08 Thread mdf
On Wed, Feb 8, 2012 at 10:36 AM, Konstantin Belousov wrote: > Author: kib > Date: Wed Feb  8 18:36:07 2012 > New Revision: 231220 > URL: http://svn.freebsd.org/changeset/base/231220 > > Log: >  Trim 8 unused bytes from struct vnode on 64-bit architectures. Doesn't this change the KBI? So should

svn commit: r231244 - in head/share/man: man4 man5 man7 man9

2012-02-08 Thread Glen Barber
Author: gjb (doc committer) Date: Thu Feb 9 04:37:30 2012 New Revision: 231244 URL: http://svn.freebsd.org/changeset/base/231244 Log: Fix some Xr references: - ada(4): ad(4) - removed, ada(4) would be a self-referencing entry - cd(4): ad(4) -> ada(4) - da(4): ad(4) -> ada(4) - DEVICE