CVS commit: src/usr.bin/rump_allserver

2011-01-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 8 09:36:26 UTC 2011 Modified Files: src/usr.bin/rump_allserver: rump_allserver.1 Log Message: BUGS is gone (and on its way out it inquired about the doctor's status) To generate a diff of this commit: cvs rdiff -u -r1.7

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

2011-01-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 8 09:40:05 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: vm.c Log Message: Do a minidehumanizenumber for RUMP_MEMLIMIT. Now you can set it to e.g. 16m instead of having to type out 16777216. To generate a diff

CVS commit: src/sys/arch/arc

2011-01-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jan 8 09:44:37 UTC 2011 Modified Files: src/sys/arch/arc: TODO Log Message: Update some items to reflect reality. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arc/TODO Please note that diffs

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

2011-01-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 8 14:01:04 UTC 2011 Modified Files: src/sys/rump/librump/rumpkern: signals.c Log Message: SIGPIPE is generated internally by the kernel, so include it in the list of "no panic" sigs. To generate a diff of this commit: cv

CVS commit: src/lib/librumphijack

2011-01-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 8 14:19:27 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: Support fork() and dup2(). This is sufficient to make an unmodified httpd(8) be able to serve pages via a rump networking stack. To genera

CVS commit: src/etc/rc.d

2011-01-08 Thread Adam Hamsik
Module Name:src Committed By: haad Date: Sat Jan 8 16:16:52 UTC 2011 Modified Files: src/etc/rc.d: mountcritlocal Log Message: Use /rescue/chown not chown from /usr/sbin which might not be available in time of running this script. XXX. Why is chown in /usr/sbin ? it shou

CVS commit: src/share/man/man9

2011-01-08 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Sat Jan 8 18:07:15 UTC 2011 Modified Files: src/share/man/man9: kmem.9 Log Message: CONSIDERATION => CONSIDERATIONS, to be on par with the rest of man pages. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/share/

CVS commit: src/tests/lib/libc

2011-01-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 8 18:10:32 UTC 2011 Modified Files: src/tests/lib/libc: Makefile Added Files: src/tests/lib/libc/regex: README debug.c main.c split.c t_regex.awk t_regex.in test_regex.h src/tests/lib/libc/reg

CVS commit: src

2011-01-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 8 18:11:21 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests Log Message: sets-list dance for atf version of regex test To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/librumphijack

2011-01-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 8 18:11:47 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: support pollts and rewrite poll in terms of pollts To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/librumphijack/hijack

CVS commit: src/regress/lib/libc/regex

2011-01-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 8 18:13:42 UTC 2011 Removed Files: src/regress/lib/libc/regex: Makefile debug.c debug.ih main.c main.ih split.c tests Log Message: The regex test has been atf-ified To generate a diff of this commit: cvs r

CVS commit: src/regress/lib/libc

2011-01-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Jan 8 18:42:48 UTC 2011 Modified Files: src/regress/lib/libc: Makefile Log Message: Since the regex test is gone, don't try to descend into its SUBDIR To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/regr

CVS commit: src/share/man/man4

2011-01-08 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jan 8 20:13:02 UTC 2011 Modified Files: src/share/man/man4: sdtemp.4 Log Message: Remove the HARDWARE -title. Use -bullet for .Bl. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/sdtemp.4 Ple

CVS commit: src/sys/kern

2011-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 8 20:29:13 UTC 2011 Modified Files: src/sys/kern: kern_verifiedexec.c Log Message: fix sysctl again. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sys/kern/kern_verifiedexec.c Please note that d

CVS commit: src/sys/kern

2011-01-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 8 20:37:05 UTC 2011 Modified Files: src/sys/kern: vfs_wapbl.c Log Message: Add two sysctls one that does verbose transaction logging and a second one that disables flushing the disk cache (which is fast but dangerous fo

CVS commit: src/lib/librumphijack

2011-01-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sat Jan 8 21:30:24 UTC 2011 Modified Files: src/lib/librumphijack: hijack.c Log Message: Support dual kernel select() by emulating it with pollts(). It would have been much easier if up to and including 5.0 we wouldn't silently c

CVS commit: src/sys/dev/usb

2011-01-08 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Sat Jan 8 22:02:49 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs Log Message: Realtek 8187B To generate a diff of this commit: cvs rdiff -u -r1.573 -r1.574 src/sys/dev/usb/usbdevs Please note that diffs are not public domain;

CVS commit: src/sys/dev/usb

2011-01-08 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Sat Jan 8 22:04:20 UTC 2011 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: Realtek 8187B To generate a diff of this commit: cvs rdiff -u -r1.566 -r1.567 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.567 -r1.568

CVS commit: src/sys/dev/pci

2011-01-08 Thread Takayoshi Kochi
Module Name:src Committed By: kochi Date: Sun Jan 9 00:12:45 UTC 2011 Modified Files: src/sys/dev/pci: if_jme.c Log Message: Try reading MAC addr from register if it fails to read from EEPROM. Copied from FreeBSD driver. Without this my JMC261 doesn't get MAC address pro

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

2011-01-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jan 9 01:00:40 UTC 2011 Added Files: src/tests/lib/libc/regex: Makefile Log Message: Ouch - forgot the include this earlier. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/regex/Makefile Ple

CVS commit: src/lib/libm

2011-01-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 9 02:32:13 UTC 2011 Modified Files: src/lib/libm: Makefile Added Files: src/lib/libm/noieee_src: n_fmax.c n_fmaxf.c n_fmin.c n_fminf.c Log Message: Imlementations of fmax, fmaxf, fmin and fminf libm functions fo

CVS commit: src/usr.sbin/iostat

2011-01-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 9 02:40:19 UTC 2011 Modified Files: src/usr.sbin/iostat: iostat.c Log Message: NetBSD/vax libm now has fmax, use it again. Also, display average transfer size using dynamic precision too. To generate a diff of this co

CVS commit: src/usr.sbin/iostat

2011-01-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 9 03:35:23 UTC 2011 Modified Files: src/usr.sbin/iostat: iostat.c Log Message: Fix copy/paste error that resulted in a extra space after the KB/t column. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 s

CVS commit: src/sys/dev/acpi

2011-01-08 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 9 04:58:34 UTC 2011 Modified Files: src/sys/dev/acpi: acpidevs Log Message: Add INTC0102 (Intel TPM chip). From ThinkPad T500. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/acpi/acpidevs Ple

CVS commit: src/sys/dev/acpi

2011-01-08 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 9 04:59:01 UTC 2011 Modified Files: src/sys/dev/acpi: acpidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/acpi/acpidevs_data.h Please note that diffs are not pu

CVS commit: src/share/man/man9

2011-01-08 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Sun Jan 9 05:05:10 UTC 2011 Modified Files: src/share/man/man9: module.9 Log Message: Update module_autoload to say that a .plist file will be loaded, and if that .plist contains noautoload=true then the system will refuse to lo

CVS commit: src/sys/dev/acpi

2011-01-08 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jan 9 05:06:17 UTC 2011 Modified Files: src/sys/dev/acpi: acpidevs Log Message: Rearrange (use two tabs). To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/dev/acpi/acpidevs Please note that diffs are n

CVS commit: xsrc/external/mit/xf86-video-intel/dist/src

2011-01-08 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Sun Jan 9 05:36:59 UTC 2011 Modified Files: xsrc/external/mit/xf86-video-intel/dist/src: i830_display.c Log Message: Disable loading the lut that crashes the system for now. Unfortunately this causes butt ugly X, but at least

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

2011-01-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jan 9 05:44:47 UTC 2011 Modified Files: src/tests/lib/libc/regex: t_regex.in Log Message: Fix typo that got lost between my trial build and the final commit To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/