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

2012-02-06 Thread Pawel Jakub Dawidek
On Mon, Feb 06, 2012 at 09:39:47AM +0200, Mikolaj Golub wrote: > > 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 pa

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

2012-02-06 Thread Maxim Konovalov
On Sun, 5 Feb 2012, 16:53-, Gleb Smirnoff wrote: > 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 contr

svn commit: r231068 - stable/9/sys/kern

2012-02-06 Thread Konstantin Belousov
Author: kib Date: Mon Feb 6 10:14:07 2012 New Revision: 231068 URL: http://svn.freebsd.org/changeset/base/231068 Log: MFC r230785: A debugger which requested PT_FOLLOW_FORK should get the notification about new child not only when doing PT_TO_SCX, but also for PT_CONTINUE. If TDB_FORK fla

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

2012-02-06 Thread Michael Tuexen
Author: tuexen Date: Mon Feb 6 10:19:18 2012 New Revision: 231069 URL: http://svn.freebsd.org/changeset/base/231069 Log: MFC r227655: Cleanup comparison of interface names. Modified: stable/9/sys/netinet/sctp_pcb.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9

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

2012-02-06 Thread Michael Tuexen
Author: tuexen Date: Mon Feb 6 10:22:50 2012 New Revision: 231070 URL: http://svn.freebsd.org/changeset/base/231070 Log: MFC r227755: Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option. Retire the the now unused sctp_udp_tunneling_for_client_enable sysctl variable. Modified:

svn commit: r231071 - head/tools/tools/fixwhite

2012-02-06 Thread Ed Schouten
Author: ed Date: Mon Feb 6 10:23:11 2012 New Revision: 231071 URL: http://svn.freebsd.org/changeset/base/231071 Log: Add fixwhite(1). This small utility can be used to `sanitize' the whitespace in source code. It does the following things: Global: - Remove empty lines at the begin

svn commit: r231072 - stable/8/sys/kern

2012-02-06 Thread Konstantin Belousov
Author: kib Date: Mon Feb 6 10:35:21 2012 New Revision: 231072 URL: http://svn.freebsd.org/changeset/base/231072 Log: MFC r230785: A debugger which requested PT_FOLLOW_FORK should get the notification about new child not only when doing PT_TO_SCX, but also for PT_CONTINUE. If TDB_FORK fla

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

2012-02-06 Thread Michael Tuexen
Author: tuexen Date: Mon Feb 6 10:38:20 2012 New Revision: 231073 URL: http://svn.freebsd.org/changeset/base/231073 Log: MFC r227931: Move up the address to the top of the sctp_udencaps structure like in all other structures. This avoids alignment problems. Modified: stable/9/sys/netinet

svn commit: r231074 - head/sys/netinet

2012-02-06 Thread Michael Tuexen
Author: tuexen Date: Mon Feb 6 10:47:12 2012 New Revision: 231074 URL: http://svn.freebsd.org/changeset/base/231074 Log: Fix a typo which was already fixed by eadler in r227489. We missed to integrate this fix in our code base, so it was removed in r227755. MFC after: 3 days. Modified:

svn commit: r231075 - in head/sys: fs/ext2fs fs/nfsclient geom/journal kern nfsclient sys ufs/ufs

2012-02-06 Thread Konstantin Belousov
Author: kib Date: Mon Feb 6 11:04:36 2012 New Revision: 231075 URL: http://svn.freebsd.org/changeset/base/231075 Log: Current implementations of sync(2) and syncer vnode fsync() VOP uses mnt_noasync counter to temporary remove MNTK_ASYNC mount option, which is needed to guarantee a synchron

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

2012-02-06 Thread Ivan Voras
On 4 February 2012 17:49, Ryan Stone wrote: > Author: rstone > Date: Sat Feb  4 16:49:29 2012 > New Revision: 230984 > URL: http://svn.freebsd.org/changeset/base/230984 > > Log: >  Whenever a new kernel thread is spawned, explicitly clear any CPU affinity >  set on the new thread.  This prevents t

svn commit: r231076 - in head: sbin/ipfw sys/netinet/ipfw

