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

2012-02-05 Thread Mikolaj Golub
On Sun, 5 Feb 2012 22:46:48 +0100 Pawel Jakub Dawidek wrote: PJD> On Sun, Feb 05, 2012 at 11:27:10PM +0200, Mikolaj Golub wrote: >> Ok, using hastd code as a reference :-) here is my implementation. PJD> - I'd not pass selected signals to the child. The parent can still be PJD> killed with

svn commit: r231060 - head/sys/kern

2012-02-05 Thread Kevin Lo
Author: kevlo Date: Mon Feb 6 06:03:16 2012 New Revision: 231060 URL: http://svn.freebsd.org/changeset/base/231060 Log: - Use uint8_t for the variable x and spell the size of the variable as sizeof(x) - Capitalized comment - Parentheses around return value Requested by: bde Modifi

Re: svn commit: r231044 - in head: lib/libc/powerpc lib/libc/powerpc/gen lib/libc/powerpc64 lib/libc/powerpc64/gen sys/powerpc/include

2012-02-05 Thread Bruce Evans
On Sun, 5 Feb 2012, Andreas Tobler wrote: Log: Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which has the same API as __weak_reference(). Give 'x' in SYS.h a more meaningful name. Tested on 32- and 64-bit PowerMac. Reviewed by: bde Thanks. Bruce

svn commit: r231058 - head/sys/net80211

2012-02-05 Thread Adrian Chadd
Author: adrian Date: Mon Feb 6 00:26:29 2012 New Revision: 231058 URL: http://svn.freebsd.org/changeset/base/231058 Log: Update the mesh reason codes to match the latest 802.11s specification. Submitted by: Reviewed by: rpaulo Modified: head/sys/net80211/ieee80211.h Modified: head/

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 con...

2012-02-05 Thread Dimitry Andric
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 llvm/clang tools: - bugpoint - llc - lli - llvm-ar - llv

svn commit: r231055 - head/share/man/man5

2012-02-05 Thread Dimitry Andric
Author: dim Date: Sun Feb 5 23:02:13 2012 New Revision: 231055 URL: http://svn.freebsd.org/changeset/base/231055 Log: Regenerate src.conf.5, after r230972 added the WITHOUT_SOURCELESS build options. MFC after:2 weeks Modified: head/share/man/man5/src.conf.5 Modified: head/share/m

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

2012-02-05 Thread Jos Backus
Hi Pawel, On Feb 5, 2012 1:48 PM, "Pawel Jakub Dawidek" wrote: > > On Sun, Feb 05, 2012 at 11:27:10PM +0200, Mikolaj Golub wrote: > > Ok, using hastd code as a reference :-) here is my implementation. > > - I'd not pass selected signals to the child. The parent can still be > killed with a whole

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

2012-02-05 Thread Pawel Jakub Dawidek
On Sun, Feb 05, 2012 at 11:27:10PM +0200, Mikolaj Golub wrote: > Ok, using hastd code as a reference :-) here is my implementation. - I'd not pass selected signals to the child. The parent can still be killed with a whole bunch of different signals that are not passed or cannot be caught or th

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

2012-02-05 Thread Mikolaj Golub
On Sun, 5 Feb 2012 10:39:38 +0100 Pawel Jakub Dawidek wrote: PJD> On Sat, Feb 04, 2012 at 08:16:42PM +0200, Mikolaj Golub wrote: >> ref8-amd64:/home/trociny% uname -r >> 8.2-STABLE >> ref8-amd64:/home/trociny% daemon -p /tmp/sleep.pid sleep 10 >> ref8-amd64:/home/trociny% daemon -p /tmp/slee

svn commit: r231054 - head/usr.bin/rpcgen

2012-02-05 Thread Dimitry Andric
Author: dim Date: Sun Feb 5 20:55:38 2012 New Revision: 231054 URL: http://svn.freebsd.org/changeset/base/231054 Log: In usr.bin/rpcgen/rpc_main.c, properly check the return value of strlcpy(), in addition to checking that of strlcat(). MFC after:1 week Modified: head/usr.bin/rpcg

