svn commit: r214654 - head/usr.sbin/config

2010-11-01 Thread David E. O'Brien
Author: obrien Date: Tue Nov 2 05:27:05 2010 New Revision: 214654 URL: http://svn.freebsd.org/changeset/base/214654 Log: Give the user a hint as to what config(8) is unhappy with. Modified: head/usr.sbin/config/mkmakefile.c Modified: head/usr.sbin/config/mkmakefile.c

svn commit: r214655 - head/sys/conf

2010-11-01 Thread David E. O'Brien
Author: obrien Date: Tue Nov 2 05:39:57 2010 New Revision: 214655 URL: http://svn.freebsd.org/changeset/base/214655 Log: Shorten long lines. Modified: head/sys/conf/files Modified: head/sys/conf/files == ---

svn commit: r214959 - head/usr.bin/yacc

2010-11-07 Thread David E. O'Brien
Author: obrien Date: Sun Nov 7 22:51:54 2010 New Revision: 214959 URL: http://svn.freebsd.org/changeset/base/214959 Log: Change to ANSI-C function definitions. Modified: head/usr.bin/yacc/Makefile head/usr.bin/yacc/closure.c head/usr.bin/yacc/error.c head/usr.bin/yacc/lalr.c

svn commit: r214961 - head/usr.bin/yacc

2010-11-07 Thread David E. O'Brien
Author: obrien Date: Sun Nov 7 23:22:42 2010 New Revision: 214961 URL: http://svn.freebsd.org/changeset/base/214961 Log: Directly use memory allocation functions and remove needless casts in their usage. Also use associated modern types instead of kr ones. Modified:

svn commit: r214963 - head/usr.bin/yacc

2010-11-07 Thread David E. O'Brien
Author: obrien Date: Sun Nov 7 23:34:05 2010 New Revision: 214963 URL: http://svn.freebsd.org/changeset/base/214963 Log: Inherit WARNS from parent directory. Submitted by: marius Modified: head/usr.bin/yacc/Makefile Modified: head/usr.bin/yacc/Makefile

svn commit: r214964 - head/usr.bin/yacc

2010-11-07 Thread David E. O'Brien
Author: obrien Date: Sun Nov 7 23:44:40 2010 New Revision: 214964 URL: http://svn.freebsd.org/changeset/base/214964 Log: Add '-y' for bison compatibility. Obtained from:http://invisible-island.net Modified: head/usr.bin/yacc/main.c head/usr.bin/yacc/yacc.1 Modified:

svn commit: r214990 - head/usr.bin/yacc

2010-11-08 Thread David E. O'Brien
Author: obrien Date: Mon Nov 8 19:00:22 2010 New Revision: 214990 URL: http://svn.freebsd.org/changeset/base/214990 Log: Back out r214961 for skeleton.c -- it broke the groff build. Modified: head/usr.bin/yacc/skeleton.c Modified: head/usr.bin/yacc/skeleton.c

svn commit: r215027 - head/usr.bin/yacc

2010-11-08 Thread David E. O'Brien
Author: obrien Date: Tue Nov 9 02:51:38 2010 New Revision: 215027 URL: http://svn.freebsd.org/changeset/base/215027 Log: Fix the build on 64-bit hosts. WARNS=6 fails on them. Modified: head/usr.bin/yacc/reader.c Modified: head/usr.bin/yacc/reader.c

svn commit: r215041 - head/contrib/bzip2

2010-11-09 Thread David E. O'Brien
Author: obrien Date: Tue Nov 9 18:32:57 2010 New Revision: 215041 URL: http://svn.freebsd.org/changeset/base/215041 Log: Upgrade to Bzip2 version 1.0.6. Reviewed by: SO (cperciva) Modified: head/contrib/bzip2/CHANGES head/contrib/bzip2/LICENSE head/contrib/bzip2/Makefile

svn commit: r216468 - in head/sbin/geom/class: . cache concat eli journal label mirror mountver multipath nop part raid3 sched shsec stripe virstor

2010-12-15 Thread David E. O'Brien
Author: obrien Date: Wed Dec 15 23:24:34 2010 New Revision: 216468 URL: http://svn.freebsd.org/changeset/base/216468 Log: Rename the generic CLASS to the more specific GEOM_CLASS. While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks Modified:

svn commit: r216470 - in head/sbin/geom: . class/sched core

2010-12-15 Thread David E. O'Brien
Author: obrien Date: Wed Dec 15 23:45:12 2010 New Revision: 216470 URL: http://svn.freebsd.org/changeset/base/216470 Log: Rename the generic CLASS to the more specific GEOM_CLASS. While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks Modified:

svn commit: r216472 - head/sbin/geom/class/virstor

2010-12-15 Thread David E. O'Brien
Author: obrien Date: Thu Dec 16 00:00:28 2010 New Revision: 216472 URL: http://svn.freebsd.org/changeset/base/216472 Log: GEOM virstor .so does not need libmd. Modified: head/sbin/geom/class/virstor/Makefile Modified: head/sbin/geom/class/virstor/Makefile

svn commit: r216473 - head/sbin/geom/class/eli