2012-02-06 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 6 11:35:29 2012 New Revision: 231076 URL: http://svn.freebsd.org/changeset/base/231076 Log: Make the 'tcpwin' option of ipfw(8) accept ranges and lists. Submitted by: sem Modified: head/sbin/ipfw/ipfw.8 head/sbin/ipfw/ipfw2.c head/sys/netinet/ipfw/ip_fw

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

2012-02-06 Thread Konstantin Belousov
Author: kib Date: Mon Feb 6 11:47:24 2012 New Revision: 231077 URL: http://svn.freebsd.org/changeset/base/231077 Log: JNEWBLK dependency may legitimately appear on the buf dependency list. If softdep_sync_buf() discovers such dependency, it should do nothing, which is safe as it is only wai

svn commit: r231078 - head/sbin/ipfw

2012-02-06 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 6 11:51:04 2012 New Revision: 231078 URL: http://svn.freebsd.org/changeset/base/231078 Log: Bump .Dd for r231076. Submitted by: bz Modified: head/sbin/ipfw/ipfw.8 Modified: head/sbin/ipfw/ipfw.8 =

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

2012-02-06 Thread Dimitry Andric
Author: dim Date: Mon Feb 6 12:03:21 2012 New Revision: 231079 URL: http://svn.freebsd.org/changeset/base/231079 Log: Let rpcgen(1) support an environment variable RPCGEN_CPP to find the C preprocessor to run. Previously, it always ran /usr/bin/cpp, unless you used the -Y option, and even

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

2012-02-06 Thread Dimitry Andric
Author: dim Date: Mon Feb 6 12:08:41 2012 New Revision: 231080 URL: http://svn.freebsd.org/changeset/base/231080 Log: Amend r231079 by properly shifting up the existing arguments in rpc_main.c's insarg() function. I had forgotten to put this in my patch queue, sorry. Pointy hat to:

Re: svn commit: r230482 - head/release

2012-02-06 Thread TAKAHASHI Yoshihiro
In article <4f2ea4f7.9010...@freebsd.org> Nathan Whitehorn writes: > TERM=xterm This code is also used on pc98, right? I think on pc98 we still need to use TERM=cons25w, to support Japanese character sets and keyboard input. >> How about the attached patch? > > The top

svn commit: r231081 - stable/9/share/man/man9

2012-02-06 Thread Christian Brueffer
Author: brueffer Date: Mon Feb 6 13:12:30 2012 New Revision: 231081 URL: http://svn.freebsd.org/changeset/base/231081 Log: MFC: r230787 Manpages for the buf_ring and drbr interfaces. Added: stable/9/share/man/man9/buf_ring.9 - copied unchanged from r230787, head/share/man/man9/buf_

svn commit: r231082 - stable/9/tools/regression/bin/sh/builtins

2012-02-06 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Feb 6 13:14:26 2012 New Revision: 231082 URL: http://svn.freebsd.org/changeset/base/231082 Log: MFC r230211: sh: Test EXIT trap with multiple statements in it Reviewed by: jilles Added: stable/9/tools/regression/bin/sh/builtins/trap9.0 - copied unchang

svn commit: r231083 - stable/8/tools/regression/bin/sh/builtins

2012-02-06 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Feb 6 13:17:57 2012 New Revision: 231083 URL: http://svn.freebsd.org/changeset/base/231083 Log: MFC r230211: sh: Test EXIT trap with multiple statements in it Reviewed by: jilles Added: stable/8/tools/regression/bin/sh/builtins/trap9.0 - copied unchang

svn commit: r231084 - stable/8/share/man/man9

2012-02-06 Thread Christian Brueffer
Author: brueffer Date: Mon Feb 6 13:26:12 2012 New Revision: 231084 URL: http://svn.freebsd.org/changeset/base/231084 Log: MFC: r230787 Manpages for the buf_ring and drbr interfaces. Added: stable/8/share/man/man9/buf_ring.9 - copied unchanged from r230787, head/share/man/man9/buf_

svn commit: r231085 - in stable/9: bin/sh tools/regression/bin/sh/builtins