svn commit: r231053 - stable/9/usr.bin/netstat

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 20:53:06 2012 New Revision: 231053 URL: http://svn.freebsd.org/changeset/base/231053 Log: MFC r230555: Don't print a warning when using netstat to print SCTP statistics when there is not SCTP in the kernel. This problem was reported by Sean Mahood. Modified

svn commit: r231052 - stable/9/sys/netinet

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 20:50:56 2012 New Revision: 231052 URL: http://svn.freebsd.org/changeset/base/231052 Log: MFC r230379: Fix a problem when using the CBAPI. While there, remove an old comment which does not apply anymore. Modified: stable/9/sys/netinet/sctp_input.c Directory

svn commit: r231051 - stable/9/sys/netinet6

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 20:49:03 2012 New Revision: 231051 URL: http://svn.freebsd.org/changeset/base/231051 Log: MFC r230138: Small cleanup, no functional change. Modified: stable/9/sys/netinet6/sctp6_var.h Directory Properties: stable/9/sys/ (props changed) Modified: stable/9

svn commit: r231050 - stable/9/sys/netinet

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 20:47:26 2012 New Revision: 231050 URL: http://svn.freebsd.org/changeset/base/231050 Log: MFC r230136: Two cleanups. No functional change. Modified: stable/9/sys/netinet/sctp_output.c stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/ (

svn commit: r231049 - stable/9/sys/netinet

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 20:45:32 2012 New Revision: 231049 URL: http://svn.freebsd.org/changeset/base/231049 Log: MFC r230104: Fix two bugs, which result in a panic when calling getsockopt() using SCTP_RECVINFO or SCTP_NXTINFO. Reported by Clement Lecigne and forwarded to us by zi@

svn commit: r231048 - in stable/8/sys: conf dev/sound/pci gnu/dev/sound/pci

2012-02-05 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 5 20:18:53 2012 New Revision: 231048 URL: http://svn.freebsd.org/changeset/base/231048 Log: MFC: r230897 Use new OSS-based BSD-licensed header for cs sound driver. The cs driver requires a table with firmware values. An alternative firmware is available in

svn commit: r231047 - in stable/9/sys: conf dev/sound/pci gnu/dev

2012-02-05 Thread Pedro F. Giffuni
Author: pfg Date: Sun Feb 5 20:09:50 2012 New Revision: 231047 URL: http://svn.freebsd.org/changeset/base/231047 Log: MFC: r230897 Use new OSS-based BSD-licensed header for cs sound driver. The cs driver requires a table with firmware values. An alternative firmware is available in

svn commit: r231046 - head/sys/powerpc/ofw

2012-02-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Feb 5 20:07:45 2012 New Revision: 231046 URL: http://svn.freebsd.org/changeset/base/231046 Log: Inherit from PCI bridge driver instead of manually specifying all of its methods. Obtained from:sparc64 MFC after:1 week Modified: head/sys/powerp

svn commit: r231045 - in stable/9/sys: netinet netinet6

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 20:06:43 2012 New Revision: 231045 URL: http://svn.freebsd.org/changeset/base/231045 Log: MFC r229805: Add an SCTP sysctl "blackhole", similar to the one for TCP. If set to 1, no ABORT is sent back in response to an incoming INIT. If set to 2, no ABORT is se

svn commit: r231044 - in head: lib/libc/powerpc lib/libc/powerpc/gen lib/libc/powerpc64 lib/libc/powerpc64/gen sys/powerpc/include

2012-02-05 Thread Andreas Tobler
Author: andreast Date: Sun Feb 5 20:04:43 2012 New Revision: 231044 URL: http://svn.freebsd.org/changeset/base/231044 Log: Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE which has the same API as __weak_reference(). Give 'x' in SYS.h a more meaningful name. Test

svn commit: r231043 - stable/9/sys/netinet

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 20:04:21 2012 New Revision: 231043 URL: http://svn.freebsd.org/changeset/base/231043 Log: MFC 229775: Retire the SCTP sysctl "strict_init". We always perform the validation and there is no reason to make is configuarable. Discussed with rrs@. Modified: st

