CVS commit: src

2015-09-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 20 04:51:43 UTC 2015 Modified Files: src/sbin/fsck_lfs: dir.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_rename.c lfs_vnops.c Log Message: Clean up struct lfs_dirtemplate. To generate a diff of this commit: cvs

CVS commit: src/sys/ufs/lfs

2015-09-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 20 04:50:58 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_accessors.h Log Message: Fix glaringly stupid overflow/sizing bug in -r1.25. The part I don't get is how it passed testing... To generate a diff of this commit:

CVS commit: src/sys/dev/iscsi

2015-09-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 19 18:32:42 UTC 2015 Modified Files: src/sys/dev/iscsi: iscsi_ioctl.c Log Message: Use value *before* freeing it. Found by brainy, reported by maxv. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys

CVS commit: src

2015-09-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 19 18:31:41 UTC 2015 Modified Files: src: UPDATING Log Message: add note about the most recent acpica update To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/UPDATING Please note that diffs are not

CVS commit: src/sys/ufs/lfs

2015-09-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 15 15:02:40 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs.h Log Message: Remove struct lfs_direct (no longer used) and update the big block comment about directories. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src

2015-09-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 15 15:02:26 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_accessors.h lfs_rename.c ulfs_dirhash.c ulfs_di

CVS commit: src

2015-09-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 15 15:02:01 UTC 2015 Modified Files: src/sbin/fsck_lfs: dir.c inode.c pass2.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_rename.c ulfs_dirhash.c ulfs_lookup.c ulf

CVS commit: src

2015-09-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 15 15:01:22 UTC 2015 Modified Files: src/sbin/fsck_lfs: dir.c inode.c pass2.c src/sys/ufs/lfs: ulfs_lookup.c Log Message: Tidyups/fixes preparatory to making d_name[] in struct lfs_direct size 0 instead of size L

CVS commit: src

2015-09-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 15 15:01:38 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 Log Message: Add a function lfs_copydirname() to copy directory names

CVS commit: src/sys/ufs/lfs

2015-09-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 15 15:01:03 UTC 2015 Modified Files: src/sys/ufs/lfs: ulfs_extern.h ulfs_vfsops.c Log Message: Kill off the ulfs_direct_cache pool. We no longer allocate temporary struct directs, so we don't need a pool for them. To g

CVS commit: src/sys/ufs/lfs

2015-09-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 15 15:00:49 UTC 2015 Modified Files: src/sys/ufs/lfs: ulfs_lookup.c Log Message: Tidy up ulfs_direnter: don't malloc a temporary struct lfs_direct and double-copy it. Just write to the destination buffer. To generate a

CVS commit: src/sys/ufs/lfs

2015-09-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 15 15:00:32 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_rename.c lfs_vnops.c ulfs_extern.h ulfs_lookup.c ulfs_vnops.c Log Message: Kill off ulfs_makedirentry; just pass the data to ulfs_direnter instead. Fo

CVS commit: src

2015-09-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 15 14:59:58 UTC 2015 Modified Files: src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs.h lfs_accessors.h Log Message: Move the header part of struct lfs_direct to its own structure. (lfs_dirheader) Take the op

CVS commit: src

2015-09-15 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 15 14:58:06 UTC 2015 Modified Files: src/sbin/fsck_lfs: dir.c inode.c pass2.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_rename.c ulfs_dirhash.c ulfs_lookup.c ulf

CVS commit: src/sys/ufs/lfs

2015-09-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 13 07:53:37 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_alloc.c Log Message: Fix wrong code in lfs_valloc_fixed(). It was overwriting the inode number it was supposed to be allocating with the head of the inode freelis

CVS commit: src/tests/lib/libm

2015-09-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 8 05:24:27 UTC 2015 Modified Files: src/tests/lib/libm: t_pow.c Log Message: Clear the XFAIL from PR 45391. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libm/t_pow.c Please note that diff

CVS commit: src/lib/libm/src

2015-09-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 8 05:23:31 UTC 2015 Modified Files: src/lib/libm/src: k_standard.c Log Message: Apply patch in PR 45391 from Yui NARUSE: generate HUGE_VAL rather than -HUGE_VAL for 0^negative. No objection after asking nearly two years

CVS commit: src/sys/arch