2012-02-06 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Feb 6 13:29:50 2012 New Revision: 231085 URL: http://svn.freebsd.org/changeset/base/231085 Log: MFC r230212: sh: Fix execution of multiple statements in a trap when evalskip is set Before this fix, only the first statement of the trap was executed if evalskip

svn commit: r231086 - in stable/8: bin/sh tools/regression/bin/sh/builtins

2012-02-06 Thread Jean-Sebastien Pedron
Author: dumbbell Date: Mon Feb 6 13:36:49 2012 New Revision: 231086 URL: http://svn.freebsd.org/changeset/base/231086 Log: MFC r230212: sh: Fix execution of multiple statements in a trap when evalskip is set Before this fix, only the first statement of the trap was executed if evalskip

svn commit: r231087 - head/lib/libutil

2012-02-06 Thread Guy Helmer
Author: ghelmer Date: Mon Feb 6 14:11:24 2012 New Revision: 231087 URL: http://svn.freebsd.org/changeset/base/231087 Log: Using the O_CLOEXEC flag on open(2) caused the pidfile lock to be lost when the child process execs daemon's target program thanks to flock(2) semantics. So, we apparent

Re: svn commit: r231087 - head/lib/libutil

2012-02-06 Thread Pawel Jakub Dawidek
On Mon, Feb 06, 2012 at 02:11:24PM +, Guy Helmer wrote: > Author: ghelmer > Date: Mon Feb 6 14:11:24 2012 > New Revision: 231087 > URL: http://svn.freebsd.org/changeset/base/231087 > > Log: > Using the O_CLOEXEC flag on open(2) caused the pidfile lock to be lost > when the child process e

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

2012-02-06 Thread Guy Helmer
On Feb 5, 2012, at 3:39 AM, Pawel Jakub Dawidek wrote: > 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

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

2012-02-06 Thread Pawel Jakub Dawidek
On Mon, Feb 06, 2012 at 08:31:47AM -0600, Guy Helmer wrote: > If my understanding of flock(2) semantics is correct, with open(2) O_CLOEXEC > or fcntl(2) FD_CLOEXEC set on the pidfile, the closing of the pidfile file > descriptor during an exec will result in loss of the lock on the pidfile > reg

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

2012-02-06 Thread John Baldwin
On Sunday, February 05, 2012 11:54:26 am Nathan Whitehorn wrote: > 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. Hmm, I had considered remapping adjusted resources

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

2012-02-06 Thread John Baldwin
On Monday, February 06, 2012 6:34:06 am Ivan Voras wrote: > On 4 February 2012 17:49, Ryan Stone wrote: > > Author: rstone > > Date: Sat Feb 4 16:49:29 2012 > > New Revision: 230984 > > URL: http://svn.freebsd.org/changeset/base/230984 > > > > Log: > > Whenever a new kernel thread is spawned, ex

Re: svn commit: r230482 - head/release

2012-02-06 Thread Nathan Whitehorn
On 02/06/12 07:07, TAKAHASHI Yoshihiro wrote: In article<4f2ea4f7.9010...@freebsd.org> Nathan Whitehorn writes: TERM=xterm This code is also used on pc98, right? I think on pc98 we still need to use TERM=cons25w, to support Japanese character sets and keyboard input. How about the at

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

2012-02-06 Thread Nathan Whitehorn
On 02/06/12 06:53, John Baldwin wrote: On Sunday, February 05, 2012 11:54:26 am Nathan Whitehorn wrote: 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. Hmm, I had considered

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

2012-02-06 Thread Ryan Stone
On Mon, Feb 6, 2012 at 6:34 AM, Ivan Voras wrote: > Shouldn't new threads inherit affinity from the threads which spawned them? Kernel threads were not inheriting affinity from the thread that spawned them. They were inheriting affinity from an arbitrary sibling thread in the same kernel process

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

2012-02-06 Thread John Baldwin
On Monday, February 06, 2012 9:43:39 am Pawel Jakub Dawidek wrote: > On Mon, Feb 06, 2012 at 08:31:47AM -0600, Guy Helmer wrote: > > If my understanding of flock(2) semantics is correct, with open(2) O_CLOEXEC or fcntl(2) FD_CLOEXEC set on the pidfile, the closing of the pidfile file descriptor d

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

