CVS commit: src/sys/dev/pcmcia
Module Name:src Committed By: kiyohara Date: Sat Aug 25 08:20:03 UTC 2012 Modified Files: src/sys/dev/pcmcia: files.pcmcia Added Files: src/sys/dev/pcmcia: if_malo_pcmcia.c if_malo_pcmciareg.h if_malo_pcmciavar.h Log Message: Add malo@pcmcia. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pcmcia/files.pcmcia cvs rdiff -u -r0 -r1.1 src/sys/dev/pcmcia/if_malo_pcmcia.c \ src/sys/dev/pcmcia/if_malo_pcmciareg.h \ src/sys/dev/pcmcia/if_malo_pcmciavar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc
Module Name:src Committed By: christos Date: Sat Aug 25 11:14:34 UTC 2012 Modified Files: src/etc: protocols services Log Message: Fresh from IANA To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/etc/protocols cvs rdiff -u -r1.94 -r1.95 src/etc/services Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: christos Date: Sat Aug 25 11:14:58 UTC 2012 Modified Files: src/doc: 3RDPARTY Log Message: update procedure for services and protocols, and bring them up-to-date To generate a diff of this commit: cvs rdiff -u -r1.960 -r1.961 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/usr.sbin/makemandb
Module Name:src Committed By: wiz Date: Sat Aug 25 12:37:00 UTC 2012 Modified Files: src/usr.sbin/makemandb: makemandb.8 Log Message: Sort options in SYNOPSIS. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/makemandb/makemandb.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/makemandb
Module Name:src Committed By: wiz Date: Sat Aug 25 12:37:12 UTC 2012 Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: Sync usage with manpage. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/makemandb/makemandb.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/arm/include/arm32
Module Name:src Committed By: matt Date: Sat Aug 25 14:08:18 UTC 2012 Modified Files: src/sys/arch/arm/include/arm32: frame.h Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/include/arm32/frame.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/csu/arch/arm
Module Name:src Committed By: matt Date: Sat Aug 25 15:39:05 UTC 2012 Modified Files: src/lib/csu/arch/arm: crtbegin.S Log Message: Fix fini processing. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/csu/arch/arm/crtbegin.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib
Module Name:src Committed By: pooka Date: Sat Aug 25 18:00:06 UTC 2012 Modified Files: src/lib/librumphijack: Makefile hijack.c hijackdlsym.c src/lib/librumpuser: rumpuser.c rumpuser_port.h Log Message: Make librumphijack compile and work on Linux. Do not try to hijack calls which are not supported on Linux and therefore cannot be handled by the rump kernel side syscall emulation (not that they'd be present in the calling binaries anyway). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/librumphijack/Makefile cvs rdiff -u -r1.95 -r1.96 src/lib/librumphijack/hijack.c cvs rdiff -u -r1.2 -r1.3 src/lib/librumphijack/hijackdlsym.c cvs rdiff -u -r1.18 -r1.19 src/lib/librumpuser/rumpuser.c cvs rdiff -u -r1.1 -r1.2 src/lib/librumpuser/rumpuser_port.h 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: jmmv Date: Sat Aug 25 22:21:16 UTC 2012 Modified Files: src/share/mk: bsd.test.mk Log Message: Fix "make test" to actually print the desired message when atf-run fails. It was being skipped due to the set -e in the code snippet and the failure to properly capture atf-run's exit code. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/mk/bsd.test.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/acpi
Module Name:src Committed By: jakllsch Date: Sun Aug 26 01:04:03 UTC 2012 Modified Files: src/sys/arch/x86/acpi: acpi_wakeup.c Log Message: It turns out we're actually waiting for other processors to be unbusy, not busy. Unbreaks ACPI suspend on uniprocessor. Probably fixes unnoticed bugs on MP. Needs pullup to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/x86/acpi/acpi_wakeup.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/arm/broadcom
Module Name:src Committed By: jakllsch Date: Sun Aug 26 02:32:00 UTC 2012 Modified Files: src/sys/arch/arm/broadcom: bcm2835reg.h Log Message: Add some more peripheral base addresses, mapping sizes, and interrupt bits. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/broadcom/bcm2835reg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/ufs/ufs
Module Name:src Committed By: dholland Date: Sun Aug 26 02:32:14 UTC 2012 Modified Files: src/sys/ufs/ufs: quota.h quota1.h ufs_quota.c Log Message: Move INITQFNAMES to the right header file. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/ufs/ufs/quota.h cvs rdiff -u -r1.6 -r1.7 src/sys/ufs/ufs/quota1.h cvs rdiff -u -r1.110 -r1.111 src/sys/ufs/ufs/ufs_quota.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.