svn commit: r231042 - in head/sys/boot/ficl: . i386

2012-02-05 Thread Rui Paulo
Author: rpaulo Date: Sun Feb 5 20:00:39 2012 New Revision: 231042 URL: http://svn.freebsd.org/changeset/base/231042 Log: Fix clang warnings. Modified: head/sys/boot/ficl/fileaccess.c head/sys/boot/ficl/i386/sysdep.h Modified: head/sys/boot/ficl/fileaccess.c ===

svn commit: r231041 - stable/9/sys/netinet

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 19:59:01 2012 New Revision: 231041 URL: http://svn.freebsd.org/changeset/base/231041 Log: MFC r229774: Improve the handling of received INITs. Send an ABORT when not accepting the connection. Also fix a crash, which could happen when the user closed the sock

svn commit: r231040 - stable/9/sys/netinet

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 19:56:07 2012 New Revision: 231040 URL: http://svn.freebsd.org/changeset/base/231040 Log: MFC r229729: Use NULL instead of 0. Modified: stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/netinet/sct

svn commit: r231039 - in stable/9/sys: netinet netinet6

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 19:52:55 2012 New Revision: 231039 URL: http://svn.freebsd.org/changeset/base/231039 Log: MFC 228907: Address issues found by clang. While there, fix also some style issues. Modified: stable/9/sys/netinet/sctp_asconf.c stable/9/sys/netinet/sctp_auth.c s

svn commit: r231038 - in stable/9/sys: netinet netinet6

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 19:49:34 2012 New Revision: 231038 URL: http://svn.freebsd.org/changeset/base/231038 Log: MFC 228653: Fix unused parameter warnings. While there, fix some whitespace issues. Modified: stable/9/sys/netinet/sctp.h stable/9/sys/netinet/sctp_asconf.c stable

svn commit: r231037 - stable/8/sys/boot/i386/libi386

2012-02-05 Thread Sean Bruno
Author: sbruno Date: Sun Feb 5 19:38:22 2012 New Revision: 231037 URL: http://svn.freebsd.org/changeset/base/231037 Log: MFC r230325 Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT Modified: stable/8/sys/boot/i386/libi386/pxe.c Directory Properties: stable/8/sys/ (props chan

svn commit: r231036 - stable/9/lib/libc/net

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 19:33:53 2012 New Revision: 231036 URL: http://svn.freebsd.org/changeset/base/231036 Log: MFC r228630: Address warnings found by clang. Modified: stable/9/lib/libc/net/sctp_sys_calls.c Directory Properties: stable/9/lib/ (props changed) stable/9/lib/lib

svn commit: r231035 - stable/9/sys/boot/i386/libi386

2012-02-05 Thread Sean Bruno
Author: sbruno Date: Sun Feb 5 19:30:18 2012 New Revision: 231035 URL: http://svn.freebsd.org/changeset/base/231035 Log: MFC r230325 Wrap changes from svn r212126 inside LOADER_NFS_SUPPORT Modified: stable/9/sys/boot/i386/libi386/pxe.c Directory Properties: stable/9/sys/ (props chan

svn commit: r231034 - stable/9/lib/libc/net

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 19:29:14 2012 New Revision: 231034 URL: http://svn.freebsd.org/changeset/base/231034 Log: MFC 228531: Fix a bug where sctp_sendmdg() uses uninitialized memory. Modified: stable/9/lib/libc/net/sctp_sys_calls.c Directory Properties: stable/9/lib/ (props cha

svn commit: r231033 - in stable/7: share/man/man4 sys/dev/ciss

2012-02-05 Thread Sean Bruno
Author: sbruno Date: Sun Feb 5 19:22:20 2012 New Revision: 231033 URL: http://svn.freebsd.org/changeset/base/231033 Log: MFC r230313, r230316, r230323, r230588 Support new raid controllers Modified: stable/7/share/man/man4/ciss.4 stable/7/sys/dev/ciss/ciss.c Directory Properties: st