2012-02-06 Thread John Baldwin
On Monday, February 06, 2012 10:40:54 am Nathan Whitehorn wrote: > On 02/06/12 06:53, John Baldwin wrote: > > On Sunday, February 05, 2012 11:54:26 am Nathan Whitehorn wrote: > >> Author: nwhitehorn > >> Date: Sun Feb 5 16:54:26 2012 > >> New Revision: 231026 > >> URL: http://svn.freebsd.org/chang

svn commit: r231088 - in head/sys: fs/nfsclient fs/nwfs fs/smbfs kern nfsclient sys

2012-02-06 Thread John Baldwin
Author: jhb Date: Mon Feb 6 17:00:28 2012 New Revision: 231088 URL: http://svn.freebsd.org/changeset/base/231088 Log: Rename cache_lookup_times() to cache_lookup() and retire the old API and ABI stub for cache_lookup(). Modified: head/sys/fs/nfsclient/nfs_clvnops.c head/sys/fs/nwfs/nwfs_

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

2012-02-06 Thread Nathan Whitehorn
On 02/06/12 10:06, John Baldwin wrote: On Monday, February 06, 2012 10:40:54 am Nathan Whitehorn wrote: On 02/06/12 06:53, John Baldwin wrote: On Sunday, February 05, 2012 11:54:26 am Nathan Whitehorn wrote: Author: nwhitehorn Date: Sun Feb 5 16:54:26 2012 New Revision: 231026 URL: http://svn

svn commit: r231089 - stable/8/sys/fs/pseudofs

2012-02-06 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 6 17:28:55 2012 New Revision: 231089 URL: http://svn.freebsd.org/changeset/base/231089 Log: MFC r229692: Check the return value of sbuf_finish() in pfs_readlink() and return ENAMETOOLONG if the buffer overflowed. Modified: stable/8/sys/fs/pseudofs/pseudofs_vno

svn commit: r231090 - stable/7/sys/fs/pseudofs

2012-02-06 Thread Jaakko Heinonen
Author: jh Date: Mon Feb 6 17:31:13 2012 New Revision: 231090 URL: http://svn.freebsd.org/changeset/base/231090 Log: MFC r229692: Check the return value of sbuf_finish() in pfs_readlink() and return ENAMETOOLONG if the buffer overflowed. Modified: stable/7/sys/fs/pseudofs/pseudofs_vno

Re: svn commit: r230972 - in head: share/mk sys/amd64/conf sys/i386/conf sys/modules sys/modules/drm sys/modules/sound/driver sys/modules/usb tools/build/options

2012-02-06 Thread Jung-uk Kim
On Friday 03 February 2012 07:54 pm, Robert Millan wrote: > +nodevice ti Tigon 1 and 2 had open-sourced firmware. In fact, I believe wpaul developed custom firmware for FreeBSD and the (early?) sources are still available here: http://people.freebsd.org/~wpaul/Alteon/ Jung-uk Kim __

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

2012-02-06 Thread Konstantin Belousov
Author: kib Date: Mon Feb 6 17:59:14 2012 New Revision: 231091 URL: http://svn.freebsd.org/changeset/base/231091 Log: Add missing opt_quota.h include to activate #ifdef QUOTA blocks, apparently a step in unbreaking QUOTA support. Reported and tested by: Adam Strohl MFC after:

svn commit: r231092 - head/sys/cam/ctl

2012-02-06 Thread Ed Maste
Author: emaste Date: Mon Feb 6 18:11:00 2012 New Revision: 231092 URL: http://svn.freebsd.org/changeset/base/231092 Log: Avoid panic from unlocking a not locked mutex (in some error cases). Reviewed by: ken@ Modified: head/sys/cam/ctl/ctl_frontend_cam_sim.c Modified: head/sys/cam/ctl/

svn commit: r231093 - in stable/9: share/man/man4 sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/firmware sys/modules/cxgbe sys/modules/cxgbe/firmware tools/tools/cxgbetool