2015-09-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Sep 7 03:49:46 UTC 2015 Modified Files: src/sys/arch/acorn32/include: scrio.h src/sys/arch/alpha/include: kbio.h src/sys/arch/amiga/dev: clockioctl.h grfioctl.h iteioctl.h kbdreg.h viewioctl.h

CVS commit: src/sys

2015-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 6 06:01:02 UTC 2015 Modified Files: src/sys/coda: coda.h coda_io.h coda_pioctl.h src/sys/compat/freebsd: freebsd_ioctl.h src/sys/compat/netinet6: in6_var.h src/sys/compat/sunos: sunos.h sr

CVS commit: src/lib/libc/stdio

2015-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 6 01:37:35 UTC 2015 Modified Files: src/lib/libc/stdio: fmemopen.3 Log Message: Improve the short description. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdio/fmemopen.3 Please note tha

CVS commit: src/lib/libc/stdio

2015-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 6 01:36:21 UTC 2015 Modified Files: src/lib/libc/stdio: funopen.3 Log Message: SEE ALSO fmemopen(3) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/stdio/funopen.3 Please note that diffs ar

CVS commit: src/lib/libc/stdio

2015-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 6 01:35:35 UTC 2015 Modified Files: src/lib/libc/stdio: stdio.3 Log Message: Mention fmemopen(). To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdio/stdio.3 Please note that diffs are not

CVS commit: src/sys/external/bsd/drm2/via

2015-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 23:04:01 UTC 2015 Modified Files: src/sys/external/bsd/drm2/via: via_module.c Log Message: viadrmkms is not i915drmkms; from Vicente Chaves in PR 50103. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 sr

CVS commit: src/usr.sbin/syslogd

2015-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 20:19:43 UTC 2015 Modified Files: src/usr.sbin/syslogd: syslogd.c Log Message: tidy/fix printing of paths from sockaddr_un To generate a diff of this commit: cvs rdiff -u -r1.121 -r1.122 src/usr.sbin/syslogd/syslogd

CVS commit: src/sys/net

2015-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Sep 5 20:01:21 UTC 2015 Modified Files: src/sys/net: bpf.h Log Message: Uses _IOR/_IOW/etc. and thus needs sys/ioccom.h. PR 41200 To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/sys/net/bpf.h Please not

CVS commit: src/libexec/talkd

2015-09-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Sep 3 08:16:36 UTC 2015 Modified Files: src/libexec/talkd: table.c Log Message: Remove dead assignment; from Henning Petersen in PR 50196. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/libexec/talkd/ta

CVS commit: src

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:16:59 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h lfs_cleanerd.c src/sbin/fsck_lfs: dir.c inode.c pass2.c src/sbin/newfs_lfs: make_lfs.c src/sys/lib/libsa: ufs.c src/

CVS commit: src/sys/ufs/ufs

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:16:03 UTC 2015 Modified Files: src/sys/ufs/ufs: dir.h Log Message: Pull over comments on struct direct's type/reclen byte swapping from LFS. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/u

CVS commit: src/sbin/fsck_lfs

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:15:16 UTC 2015 Modified Files: src/sbin/fsck_lfs: lfs_user.h Log Message: Remove ulfs_daddr_t. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sbin/fsck_lfs/lfs_user.h Please note that diffs ar

CVS commit: src/sys/ufs/lfs

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:15:46 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs.h Log Message: Comments on directories. This includes a description of the struct direct byteswap horrors that ought to be propagated to ufs/ufs. To generate a

CVS commit: src/sbin

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:15:02 UTC 2015 Modified Files: src/sbin/fsck_lfs: fsck_vars.h inode.c lfs.c pass1.c pass4.c pass5.c pass6.c segwrite.c segwrite.h setup.c src/sbin/newfs_lfs: make_lfs.c Log Message: Use daddr_t,

CVS commit: src/sys/ufs/lfs

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:13:09 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_accessors.h lfs_inode.c Log Message: Fix up indirect block handling in truncate to be 32/64 clean. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sbin/fsck_lfs

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:13:34 UTC 2015 Modified Files: src/sbin/fsck_lfs: lfs.c lfs_user.h pass6.c Log Message: Use daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide. Don't use either for on-disk items. Part 1 of 3. To generate a

