CVS commit: src/usr.bin/wc

2010-02-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Thu Feb 18 10:43:50 UTC 2010 Modified Files: src/usr.bin/wc: wc.1 wc.c Log Message: Add support for -L option (longest line) as present in the GNU and FreeBSD version of wc. No objections on tech-userlevel mailing list. To

CVS commit: src/sys/rump/librump/rumpuser

2010-02-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 18 12:21:28 UTC 2010 Modified Files: src/sys/rump/librump/rumpuser: rumpuser.c Log Message: Allow NULL as size and file type pointers. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/distrib/utils/sysinst

2010-02-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Feb 18 12:21:52 UTC 2010 Modified Files: src/distrib/utils/sysinst: bsddisklabel.c Log Message: Since we call /usr and /var with absolute paths, lets do that for /tmp as well. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/sysmon

2010-02-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 18 12:30:53 UTC 2010 Modified Files: src/sys/dev/sysmon: sysmon_envsys_events.c Log Message: If we're going to valdate things, at least do it correctly. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/sys/rump/librump/rumpuser

2010-02-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 18 12:32:30 UTC 2010 Modified Files: src/sys/rump/librump/rumpuser: rumpuser.c Log Message: Also, don't try to figure out the size of devices if size matters not. To generate a diff of this commit: cvs rdiff -u -r1.48

CVS commit: src/usr.bin/wc

2010-02-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 18 13:14:52 UTC 2010 Modified Files: src/usr.bin/wc: wc.1 Log Message: New sentence, new line. Add EXIT STATUS section and use .Ex. Fix macro argument abuse. Use Aq instead of \*[Lt]\*[Gt]. To generate a diff of this

CVS commit: src/sbin/newfs_ext2fs

2010-02-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 18 13:49:19 UTC 2010 Modified Files: src/sbin/newfs_ext2fs: newfs_ext2fs.8 Log Message: Fix pasto noted by tsutsui. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sbin/newfs_ext2fs/newfs_ext2fs.8 Please

CVS commit: src/sbin/newfs

2010-02-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 18 13:51:45 UTC 2010 Modified Files: src/sbin/newfs: newfs.8 Log Message: Pull over some of Jason McIntyre's fixes for newfs_ext2fs. Suggested by tsutsui. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76

CVS commit: src/sys/dev/acpi

2010-02-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 18 13:52:33 UTC 2010 Modified Files: src/sys/dev/acpi: aiboost.c Log Message: Enhance DPRINTF to use AcpiFormatException as suggested in PR kern/40130 To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src

2010-02-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 18 14:00:40 UTC 2010 Modified Files: src/common/lib/libprop: prop_ingest.3 src/crypto/external/bsd/openssl/dist/doc/apps: tsget.pod src/crypto/external/bsd/openssl/lib/libcrypto/man: openssl_tsget.1

CVS commit: src/sys/dev/acpi

2010-02-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 18 14:10:15 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_tz.c Log Message: Print correct temperature value, and properly display negative temperatures. Resolves PR kern/36615 To generate a diff of this commit: cvs

CVS commit: src/sys/uvm

2010-02-18 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Feb 18 14:57:01 UTC 2010 Modified Files: src/sys/uvm: files.uvm uvm_map.c Log Message: Disable mapping of virtual address 0 by user programs per default. This blocks an easy exploit of kernel bugs leading to dereference of

CVS commit: src/sys/rump/dev/lib/libugenhc

2010-02-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 18 15:25:13 UTC 2010 Modified Files: src/sys/rump/dev/lib/libugenhc: ugenhc.c Log Message: Change match to be based on the existence of the ugen device node and signal the root hub interrupt only once we are succesfully

CVS commit: src/usr.bin/unzip

2010-02-18 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 18 15:51:57 UTC 2010 Modified Files: src/usr.bin/unzip: unzip.c Log Message: Only print the Archive: xxx header if not in extract-to-stdout mode. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/rump/dev/lib/libugenhc

2010-02-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 18 16:13:30 UTC 2010 Modified Files: src/sys/rump/dev/lib/libugenhc: ugenhc.c Log Message: Actually, detach is possible enough if the device isn't in use. So just support it. To generate a diff of this commit: cvs rdiff

CVS commit: src/share/examples/rump/tipsy

2010-02-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 18 16:14:55 UTC 2010 Modified Files: src/share/examples/rump/tipsy: tipsy.c Log Message: In probeonly, pause after bootstrap to make monkey plug and unplug device, monkey see fancy dmesg info possible. To generate a diff

CVS commit: src/sys/rump/dev/lib/libugenhc

2010-02-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Thu Feb 18 16:24:19 UTC 2010 Modified Files: src/sys/rump/dev/lib/libugenhc: ugenhc.c Log Message: Don't leak control endpoint descriptors. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/kern

2010-02-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 18 20:58:23 UTC 2010 Modified Files: src/sys/kern: kern_synch.c Log Message: Fix comment(s). OK'ed by rmind To generate a diff of this commit: cvs rdiff -u -r1.274 -r1.275 src/sys/kern/kern_synch.c Please note that

CVS commit: src/sys/arch/hp700/hp700

2010-02-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 18 21:30:00 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: locore.S Log Message: Fix up some comments. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/hp700/hp700/locore.S Please note that

CVS commit: src/sys/arch/hp700/hp700

2010-02-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Feb 18 21:38:32 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: locore.S Log Message: Improve a comment. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sys/arch/hp700/hp700/locore.S Please note that