2012-02-06 Thread Navdeep Parhar
Author: np Date: Mon Feb 6 18:11:01 2012 New Revision: 231093 URL: http://svn.freebsd.org/changeset/base/231093 Log: MFC r228491, r228561, r228594. r228491: Do not clobber the ingress queue's congestion setting. r228561: Many updates to cxgbe(4) - Device configuration via pla

svn commit: r231095 - in head/sys: kern sys

2012-02-06 Thread Ed Schouten
Author: ed Date: Mon Feb 6 18:15:46 2012 New Revision: 231095 URL: http://svn.freebsd.org/changeset/base/231095 Log: Fix whitespace inconsistencies in TTY code. Modified: head/sys/kern/tty.c head/sys/kern/tty_info.c head/sys/kern/tty_ttydisc.c head/sys/sys/ttycom.h head/sys/sys/ttyde

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

2012-02-06 Thread Andrey Zonov
On 05.02.2012 20:53, Gleb Smirnoff wrote: 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, idl

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

2012-02-06 Thread Navdeep Parhar
Author: np Date: Mon Feb 6 18:46:49 2012 New Revision: 231096 URL: http://svn.freebsd.org/changeset/base/231096 Log: MFC r229714 Always release the inp lock before returning from tcp_detach. Modified: stable/9/sys/netinet/tcp_usrreq.c Directory Properties: stable/9/sys/ (props chang

svn commit: r231097 - stable/8/sys/netinet

2012-02-06 Thread Navdeep Parhar
Author: np Date: Mon Feb 6 18:47:07 2012 New Revision: 231097 URL: http://svn.freebsd.org/changeset/base/231097 Log: MFC r229714 Always release the inp lock before returning from tcp_detach. Modified: stable/8/sys/netinet/tcp_usrreq.c Directory Properties: stable/8/sys/ (props chang

svn commit: r231098 - head/tools/tools/fixwhite

2012-02-06 Thread Ed Schouten
Author: ed Date: Mon Feb 6 18:52:40 2012 New Revision: 231098 URL: http://svn.freebsd.org/changeset/base/231098 Log: Add a `fix' for another whitespace bug. If the sentence starts with a multiple of eight spaces, the sentence should in almost all practical cases have started with tabs in

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

2012-02-06 Thread Andrey Zonov
On 06.02.2012 19:25, John Baldwin wrote: My expectation is that as long as parent process holds pidfile descriptor open and locked, the pidfile should remain locked even after fork(2)/execve(2). Worth checking, though. Yes, if the daemon process hung around that would work. Note that I think

svn commit: r231099 - head/sys/dev/ath/ath_dfs/null

2012-02-06 Thread Adrian Chadd
Author: adrian Date: Mon Feb 6 20:23:21 2012 New Revision: 231099 URL: http://svn.freebsd.org/changeset/base/231099 Log: Contribute some example code which demonstrates how to initialise the radar parameters for the AR5416 and later NICs. These parameters have been tested on the followin

svn commit: r231100 - in stable/8: tools/tools tools/tools/cxgbetool tools/tools/cxgbtool usr.sbin/cxgbtool

2012-02-06 Thread Navdeep Parhar
Author: np Date: Mon Feb 6 21:23:12 2012 New Revision: 231100 URL: http://svn.freebsd.org/changeset/base/231100 Log: MFC r222900 and r224768 r222900: cxgbetool: a tool for the cxgbe(4) driver. r224768: Move cxgbtool from usr.sbin to tools/tools. Added: stable/8/tools/tools/cxgb

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

2012-02-06 Thread Dimitry Andric
Author: dim Date: Mon Feb 6 21:35:11 2012 New Revision: 231101 URL: http://svn.freebsd.org/changeset/base/231101 Log: In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), so rpcgen will search the current PATH for the preprocessor. This makes it possible to run a preprocessor b

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

2012-02-06 Thread Mikolaj Golub
On Mon, 6 Feb 2012 09:27:06 +0100 Pawel Jakub Dawidek wrote: PJD> For the patch itself. PJD> You don't have to have two separate cases depending on request for PJD> pidfile. You can specify NULL pfh to the pidfile functions. PJD> Even in example from the manual page when pfh is NULL there is