CVS commit: src/sbin/fsck_lfs

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:13:57 UTC 2015 Modified Files: src/sbin/fsck_lfs: lfs.c lfs_user.h pass6.c Log Message: Use daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide. Don't use either for on-disk items. Part 2 of 3. To generate a

CVS commit: src

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:12:33 UTC 2015 Modified Files: src/sbin/fsck_lfs: setup.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs_accessors.h Log Message: Tidy the MAXSYMLINKLEN macros. To generate a diff of this com

CVS commit: src

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:12:04 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c src/sbin/dump_lfs: lfs_inode.c src/sbin/fsck_lfs: lfs.c pass1.c pass6.c setup.c src/sbin/newfs_lfs: make_lfs.c

CVS commit: src

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:11:06 UTC 2015 Modified Files: src/sbin/fsck_lfs: pass0.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_debug.c lfs_vfsops.c src/usr.sbin/dumplfs: dumplfs.c Log Message: Make the inode fields in the 64

CVS commit: src

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:10:16 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h lfs_cleanerd.c src/sbin/fsck_lfs: lfs.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_vfsops.c

CVS commit: src/sys/ufs/ufs

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:09:23 UTC 2015 Modified Files: src/sys/ufs/ufs: ufs_vnops.c Log Message: Propagate fix from lfs: For non-devices, have getattr (and thus stat) produce NODEV in the rdev field, instead of leaking the address of the

CVS commit: src

2015-08-31 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 1 06:08:37 UTC 2015 Modified Files: src/sbin/fsck_lfs: dir.c inode.c lfs.c pass6.c segwrite.c setup.c src/sys/ufs/lfs: lfs_accessors.h lfs_alloc.c lfs_balloc.c lfs_inode.c lfs_inode.h lfs_itimes.c lfs

CVS commit: src/tests/fs/common

2015-08-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 18:27:26 UTC 2015 Modified Files: src/tests/fs/common: fstest_lfs.c Log Message: Remove rubbish. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/fs/common/fstest_lfs.c Please note that diffs a

CVS commit: src/sys/dev/ic

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 04:27:03 UTC 2015 Modified Files: src/sys/dev/ic: rrunner.c Log Message: Restore interrupts on error path. Also, on another path, avoid splx()'ing twice. While calling splx() a second time with the same value has no

CVS commit: src/sys/dev/ic

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 04:17:48 UTC 2015 Modified Files: src/sys/dev/ic: gem.c Log Message: Restore interrupts on error path. From maxv's brainy list. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sys/dev/ic/gem.c P

CVS commit: src/sys/arch/acorn26/ioc

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 04:16:18 UTC 2015 Modified Files: src/sys/arch/acorn26/ioc: arcpp.c Log Message: Restore interrupts on error paths. From maxv's brainy list. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch

CVS commit: src/sys/dev/ic

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 04:11:40 UTC 2015 Modified Files: src/sys/dev/ic: smc91cxx.c Log Message: Even if the "card went away", don't return from smc91cxx_init without restoring interrupts. From maxv's brainy list. To generate a diff of th

CVS commit: src/sys/arch/mips/alchemy/dev

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 04:09:22 UTC 2015 Modified Files: src/sys/arch/mips/alchemy/dev: aupcmcia.c Log Message: Turn interrupts back off after sleeping. From maxv's Brainy list. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/ic

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 30 04:02:06 UTC 2015 Modified Files: src/sys/dev/ic: sgec.c Log Message: Initialize uninitialized variable; from maxv's brainy list. Fixes slipup in -r1.30 back in 2007. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/fs/common

2015-08-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 29 19:19:43 UTC 2015 Modified Files: src/tests/fs/common: h_fsmacros.h Log Message: Fix glaringly wrong indent. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/tests/fs/common/h_fsmacros.h Please not

CVS commit: src/usr.sbin/dumplfs

2015-08-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 29 05:33:20 UTC 2015 Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: Bypass the ifile's double indirect block if the ifile size in blocks is less than or equal to NDADDR + NINDIR, the number of blocks mapped

CVS commit: src/sbin/fsck_lfs

2015-08-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 23 09:29:46 UTC 2015 Modified Files: src/sbin/fsck_lfs: pass0.c Log Message: Fix reversed arguments to a print. nice and confusing... To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sbin/fsck_lfs/pass

CVS commit: src/sys/arch/hppa/stand/xxboot