2010-12-15 Thread David E. O'Brien
Author: obrien Date: Thu Dec 16 00:36:10 2010 New Revision: 216473 URL: http://svn.freebsd.org/changeset/base/216473 Log: Bump WARNS to 6. Modified: head/sbin/geom/class/eli/Makefile Modified: head/sbin/geom/class/eli/Makefile

svn commit: r216493 - head/sbin/geom/class/eli

2010-12-16 Thread David E. O'Brien
Author: obrien Date: Thu Dec 16 17:54:56 2010 New Revision: 216493 URL: http://svn.freebsd.org/changeset/base/216493 Log: Revert r216473. WARNS=6 causes warning: cast increases required alignment of target type on arm, ia64, mips, and sparc64. Modified: head/sbin/geom/class/eli/Makefile

svn commit: r239505 - head/sys/sys

2012-08-21 Thread David E. O'Brien
Author: obrien Date: Tue Aug 21 17:05:10 2012 New Revision: 239505 URL: http://svn.freebsd.org/changeset/base/239505 Log: Restore the style of r195843 to that of pre-r194498 to reduce gratuitous diffs to older sources. Modified: head/sys/sys/user.h Modified: head/sys/sys/user.h

svn commit: r239506 - head/sys/sys

2012-08-21 Thread David E. O'Brien
Author: obrien Date: Tue Aug 21 17:06:36 2012 New Revision: 239506 URL: http://svn.freebsd.org/changeset/base/239506 Log: Missing one in r239505. Modified: head/sys/sys/user.h Modified: head/sys/sys/user.h == ---

svn commit: r239568 - head/etc/rc.d

2012-08-22 Thread David E. O'Brien
Author: obrien Date: Wed Aug 22 18:35:17 2012 New Revision: 239568 URL: http://svn.freebsd.org/changeset/base/239568 Log: Add dependencies based on security(7). Modified: head/etc/rc.d/securelevel Modified: head/etc/rc.d/securelevel

svn commit: r239569 - head/etc/rc.d

2012-08-22 Thread David E. O'Brien
Author: obrien Date: Wed Aug 22 18:43:21 2012 New Revision: 239569 URL: http://svn.freebsd.org/changeset/base/239569 Log: Remove old entropy seeding after consumption initializing /dev/random PRNG. Not doing so opens us up to replay attacks. Submitted by: Arthur Mesh arthurm...@gmail.com

svn commit: r239570 - head/etc/rc.d

2012-08-22 Thread David E. O'Brien
Author: obrien Date: Wed Aug 22 18:49:02 2012 New Revision: 239570 URL: http://svn.freebsd.org/changeset/base/239570 Log: Depend on the new 'postrandom' instead of random. We need to limit the amount of time between consuming the entropy seeds and removing it in case of a kernel panic.

svn commit: r239593 - head/etc/rc.d

2012-08-22 Thread David E. O'Brien
Author: obrien Date: Wed Aug 22 20:56:53 2012 New Revision: 239593 URL: http://svn.freebsd.org/changeset/base/239593 Log: Fix comment misspelling. Submitted by: kargl Modified: head/etc/rc.d/postrandom Modified: head/etc/rc.d/postrandom

svn commit: r239596 - head/etc/rc.d

2012-08-22 Thread David E. O'Brien
Author: obrien Date: Wed Aug 22 22:34:55 2012 New Revision: 239596 URL: http://svn.freebsd.org/changeset/base/239596 Log: The entire comment block is now spell checked this time -- I promise. Modified: head/etc/rc.d/postrandom Modified: head/etc/rc.d/postrandom

svn commit: r239598 - head/etc/rc.d

2012-08-22 Thread David E. O'Brien
Author: obrien Date: Wed Aug 22 23:37:24 2012 New Revision: 239598 URL: http://svn.freebsd.org/changeset/base/239598 Log: * Reinstate r128059's consumption of our best entropy first. r128060 for hardware-supplied entropy reversed this without reason, seems a typo. * Isolate better

svn commit: r239599 - head/etc/rc.d

2012-08-22 Thread David E. O'Brien
Author: obrien Date: Wed Aug 22 23:44:12 2012 New Revision: 239599 URL: http://svn.freebsd.org/changeset/base/239599 Log: Correct style. Modified: head/etc/rc.d/initrandom Modified: head/etc/rc.d/initrandom == ---

svn commit: r240108 - head/etc/rc.d

2012-09-04 Thread David E. O'Brien
Author: obrien Date: Tue Sep 4 21:47:09 2012 New Revision: 240108 URL: http://svn.freebsd.org/changeset/base/240108 Log: * Rather than run the same 'ps' command twice, add 'kenv' which often gives machine unique values from the firmware. * The kernel is more likely to be unique than

svn commit: r240334 - head/etc/rc.d

2012-09-10 Thread David E. O'Brien
Author: obrien Date: Tue Sep 11 04:53:32 2012 New Revision: 240334 URL: http://svn.freebsd.org/changeset/base/240334 Log: Add postrandom. Modified: head/etc/rc.d/Makefile Modified: head/etc/rc.d/Makefile == ---