svn commit: r231102 - head/sbin/fsdb

2012-02-06 Thread Don Lewis
Author: truckman Date: Mon Feb 6 21:50:11 2012 New Revision: 231102 URL: http://svn.freebsd.org/changeset/base/231102 Log: Improve sparse file handling when printing the block list for an inode by not bailing out early when a hole is encountered in the direct block list. Print NULL block po

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

2012-02-06 Thread Guy Helmer
On Feb 6, 2012, at 3:46 PM, Mikolaj Golub wrote: > > On Mon, 6 Feb 2012 09:27:06 +0100 Pawel Jakub Dawidek wrote: > > PJD> For the patch itself. > > PJD> You don't have to have two separate cases depending on request for > PJD> pidfile. You can specify NULL pfh to the pidfile functions. > PJD>

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

2012-02-06 Thread Pawel Jakub Dawidek
On Mon, Feb 06, 2012 at 11:46:24PM +0200, Mikolaj Golub wrote: > > On Mon, 6 Feb 2012 09:27:06 +0100 Pawel Jakub Dawidek wrote: > > PJD> For the patch itself. > > PJD> You don't have to have two separate cases depending on request for > PJD> pidfile. You can specify NULL pfh to the pidfile fu

Re: svn commit: r231100 - in stable/8: tools/tools tools/tools/cxgbetool tools/tools/cxgbtool usr.sbin/cxgbtool

2012-02-06 Thread Navdeep Parhar
On Mon, Feb 06, 2012 at 06:31:05PM -0500, Jason Hellenthal wrote: > > Was this intentional ? cxgbtool to -> cxgbetool ? This could cause quite > the confusion. Two drivers, two tools: cxgbtool for cxgb(4), cxgbetool for cxgbe(4). This has always been the case. I just MFC'd the newer tool to 8 an

Re: svn commit: r231100 - in stable/8: tools/tools tools/tools/cxgbetool tools/tools/cxgbtool usr.sbin/cxgbtool

2012-02-06 Thread Jason Hellenthal
Was this intentional ? cxgbtool to -> cxgbetool ? This could cause quite the confusion. On Mon, Feb 06, 2012 at 09:23:12PM +, Navdeep Parhar wrote: > Author: np > Date: Mon Feb 6 21:23:12 2012 > New Revision: 231100 > URL: http://svn.freebsd.org/changeset/base/231100 > > Log: > MFC r22290

svn commit: r231103 - in stable/8: share/man/man4 sys/dev/cxgbe sys/dev/cxgbe/common sys/dev/cxgbe/firmware sys/modules/cxgbe sys/modules/cxgbe/firmware tools/tools/cxgbetool

2012-02-06 Thread Navdeep Parhar
Author: np Date: Tue Feb 7 01:26:29 2012 New Revision: 231103 URL: http://svn.freebsd.org/changeset/base/231103 Log: MFC r228491, r228561, r228594. r228491: Do not clobber the ingress queue's congestion setting. r228561: Many updates to cxgbe(4) - Device configuration via pla

svn commit: r231104 - stable/9/sys/dev/cxgb/common

2012-02-06 Thread Navdeep Parhar
Author: np Date: Tue Feb 7 02:21:17 2012 New Revision: 231104 URL: http://svn.freebsd.org/changeset/base/231104 Log: MFC r228825: Fix return value of function. Modified: stable/9/sys/dev/cxgb/common/cxgb_aq100x.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/s

svn commit: r231105 - stable/8/sys/dev/cxgb/common

2012-02-06 Thread Navdeep Parhar
Author: np Date: Tue Feb 7 02:21:46 2012 New Revision: 231105 URL: http://svn.freebsd.org/changeset/base/231105 Log: MFC r228825: Fix return value of function. Modified: stable/8/sys/dev/cxgb/common/cxgb_aq100x.c Directory Properties: stable/8/sys/ (props changed) Modified: stable/8/s

svn commit: r231106 - head/lib/libthr/thread