2015-08-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 23 04:56:20 UTC 2015 Modified Files: src/sys/arch/hppa/stand/xxboot: readufs.h Log Message: Sync lfs changes with the x68k version of this code. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/

CVS commit: src/share/misc

2015-08-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 22 19:18:10 UTC 2015 Modified Files: src/share/misc: acronyms.comp Log Message: +LTO To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/share/misc/acronyms.comp Please note that diffs are not public d

CVS commit: src/share/misc

2015-08-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 20 07:10:02 UTC 2015 Modified Files: src/share/misc: acronyms Log Message: +GMT (Robert Elz, PR 50157) To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 src/share/misc/acronyms Please note that diffs are

CVS commit: src/sys/arch/sparc/stand/bootblk

2015-08-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 20 05:40:24 UTC 2015 Modified Files: src/sys/arch/sparc/stand/bootblk: genlfs.cf Log Message: adjust comments slightly To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sparc/stand/bootblk/genlfs

CVS commit: src/sys/arch/sparc/stand/bootblk

2015-08-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Aug 20 05:40:08 UTC 2015 Modified Files: src/sys/arch/sparc/stand/bootblk: bootblk.fth Log Message: Use lfs32_dinode_SIZEOF instead of ufs1_dinode_SIZEOF for lfs. These are the same so it doesn't make any difference, but tec

CVS commit: src

2015-08-19 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 19 20:33:29 UTC 2015 Modified Files: src/sbin/fsck_lfs: inode.c lfs.c lfs_user.h pass6.c segwrite.c vnode.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs_accessors.h lfs_inode.c lfs_inode.h lfs_rfw.c

CVS commit: src/games/worm

2015-08-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 17 17:17:01 UTC 2015 Modified Files: src/games/worm: worm.c Log Message: remove cpp abuse To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/games/worm/worm.c Please note that diffs are not public domai

CVS commit: src

2015-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 18:28:01 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: coalesce.c lfs_cleanerd.c src/sbin/dump: dump.h src/sbin/dump_lfs: lfs_inode.c src/sbin/fsck_lfs: dir.c extern.h fsck.h fsck_vars.h in

CVS commit: src/sys/ufs/lfs

2015-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 18:27:18 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs.h Log Message: Make the inode number in the 64-bit dinode 64 bits wide, like the other lfs64 on-disk inode numbers; I've been doing that since this is a new forma

CVS commit: src

2015-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 18:27:01 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c src/sbin/fsck_lfs: lfs.c lfs_user.h pass6.c segwrite.c segwrite.h setup.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lf

CVS commit: src

2015-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 18:26:27 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c src/sbin/fsck_lfs: lfs.c lfs_user.h pass6.c segwrite.c setup.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_pages.c lfs_rfw.c

CVS commit: src

2015-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 18:25:52 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: coalesce.c lfs_cleanerd.c src/sbin/dump_lfs: lfs_inode.c src/sbin/fsck_lfs: inode.c lfs.c pass0.c pass1.c pass6.c segwrite.c src/sbin/

CVS commit: src

2015-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 18:25:04 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h coalesce.c lfs_cleanerd.c src/sbin/fsck_lfs: pass0.c segwrite.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs.h lfs_ac

CVS commit: src/sys/ufs/lfs

2015-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 18:24:14 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs.h lfs_kernel.h lfs_vnops.c Log Message: Widen several of the fields of BLOCK_INFO to 64 bits. Keep the old BLOCK_INFO as BLOCK_INFO_70, and version the fcntls th

CVS commit: src/sys/ufs/lfs

2015-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 18:23:59 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c Log Message: Fix botched syscall_package. HI CHRISTOS To generate a diff of this commit: cvs rdiff -u -r1.334 -r1.335 src/sys/ufs/lfs/lfs_vfsops.c Ple

CVS commit: src/sys/ufs/lfs

2015-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 18:23:47 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_extern.h lfs_syscalls.c lfs_vnops.c Log Message: Move the security checks for lfs_bmapv/lfs_markv into those functions. (instead of the system call entry points)

CVS commit: src

2015-08-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 12 18:23:16 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h coalesce.c lfs_cleanerd.c src/sys/ufs/lfs: lfs.h lfs_extern.h lfs_syscalls.c Log Message: Fix assorted 64->32 truncations related to BLOCK_

CVS commit: src/lib/libcompat