svn commit: r240377 - in head: lib/libmagic tools/build

2012-09-11 Thread David E. O'Brien
Author: obrien Date: Tue Sep 11 22:38:33 2012 New Revision: 240377 URL: http://svn.freebsd.org/changeset/base/240377 Log: r235638 is not the clean way to add support for building on ancient FreeBSD versions. Instead use Imp's good work on legacy and follow the outcome of the previous TRB

svn commit: r240400 - head/sys/conf

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 13:58:18 2012 New Revision: 240400 URL: http://svn.freebsd.org/changeset/base/240400 Log: Replace a bare use of 'objcopy' with ${OBJCOPY} for easier cross compilation in environments where 'objcopy' is spelled differently. Submitted by: John Van Horne

svn commit: r240401 - head/sys/conf

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 14:17:11 2012 New Revision: 240401 URL: http://svn.freebsd.org/changeset/base/240401 Log: Not all Pmake derived makes quietly tolerate assignment from shell commands with no output. Add echo at the end these shell commands whose output is assigned to a

svn commit: r240402 - head/sys/conf

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 14:19:40 2012 New Revision: 240402 URL: http://svn.freebsd.org/changeset/base/240402 Log: Remove duplication and centralize testing of various config(8)ed features. Modified: head/sys/conf/Makefile.amd64 head/sys/conf/Makefile.arm

svn commit: r240403 - head

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 14:44:25 2012 New Revision: 240403 URL: http://svn.freebsd.org/changeset/base/240403 Log: Not all Pmake derivatives silently handle empty shell output, so ensure there is something for make(1) to consume. Bmake gives output such as: warning: Couldn't read

svn commit: r240404 - in head: share/mk usr.bin

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 14:58:07 2012 New Revision: 240404 URL: http://svn.freebsd.org/changeset/base/240404 Log: Add MK_KDUMP. Modified: head/share/mk/bsd.own.mk head/usr.bin/Makefile Modified: head/share/mk/bsd.own.mk

svn commit: r240405 - head/sbin/fsck_ffs

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 14:59:57 2012 New Revision: 240405 URL: http://svn.freebsd.org/changeset/base/240405 Log: Simply printf-like strings and outdent strings so that it is easy to see if they fit on a standard terminal. Modified: head/sbin/fsck_ffs/main.c Modified:

svn commit: r240406 - head/sbin/fsck_ffs

2012-09-12 Thread David E. O'Brien
Author: obrien Date: Wed Sep 12 15:36:44 2012 New Revision: 240406 URL: http://svn.freebsd.org/changeset/base/240406 Log: Remove needless (int) casts of write(2)'s 3rd argument. Also change blwrite() 'size' parameter to a ssize_t to better match write(2). Modified:

svn commit: r240622 - head/usr.bin/yes

2012-09-17 Thread David E. O'Brien
Author: obrien Date: Mon Sep 17 23:04:15 2012 New Revision: 240622 URL: http://svn.freebsd.org/changeset/base/240622 Log: yes(1) actually comes from V7. Submitted by: Simon Gerraty s...@juniper.net Modified: head/usr.bin/yes/yes.1 Modified: head/usr.bin/yes/yes.1

svn commit: r241351 - head/sys/modules

2012-10-08 Thread David E. O'Brien
Author: obrien Date: Mon Oct 8 14:08:13 2012 New Revision: 241351 URL: http://svn.freebsd.org/changeset/base/241351 Log: Restrict the module to varied environments. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

svn commit: r241612 - head/usr.bin/bmake

2012-10-16 Thread David E. O'Brien
Author: obrien Date: Tue Oct 16 15:43:16 2012 New Revision: 241612 URL: http://svn.freebsd.org/changeset/base/241612 Log: Obey the value of MK_BMAKE. Modified: head/usr.bin/bmake/Makefile.inc Modified: head/usr.bin/bmake/Makefile.inc

svn commit: r241972 - head/usr.bin/script

2012-10-23 Thread David E. O'Brien
Author: obrien Date: Tue Oct 23 23:36:29 2012 New Revision: 241972 URL: http://svn.freebsd.org/changeset/base/241972 Log: Don't include both sys/param.h sys/types.h. Modified: head/usr.bin/script/script.c Modified: head/usr.bin/script/script.c

svn commit: r242088 - head/sys/dev/filemon

2012-10-25 Thread David E. O'Brien
Author: obrien Date: Thu Oct 25 18:39:09 2012 New Revision: 242088 URL: http://svn.freebsd.org/changeset/base/242088 Log: Desupport pre-FreeBSD 7.1. Modified: head/sys/dev/filemon/filemon.c Modified: head/sys/dev/filemon/filemon.c

svn commit: r242137 - in head: sys/dev/filemon tools/regression/filemon

2012-10-26 Thread David E. O'Brien
Author: obrien Date: Fri Oct 26 15:44:29 2012 New Revision: 242137 URL: http://svn.freebsd.org/changeset/base/242137 Log: Iterate rather than use recursion. We can blow out the kernel stack if there is a long chain of fork(2)s. Added: head/tools/regression/filemon/timed-forkb.c

