CVS commit: src
Module Name:src Committed By: jruoho Date: Sat Oct 15 07:00:49 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/kernel: Makefile src/tests/lib/libc/sys: Makefile Added Files: src/tests/lib/libc/sys: t_sigaction.c Removed Files: src/tests/kernel: t_sigaction.c Log Message: Move the sigaction(2) test to the right place. To generate a diff of this commit: cvs rdiff -u -r1.408 -r1.409 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.20 -r1.21 src/tests/kernel/Makefile cvs rdiff -u -r1.2 -r0 src/tests/kernel/t_sigaction.c cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libc/sys/Makefile cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_sigaction.c 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/sys
Module Name:src Committed By: jruoho Date: Sat Oct 15 07:38:31 UTC 2011 Modified Files: src/tests/lib/libc/sys: t_mkdir.c Log Message: Add few basic checks. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_mkdir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/conf
Module Name:src Committed By: tron Date: Sat Oct 15 10:18:24 UTC 2011 Modified Files: src/sys/conf: majors Log Message: Fix build of kernels without filemon(4). To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/conf/majors Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/lua/sqlite
Module Name:src Committed By: mbalmer Date: Sat Oct 15 10:26:30 UTC 2011 Added Files: src/lib/lua/sqlite: Makefile sqlite.c Log Message: A Lua module to access SQLite databases. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/lua/sqlite/Makefile \ src/lib/lua/sqlite/sqlite.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/lua/sqlite
Module Name:src Committed By: mbalmer Date: Sat Oct 15 10:27:06 UTC 2011 Added Files: src/lib/lua/sqlite: test-sqlite.lua Log Message: A small test/demo program to show the sqlite Lua module usage. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/lua/sqlite/test-sqlite.lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/lua/sqlite
Module Name:src Committed By: mbalmer Date: Sat Oct 15 10:35:06 UTC 2011 Modified Files: src/lib/lua/sqlite: sqlite.c Log Message: Remove un-needed headers. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/lua/sqlite/sqlite.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: mbalmer Date: Sat Oct 15 10:46:25 UTC 2011 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/lib/lua: Makefile Log Message: Link the sqlite Lua module to the build and add it to the set lists. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.71 -r1.72 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.144 -r1.145 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.137 -r1.138 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.606 -r1.607 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.3 -r1.4 src/lib/lua/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/dev/raidframe
Module Name:src Committed By: gson Date: Sat Oct 15 11:31:41 UTC 2011 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: Fix cut-and-paste-o that casused the raid1_normal test case to have no cleanup function defined, resulting in a rump_server process hanging around after the tests completed. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/dev/raidframe/t_raid.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/lua/sqlite
Module Name:src Committed By: mbalmer Date: Sat Oct 15 12:58:20 UTC 2011 Modified Files: src/lib/lua/sqlite: sqlite.c Log Message: Add db:changes() To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/lua/sqlite/sqlite.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/examples/lua
Module Name:src Committed By: mbalmer Date: Sat Oct 15 12:58:43 UTC 2011 Added Files: src/share/examples/lua: Makefile README gpio.lua sqlite.lua Log Message: Example files showing Lua module usage. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/share/examples/lua/Makefile \ src/share/examples/lua/README src/share/examples/lua/gpio.lua \ src/share/examples/lua/sqlite.lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: mbalmer Date: Sat Oct 15 13:01:00 UTC 2011 Modified Files: src/distrib/sets/lists/base: mi src/etc/mtree: NetBSD.dist.base src/share/examples: Makefile Log Message: Install, and add to the set lists, example code to illustrate Lua module use. To generate a diff of this commit: cvs rdiff -u -r1.968 -r1.969 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.92 -r1.93 src/etc/mtree/NetBSD.dist.base cvs rdiff -u -r1.18 -r1.19 src/share/examples/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/lua/sqlite
Module Name:src Committed By: mbalmer Date: Sat Oct 15 13:02:24 UTC 2011 Removed Files: src/lib/lua/sqlite: test-sqlite.lua Log Message: Remove, has been moved to share/examples/lua. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 src/lib/lua/sqlite/test-sqlite.lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/m68k/fpe
Module Name:src Committed By: tsutsui Date: Sat Oct 15 15:14:30 UTC 2011 Modified Files: src/sys/arch/m68k/fpe: fpu_emulate.c fpu_emulate.h fpu_hyperb.c fpu_trig.c Log Message: Add hyperboric and trigonometric functions to m68k FPE, written by isaki@. With these emulations (~4KB text) xeyes on XM6i works better. Discussed with isaki@ at OSC 2011 Hiroshima. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/m68k/fpe/fpu_emulate.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/m68k/fpe/fpu_emulate.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/m68k/fpe/fpu_hyperb.c \ src/sys/arch/m68k/fpe/fpu_trig.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/m68k/fpe
Module Name:src Committed By: tsutsui Date: Sat Oct 15 15:24:28 UTC 2011 Modified Files: src/sys/arch/m68k/fpe: README Log Message: Update implemented/unimplemented FP functions. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/m68k/fpe/README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/m68k/fpe
Module Name:src Committed By: tsutsui Date: Sat Oct 15 15:34:06 UTC 2011 Modified Files: src/sys/arch/m68k/fpe: fpu_emulate.h Log Message: - remove variable names from function declarations - some KNF To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/m68k/fpe/fpu_emulate.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man
Module Name:src Committed By: jruoho Date: Sat Oct 15 16:35:45 UTC 2011 Modified Files: src/share/man/man4: iic.4 src/share/man/man9: iic.9 Log Message: Xref i2cscan(8). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/iic.4 cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/iic.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: rmind Date: Sat Oct 15 19:02:27 UTC 2011 Modified Files: src/sys/kern: subr_vmem.c Log Message: Avoid return with expression in void functions. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/kern/subr_vmem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev
Module Name:src Committed By: dholland Date: Sat Oct 15 19:50:20 UTC 2011 Modified Files: src/sys/dev/ic: bwivar.h src/sys/dev/pci: if_sip.c Log Message: "return f();" where both f and the enclosing function return void is sometimes convenient. But, it's not standard, so don't do it. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/bwivar.h cvs rdiff -u -r1.149 -r1.150 src/sys/dev/pci/if_sip.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/vmstat
Module Name:src Committed By: christos Date: Sat Oct 15 21:06:05 UTC 2011 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: unbreak -f -H -h, etc, part 1 - get nlist once in the beginning and fix the flags. Not each time! It is not like the kernel will change it symbols in the middle of the run. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/usr.bin/vmstat/vmstat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gen
Module Name:src Committed By: christos Date: Sat Oct 15 21:06:58 UTC 2011 Modified Files: src/lib/libc/gen: nlist_elf32.c Log Message: report STT_COMMON symbols as data. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gen/nlist_elf32.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libkvm
Module Name:src Committed By: christos Date: Sat Oct 15 21:08:53 UTC 2011 Modified Files: src/lib/libkvm: kvm.c Log Message: kill open_cloexec() To generate a diff of this commit: cvs rdiff -u -r1.98 -r1.99 src/lib/libkvm/kvm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: christos Date: Sat Oct 15 21:14:57 UTC 2011 Modified Files: src/sys/kern: kern_malloc.c src/sys/sys: mallocvar.h Log Message: make buckets u_int. Fixes diagnostic panic when we allocate more than 65K active elements in a bucket. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/kern/kern_malloc.c cvs rdiff -u -r1.9 -r1.10 src/sys/sys/mallocvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: rmind Date: Sat Oct 15 21:31:27 UTC 2011 Modified Files: src/lib/libc/stdio: fmemopen.3 Log Message: - Mention that fmemopen(3) conforms POSIX-2008. - Drop advertising clause in TNF license. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/stdio/fmemopen.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc
Module Name:src Committed By: rmind Date: Sat Oct 15 21:35:50 UTC 2011 Modified Files: src/lib/libc/gen: directory.3 lockf.3 src/lib/libc/stdio: flockfile.3 src/lib/libc/stdlib: random.3 src/lib/libc/sys: flock.2 msync.2 munmap.2 Log Message: Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/lib/libc/gen/directory.3 cvs rdiff -u -r1.11 -r1.12 src/lib/libc/gen/lockf.3 cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdio/flockfile.3 cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdlib/random.3 cvs rdiff -u -r1.21 -r1.22 src/lib/libc/sys/flock.2 cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/msync.2 cvs rdiff -u -r1.19 -r1.20 src/lib/libc/sys/munmap.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: rmind Date: Sat Oct 15 21:39:35 UTC 2011 Modified Files: src/lib/libc/sys: mmap.2 Log Message: Mention that mmap(2) was designed for 4.2BSD, but really appeared in 4.4BSD. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/lib/libc/sys/mmap.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: wiz Date: Sat Oct 15 21:43:19 UTC 2011 Modified Files: src/lib/libc/stdio: flockfile.3 Log Message: Sort SECTIONS. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/stdio/flockfile.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/vmstat
Module Name:src Committed By: christos Date: Sat Oct 15 21:59:48 UTC 2011 Modified Files: src/usr.bin/vmstat: vmstat.c Log Message: use warn instead of perror. To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/usr.bin/vmstat/vmstat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: rmind Date: Sat Oct 15 22:03:03 UTC 2011 Modified Files: src/lib/libc/sys: mmap.2 Log Message: Amend previous: just leave the part that mmap() was designed for 4.2BSD and do not mention 4.4BSD until it becomes clear when exactly the interface was shipped. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/sys/mmap.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/net
Module Name:src Committed By: christos Date: Sat Oct 15 22:57:57 UTC 2011 Modified Files: src/lib/libc/net: hesiod.c Log Message: use fparseln To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/net/hesiod.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc
Module Name:src Committed By: christos Date: Sat Oct 15 23:00:02 UTC 2011 Modified Files: src/lib/libc/citrus: citrus_mmap.c src/lib/libc/gen: fstab.c fts.c getcap.c getgrent.c getttyent.c getusershell.c initdir.c opendir.c syslog.c utmp.c utmpx.c src/lib/libc/locale: localeio.c src/lib/libc/net: getaddrinfo.c gethnamaddr.c getnetent.c getprotoent_r.c getservent_r.c src/lib/libc/resolv: res_init.c src/lib/libc/rpc: getnetconfig.c getrpcent.c src/lib/libc/sys: adjtime.c clock_settime.c ntp_adjtime.c settimeofday.c Log Message: close on exec fixes: - open + fcntl -> open O_CLOEXEC - configuration database file descriptors that can stay open are now opened fopen(db, "re") To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/citrus/citrus_mmap.c cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/fstab.c cvs rdiff -u -r1.40 -r1.41 src/lib/libc/gen/fts.c cvs rdiff -u -r1.49 -r1.50 src/lib/libc/gen/getcap.c cvs rdiff -u -r1.63 -r1.64 src/lib/libc/gen/getgrent.c cvs rdiff -u -r1.23 -r1.24 src/lib/libc/gen/getttyent.c cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/getusershell.c \ src/lib/libc/gen/utmpx.c cvs rdiff -u -r1.1 -r1.2 src/lib/libc/gen/initdir.c cvs rdiff -u -r1.37 -r1.38 src/lib/libc/gen/opendir.c cvs rdiff -u -r1.48 -r1.49 src/lib/libc/gen/syslog.c cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/utmp.c cvs rdiff -u -r1.5 -r1.6 src/lib/libc/locale/localeio.c cvs rdiff -u -r1.95 -r1.96 src/lib/libc/net/getaddrinfo.c cvs rdiff -u -r1.76 -r1.77 src/lib/libc/net/gethnamaddr.c cvs rdiff -u -r1.18 -r1.19 src/lib/libc/net/getnetent.c cvs rdiff -u -r1.5 -r1.6 src/lib/libc/net/getprotoent_r.c cvs rdiff -u -r1.10 -r1.11 src/lib/libc/net/getservent_r.c cvs rdiff -u -r1.22 -r1.23 src/lib/libc/resolv/res_init.c cvs rdiff -u -r1.18 -r1.19 src/lib/libc/rpc/getnetconfig.c cvs rdiff -u -r1.21 -r1.22 src/lib/libc/rpc/getrpcent.c cvs rdiff -u -r1.11 -r1.12 src/lib/libc/sys/adjtime.c \ src/lib/libc/sys/clock_settime.c src/lib/libc/sys/ntp_adjtime.c cvs rdiff -u -r1.13 -r1.14 src/lib/libc/sys/settimeofday.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/ksh
Module Name:src Committed By: reed Date: Sun Oct 16 00:32:25 UTC 2011 Modified Files: src/bin/ksh: var.c Log Message: Typo in comment fix from Snader_LB via IRC. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/bin/ksh/var.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: mbalmer Date: Sun Oct 16 00:45:09 UTC 2011 Modified Files: src/share/mk: bsd.lua.mk Log Message: Uncomment LUA_DPLIBS processing, but do not auto-include liblua.so, under the assumption that programs that load Lua modules already have loaded it. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/mk/bsd.lua.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/lua/sqlite
Module Name:src Committed By: mbalmer Date: Sun Oct 16 00:45:54 UTC 2011 Modified Files: src/lib/lua/sqlite: Makefile Log Message: Fix dependency. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/lua/sqlite/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: christos Date: Sun Oct 16 01:14:33 UTC 2011 Modified Files: src/share/mk: bsd.README bsd.prog.mk Log Message: fix list of libraries to reflect reality. To generate a diff of this commit: cvs rdiff -u -r1.287 -r1.288 src/share/mk/bsd.README cvs rdiff -u -r1.267 -r1.268 src/share/mk/bsd.prog.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: christos Date: Sun Oct 16 01:24:05 UTC 2011 Modified Files: src/share/mk: bsd.prog.mk Log Message: - no need to special-case libraries with weird characters. - add a note about adding new libraries. To generate a diff of this commit: cvs rdiff -u -r1.268 -r1.269 src/share/mk/bsd.prog.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: christos Date: Sun Oct 16 01:28:36 UTC 2011 Modified Files: src/share/mk: bsd.README Log Message: rump not rum To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289 src/share/mk/bsd.README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: isaki Date: Sun Oct 16 03:10:18 UTC 2011 Modified Files: src/sys/arch/x68k/dev: bmd.c if_ne_intio.c vs.c vsvar.h src/sys/arch/x68k/include: autoconf.h src/sys/arch/x68k/x68k: mainbus.c src/sys/dev/ic: msm6258.c msm6258var.h Log Message: Switch to 2-clause license. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x68k/dev/bmd.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x68k/dev/if_ne_intio.c cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x68k/dev/vs.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x68k/dev/vsvar.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/include/autoconf.h cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/x68k/mainbus.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/ic/msm6258.c cvs rdiff -u -r1.7 -r1.8 src/sys/dev/ic/msm6258var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gen
Module Name:src Committed By: mrg Date: Sun Oct 16 05:05:38 UTC 2011 Modified Files: src/lib/libc/gen: fts.c Log Message: default O_CLOEXEC to 0 for systems that don't define it, like, say, netbsd-5. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/lib/libc/gen/fts.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.