svn commit: r231032 - in stable/8: share/man/man4 sys/dev/ciss

2012-02-05 Thread Sean Bruno
Author: sbruno Date: Sun Feb 5 19:10:48 2012 New Revision: 231032 URL: http://svn.freebsd.org/changeset/base/231032 Log: MFC r230313, r230316, r230323, r230588 Support new raid controllers Modified: stable/8/share/man/man4/ciss.4 stable/8/sys/dev/ciss/ciss.c Directory Properties: st

svn commit: r231030 - in stable/9: share/man/man4 sys/dev/ciss

2012-02-05 Thread Sean Bruno
Author: sbruno Date: Sun Feb 5 18:39:11 2012 New Revision: 231030 URL: http://svn.freebsd.org/changeset/base/231030 Log: MFC r230313, r230316, r230323, r230588 Support new raid controllers Modified: stable/9/share/man/man4/ciss.4 stable/9/sys/dev/ciss/ciss.c Directory Properties: st

svn commit: r231029 - stable/9/sys/netinet

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 18:21:03 2012 New Revision: 231029 URL: http://svn.freebsd.org/changeset/base/231029 Log: MFC r228391: Fix a bug reported by Irene Ruengeler which resulted in not sending out HEARTBEATs when requested by the user. The HEARTBEATs were only queued, but not

svn commit: r231028 - stable/9/sys/netinet

2012-02-05 Thread Michael Tuexen
Author: tuexen Date: Sun Feb 5 18:16:38 2012 New Revision: 231028 URL: http://svn.freebsd.org/changeset/base/231028 Log: MFC r228102: Remove debug code. Modified: stable/9/sys/netinet/sctp_pcb.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/netinet/sctp_pc

svn commit: r231026 - head/sys/powerpc/ofw

2012-02-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Feb 5 16:54:26 2012 New Revision: 231026 URL: http://svn.freebsd.org/changeset/base/231026 Log: Make sure to remap adjusted resources. Modified: head/sys/powerpc/ofw/ofw_pci.c Modified: head/sys/powerpc/ofw/ofw_pci.c =

svn commit: r231025 - in head: share/man/man4 sys/netinet sys/sys

2012-02-05 Thread Gleb Smirnoff
Author: glebius Date: Sun Feb 5 16:53:02 2012 New Revision: 231025 URL: http://svn.freebsd.org/changeset/base/231025 Log: Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT, that allow to control initial timeout, idle time, idle re-send interval and idle send

svn commit: r231024 - head/sys/dev/sound/pci/hda

2012-02-05 Thread Alexander Motin
Author: mav Date: Sun Feb 5 16:41:06 2012 New Revision: 231024 URL: http://svn.freebsd.org/changeset/base/231024 Log: Remove extra semicolon. Submitted by: emaste Modified: head/sys/dev/sound/pci/hda/hdacc.c Modified: head/sys/dev/sound/pci/hda/hdacc.c =

svn commit: r231023 - stable/9/sys/vm

2012-02-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Feb 5 16:23:55 2012 New Revision: 231023 URL: http://svn.freebsd.org/changeset/base/231023 Log: MFC r230247: Revert r212360 now that PowerPC can handle large sparse arguments to pmap_remove() (changed in r228412). Modified: stable/9/sys/vm/vm_pageout.c Dir

svn commit: r231022 - stable/9/sys/powerpc/ps3

2012-02-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Feb 5 16:17:14 2012 New Revision: 231022 URL: http://svn.freebsd.org/changeset/base/231022 Log: Pick a constant high IRQ value for the PS3 IPI, which lets PS3 devices be usefully loaded and unloaded as modules. Submitted by: geoffrey dot levand at mail dot ru

Re: svn commit: r230482 - head/release

2012-02-05 Thread Nathan Whitehorn
On 01/28/12 04:30, TAKAHASHI Yoshihiro wrote: In article<1f971db2-9cc6-41c9-9296-039d63e05...@freebsd.org> Nathan Whitehorn writes: I think we didn't make PC98 release media for 9.0, but that's a good point. I'm out of commission right now due to an injury, so patches would be welcome.

