CVS commit: src/lib/libc/gen

2012-02-26 Thread Thor Lancelot Simon
Module Name:src
Committed By:   tls
Date:   Mon Feb 27 04:25:12 UTC 2012

Modified Files:
src/lib/libc/gen: arc4random.c

Log Message:
Make arc4random far less greedy for entropy.  Make arc4random actually
implement arc4 when used by threaded programs.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/gen/arc4random.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/uvm

2012-02-26 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Mon Feb 27 01:39:59 UTC 2012

Modified Files:
src/sys/uvm: uvm_param.h

Log Message:
__uvmexp_pagesize is needed also for non-modular builds, as
witnessed by the otherwise failing sparc build.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/uvm/uvm_param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc/stdio

2012-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 26 23:14:26 UTC 2012

Modified Files:
src/tests/lib/libc/stdio: t_printf.c

Log Message:
add a test to verify that snprintf float does not leak.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/stdio/t_printf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/npf/npfctl

2012-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 26 22:04:42 UTC 2012

Modified Files:
src/usr.sbin/npf/npfctl: npf_parse.y

Log Message:
remove extra rule that got merged...


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/npf/npfctl/npf_parse.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/npf/npfctl

2012-02-26 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 26 21:50:05 UTC 2012

Modified Files:
src/usr.sbin/npf/npfctl: npf_build.c npf_data.c npf_parse.y npf_var.c
npf_var.h npfctl.h

Log Message:
- make each element of a variable hold a type
- change get_type to take an index, so we can get the individual types of
  each element (since primitive elements can be in lists)
- make port_range primitive
- add a routine to convert a variable of primitives to a variable containing
- only port ranges.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/npf/npfctl/npf_build.c
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/npf/npfctl/npf_data.c
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/npf/npfctl/npf_parse.y
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/npf/npfctl/npf_var.c
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/npf/npfctl/npf_var.h
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/npf/npfctl/npfctl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/npf/npfctl

2012-02-26 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sun Feb 26 21:14:50 UTC 2012

Modified Files:
src/usr.sbin/npf/npfctl: npf_parse.y

Log Message:
Simplify slightly: merge iface into addr_or_iface, use it in filt_addr.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/npf/npfctl/npf_parse.y

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/banner

2012-02-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 26 21:06:59 UTC 2012

Modified Files:
src/games/banner: banner.6 banner.c

Log Message:
Man page and usage cleanups from Bug Hunting in PR 46103.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/banner/banner.6
cvs rdiff -u -r1.19 -r1.20 src/games/banner/banner.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/banner

2012-02-26 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Feb 26 21:04:10 UTC 2012

Modified Files:
src/usr.bin/banner: banner.1 banner.c

Log Message:
Sort options in man page. Add EXIT STATUS section. Bump date.
Sync usage with man page.

Mostly from Bug Hunting in PR 46102.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/banner/banner.1
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/banner/banner.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-02-26 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sun Feb 26 20:32:41 UTC 2012

Modified Files:
src: build.sh

Log Message:
Add sanity checks for live-image and install-image targets
(which require mtree spec files built with MKUNPRIVED=yes)
to avoid unexpected makefs(8) error during image builds:
 - if release op is specified with live-image or install-image
   at the same time, make sure -U is also specified for the image builds
 - before perform live-image and install-image ops check METALOG file
   in DESTDIR to see if the build have been performed with MKUNPRIVED

XXX: Probably toolchain should create consistent spec files in
XXX: DESTDIR/etc/mtree dir regardless of MKUNPRIVED settings.


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-02-26 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Sun Feb 26 17:27:46 UTC 2012

Modified Files:
src/doc: 3RDPARTY

Log Message:
Use new web site and archive location for ATF.


To generate a diff of this commit:
cvs rdiff -u -r1.916 -r1.917 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/sysinst

2012-02-26 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Sun Feb 26 10:17:44 UTC 2012

Modified Files:
src/distrib/utils/sysinst: run.c

Log Message:
Fold long lines and a little KNF.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/distrib/utils/sysinst/run.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hp700

2012-02-26 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb 26 08:44:12 UTC 2012

Modified Files:
src/sys/arch/hp700/dev: cpu.c
src/sys/arch/hp700/include: pdc.h

Log Message:
Rename a field to match PDC documentation.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hp700/dev/cpu.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/hp700/include/pdc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/hppa/hppa

2012-02-26 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sun Feb 26 08:28:58 UTC 2012

Modified Files:
src/sys/arch/hppa/hppa: trap.S

Log Message:
Enhance a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/hppa/hppa/trap.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [jmcneill-usbmp] src/sys/dev/usb

2012-02-26 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Feb 26 08:02:36 UTC 2012

Modified Files:
src/sys/dev/usb [jmcneill-usbmp]: TODO.usbmp uhid.c umass.c
usbdi_util.c usbdi_util.h

Log Message:
rename usb_detach_waitcv() to usb_detach_wait()


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/dev/usb/TODO.usbmp
cvs rdiff -u -r1.84.12.2 -r1.84.12.3 src/sys/dev/usb/uhid.c
cvs rdiff -u -r1.141.6.2 -r1.141.6.3 src/sys/dev/usb/umass.c
cvs rdiff -u -r1.55.12.5 -r1.55.12.6 src/sys/dev/usb/usbdi_util.c
cvs rdiff -u -r1.41.16.2 -r1.41.16.3 src/sys/dev/usb/usbdi_util.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.