2015-08-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Aug 11 18:15:41 UTC 2015 Modified Files: src/lib/libcompat/4.3: re_comp.3 src/lib/libcompat/regexp: regexp.3 Log Message: SEE ALSO re_format(7). To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib

CVS commit: src/share/mk

2015-08-04 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Aug 4 08:36:14 UTC 2015 Modified Files: src/share/mk: bsd.doc.mk Log Message: Remove CreationDate from the header of output postscript. Also, feed -n to gzip when compressing so it doesn't store the timestamp in the file he

CVS commit: src/sys/ufs/lfs

2015-08-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 3 17:33:54 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_vnops.c Log Message: Simplify some leftover code and remove some old assertions. Last year when I killed off some evil dirop-related macros, I added these assert

CVS commit: src/sbin/fsck_lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 3 04:16:10 UTC 2015 Modified Files: src/sbin/fsck_lfs: pass5.c Log Message: Use intmax_t to print daddr_t; from sevan@. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sbin/fsck_lfs/pass5.c Please n

CVS commit: src/sys/ufs/lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 20:23:21 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_inode.c Log Message: whoops, fix 32-bit build To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys/ufs/lfs/lfs_inode.c Please note that diff

CVS commit: src/sys/ufs/lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:18:46 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_balloc.c lfs_segment.c lfs_vfsops.c ulfs_bmap.c Log Message: Pass the fs object to LFS_MAX_DADDR so it can check lfs_is64. Remo

CVS commit: src

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:18:10 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h lfs_cleanerd.c src/sbin/dump_lfs: lfs_inode.c src/sbin/fsck_lfs: lfs.c segwrite.c src/sbin/newfs_lfs: extern.h make_lfs.c

CVS commit: src

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:14:16 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: lfs_cleanerd.c src/sbin/dump_lfs: lfs_inode.c src/sbin/fsck_lfs: lfs.c pass5.c segwrite.c setup.c src/sbin/newfs_lfs: make_lfs.c

CVS commit: src/sys/ufs/lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:12:59 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs.h lfs_vnops.c Log Message: lfs_cleanint[] in the in-memory superblock needs to have 64-bit entries. To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.

CVS commit: src/sys/ufs/lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:12:41 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_inode.c lfs_inode.h lfs_segment.c lfs_vnops.c Log Message: Make i_eff_nblks in the in-memory inode 64 bits wide. To generate a diff of this commit: cvs rdiff -u

CVS commit: src

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:11:57 UTC 2015 Modified Files: src/sbin/mount_lfs: mount_lfs.c mount_lfs.h src/usr.sbin/puffs/rump_lfs: rump_lfs.c Log Message: Use the lfs header file and lfs's mount args struct, not ufsmount.h and the ff

CVS commit: src/sbin/resize_lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:12:18 UTC 2015 Modified Files: src/sbin/resize_lfs: resize_lfs.c Log Message: Don't include ufs headers. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sbin/resize_lfs/resize_lfs.c Please note

CVS commit: src/sbin/newfs_lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:11:36 UTC 2015 Modified Files: src/sbin/newfs_lfs: make_lfs.c Log Message: Typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sbin/newfs_lfs/make_lfs.c Please note that diffs are

CVS commit: src/sys/ufs/lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:10:55 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_segment.c Log Message: Fix catastrophic bug in lfs_rewind() that changed segment numbers (lfs_curseg/lfs_nextseg in the superblock) using the wrong units. These f

CVS commit: src/sbin/newfs_lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:11:12 UTC 2015 Modified Files: src/sbin/newfs_lfs: make_lfs.c Log Message: Use c99 initializers. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sbin/newfs_lfs/make_lfs.c Please note that diffs

CVS commit: src

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:10:08 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h lfs_cleanerd.c src/sbin/fsck_lfs: lfs.c setup.c src/sbin/newfs_lfs: make_lfs.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_de

CVS commit: src

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 18:08:13 UTC 2015 Modified Files: src/sbin/fsck_lfs: lfs.c pass5.c pass6.c src/sbin/newfs_lfs: make_lfs.c src/sbin/scan_ffs: scan_ffs.c src/sys/ufs/lfs: lfs.h lfs_accessors.h lfs_balloc.c lfs_bi

CVS commit: src/sys/ufs/lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 17:57:27 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_accessors.h Log Message: Allow superblock accessors that widen 32-bit disk fields to 64-bit memory values. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sbin/fsck_lfs