svn commit: r231021 - in stable/9/sys/powerpc: ofw powermac

2012-02-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Feb 5 16:14:23 2012 New Revision: 231021 URL: http://svn.freebsd.org/changeset/base/231021 Log: MFC r230398: Prevent an error resulting from signed/unsigned comparison on systems that do not comply with the OF spec. Submitted by: Anders Gavare Modified:

svn commit: r231020 - stable/9/usr.sbin/bsdinstall/partedit

2012-02-05 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Feb 5 16:08:45 2012 New Revision: 231020 URL: http://svn.freebsd.org/changeset/base/231020 Log: MFC r230309: Warn if trying to install over an existing partition, which usually fails anyway due to libarchive not being able to overwrite schg flags. PR:

svn commit: r231019 - head/sys/powerpc/aim

2012-02-05 Thread Andreas Tobler
Author: andreast Date: Sun Feb 5 15:59:18 2012 New Revision: 231019 URL: http://svn.freebsd.org/changeset/base/231019 Log: Revert the _NOPROF entries on cpu_throw, cpu_switch and savectx. They can be profiled too now. MFC after:2 weeks Modified: head/sys/powerpc/aim/swtch64.S Mod

svn commit: r231018 - in stable/8/sbin: hastctl hastd

2012-02-05 Thread Mikolaj Golub
Author: trociny Date: Sun Feb 5 15:54:32 2012 New Revision: 231018 URL: http://svn.freebsd.org/changeset/base/231018 Log: MFC r229699, r229744, r229778, r229944, r229945, r229946, r230092, r230395, r230396, r230436, r230457, r230515, r230976: r229699 (pjd): Constify argument.

svn commit: r231017 - in stable/9/sbin: hastctl hastd

2012-02-05 Thread Mikolaj Golub
Author: trociny Date: Sun Feb 5 15:51:19 2012 New Revision: 231017 URL: http://svn.freebsd.org/changeset/base/231017 Log: MFC r229699, r229744, r229778, r229944, r229945, r229946, r230092, r230395, r230396, r230436, r230457, r230515, r230976: r229744 (pjd): fork(2) returns -1 on f

svn commit: r231016 - head/sbin/hastd

2012-02-05 Thread Mikolaj Golub
Author: trociny Date: Sun Feb 5 15:23:32 2012 New Revision: 231016 URL: http://svn.freebsd.org/changeset/base/231016 Log: If a local write request is from the synchronization thread, when it is synchronizing data that is out of date on the local component, we should not send G_GATE_CMD_DONE

svn commit: r231015 - head/sbin/hastd

2012-02-05 Thread Mikolaj Golub
Author: trociny Date: Sun Feb 5 15:21:08 2012 New Revision: 231015 URL: http://svn.freebsd.org/changeset/base/231015 Log: Fix the regression introduced in r226859: if the local component is out of date BIO_READ requests got lost instead of being sent to the remote component. Reviewed b

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

2012-02-05 Thread Pawel Jakub Dawidek
On Sun, Feb 05, 2012 at 04:46:53AM -0800, Doug Barton wrote: > On 02/05/2012 01:59, Pawel Jakub Dawidek wrote: > > > I seem to miss positives of the other approach. Leaving stale PIDs in > > pidfile is something we should avoid at all costs, so recommending that > > in the manual page is not the b

Re: svn commit: r231014 - head/sys/modules

2012-02-05 Thread Justin Hibbits
On Feb 5, 2012, at 8:29 AM, Justin Hibbits wrote: Author: jhibbits Date: Sun Feb 5 13:29:01 2012 New Revision: 231014 URL: http://svn.freebsd.org/changeset/base/231014 Log: Add exca to powerpc modules build as a dependency for cbb. Approved by: nwhitehorn (mentor) sigh. I really should st

svn commit: r231014 - head/sys/modules

