CVS commit: src/libexec/ld.elf_so/arch/arm
Module Name:src Committed By: skrll Date: Fri May 3 09:37:17 UTC 2013 Modified Files: src/libexec/ld.elf_so/arch/arm: Makefile.inc Log Message: Provide a default LDELFSO_MACHINE_ARCH. hi matt! atf-run works again - the init/fini stuff didn't get run otherwise. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/libexec/ld.elf_so/arch/arm/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ld.elf_so
Module Name:src Committed By: skrll Date: Fri May 3 10:27:06 UTC 2013 Modified Files: src/libexec/ld.elf_so: symbol.c src/libexec/ld.elf_so/arch/arm: find_exidx.c Log Message: Remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/libexec/ld.elf_so/symbol.c cvs rdiff -u -r1.2 -r1.3 src/libexec/ld.elf_so/arch/arm/find_exidx.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/usb
Module Name:src Committed By: jakllsch Date: Fri May 3 15:38:05 UTC 2013 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.638 -r1.639 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.639 -r1.640 src/sys/dev/usb/usbdevs_data.h 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/pci
Module Name:src Committed By: jakllsch Date: Fri May 3 15:42:31 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: use IO_VGA as symbolic constant for 0x3c0 in x86_genfb_set_mapreg() To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/x86/pci/pci_machdep.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/amd64/conf
Module Name:src Committed By: jakllsch Date: Fri May 3 15:45:24 UTC 2013 Modified Files: src/sys/arch/amd64/conf: GENERIC Log Message: Enable sdhc* at cardbus? in amd64 GENERIC. As it is already in i386 GENERIC. sdhc(4) has had working detach support for a while now too. To generate a diff of this commit: cvs rdiff -u -r1.373 -r1.374 src/sys/arch/amd64/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: jakllsch Date: Fri May 3 15:46:54 UTC 2013 Modified Files: src/sys/arch/evbarm/conf: BEAGLEBONE Log Message: Enable file-system EXT2FS. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/BEAGLEBONE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ld.elf_so
Module Name:src Committed By: matt Date: Fri May 3 15:52:32 UTC 2013 Modified Files: src/libexec/ld.elf_so: Makefile src/libexec/ld.elf_so/arch/arm: Makefile.inc Log Message: Consistently use LDELFSO_MACHINE_ARCH. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/libexec/ld.elf_so/Makefile cvs rdiff -u -r1.18 -r1.19 src/libexec/ld.elf_so/arch/arm/Makefile.inc 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: matt Date: Fri May 3 15:55:22 UTC 2013 Modified Files: src/share/mk: bsd.own.mk Log Message: Use !empty(MACHINE_ARCH:Mearm*) instead of ${MACHINE_ARCH:Mearm*} != "" To generate a diff of this commit: cvs rdiff -u -r1.728 -r1.729 src/share/mk/bsd.own.mk 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: matt Date: Fri May 3 16:05:12 UTC 2013 Modified Files: src/sbin/disklabel: Makefile bswap.c bswap.h dkcksum.c dkcksum.h extern.h interact.c main.c src/share/mk: bsd.own.mk src/sys/sys: disklabel.h src/tools/disklabel: Makefile Log Message: Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine the disklabel params as well as allowing command-line options of -M and -B {le,be} to specify MACHINE and byteorder to be used. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/sbin/disklabel/Makefile cvs rdiff -u -r1.1 -r1.2 src/sbin/disklabel/bswap.c \ src/sbin/disklabel/bswap.h cvs rdiff -u -r1.13 -r1.14 src/sbin/disklabel/dkcksum.c cvs rdiff -u -r1.5 -r1.6 src/sbin/disklabel/dkcksum.h cvs rdiff -u -r1.12 -r1.13 src/sbin/disklabel/extern.h cvs rdiff -u -r1.37 -r1.38 src/sbin/disklabel/interact.c cvs rdiff -u -r1.28 -r1.29 src/sbin/disklabel/main.c cvs rdiff -u -r1.729 -r1.730 src/share/mk/bsd.own.mk cvs rdiff -u -r1.113 -r1.114 src/sys/sys/disklabel.h cvs rdiff -u -r1.5 -r1.6 src/tools/disklabel/Makefile 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: matt Date: Fri May 3 16:08:48 UTC 2013 Modified Files: src/doc: CHANGES Log Message: Note recent arm and disklabel changes. To generate a diff of this commit: cvs rdiff -u -r1.1820 -r1.1821 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
Module Name:src Committed By: matt Date: Fri May 3 16:13:48 UTC 2013 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/sdmmc/sdmmc_mem.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/sdmmc
Module Name:src Committed By: matt Date: Fri May 3 16:38:35 UTC 2013 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c sdmmcreg.h Log Message: Add support for the valid card types in eMMC v4.4 (needed by beaglebone black). To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/dev/sdmmc/sdmmc_mem.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/sdmmc/sdmmcreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/disklabel
Module Name:src Committed By: matt Date: Fri May 3 16:39:00 UTC 2013 Modified Files: src/sbin/disklabel: main.c Log Message: Fix tpyos. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sbin/disklabel/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ld.elf_so
Module Name:src Committed By: matt Date: Fri May 3 18:31:24 UTC 2013 Modified Files: src/libexec/ld.elf_so: rtld.c Log Message: Remove dbg for _ctype_ To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/libexec/ld.elf_so/rtld.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/elftosb/lib
Module Name:src Committed By: matt Date: Fri May 3 18:37:55 UTC 2013 Modified Files: src/external/bsd/elftosb/lib: Makefile Log Message: If not building anything include bsd.subdir.mk To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/bsd/elftosb/lib/Makefile 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: Fri May 3 19:24:53 UTC 2013 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: KNF, whitespace police -- no code changes To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/lib/libc/net/getaddrinfo.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/net
Module Name:src Committed By: christos Date: Fri May 3 19:31:13 UTC 2013 Modified Files: src/lib/libc/net: getaddrinfo.c Log Message: PR/32373, PR/25827: Add SRV lookup in getaddrinfo(3) Per DNS-SD (RFC 2782), but only enabled if AI_SRV is set. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/lib/libc/net/getaddrinfo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: christos Date: Fri May 3 19:34:13 UTC 2013 Modified Files: src/include: netdb.h Log Message: PR/25827, PR/32373: addr AI_SRV To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/include/netdb.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/net
Module Name:src Committed By: christos Date: Fri May 3 19:34:55 UTC 2013 Modified Files: src/lib/libc/net: getaddrinfo.3 Log Message: document AI_SRV To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/lib/libc/net/getaddrinfo.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ata
Module Name:src Committed By: jakllsch Date: Fri May 3 20:02:09 UTC 2013 Modified Files: src/sys/dev/ata: satapmp_subr.c Log Message: Wait for DRDY after the PMP commands and don't wait before. Should fix the worst part of PR kern/47793. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ata/satapmp_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libutil
Module Name:src Committed By: wiz Date: Fri May 3 20:21:24 UTC 2013 Modified Files: src/lib/libutil: getbyteorder.3 Log Message: Use more markup. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libutil/getbyteorder.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librump
Module Name:src Committed By: wiz Date: Fri May 3 20:24:26 UTC 2013 Modified Files: src/lib/librump: rump.3 Log Message: Use more markup, add a serial comma, fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/librump/rump.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumpuser
Module Name:src Committed By: wiz Date: Fri May 3 20:27:16 UTC 2013 Modified Files: src/lib/librumpuser: rumpuser.3 Log Message: Fix some punctuation nits and bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/librumpuser/rumpuser.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/net
Module Name:src Committed By: wiz Date: Fri May 3 21:13:34 UTC 2013 Modified Files: src/lib/libc/net: getaddrinfo.3 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/lib/libc/net/getaddrinfo.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/disklabel
Module Name:src Committed By: matt Date: Fri May 3 21:23:36 UTC 2013 Modified Files: src/sbin/disklabel: main.c Log Message: Make sure to initialize byteorder if native. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sbin/disklabel/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/installboot/arch
Module Name:src Committed By: matt Date: Fri May 3 21:32:05 UTC 2013 Modified Files: src/usr.sbin/installboot/arch: hp300.c vax.c Log Message: Make this build with the disk label change. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/installboot/arch/hp300.c cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/installboot/arch/vax.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: matt Date: Fri May 3 21:33:07 UTC 2013 Modified Files: src/sys/sys: disklabel.h Log Message: If used in a tool, undef MAXPARTITIONS and redefine as MAXMAXPARTITIONS To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/sys/disklabel.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/vndcompress
Module Name:src Committed By: riastradh Date: Fri May 3 23:28:16 UTC 2013 Modified Files: src/usr.bin/vndcompress: Makefile vndcompress.1 vndcompress.c Added Files: src/usr.bin/vndcompress: common.h main.c vnduncompress.c Removed Files: src/usr.bin/vndcompress: vndcompress.h Log Message: Rewrite vndcompress to support SIGINFO and restart after interrupt. Make it generally more robust in the process. No objection (or comment) on tech-userlevel. ok christos To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/vndcompress/Makefile cvs rdiff -u -r0 -r1.1 src/usr.bin/vndcompress/common.h \ src/usr.bin/vndcompress/main.c src/usr.bin/vndcompress/vnduncompress.c cvs rdiff -u -r1.7 -r1.8 src/usr.bin/vndcompress/vndcompress.1 \ src/usr.bin/vndcompress/vndcompress.c cvs rdiff -u -r1.3 -r0 src/usr.bin/vndcompress/vndcompress.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include
Module Name:src Committed By: riz Date: Sat May 4 00:37:48 UTC 2013 Modified Files: src/include: netdb.h Log Message: Add missing #endif (Hi, Christos!) To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/include/netdb.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/test
Module Name:src Committed By: uebayasi Date: Sat May 4 06:26:44 UTC 2013 Modified Files: src/bin/test: test.c Log Message: test(1): Compare timestamp in nsec scale in -nt/-ot. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/bin/test/test.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/find
Module Name:src Committed By: uebayasi Date: Sat May 4 06:29:32 UTC 2013 Modified Files: src/usr.bin/find: find.h function.c Log Message: find(1): Compare timestamp in nsec scale in -anewer/-cnewer/-newer. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/find/find.h cvs rdiff -u -r1.71 -r1.72 src/usr.bin/find/function.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.