svn commit: r242138 - head/usr.bin/script

2012-10-26 Thread David E. O'Brien
/usr.bin/script/script.cFri Oct 26 15:56:28 2012 (r242138) @@ -1,4 +1,5 @@ /* + * Copyright (c) 2010, 2012 David E. O'Brien * Copyright (c) 1980, 1992, 1993 * The Regents of the University of California. All rights reserved. * @@ -44,6 +45,7 @@ static const char sccsid

svn commit: r242157 - head/tools/regression/filemon

2012-10-26 Thread David E. O'Brien
Author: obrien Date: Fri Oct 26 20:14:40 2012 New Revision: 242157 URL: http://svn.freebsd.org/changeset/base/242157 Log: Test both active and non-active cases. Modified: head/tools/regression/filemon/Makefile Modified: head/tools/regression/filemon/Makefile

svn commit: r242158 - head/sys/dev/filemon

2012-10-26 Thread David E. O'Brien
Author: obrien Date: Fri Oct 26 20:24:13 2012 New Revision: 242158 URL: http://svn.freebsd.org/changeset/base/242158 Log: A little bit easier to read. Modified: head/sys/dev/filemon/filemon.c Modified: head/sys/dev/filemon/filemon.c

svn commit: r207995 - in head: . etc/mtree gnu/lib/libgcc gnu/lib/libstdc++ gnu/lib/libsupc++ gnu/usr.bin/cc gnu/usr.bin/cc/cc_tools gnu/usr.bin/cc/include

2010-05-12 Thread David E. O'Brien
Author: obrien Date: Wed May 12 19:59:32 2010 New Revision: 207995 URL: http://svn.freebsd.org/changeset/base/207995 Log: Non-GCC gcc compatible compilers may provide the same multimedia intrinsic headers as GCC, but of their own implementation. So put the GCC ones into their own header

svn commit: r212374 - head/usr.bin/printf

2010-09-09 Thread David E. O'Brien
Author: obrien Date: Thu Sep 9 19:27:40 2010 New Revision: 212374 URL: http://svn.freebsd.org/changeset/base/212374 Log: Note bug in trying to printf(1) things like: '-%s\n' foo Modified: head/usr.bin/printf/printf.1 Modified: head/usr.bin/printf/printf.1

svn commit: r212408 - head/sys/sys

2010-09-10 Thread David E. O'Brien
Author: obrien Date: Fri Sep 10 06:26:28 2010 New Revision: 212408 URL: http://svn.freebsd.org/changeset/base/212408 Log: Protect BSDI $Id from accidental manipulation. Modified: head/sys/sys/lock.h Modified: head/sys/sys/lock.h

svn commit: r212429 - head/sys/conf

2010-09-10 Thread David E. O'Brien
Author: obrien Date: Fri Sep 10 18:19:38 2010 New Revision: 212429 URL: http://svn.freebsd.org/changeset/base/212429 Log: Add real dependancies on the uuencoded firmwares. Now when one does 'make kernel ; make kernel' the second invocation only does: `kernel.ko' is up to date. rather

svn commit: r212770 - head/usr.bin/script

2010-09-16 Thread David E. O'Brien
Author: obrien Date: Thu Sep 16 22:31:03 2010 New Revision: 212770 URL: http://svn.freebsd.org/changeset/base/212770 Log: + Add the SCRIPT environmental variable to the sub-shell. Its value is the name of the typescript file. + Add the 'command' argument (if supplied on the command line)

svn commit: r212771 - head/usr.bin/ruptime

2010-09-16 Thread David E. O'Brien
Author: obrien Date: Thu Sep 16 22:38:27 2010 New Revision: 212771 URL: http://svn.freebsd.org/changeset/base/212771 Log: Increase the hostname display width. Many machines are named with 12 characters. This still allows for 80 column output with load averages of 99.99, 99.99, 99.99.

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

2010-09-17 Thread David E. O'Brien
Author: obrien Date: Fri Sep 17 09:14:40 2010 New Revision: 212788 URL: http://svn.freebsd.org/changeset/base/212788 Log: Correct some non-code typos. Modified: head/sys/ufs/ffs/ffs_vfsops.c Modified: head/sys/ufs/ffs/ffs_vfsops.c

svn commit: r213713 - head/tools/regression/bin/sh/builtins

2010-10-11 Thread David E. O'Brien
Author: obrien Date: Mon Oct 11 23:24:57 2010 New Revision: 213713 URL: http://svn.freebsd.org/changeset/base/213713 Log: Correct regression test to not show a false positive when run as root. Modified: head/tools/regression/bin/sh/builtins/cd1.0 Modified:

svn commit: r213738 - in head: bin/sh tools/regression/bin/sh tools/regression/bin/sh/builtins tools/regression/bin/sh/errors tools/regression/bin/sh/execution tools/regression/bin/sh/expansion too...

2010-10-12 Thread David E. O'Brien
Author: obrien Date: Tue Oct 12 18:20:38 2010 New Revision: 213738 URL: http://svn.freebsd.org/changeset/base/213738 Log: Allow one to regression test 'sh' changes without having to install a potentially bad /bin/sh first. Modified: head/bin/sh/Makefile

svn commit: r213744 - head/bin/sh

2010-10-12 Thread David E. O'Brien
Author: obrien Date: Tue Oct 12 19:24:41 2010 New Revision: 213744 URL: http://svn.freebsd.org/changeset/base/213744 Log: If DEBUG is 3 or greater, disable STATICization of functions. Also correct the documented location of the trace file. Modified: head/bin/sh/Makefile

svn commit: r213798 - head/bin/sh

2010-10-13 Thread David E. O'Brien
Author: obrien Date: Wed Oct 13 18:23:43 2010 New Revision: 213798 URL: http://svn.freebsd.org/changeset/base/213798 Log: If one wishes to set breakpoints of static the functions here, they cannot be inlined. Submitted by: jhb Modified: head/bin/sh/Makefile Modified:

svn commit: r213811 - head/bin/sh

2010-10-13 Thread David E. O'Brien
Author: obrien Date: Wed Oct 13 22:18:03 2010 New Revision: 213811 URL: http://svn.freebsd.org/changeset/base/213811 Log: In the spirit of r90111, depend on c89 and remove the STATIC macro and its usage. Modified: head/bin/sh/Makefile head/bin/sh/alias.c head/bin/sh/cd.c

svn commit: r213815 - head/bin/sh

2010-10-13 Thread David E. O'Brien
Author: obrien Date: Wed Oct 13 23:31:17 2010 New Revision: 213815 URL: http://svn.freebsd.org/changeset/base/213815 Log: We only need to look as far as '..' to find 'test/'. Modified: head/bin/sh/Makefile Modified: head/bin/sh/Makefile

svn commit: r213883 - head/tools/regression/bin/sh/builtins

2010-10-14 Thread David E. O'Brien
Author: obrien Date: Thu Oct 14 23:28:31 2010 New Revision: 213883 URL: http://svn.freebsd.org/changeset/base/213883 Log: Embellish this testcase a little bit to be more clear what the output is and why. The first case is correct usage which has but one correct output. The 2nd and 3rd

svn commit: r236255 - head/contrib/groff/tmac

2012-05-29 Thread David E. O'Brien
Author: obrien Date: Tue May 29 19:49:52 2012 New Revision: 236255 URL: http://svn.freebsd.org/changeset/base/236255 Log: Add the latest FreeBSD versions. Modified: head/contrib/groff/tmac/doc-common Modified: head/contrib/groff/tmac/doc-common

svn commit: r236337 - in head/kerberos5: lib/libgssapi_krb5 lib/libgssapi_ntlm lib/libgssapi_spnego lib/libhdb lib/libheimbase lib/libheimipcc lib/libheimipcs lib/libhx509 lib/libkadm5clnt lib/libk...

2012-05-30 Thread David E. O'Brien
Author: obrien Date: Wed May 30 22:21:25 2012 New Revision: 236337 URL: http://svn.freebsd.org/changeset/base/236337 Log: * Remove headers from SRCS that are not generated (and are in /usr/src/crypto/heimdal/). * Avoid race conditions with 'make -jN'. Modified:

svn commit: r236338 - head/usr.bin/make

2012-05-30 Thread David E. O'Brien
Author: obrien Date: Wed May 30 22:23:08 2012 New Revision: 236338 URL: http://svn.freebsd.org/changeset/base/236338 Log: Deprecate the FreeBSD make's :U (to-upper case) and :L (to-lower case) modifiers for :tu and :tl from OSF's ODE, which made its way into NetBSD's make, which is the

svn commit: r236339 - head/tools/regression/usr.bin/make

2012-05-30 Thread David E. O'Brien
Author: obrien Date: Wed May 30 22:26:16 2012 New Revision: 236339 URL: http://svn.freebsd.org/changeset/base/236339 Log: make it easier to test newly-built make. Added: head/tools/regression/usr.bin/make/test-new.mk (contents, props changed) Modified: Directory Properties:

svn commit: r236340 - head/tools/build/make_check

2012-05-30 Thread David E. O'Brien
Author: obrien Date: Wed May 30 22:27:34 2012 New Revision: 236340 URL: http://svn.freebsd.org/changeset/base/236340 Log: make it easier to check newly-built make Added: head/tools/build/make_check/check.mk (contents, props changed) Added: head/tools/build/make_check/check.mk

svn commit: r236346 - head/usr.bin/make

2012-05-30 Thread David E. O'Brien
Author: obrien Date: Thu May 31 00:36:56 2012 New Revision: 236346 URL: http://svn.freebsd.org/changeset/base/236346 Log: Add -V '${VAR}' variable expansion from Portable Berkeley Make. Submitted by: Simon Gerraty s...@juniper.net Modified: head/usr.bin/make/make.1

svn commit: r236347 - head/tools/regression/usr.bin/make/variables/opt_V

2012-05-30 Thread David E. O'Brien
Author: obrien Date: Thu May 31 01:07:52 2012 New Revision: 236347 URL: http://svn.freebsd.org/changeset/base/236347 Log: Add regression test for '-V' command line option (requires r236346). Added: head/tools/regression/usr.bin/make/variables/opt_V/

svn commit: r236365 - head/usr.bin/make

2012-05-31 Thread David E. O'Brien
Author: obrien Date: Thu May 31 20:13:44 2012 New Revision: 236365 URL: http://svn.freebsd.org/changeset/base/236365 Log: Update date for r236338 r236346. Modified: head/usr.bin/make/make.1 Modified: head/usr.bin/make/make.1

svn commit: r236422 - in head/kerberos5: . lib/libasn1 lib/libgssapi_spnego lib/libhdb lib/libhx509 lib/libroken lib/libvers libexec/kdigest tools/slc usr.bin/hxtool usr.bin/kadmin usr.bin/kcc usr....

2012-06-01 Thread David E. O'Brien
Author: obrien Date: Fri Jun 1 21:26:28 2012 New Revision: 236422 URL: http://svn.freebsd.org/changeset/base/236422 Log: Centralize the specification of the krb5 build tools. Modified: head/kerberos5/Makefile.inc head/kerberos5/lib/libasn1/Makefile

svn commit: r236592 - in head/sys: dev/filemon modules modules/filemon

2012-06-04 Thread David E. O'Brien
is newly added) +++ head/sys/dev/filemon/filemon.c Mon Jun 4 22:54:19 2012 (r236592) @@ -0,0 +1,377 @@ +/*- + * Copyright (c) 2011, David E. O'Brien. + * Copyright (c) 2009-2011, Juniper Networks, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms

svn commit: r236593 - head/share/man/man4

2012-06-04 Thread David E. O'Brien
is newly added) +++ head/share/man/man4/filemon.4 Mon Jun 4 22:59:06 2012 (r236593) @@ -0,0 +1,166 @@ +.\ Copyright (c) 2012 +.\David E. O'Brien obr...@freebsd.org. All rights reserved. +.\ +.\ Redistribution and use in source and binary forms, with or without +.\ modification

svn commit: r236594 - head/tools/regression/filemon

2012-06-04 Thread David E. O'Brien
Author: obrien Date: Mon Jun 4 22:59:33 2012 New Revision: 236594 URL: http://svn.freebsd.org/changeset/base/236594 Log: Add a regression test for filemon(4) [r236592]. Added: head/tools/regression/filemon/ head/tools/regression/filemon/Makefile (contents, props changed)

svn commit: r236620 - in head: share/man/man4 tools/regression/filemon

2012-06-05 Thread David E. O'Brien
Author: obrien Date: Tue Jun 5 17:36:28 2012 New Revision: 236620 URL: http://svn.freebsd.org/changeset/base/236620 Log: Correct examples to the latest version I had. Modified: head/share/man/man4/filemon.4 head/tools/regression/filemon/filemontest.c Modified:

svn commit: r236621 - head/sys/modules

2012-06-05 Thread David E. O'Brien
Author: obrien Date: Tue Jun 5 17:44:54 2012 New Revision: 236621 URL: http://svn.freebsd.org/changeset/base/236621 Log: Only build filemon(4) on x86. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

svn commit: r236623 - head/share/man/man4

2012-06-05 Thread David E. O'Brien
Author: obrien Date: Tue Jun 5 17:49:11 2012 New Revision: 236623 URL: http://svn.freebsd.org/changeset/base/236623 Log: RAID is an acronym. Modified: head/share/man/man4/mpt.4 Modified: head/share/man/man4/mpt.4

svn commit: r236637 - head/share/man/man4

2012-06-05 Thread David E. O'Brien
Author: obrien Date: Tue Jun 5 20:32:38 2012 New Revision: 236637 URL: http://svn.freebsd.org/changeset/base/236637 Log: mdoc police. Submitted by: ru Much thanks to: ru Modified: head/share/man/man4/filemon.4 Modified: head/share/man/man4/filemon.4

svn commit: r236688 - head/share/man/man4

2012-06-06 Thread David E. O'Brien
E. O'Brien and .\contributors. .\ 4. Neither the name of the author nor the names of its contributors @@ -19,7 +19,7 @@ .\ .\ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\ IMPLIED

svn commit: r236977 - head/tools/regression/usr.bin/make/variables/modifier_t

2012-06-12 Thread David E. O'Brien
Author: obrien Date: Tue Jun 12 23:16:00 2012 New Revision: 236977 URL: http://svn.freebsd.org/changeset/base/236977 Log: Add a test for the :tl :tu modifiers. Added: head/tools/regression/usr.bin/make/variables/modifier_t/ head/tools/regression/usr.bin/make/variables/modifier_t/Makefile

svn commit: r237282 - head/usr.bin/make

2012-06-19 Thread David E. O'Brien
Author: obrien Date: Wed Jun 20 00:37:00 2012 New Revision: 237282 URL: http://svn.freebsd.org/changeset/base/237282 Log: Correct typo in version. Modified: head/usr.bin/make/Makefile Modified: head/usr.bin/make/Makefile

svn commit: r237344 - head/tools/regression/usr.bin/make

2012-06-20 Thread David E. O'Brien
Author: obrien Date: Wed Jun 20 21:38:16 2012 New Revision: 237344 URL: http://svn.freebsd.org/changeset/base/237344 Log: Provide a mechanism to not clear out the work and output dirs when developing tests. Modified: head/tools/regression/usr.bin/make/common.sh Modified:

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

2012-06-21 Thread David E. O'Brien
Author: obrien Date: Thu Jun 21 15:47:06 2012 New Revision: 237402 URL: http://svn.freebsd.org/changeset/base/237402 Log: Be explicit about the dependency on nsparser.h. Modified: head/lib/libc/net/Makefile.inc Modified: head/lib/libc/net/Makefile.inc

svn commit: r237574 - in head: share/mk usr.sbin/crunch/crunchgen

2012-06-25 Thread David E. O'Brien
Author: obrien Date: Mon Jun 25 21:56:36 2012 New Revision: 237574 URL: http://svn.freebsd.org/changeset/base/237574 Log: Ensure crunchen uses the same make binary as the rest of the build. Submitted by: Simon Gerraty s...@juniper.net Modified: head/share/mk/bsd.crunchgen.mk

svn commit: r237612 - head/share/mk

2012-06-26 Thread David E. O'Brien
Author: obrien Date: Tue Jun 26 23:15:55 2012 New Revision: 237612 URL: http://svn.freebsd.org/changeset/base/237612 Log: Add -DWITH_INSTALL_AS_USER to the source build (naming matches the same functionality of The Ports Collection). This sets BINOWN, BINGRP, etc... to match current user.

svn commit: r237625 - in head/usr.sbin/crunch: crunchgen crunchide

2012-06-26 Thread David E. O'Brien
Author: obrien Date: Wed Jun 27 04:39:30 2012 New Revision: 237625 URL: http://svn.freebsd.org/changeset/base/237625 Log: Some amount of style(9) -- function definitions, header ordering, and $FreeBSD$. Modified: head/usr.sbin/crunch/crunchgen/crunched_main.c

svn commit: r237794 - head/tools/regression/filemon

2012-06-29 Thread David E. O'Brien
Author: obrien Date: Fri Jun 29 15:54:07 2012 New Revision: 237794 URL: http://svn.freebsd.org/changeset/base/237794 Log: Support also running a 32-bit test on 64-bit platforms. Modified: head/tools/regression/filemon/Makefile Modified: head/tools/regression/filemon/Makefile

svn commit: r238050 - head/sys/conf

2012-07-02 Thread David E. O'Brien
Author: obrien Date: Tue Jul 3 05:01:00 2012 New Revision: 238050 URL: http://svn.freebsd.org/changeset/base/238050 Log: Revert r222186 per instructions for FreeBSD 10. (a 10-CURRENT share/mk is already required to build a 10-CURRENT kernel on 9-STABLE) Modified:

svn commit: r238051 - head

2012-07-03 Thread David E. O'Brien
Author: obrien Date: Tue Jul 3 06:41:00 2012 New Revision: 238051 URL: http://svn.freebsd.org/changeset/base/238051 Log: Add hier as an alternate spelling of hierarchy to match hier(9). Modified: head/Makefile head/Makefile.inc1 Modified: head/Makefile

svn commit: r238072 - in head/sys/dev/virtio: . balloon block network

2012-07-03 Thread David E. O'Brien
Author: obrien Date: Tue Jul 3 15:15:41 2012 New Revision: 238072 URL: http://svn.freebsd.org/changeset/base/238072 Log: Do not include sys/types.h in the local headers. The .c files including them have already included sys/param.h before these headers are included. Modified:

svn commit: r238143 - in head/tools: build/make_check regression/usr.bin/make/syntax/funny-targets

2012-07-05 Thread David E. O'Brien
Author: obrien Date: Thu Jul 5 18:23:36 2012 New Revision: 238143 URL: http://svn.freebsd.org/changeset/base/238143 Log: Remove the funny targets make check. We no longer need embedded :: targets to build FreeBSD (they are used in Perl man pages). We never needed embedded ! in targets

svn commit: r238563 - head/gnu/usr.bin/groff/tmac

2012-07-17 Thread David E. O'Brien
Author: obrien Date: Wed Jul 18 05:57:42 2012 New Revision: 238563 URL: http://svn.freebsd.org/changeset/base/238563 Log: a ; tells make we want the shell to be used Submitted by: Simon Gerraty s...@juniper.net Modified: head/gnu/usr.bin/groff/tmac/Makefile Modified:

svn commit: r238564 - head/usr.bin

2012-07-18 Thread David E. O'Brien
Author: obrien Date: Wed Jul 18 07:07:54 2012 New Revision: 238564 URL: http://svn.freebsd.org/changeset/base/238564 Log: Sort per the comment. Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile == ---

svn commit: r239295 - head/sys/kern

2012-08-15 Thread David E. O'Brien
Author: obrien Date: Wed Aug 15 14:18:54 2012 New Revision: 239295 URL: http://svn.freebsd.org/changeset/base/239295 Log: Don't include opt_ddb.h ddb/ddb.h twice. Modified: head/sys/kern/kern_proc.c Modified: head/sys/kern/kern_proc.c

svn commit: r239360 - in head: contrib/diff/src gnu/usr.bin/diff

2012-08-17 Thread David E. O'Brien
Author: obrien Date: Fri Aug 17 18:20:38 2012 New Revision: 239360 URL: http://svn.freebsd.org/changeset/base/239360 Log: Catch up with the subversion conversion and apply these build-time patches. Deleted: head/gnu/usr.bin/diff/context.c.diff head/gnu/usr.bin/diff/diff.c.diff Modified:

svn commit: r227518 - head/sys/kern

2011-11-14 Thread David E. O'Brien
Author: obrien Date: Tue Nov 15 01:48:53 2011 New Revision: 227518 URL: http://svn.freebsd.org/changeset/base/227518 Log: Reformat comment to be more readable in standard Xterm. (while I'm here, wrap other long lines) Modified: head/sys/kern/kern_descrip.c Modified:

svn commit: r227524 - in head/usr.sbin: pmccontrol pmcstat

2011-11-14 Thread David E. O'Brien
Author: obrien Date: Tue Nov 15 06:44:07 2011 New Revision: 227524 URL: http://svn.freebsd.org/changeset/base/227524 Log: Improve the chances of matching an outputted string with the line of code. Modified: head/usr.sbin/pmccontrol/pmccontrol.c head/usr.sbin/pmcstat/pmcpl_calltree.c

svn commit: r227526 - head/usr.sbin/pmcstat

2011-11-14 Thread David E. O'Brien
Author: obrien Date: Tue Nov 15 06:50:10 2011 New Revision: 227526 URL: http://svn.freebsd.org/changeset/base/227526 Log: KNF Modified: head/usr.sbin/pmcstat/pmcstat_log.c Modified: head/usr.sbin/pmcstat/pmcstat_log.c

svn commit: r228191 - head/etc/rc.d

2011-12-01 Thread David E. O'Brien
Author: obrien Date: Thu Dec 1 22:50:10 2011 New Revision: 228191 URL: http://svn.freebsd.org/changeset/base/228191 Log: Ensure kldxref is run first. Currently both 'kldxref' and 'kld' depend on FILESYSTEMS and 'kld' is being run 8 scripts ahead of 'kldxref'. Reported by: dhw

svn commit: r228193 - head/lib/libc/gen

2011-12-01 Thread David E. O'Brien
Author: obrien Date: Fri Dec 2 01:06:33 2011 New Revision: 228193 URL: http://svn.freebsd.org/changeset/base/228193 Log: Tweak the r137233 fix to r136283 -- Code was making two send() attempts vs. the comment documented If we are working with a privileged socket, then take only one

svn commit: r228199 - head/lib/libc/locale

2011-12-02 Thread David E. O'Brien
Author: obrien Date: Fri Dec 2 11:55:09 2011 New Revision: 228199 URL: http://svn.freebsd.org/changeset/base/228199 Log: Split sentences at period boundaries. Modified: head/lib/libc/locale/duplocale.3 head/lib/libc/locale/freelocale.3 head/lib/libc/locale/localeconv.3

svn commit: r228475 - head/sys/kern

2011-12-13 Thread David E. O'Brien
Author: obrien Date: Tue Dec 13 17:59:16 2011 New Revision: 228475 URL: http://svn.freebsd.org/changeset/base/228475 Log: Disallow various debug.kdb sysctl's when securelevel is raised. PR: 161350 Modified: head/sys/kern/kern_shutdown.c Modified: head/sys/kern/kern_shutdown.c

svn commit: r228487 - head/sys/kern

2011-12-13 Thread David E. O'Brien
Author: obrien Date: Wed Dec 14 02:31:32 2011 New Revision: 228487 URL: http://svn.freebsd.org/changeset/base/228487 Log: Match other formatting. Modified: head/sys/kern/kern_shutdown.c Modified: head/sys/kern/kern_shutdown.c

svn commit: r229067 - in head: . sys/sys

2011-12-30 Thread David E. O'Brien
Author: obrien Date: Sat Dec 31 04:38:04 2011 New Revision: 229067 URL: http://svn.freebsd.org/changeset/base/229067 Log: Happy 2012 to FreeBSD users in Samoa. Modified: head/COPYRIGHT head/sys/sys/copyright.h Modified: head/COPYRIGHT

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

2011-06-14 Thread David E. O'Brien
Author: obrien Date: Tue Jun 14 17:09:30 2011 New Revision: 223088 URL: http://svn.freebsd.org/changeset/base/223088 Log: We should not return ECHILD when debugging a child and the parent does a wait4(-1, ..., WNOHANG, ...). Instead wait(2) should behave as if the child does not wish to

svn commit: r223849 - head/contrib/pf/man

2011-07-07 Thread David E. O'Brien
Author: obrien Date: Thu Jul 7 23:17:56 2011 New Revision: 223849 URL: http://svn.freebsd.org/changeset/base/223849 Log: Note the PF version. Discussed with: bz Modified: head/contrib/pf/man/pf.4 Modified: head/contrib/pf/man/pf.4

  1   2   >