2012-02-06 Thread David Xu
Author: davidxu Date: Tue Feb 7 02:57:36 2012 New Revision: 231106 URL: http://svn.freebsd.org/changeset/base/231106 Log: Plug a memory leak. When a cached thread is reused, don't clear sleep queue pointers, just reuse it. PR: 164828 MFC after:1 week Modified: head/lib

svn commit: r231107 - stable/8/usr.bin/vmstat

2012-02-06 Thread Ed Maste
Author: emaste Date: Tue Feb 7 03:15:12 2012 New Revision: 231107 URL: http://svn.freebsd.org/changeset/base/231107 Log: MFC r219708: Reemove uptime validity check that hasn't been necessary since r151417 switched to clock_gettime. vmstat will now not exit with an error if run o

svn commit: r231108 - stable/9/usr.sbin/pkg_install/info

2012-02-06 Thread Ed Maste
Author: emaste Date: Tue Feb 7 03:34:57 2012 New Revision: 231108 URL: http://svn.freebsd.org/changeset/base/231108 Log: MFC r226697 and r226708: Avoid printing // for packages that install to / I have some packages that install to / (for whatever reason). Right now we print

svn commit: r231109 - stable/8/usr.sbin/pkg_install/info

2012-02-06 Thread Ed Maste
Author: emaste Date: Tue Feb 7 03:37:29 2012 New Revision: 231109 URL: http://svn.freebsd.org/changeset/base/231109 Log: MFC r226697 and r226708: Avoid printing // for packages that install to / I have some packages that install to / (for whatever reason). Right now we print

svn commit: r231111 - head/share/man/man7

2012-02-06 Thread Eitan Adler
Author: eadler Date: Tue Feb 7 04:00:57 2012 New Revision: 23 URL: http://svn.freebsd.org/changeset/base/23 Log: ports(7) currently makes no mention of LOCALBASE: fix that PR: docs/159551 Submitted by: Matthew Seaman Approved by: gjb MFC after:3 days Modified

svn commit: r231112 - stable/9/usr.sbin/mfiutil

2012-02-06 Thread Ed Maste
Author: emaste Date: Tue Feb 7 04:03:39 2012 New Revision: 231112 URL: http://svn.freebsd.org/changeset/base/231112 Log: MFC r227893 and r228119: Avoid double free creating a new RAID with invalid command line arguments. In build_volume(), check if arrays is allocated before t

svn commit: r231113 - stable/8/usr.sbin/mfiutil

2012-02-06 Thread Ed Maste
Author: emaste Date: Tue Feb 7 04:06:21 2012 New Revision: 231113 URL: http://svn.freebsd.org/changeset/base/231113 Log: MFC r227893 and r228119: Avoid double free creating a new RAID with invalid command line arguments. In build_volume(), check if arrays is allocated before t

svn commit: r231115 - head/sys/dev/cxgbe

2012-02-06 Thread Navdeep Parhar
Author: np Date: Tue Feb 7 06:21:59 2012 New Revision: 231115 URL: http://svn.freebsd.org/changeset/base/231115 Log: cxgbe: reduce diffs with other branches. Will help future MFCs from HEAD. MFC after:3 days Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/cxgbe/t4_l2t.c he

svn commit: r231116 - in head/sys/dev: cxgb cxgbe

2012-02-06 Thread Navdeep Parhar
Author: np Date: Tue Feb 7 07:32:39 2012 New Revision: 231116 URL: http://svn.freebsd.org/changeset/base/231116 Log: Remove if_start from cxgb and cxgbe. Submitted by: jhb MFC after:3 days Modified: head/sys/dev/cxgb/cxgb_adapter.h head/sys/dev/cxgb/cxgb_main.c head/sys/dev/cx

svn commit: r231117 - stable/8/tools/tools/cxgbetool

2012-02-06 Thread Navdeep Parhar
Author: np Date: Tue Feb 7 07:56:00 2012 New Revision: 231117 URL: http://svn.freebsd.org/changeset/base/231117 Log: MFC r222974: Add "context" subcommand to fetch and display SGE context. Modified: stable/8/tools/tools/cxgbetool/cxgbetool.c Directory Properties: stable/8/tools/tools/