CVS commit: src/lib/libutil

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 4 07:07:12 UTC 2010 Modified Files: src/lib/libutil: util.3 Log Message: Remove the list of functions in the libutil library. While such lists are nice, they are doomed to be repeatedly out of date due maintenance costs

CVS commit: src/lib/libc/stdio

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 4 07:43:12 UTC 2010 Modified Files: src/lib/libc/stdio: stdio.3 Log Message: Remove the list of functions. This list was updated only two times in nearly two decades. (If people need to learn the standard I/O functions

CVS commit: src/lib/libutil

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 4 07:58:28 UTC 2010 Modified Files: src/lib/libutil: getmntopts.3 Log Message: Rework the example a little. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libutil/getmntopts.3 Please note that di

CVS commit: src/include

2010-05-04 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Tue May 4 09:07:11 UTC 2010 Modified Files: src/include: signal.h Log Message: handle the difference between C99 and GNUC semantics of inline functions with external linkage, by using "inline" for STDC and "extern inline" for GNU

CVS commit: src/tests/sys/rc

2010-05-04 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Tue May 4 09:33:57 UTC 2010 Modified Files: src/tests/sys/rc: t_rc_d_cli.sh Log Message: Fix execution of the installed tests by using h_{simple,args} as program names, without the .sh extension. To generate a diff of this commit

CVS commit: src/sys/kern

2010-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 4 12:20:50 UTC 2010 Modified Files: src/sys/kern: subr_disk_mbr.c Log Message: Don't #error on invalid LABELSECTOR or LABELOFFSET on __RUMPKERNEL build. As mentioned in src/sys/rump/dev/lib/libdisk/Makefile, rump(4) bui

CVS commit: src/sys/dev/rasops

2010-05-04 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Tue May 4 12:36:37 UTC 2010 Modified Files: src/sys/dev/rasops: rasops2.c Log Message: fix compile failure. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/rasops/rasops2.c Please note that diffs are

CVS commit: src/doc

2010-05-04 Thread Frank Wille
Module Name:src Committed By: phx Date: Tue May 4 12:45:11 UTC 2010 Modified Files: src/doc: CHANGES Log Message: sandpoint: support for Marvell-SKnet in netboot To generate a diff of this commit: cvs rdiff -u -r1.1389 -r1.1390 src/doc/CHANGES Please note that diffs ar

CVS commit: src/distrib

2010-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 4 13:33:13 UTC 2010 Modified Files: src/distrib/ews4800mips/floppies/ramdisk: Makefile src/distrib/utils/sysinst/arch/ews4800mips: Makefile Removed Files: src/distrib/utils/sysinst/arch/ews4800mips: menus.

CVS commit: src/distrib/macppc/cdroms/installcd

2010-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 4 14:09:11 UTC 2010 Modified Files: src/distrib/macppc/cdroms/installcd: Makefile Log Message: Put an INSTALL kernel and ofwboot.xcf into ISO9660 root. Newer OpenFirmware recognizes not only HFS but also ISO partition.

CVS commit: src/sys/kern

2010-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 4 14:14:54 UTC 2010 Modified Files: src/sys/kern: kern_ksyms.c Log Message: Some KNF. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/kern/kern_ksyms.c Please note that diffs are not public domai

CVS commit: src/sys/arch/mips/conf

2010-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 4 15:00:39 UTC 2010 Modified Files: src/sys/arch/mips/conf: stand.ldscript Log Message: Merge .rodata.* sections (like .rodata.str1.4) into .rodata section. Newer binutils creates such sections and old firmware might be

CVS commit: src/sys/arch/ews4800mips/ews4800mips

2010-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 4 15:32:32 UTC 2010 Modified Files: src/sys/arch/ews4800mips/ews4800mips: machdep.c Log Message: Fix dumb build errors. Compile test only. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/ews4

CVS commit: src/sys/dev/ic

2010-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 4 15:38:04 UTC 2010 Modified Files: src/sys/dev/ic: osiop.c Log Message: Make local functions static. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/ic/osiop.c Please note that diffs are not

CVS commit: src/sys/arch/news68k/include

2010-05-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue May 4 16:47:13 UTC 2010 Modified Files: src/sys/arch/news68k/include: param.h Log Message: Switch NetBSD/news68k to using 8KB/page in kernel. It slightly improves performance on NWS-1750D (MC68030 25MHz): http://mail-index.N

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-05-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue May 4 17:14:17 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: pmap_tlb.c Log Message: Make sure to deactivate ASIDs on pmap destruction even on UP kernels. To generate a diff of this commit: cvs rdiff -u -

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-05-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue May 4 17:14:47 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: pmap_segtab.c Log Message: Cleanup segtab allocation. Add some counters to monitor memory usage. To generate a diff of this commit: cvs rdiff

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-05-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue May 4 17:15:36 UTC 2010 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: pmap.c Log Message: Add code after pmap_remove_all nukes the ASID to reestablish it after the subsequent pmap_update. To generate a diff of thi

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/include

2010-05-04 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue May 4 17:15:53 UTC 2010 Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: pmap.h Log Message: Add pm_flags and PMAP_DEFERRED_ACTIVATE To generate a diff of this commit: cvs rdiff -u -r1.54.26.12 -r1.54.26.13 src/sy

CVS commit: src/sys/dev/rasops

2010-05-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 4 19:16:22 UTC 2010 Modified Files: src/sys/dev/rasops: rasops2.c Log Message: remove now redundant ri = ... lines in putchar() methods Looks like none of my usual test builds used rasops2.c To generate a diff of this

CVS commit: src/sys/kern

2010-05-04 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Tue May 4 19:23:56 UTC 2010 Modified Files: src/sys/kern: kern_uuid.c Log Message: switch to nanotime() for 100ns resolution To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/kern/kern_uuid.c Please note th

CVS commit: src/sys/dev/videomode

2010-05-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue May 4 21:17:10 UTC 2010 Modified Files: src/sys/dev/videomode: files.videomode videomode.h Added Files: src/sys/dev/videomode: pickmode.c Log Message: add a bunch of small utility functions to pick video modes based

CVS commit: src/sys/arch

2010-05-04 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue May 4 23:27:14 UTC 2010 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c trap.c src/sys/arch/i386/include: pte.h src/sys/arch/x86/include: specialreg.h src/sys/

CVS commit: src/doc

2010-05-04 Thread Jean-Yves Migeon
Module Name:src Committed By: jym Date: Tue May 4 23:31:54 UTC 2010 Modified Files: src/doc: CHANGES Log Message: xen: Enable no-execute bit feature for i386pae and amd64 kernels. To generate a diff of this commit: cvs rdiff -u -r1.1390 -r1.1391 src/doc/CHANGES Please

CVS commit: src/sys/kern

2010-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 5 02:20:42 UTC 2010 Modified Files: src/sys/kern: kern_malloc.c Log Message: give the name of the dup initialization. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/sys/kern/kern_malloc.c Please

CVS commit: src/lib/libc/stdio

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 5 04:13:16 UTC 2010 Modified Files: src/lib/libc/stdio: stdio.3 Log Message: Upon lukem@'s request, put the list of functions back. XXX: Someone needs to go through all standard I/O functions in the libc, update the

CVS commit: src/share/man/man1

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 5 05:36:21 UTC 2010 Modified Files: src/share/man/man1: intro.1 Log Message: Wrap the USD reference around .Rs/.Re. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/man/man1/intro.1 Please note t

CVS commit: src/share/man/man9/man9.i386

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 5 05:43:19 UTC 2010 Modified Files: src/share/man/man9/man9.i386: return_address.9 Log Message: .Nm -> .Fn, and wrap the kernel config option so that it will fit into 80 columns. To generate a diff of this commit: cvs r

CVS commit: src/share/man/man9/man9.i386

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 5 05:49:38 UTC 2010 Modified Files: src/share/man/man9/man9.i386: bioscall.9 Log Message: Markup: .Fn instead of .Nm, .Tn, offset indent, newline for a new sentence. To generate a diff of this commit: cvs rdiff -u -r1.8

CVS commit: src/lib/libc/iconv

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 5 06:04:20 UTC 2010 Modified Files: src/lib/libc/iconv: iconv.3 Log Message: Properly enumerate the two special cases. Also some markup improvements. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib

CVS commit: src/lib/libutil

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 5 06:11:14 UTC 2010 Modified Files: src/lib/libutil: util.3 Log Message: Upon lukem@'s request, put the list of functions back. XXX: Someone, please keep this up-to-date. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/share/man/man9

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 5 06:19:15 UTC 2010 Modified Files: src/share/man/man9: byteorder.9 Log Message: Clarify a sentence by removing a comma. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/byteorder.9 Please

CVS commit: src/share/man/man3

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 5 06:24:43 UTC 2010 Modified Files: src/share/man/man3: tree.3 Log Message: Add a note that rb(3) is preferred for new code. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/tree.3 Please

CVS commit: src/lib/libc/db/man

2010-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 5 06:55:57 UTC 2010 Modified Files: src/lib/libc/db/man: dbm_clearerr.3 Log Message: Note the POSIX compliance (already since SUSv2, '97). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/db/man/