2012-02-05 Thread Justin Hibbits
Author: jhibbits Date: Sun Feb 5 13:29:01 2012 New Revision: 231014 URL: http://svn.freebsd.org/changeset/base/231014 Log: Add exca to powerpc modules build as a dependency for cbb. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile =

svn commit: r231013 - head/sys/net

2012-02-05 Thread Gleb Smirnoff
Author: glebius Date: Sun Feb 5 12:52:28 2012 New Revision: 231013 URL: http://svn.freebsd.org/changeset/base/231013 Log: Fix typo in r231010. Submitted by: linimon Modified: head/sys/net/if.c Modified: head/sys/net/if.c =

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

2012-02-05 Thread Doug Barton
On 02/05/2012 01:59, Pawel Jakub Dawidek wrote: > I seem to miss positives of the other approach. Leaving stale PIDs in > pidfile is something we should avoid at all costs, so recommending that > in the manual page is not the best recommendation. Which is worse ... potentially stale pidfiles tha

svn commit: r231012 - head/sys/kern

2012-02-05 Thread Martin Matuska
Author: mm Date: Sun Feb 5 10:59:50 2012 New Revision: 231012 URL: http://svn.freebsd.org/changeset/base/231012 Log: Analogous to r230407 a separate path buffer in vfs_mount.c is required for r230129. Fixes a out of bounds write to fspath. MFC after:10 days Modified: head/sys/kern

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

2012-02-05 Thread Pawel Jakub Dawidek
On Sat, Feb 04, 2012 at 10:32:56AM -0600, Guy Helmer wrote: > > On Feb 4, 2012, at 1:42 AM, Pawel Jakub Dawidek wrote: > > > On Wed, Feb 01, 2012 at 04:41:00PM +, Guy Helmer wrote: > >> Author: ghelmer > >> Date: Wed Feb 1 16:40:59 2012 > >> New Revision: 230869 > >> URL: http://svn.freebsd.

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

2012-02-05 Thread Pawel Jakub Dawidek
On Sat, Feb 04, 2012 at 08:16:42PM +0200, Mikolaj Golub wrote: > ref8-amd64:/home/trociny% uname -r > 8.2-STABLE > ref8-amd64:/home/trociny% daemon -p /tmp/sleep.pid sleep 10 > ref8-amd64:/home/trociny% daemon -p /tmp/sleep.pid sleep 10 > daemon: process already running, pid: 19799 > > kopusha:~%

svn commit: r231011 - head/usr.bin/systat

2012-02-05 Thread Ed Schouten
Author: ed Date: Sun Feb 5 09:17:49 2012 New Revision: 231011 URL: http://svn.freebsd.org/changeset/base/231011 Log: Whitespace fixes. - Remove redundant empty lines. - Replace ^L by \014. This allows you to safely cat/grep/etc this file without causing confusion. Modified: head/u

svn commit: r231010 - head/sys/net

2012-02-05 Thread Gleb Smirnoff
Author: glebius Date: Sun Feb 5 08:53:05 2012 New Revision: 231010 URL: http://svn.freebsd.org/changeset/base/231010 Log: Better comment for ifa_init(), ifa_ref(), ifa_free(). Modified: head/sys/net/if.c Modified: head/sys/net/if.c ===

svn commit: r231009 - head/sys/net

2012-02-05 Thread Gleb Smirnoff
Author: glebius Date: Sun Feb 5 08:31:15 2012 New Revision: 231009 URL: http://svn.freebsd.org/changeset/base/231009 Log: In ifa_init() initialize if_data.ifi_datalen. This would be required after upcoming changes from bz@. Discussed with: bz Modified: head/sys/net/if.c Modifie

Re: svn commit: r230997 - head/release

2012-02-05 Thread Bjoern A. Zeeb
On 4. Feb 2012, at 23:00 , Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Sat Feb 4 23:00:27 2012 > New Revision: 230997 > URL: http://svn.freebsd.org/changeset/base/230997 > > Log: > Fix installation script after r230482 -- a missing character apparently. > Now, back to convalescing.