svn commit: r220534 - in head/tools/tools/ath: athdecode athkey athpoke athprom athregs

2011-04-10 Thread Adrian Chadd
Author: adrian Date: Mon Apr 11 06:53:45 2011 New Revision: 220534 URL: http://svn.freebsd.org/changeset/base/220534 Log: Generate opt_ah.h now for all ath tools, a recent HAL change of mine now requires it. Modified: head/tools/tools/ath/athdecode/Makefile head/tools/tools/ath/athkey/Mak

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

2011-04-10 Thread Jeff Roberson
Author: jeff Date: Mon Apr 11 01:43:59 2011 New Revision: 220532 URL: http://svn.freebsd.org/changeset/base/220532 Log: - Refactor softdep_setup_freeblocks() into a set of functions to prepare for a new journal specific partial truncate routine. - Use dep_current[] in place of specific

svn commit: r220530 - in head/sys/fs: nfs nfsserver

2011-04-10 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 10 20:43:07 2011 New Revision: 220530 URL: http://svn.freebsd.org/changeset/base/220530 Log: Add some cleanup code to the module unload operation for the experimental NFS server, so that it doesn't leak memory when unloaded. However, unloading the NFSv4 server

svn commit: r220529 - stable/8/sys/geom/eli

2011-04-10 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 10 19:31:00 2011 New Revision: 220529 URL: http://svn.freebsd.org/changeset/base/220529 Log: MFC r220299: In g_eli_read_done() and g_eli_write_done(), for a bio with bio_children > 1, g_destroy_bio() is never called and the bio leaks. Fix this by calling g_

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

2011-04-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 10 18:35:43 2011 New Revision: 220527 URL: http://svn.freebsd.org/changeset/base/220527 Log: Rename a misnamed structure field (hr_loginclass), and reorder priv(9) constants to match the order and naming of syscalls. No functional changes. Modified: head/sys/ker

svn commit: r220526 - head/sys/kern

2011-04-10 Thread Konstantin Belousov
Author: kib Date: Sun Apr 10 17:07:02 2011 New Revision: 220526 URL: http://svn.freebsd.org/changeset/base/220526 Log: Some callers of proc_reparent() already have the parent process locked. Detect the situation and avoid process lock recursion. Reported by: Fabian Keil Modified: hea

svn commit: r220525 - stable/8/sbin/hastd

2011-04-10 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 10 15:48:16 2011 New Revision: 220525 URL: http://svn.freebsd.org/changeset/base/220525 Log: MFC r220005, r220006, r220007, r220266, r220270, r220271, r220272, r220273, r220274: r220005 (pjd): Use role2str() when setting process title. r220006 (pj

svn commit: r220524 - stable/8/sys/geom/gate

2011-04-10 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 10 15:40:57 2011 New Revision: 220524 URL: http://svn.freebsd.org/changeset/base/220524 Log: MFC r220264: r220264 (pjd): GEOM has an internal mechanism to deal with ENOMEM errors returned via g_io_deliver(). In such case it increases 'pace' counter on ea

svn commit: r220523 - head/sbin/hastd

2011-04-10 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 10 15:28:37 2011 New Revision: 220523 URL: http://svn.freebsd.org/changeset/base/220523 Log: In hast_proto_recv() remove unnecessary check. The size is checked later in hast_proto_recv_data(). Approved by: pjd (mentor) MFC after:1 week Modified: hea

svn commit: r220522 - head/sbin/hastd

2011-04-10 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 10 15:21:46 2011 New Revision: 220522 URL: http://svn.freebsd.org/changeset/base/220522 Log: In hast_proto_recv_data() check that the size of the data to be received does not exceed the buffer size. Approved by: pjd (mentor) MFC after:1 week Modified:

svn commit: r220521 - head/sbin/hastd

2011-04-10 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 10 15:11:19 2011 New Revision: 220521 URL: http://svn.freebsd.org/changeset/base/220521 Log: Fix a typo in comments. Approved by: pjd (mentor) MFC after:3 days Modified: head/sbin/hastd/activemap.c Modified: head/sbin/hastd/activemap.c ==

svn commit: r220520 - head/sbin/hastctl

2011-04-10 Thread Mikolaj Golub
Author: trociny Date: Sun Apr 10 15:07:54 2011 New Revision: 220520 URL: http://svn.freebsd.org/changeset/base/220520 Log: hastd(8) maintains a map of dirty extents, not hastctl(8). Fix this. Approved by: pjd (mentor) MFC after:3 days Modified: head/sbin/hastctl/hastctl.8 Modifie

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

2011-04-10 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 10 14:11:07 2011 New Revision: 220519 URL: http://svn.freebsd.org/changeset/base/220519 Log: Fix a bug in the userland rpc library, where it would use a negative return value from write to update its position in a buffer. The patch, courtesy of Andrey Simonenko

svn commit: r220518 - head/usr.sbin/nfsd

2011-04-10 Thread Rick Macklem
Author: rmacklem Date: Sun Apr 10 13:45:46 2011 New Revision: 220518 URL: http://svn.freebsd.org/changeset/base/220518 Log: Modify the man pages to reflect the addition of a backup stable restart file, as done by r220510. This is a content change. MFC after:2 weeks Modified: head

svn commit: r220517 - in head/share/doc/smm: . 07.lpd 07.lpr

2011-04-10 Thread Ulrich Spoerlein
Author: uqs Date: Sun Apr 10 12:43:13 2011 New Revision: 220517 URL: http://svn.freebsd.org/changeset/base/220517 Log: Rename 07.lpr to 07.lpd and re-connect to the build. This was forgotten in r216178. Submitted by: antoine Pointyhat:uqs Added: head/share/doc/smm/07.lpd/ -

svn commit: r220516 - head/usr.bin/limits

2011-04-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 10 10:17:01 2011 New Revision: 220516 URL: http://svn.freebsd.org/changeset/base/220516 Log: Add link to rctl(8). Modified: head/usr.bin/limits/limits.1 Modified: head/usr.bin/limits/limits.1

svn commit: r220515 - head/sys/compat/svr4

2011-04-10 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 10 10:15:49 2011 New Revision: 220515 URL: http://svn.freebsd.org/changeset/base/220515 Log: Remove stray semicolon. Modified: head/sys/compat/svr4/imgact_svr4.c Modified: head/sys/compat/svr4/imgact_svr4.c =

svn commit: r220514 - stable/7/sys/dev/dc

2011-04-10 Thread Marius Strobl
Author: marius Date: Sun Apr 10 09:35:44 2011 New Revision: 220514 URL: http://svn.freebsd.org/changeset/base/220514 Log: MFC: r220046, r220106 Wait until the DMA engine is stopped before unmapping buffers and descriptors, which fixes DMA errors seen on sparc64. Modified: stable/7/sys/

svn commit: r220513 - stable/8/sys/dev/dc

2011-04-10 Thread Marius Strobl
Author: marius Date: Sun Apr 10 09:35:42 2011 New Revision: 220513 URL: http://svn.freebsd.org/changeset/base/220513 Log: MFC: r220046, r220106 Wait until the DMA engine is stopped before unmapping buffers and descriptors, which fixes DMA errors seen on sparc64. Modified: stable/8/sys/