CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 16:57:13 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_cout.c rpc_main.c rpc_util.c Log Message: Prefer error messages resolved from errno over handwritten ones. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2015-09-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 21 01:22:18 UTC 2015 Modified Files: src/sbin/fsck_lfs: dir.c pass2.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs_accessors.h lfs_rename.c lfs_vnops.c ulfs_dirhash.c ulfs_dirhash.h

CVS commit: src/sys/ufs/lfs

2015-09-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 21 01:24:39 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs.h lfs_accessors.h Log Message: Oops, I forgot to make the atime in the 64-bit IFILE 64 bits. Correct that. Incompatible change, but no LFS64 volumes can have

CVS commit: src

2015-09-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 21 01:24:23 UTC 2015 Modified Files: src/sbin/fsck_lfs: dir.c extern.h fsck.h inode.c pass2.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_rename.c lfs_vnops.c

CVS commit: src

2015-09-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 21 01:24:58 UTC 2015 Modified Files: src/sbin/dump_lfs: lfs_inode.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs_accessors.h Log Message: Fix some assorted 32-bit assumptions not yet otherwise

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 16:39:04 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_main.c Log Message: Correct #ifdef/#endif header file guards generator for files with names other than alphanumerical. For example, for a file named

CVS commit: src/usr.bin/units

2015-09-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Sep 20 15:09:06 UTC 2015 Modified Files: src/usr.bin/units: units.lib Log Message: Add tera- and peta-bytes. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/units/units.lib Please note that diffs

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 15:52:11 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_svcout.c Log Message: Correct newstyle code generation For newstyle we used to generate oldstyle code. This bug has been fixed in FreeBSD on 13 Dec 1995 by

CVS commit: src/usr.bin/rpcgen

2015-09-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Sep 20 15:45:07 UTC 2015 Modified Files: src/usr.bin/rpcgen: rpc_hout.c Log Message: Fix NULL pointer dereference After the last function improvements there is invalid plist dereference at the beginning of the second for ()

CVS commit: src/usr.sbin/acpitools/acpidump

2015-09-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Sep 20 17:45:25 UTC 2015 Modified Files: src/usr.sbin/acpitools/acpidump: acpidump.c Log Message: Add -s to getopt(3)-string. Noted missing by Henning Petersen in PR 50255. While here, clean up usage. To generate a diff of