2015-08-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 2 17:56:24 UTC 2015 Modified Files: src/sbin/fsck_lfs: setup.c Log Message: Fix bug: for format version 1, the superblock "size" field is measured in blocks instead of frags, so use lfs_blkstofrags to correct it. This

CVS commit: src

2015-07-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 28 05:14:23 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h coalesce.c lfs_cleanerd.c src/sys/ufs/lfs: lfs_accessors.h Log Message: Use lfs_accessors.h in conjunction with the cleaner's struct clfs.

CVS commit: src/sys

2015-07-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 28 05:13:14 UTC 2015 Modified Files: src/sys/lib/libsa: ufs.c src/sys/ufs/lfs: lfs.h Log Message: Move struct salfs back inside libsa now that lfs_accessors.h is separate. To generate a diff of this commit: cvs

CVS commit: src

2015-07-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jul 28 05:09:35 UTC 2015 Modified Files: src/distrib/sets/lists/comp: mi src/libexec/lfs_cleanerd: cleaner.h coalesce.c src/sbin/dump: dump.h src/sbin/fsck_lfs: dir.c inode.c lfs.c main.c pass0.c pass1

CVS commit: src

2015-07-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 24 06:59:32 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: cleaner.h coalesce.c lfs_cleanerd.c src/sbin/dump_lfs: lfs_inode.c src/sbin/fsck_lfs: inode.c lfs.c main.c pass1.c pass5.c pass6.c

CVS commit: src/sys/lib/libsa

2015-07-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 24 06:53:24 UTC 2015 Modified Files: src/sys/lib/libsa: lfsv1.c lfsv2.c ufs.c Log Message: Rearrange the structures in the lfs bootbollocks slightly. This generates the same output (at least on amd64) but will be more ro

CVS commit: src/sys/ufs/lfs

2015-07-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 24 06:51:46 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs.h Log Message: ulfs2_dinode, having never actually been used with lfs, doesn't have a di_inumber field. Fix that. First preliminary step on PR 5. To generat

CVS commit: src/usr.bin/config

2015-07-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jul 16 08:42:53 UTC 2015 Modified Files: src/usr.bin/config: config.1 Log Message: Document previously secret -d debug option. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/config/con

CVS commit: src/sys/ufs/lfs

2015-07-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jul 16 08:31:45 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_alloc.c lfs_inode.c lfs_rfw.c lfs_subr.c lfs_vfsops.c Log Message: Don't cast the return value of malloc. To generate a diff of this commit: cvs rdi

CVS commit: src/usr.sbin/postinstall

2015-07-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 11 06:40:37 UTC 2015 Modified Files: src/usr.sbin/postinstall: postinstall Log Message: Comma of result is (though increasingly common) not formally recognized grammar[,;] use a semicolon. To generate a diff of this co

CVS commit: src/etc/rc.d

2015-07-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Jul 3 18:36:54 UTC 2015 Modified Files: src/etc/rc.d: cleartmp perusertmp Log Message: /usr/sbin/chown -> /sbin/chown (not sure why these need explicit paths at all, but whatevs) To generate a diff of this commit: cvs rdi

CVS commit: src/usr.bin/calendar

2015-06-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jul 1 06:48:25 UTC 2015 Modified Files: src/usr.bin/calendar: calendar.c Log Message: Repair accidental regression in -r1.49: for -a mode, don't allow calendars to be other than regular files unless the -x option is in effe

CVS commit: src/usr.bin/calendar

2015-06-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jul 1 06:45:51 UTC 2015 Modified Files: src/usr.bin/calendar: calendar.c Log Message: Correct privilege handling problems in calendar -a (which runs as root from /etc/daily); do not exec other programs while the real uid is

CVS commit: src/games/fortune/datfiles

2015-06-27 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 27 08:07:46 UTC 2015 Modified Files: src/games/fortune/datfiles: fortunes Log Message: add one To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/games/fortune/datfiles/fortunes Please note that diffs a

CVS commit: src/games/atc

2015-06-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Jun 25 05:33:02 UTC 2015 Modified Files: src/games/atc: extern.h graphics.c main.c update.c Log Message: Move game logic out of the file with the curses code. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 s

<    2   3   4   5   6   7   8   9   10   11   >