CVS commit: src/sys/arch/zaurus/conf
Module Name:src Committed By: nonaka Date: Sat Apr 7 09:09:43 UTC 2012 Modified Files: src/sys/arch/zaurus/conf: GENERIC Log Message: bump up SYMTAB_SPACE. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/zaurus/conf/GENERIC 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: nonaka Date: Sat Apr 7 09:10:47 UTC 2012 Modified Files: src/distrib/zaurus/ramdisk: Makefile src/sys/arch/zaurus/conf: INSTALL Log Message: bump up ramdisk size. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/distrib/zaurus/ramdisk/Makefile cvs rdiff -u -r1.14 -r1.15 src/sys/arch/zaurus/conf/INSTALL 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: Sat Apr 7 10:43:39 UTC 2012 Modified Files: src/lib/libutil: getfsspecname.3 Log Message: Remove trailing whitespace, add dot. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libutil/getfsspecname.3 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: apb Date: Sat Apr 7 10:44:58 UTC 2012 Modified Files: src/usr.sbin/makemandb: apropos-utils.c Log Message: Add the result from sqlite3_errmsg() to some error messages. Now we can get "apropos: Unable to query schema version: database is locked" instead of just "apropos: Unable to query schema version". To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/makemandb/apropos-utils.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: Sat Apr 7 11:54:34 UTC 2012 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add ADS InstantFM Music (RDX-155). To generate a diff of this commit: cvs rdiff -u -r1.610 -r1.611 src/sys/dev/usb/usbdevs 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: Sat Apr 7 11:56:27 UTC 2012 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.603 -r1.604 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.604 -r1.605 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/lib/libutil
Module Name:src Committed By: christos Date: Sat Apr 7 16:16:34 UTC 2012 Modified Files: src/lib/libutil: login_cap.c Log Message: - pass correct types. - use sizeof(var) instead of sizeof(type) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libutil/login_cap.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: christos Date: Sat Apr 7 16:17:17 UTC 2012 Modified Files: src/lib/libutil: pidlock.c Log Message: read returns ssize_t, and err is a function name. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libutil/pidlock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libutil
Module Name:src Committed By: christos Date: Sat Apr 7 16:18:24 UTC 2012 Modified Files: src/common/lib/libutil: getfstypename.c Log Message: lint knows the code is not reachable, but gcc does not. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/common/lib/libutil/getfstypename.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: christos Date: Sat Apr 7 16:22:42 UTC 2012 Modified Files: src/lib/libutil: getfsspecname.3 Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libutil/getfsspecname.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/common/lib/libutil
Module Name:src Committed By: christos Date: Sat Apr 7 16:28:59 UTC 2012 Modified Files: src/common/lib/libutil: getfstypename.c Log Message: fix lint comment. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/common/lib/libutil/getfstypename.c 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: apb Date: Sat Apr 7 16:39:32 UTC 2012 Modified Files: src/etc: rc.subr Log Message: The error message when /var is not a file system chhanged from mount: unknown special file or file system `/var' to mount: Unknown special file or file system `/var' so match them both. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/etc/rc.subr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin
Module Name:src Committed By: christos Date: Sat Apr 7 16:44:10 UTC 2012 Modified Files: src/sbin/dump: main.c optr.c src/sbin/fsck: fsutil.c fsutil.h src/sbin/savecore: savecore.c Log Message: factor out rawname() from dump, fsck, savecore. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sbin/dump/main.c cvs rdiff -u -r1.37 -r1.38 src/sbin/dump/optr.c cvs rdiff -u -r1.21 -r1.22 src/sbin/fsck/fsutil.c cvs rdiff -u -r1.18 -r1.19 src/sbin/fsck/fsutil.h cvs rdiff -u -r1.84 -r1.85 src/sbin/savecore/savecore.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: christos Date: Sat Apr 7 16:44:39 UTC 2012 Modified Files: src/lib/libutil: Makefile shlib_version Added Files: src/lib/libutil: getdiskrawname.3 getdiskrawname.c Log Message: - add getdiskrawname. - exit on error for lint. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/lib/libutil/Makefile cvs rdiff -u -r0 -r1.1 src/lib/libutil/getdiskrawname.3 \ src/lib/libutil/getdiskrawname.c cvs rdiff -u -r1.50 -r1.51 src/lib/libutil/shlib_version 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: Sat Apr 7 16:44:59 UTC 2012 Modified Files: src/include: util.h Log Message: add getdisk{raw,cooked}name To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/include/util.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists
Module Name:src Committed By: christos Date: Sat Apr 7 16:48:26 UTC 2012 Modified Files: src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64 md.sparc64 mi shl.mi Log Message: - add getdisk{raw,cooked}name - bump libutil To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/distrib/sets/lists/base/ad.mips64eb cvs rdiff -u -r1.87 -r1.88 src/distrib/sets/lists/base/ad.mips64el cvs rdiff -u -r1.163 -r1.164 src/distrib/sets/lists/base/md.amd64 cvs rdiff -u -r1.153 -r1.154 src/distrib/sets/lists/base/md.sparc64 cvs rdiff -u -r1.623 -r1.624 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.75 -r1.76 src/distrib/sets/lists/comp/ad.mips64eb cvs rdiff -u -r1.76 -r1.77 src/distrib/sets/lists/comp/ad.mips64el cvs rdiff -u -r1.161 -r1.162 src/distrib/sets/lists/comp/md.amd64 cvs rdiff -u -r1.144 -r1.145 src/distrib/sets/lists/comp/md.sparc64 cvs rdiff -u -r1.1750 -r1.1751 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.216 -r1.217 src/distrib/sets/lists/comp/shl.mi 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: christos Date: Sat Apr 7 17:10:03 UTC 2012 Modified Files: src/lib/libutil: getfsspecname.c Log Message: Add and enable COMPAT_DKWEDGE which let's us autoconfigure wedges and boot with a non-wedge aware fstab. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libutil/getfsspecname.c 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 Apr 7 17:22:10 UTC 2012 Modified Files: src/etc: MAKEDEV.tmpl rc.subr src/etc/etc.amd64: MAKEDEV.conf src/etc/etc.i386: MAKEDEV.conf Log Message: give wedges to everyone To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/etc/MAKEDEV.tmpl cvs rdiff -u -r1.89 -r1.90 src/etc/rc.subr cvs rdiff -u -r1.17 -r1.18 src/etc/etc.amd64/MAKEDEV.conf cvs rdiff -u -r1.21 -r1.22 src/etc/etc.i386/MAKEDEV.conf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: christos Date: Sat Apr 7 17:26:16 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs Log Message: more broadcom stuff To generate a diff of this commit: cvs rdiff -u -r1.1109 -r1.1110 src/sys/dev/pci/pcidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: christos Date: Sat Apr 7 17:27:27 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1104 -r1.1105 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1103 -r1.1104 src/sys/dev/pci/pcidevs_data.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 Apr 7 17:28:44 UTC 2012 Modified Files: src/etc: rc.subr Log Message: back out change that makes onestart work, to be committed at some other time. To generate a diff of this commit: cvs rdiff -u -r1.90 -r1.91 src/etc/rc.subr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/file/dist
Module Name:src Committed By: christos Date: Sat Apr 7 17:30:56 UTC 2012 Modified Files: src/external/bsd/file/dist/magic/magdir: apple src/external/bsd/file/dist/src: apprentice.c softmagic.c Log Message: bring in changes from head. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/external/bsd/file/dist/magic/magdir/apple cvs rdiff -u -r1.6 -r1.7 src/external/bsd/file/dist/src/apprentice.c cvs rdiff -u -r1.5 -r1.6 src/external/bsd/file/dist/src/softmagic.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/make
Module Name:src Committed By: christos Date: Sat Apr 7 18:29:08 UTC 2012 Modified Files: src/usr.bin/make: dir.c dir.h job.c make.c Log Message: Remove recheck hackery that caused extra stats, and explicitly ask for recheck when needed. Before it used to be the case that we could only use the cached entry once. Once the cached entry was used, we removed it from the cache. Now it is kept forever. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/usr.bin/make/dir.c cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/dir.h cvs rdiff -u -r1.160 -r1.161 src/usr.bin/make/job.c cvs rdiff -u -r1.84 -r1.85 src/usr.bin/make/make.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/sysinst
Module Name:src Committed By: jdf Date: Sat Apr 7 19:02:57 UTC 2012 Modified Files: src/distrib/utils/sysinst: menus.mi util.c Log Message: Fix for PR 45816: Restructuring the error menu when the CD ROM is missing. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/distrib/utils/sysinst/menus.mi cvs rdiff -u -r1.175 -r1.176 src/distrib/utils/sysinst/util.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/sysinst
Module Name:src Committed By: riz Date: Sat Apr 7 23:25:18 UTC 2012 Modified Files: src/distrib/utils/sysinst: msg.mi.fr Log Message: French translation of new strings, and some other fixes. >From Matthew Mondor. To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 src/distrib/utils/sysinst/msg.mi.fr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/sysinst
Module Name:src Committed By: uebayasi Date: Sun Apr 8 03:11:14 UTC 2012 Modified Files: src/distrib/utils/sysinst: msg.mi.fr Log Message: Remove duplicate English text. Remove ^M. Fix build. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/distrib/utils/sysinst/msg.mi.fr Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/fsck
Module Name:src Committed By: christos Date: Sun Apr 8 04:19:14 UTC 2012 Modified Files: src/sbin/fsck: fsutil.c Log Message: Don't re-use the same buffer that we pass in for newname in the cooked->raw conversion. Better variable names. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sbin/fsck/fsutil.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.