Module Name:src
Committed By: dholland
Date: Mon Jul 29 16:39:37 UTC 2013
Modified Files:
src/sys/ufs/lfs: lfs_vnops.c ulfs_quota2.c
Log Message:
Revert previous; it is wrong.
To generate a diff of this commit:
cvs rdiff -u -r1.255 -r1.256 src/sys/ufs/lfs/lfs_vnops.c
cvs
Module Name:src
Committed By: dholland
Date: Mon Jul 29 16:40:46 UTC 2013
Modified Files:
src/sys/ufs/lfs: lfs_vnops.c ulfs_quota2.c
Log Message:
Fix build both with and without options LFS_EI.
To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 src/sys/ufs/l
Module Name:src
Committed By: dholland
Date: Mon Jul 29 16:42:20 UTC 2013
Modified Files:
src/external/bsd/bind: Makefile.inc
src/external/bsd/dhcp: Makefile.inc
Log Message:
Fix MKKERBEROS=no build.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 s
Module Name:src
Committed By: dholland
Date: Sun Aug 4 03:38:13 UTC 2013
Modified Files:
src/share/dict: web2
Log Message:
Add a bunch of missing words from a list I had dated 2005.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/dict/web2
Pleas
Module Name:src
Committed By: dholland
Date: Sun Aug 4 05:42:47 UTC 2013
Added Files:
src/games/cgram: Makefile cgram.6 cgram.c pathnames.h
Log Message:
Add a curses gizmo for solving Sunday-paper-type cryptograms based on
substitution ciphers. It gets the cleartext from
Module Name:src
Committed By: dholland
Date: Sat Aug 10 18:14:21 UTC 2013
Modified Files:
src/sys/dev/pci/bktr: bktr_os.c
Log Message:
Redo -r1.53 correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/pci/bktr/bktr_os.c
Please note that di
Module Name:src
Committed By: dholland
Date: Sat Aug 10 18:42:29 UTC 2013
Modified Files:
src/lib/libcrypt: Makefile crypt-sha1.c
Log Message:
Silence -Wpointer-sign on crypt-sha1.c.
This requires casts, which is not entirely desirable; however, this way
at least no *more*
Module Name:src
Committed By: dholland
Date: Sat Aug 10 20:59:27 UTC 2013
Modified Files:
src/usr.bin/tr: tr.1
Log Message:
punctuation usage
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/tr/tr.1
Please note that diffs are not public domain;
Module Name:src
Committed By: dholland
Date: Sat Aug 10 22:36:16 UTC 2013
Modified Files:
src/tests/usr.bin: Makefile
Added Files:
src/tests/usr.bin/tr: Makefile t_basic.sh
Log Message:
Add tests for tr, including an xfail one for PR 48113.
To generate a diff of
Module Name:src
Committed By: dholland
Date: Sat Aug 10 22:37:58 UTC 2013
Modified Files:
src/share/misc: acronyms
Log Message:
+tp
To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 src/share/misc/acronyms
Please note that diffs are not public domain; they
Module Name:src
Committed By: dholland
Date: Sat Aug 10 22:37:06 UTC 2013
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
+tp
To generate a diff of this commit:
cvs rdiff -u -r1.542 -r1.543 src/distrib/sets/lists/tests/mi
Please note that diffs are not pub
Module Name:src
Committed By: dholland
Date: Sat Aug 10 23:54:41 UTC 2013
Modified Files:
src/usr.bin/tr: extern.h str.c tr.c
Log Message:
Expose less of the parser state outside str.c.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/tr/extern.h
c
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:04:14 UTC 2013
Modified Files:
src/usr.bin/tr: extern.h str.c tr.c
Log Message:
Make the parser state opaque. While here, fix a memory leak when using
the [:foo:] syntax.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:05:49 UTC 2013
Modified Files:
src/usr.bin/tr: extern.h str.c tr.c
Log Message:
sprinkle const
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/tr/extern.h
cvs rdiff -u -r1.21 -r1.22 src/u
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:11:46 UTC 2013
Modified Files:
src/usr.bin/tr: tr.c
Log Message:
Restore preexisting wrong behavior of tr -c (translates all characters
to the last letter in string2) instead of a different wrong behavior
(translat
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:12:47 UTC 2013
Modified Files:
src/usr.bin/tr: tr.c
Log Message:
apply some CSE
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.bin/tr/tr.c
Please note that diffs are not public domain; the
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:28:46 UTC 2013
Modified Files:
src/usr.bin/tr: tr.c
Log Message:
Make tr -c work. Fixes PR 48113.
When -c is in effect, scan string1 first, complement it, and then
iterate over the results while scanning string2.
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:29:22 UTC 2013
Modified Files:
src/tests/usr.bin/tr: t_basic.sh
Log Message:
Remove xfail for PR 48113.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/tr/t_basic.sh
Please note tha
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:34:09 UTC 2013
Modified Files:
src/usr.bin/tr: tr.c
Log Message:
Remove silly written-out initialization of string1.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/tr/tr.c
Please note
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:39:22 UTC 2013
Modified Files:
src/usr.bin/tr: extern.h str.c tr.c
Log Message:
Simplify the parser handling.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/tr/extern.h
cvs rdiff -u -r1
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:48:37 UTC 2013
Modified Files:
src/usr.bin/tr: tr.c
Log Message:
Add comments explaining how this works.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/tr/tr.c
Please note that diffs a
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:49:15 UTC 2013
Modified Files:
src/usr.bin/tr: tr.c
Log Message:
Don't explicitly zero bss variables that are already zeroed.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/tr/tr.c
Ple
Module Name:src
Committed By: dholland
Date: Sun Aug 11 00:52:17 UTC 2013
Modified Files:
src/usr.bin/tr: str.c
Log Message:
avoid undefined behavior.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.bin/tr/str.c
Please note that diffs are not publi
Module Name:src
Committed By: dholland
Date: Sun Aug 11 01:00:13 UTC 2013
Modified Files:
src/usr.bin/tr: Makefile str.c
Log Message:
Pass -Wpointer-sign.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/tr/Makefile
cvs rdiff -u -r1.24 -r1.25 src/u
Module Name:src
Committed By: dholland
Date: Sun Aug 11 01:29:28 UTC 2013
Modified Files:
src/usr.bin/tr: str.c
Log Message:
Tidy up.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/tr/str.c
Please note that diffs are not public domain; they ar
Module Name:src
Committed By: dholland
Date: Sun Aug 11 01:42:36 UTC 2013
Modified Files:
src/usr.bin/tr: str.c
Log Message:
Tidy up more. This is pretty ratty code.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/tr/str.c
Please note that diff
Module Name:src
Committed By: dholland
Date: Sun Aug 11 01:49:40 UTC 2013
Modified Files:
src/usr.bin/tr: str.c
Log Message:
Fix another bug, relating to parsing the [=x=] syntax.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/tr/str.c
Please
Module Name:src
Committed By: dholland
Date: Sun Aug 11 01:50:02 UTC 2013
Modified Files:
src/tests/usr.bin/tr: t_basic.sh
Log Message:
Add some cases pertaining to another bug I just fixed.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/tr
Module Name:src
Committed By: dholland
Date: Sun Aug 11 01:54:36 UTC 2013
Modified Files:
src/usr.bin/tr: str.c tr.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.bin/tr/str.c
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/tr/tr.c
Module Name:src
Committed By: dholland
Date: Sun Aug 11 03:27:02 UTC 2013
Modified Files:
src/games/ching: Makefile.inc
Log Message:
this already passes WARNS=5
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/games/ching/Makefile.inc
Please note that dif
Module Name:src
Committed By: dholland
Date: Sun Aug 11 03:34:48 UTC 2013
Modified Files:
src/games/rogue: rogue.h
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/games/rogue/rogue.h
Please note that diffs are not public do
Module Name:src
Committed By: dholland
Date: Sun Aug 11 03:44:27 UTC 2013
Modified Files:
src/games/rogue: Makefile monster.c rogue.h
Log Message:
WARNS=5
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/games/rogue/Makefile
cvs rdiff -u -r1.16 -r1.17 sr
Module Name:src
Committed By: dholland
Date: Sun Aug 11 03:49:24 UTC 2013
Modified Files:
src/usr.sbin/dumplfs: Makefile
Log Message:
Turn off -fno-strict-aliasing for HAVE_GCC; it makes no difference to
the compiler output and is therefore ipso facto not necessary. I'll
l
Module Name:src
Committed By: dholland
Date: Sun Aug 11 03:53:12 UTC 2013
Modified Files:
src/etc/mtree: NetBSD.dist.tests
Log Message:
more dark ATF rituals are required
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/etc/mtree/NetBSD.dist.tests
Pleas
Module Name:src
Committed By: dholland
Date: Sun Aug 11 04:36:17 UTC 2013
Modified Files:
src/sys/ufs/ext2fs: ext2fs_vfsops.c
src/sys/ufs/ffs: ffs_vfsops.c
src/sys/ufs/ufs: ufs_vnops.c ufsmount.h
Log Message:
Kill off uo_unmark_vnode/UFS_UNMARK_VNODE as it'
Module Name:src
Committed By: dholland
Date: Sun Aug 11 04:40:58 UTC 2013
Modified Files:
src/usr.bin/make: make.1
Log Message:
Document .PATH.suffix:. Noted by apb back in December of 2008
(that's how long my queue is...)
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: dholland
Date: Sun Aug 11 05:42:41 UTC 2013
Modified Files:
src/libexec/getty: Makefile extern.h gettytab.h init.c main.c subr.c
Log Message:
Pass WARNS=5.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/libexec/getty/Makef
Module Name:src
Committed By: dholland
Date: Sun Aug 11 05:48:56 UTC 2013
Modified Files:
src/libexec/getty: main.c
Log Message:
Use siglongjmp to jump out of signal handlers.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/libexec/getty/main.c
Please
Module Name:src
Committed By: dholland
Date: Sun Aug 11 05:56:55 UTC 2013
Modified Files:
src/sbin/modload: Makefile
src/sbin/modstat: Makefile
src/sbin/modunload: Makefile
Log Message:
WARNS=5 is the default in sbin, don't need to set it explicitly.
To g
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:04:38 UTC 2013
Modified Files:
src/sbin/devpubd: Makefile
src/sbin/iscsictl: Makefile
src/sbin/iscsid: Makefile
src/sbin/mount_chfs: Makefile
src/sbin/mount_nilfs: Makefile
Log Messa
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:05:30 UTC 2013
Modified Files:
src/sbin/newfs_ext2fs: Makefile
Log Message:
This passes WARNS=5.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sbin/newfs_ext2fs/Makefile
Please note that diffs
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:09:29 UTC 2013
Modified Files:
src/usr.bin/quota: Makefile
Log Message:
Passes WARNS=5; don't set WARNS=4.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/quota/Makefile
Please note tha
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:31:00 UTC 2013
Modified Files:
src/usr.bin/audiocfg: Makefile audiodev.c audiodev.h dtmf.c
Log Message:
Pass WARNS=5.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/audiocfg/Makefile \
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:32:13 UTC 2013
Modified Files:
src/usr.bin/login: Makefile
Log Message:
Remove redundant WARNS=5.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/usr.bin/login/Makefile
Please note that diffs a
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:33:30 UTC 2013
Modified Files:
src/usr.bin/vndcompress: Makefile
Log Message:
Remove redundant WARNS=5.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/vndcompress/Makefile
Please note th
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:39:47 UTC 2013
Modified Files:
src/usr.bin/checknr: Makefile checknr.c
Log Message:
WARNS=5
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/checknr/Makefile
cvs rdiff -u -r1.20 -r1.21 src/
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:43:10 UTC 2013
Modified Files:
src/usr.bin/checknr: checknr.c
Log Message:
add more const
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/usr.bin/checknr/checknr.c
Please note that diffs are no
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:45:23 UTC 2013
Modified Files:
src/usr.bin/checknr: checknr.c
Log Message:
add more static
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/checknr/checknr.c
Please note that diffs are n
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:47:38 UTC 2013
Modified Files:
src/usr.bin/bdes: Makefile
Log Message:
Passes WARNS=5, so don't set WARNS=3.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/bdes/Makefile
Please note that
Module Name:src
Committed By: dholland
Date: Sun Aug 11 06:48:46 UTC 2013
Modified Files:
src/usr.bin/infocmp: Makefile
Log Message:
Passes WARNS=5, so don't set WARNS=4.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/infocmp/Makefile
Please not
Module Name:src
Committed By: dholland
Date: Sun Aug 11 08:03:10 UTC 2013
Modified Files:
src/usr.bin/rpcgen: Makefile rpc_clntout.c rpc_cout.c rpc_hout.c
rpc_main.c rpc_parse.c rpc_parse.h rpc_sample.c rpc_scan.c
rpc_scan.h rpc_svcout.c rpc_tblout.c
Module Name:src
Committed By: dholland
Date: Sun Aug 11 16:36:30 UTC 2013
Modified Files:
src/libexec/getty: subr.c
Log Message:
Don't try to estrdup() NULL; thanks martin@
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/libexec/getty/subr.c
Please not
Module Name:src
Committed By: dholland
Date: Wed Aug 21 21:05:29 UTC 2013
Modified Files:
src/usr.bin/rpcinfo: Makefile
Log Message:
passes WARNS=5, don't set it to 4.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/rpcinfo/Makefile
Please note
Module Name:othersrc
Committed By: dholland
Date: Mon Aug 26 01:08:20 UTC 2013
Added Files:
othersrc/external/bsd/mint/dist: Makefile
othersrc/external/bsd/mint/dist/c: Makefile cdriver.c
othersrc/external/bsd/mint/dist/cpp: Makefile cpp.c cppmisc.c cppmisc.
Module Name:src
Committed By: dholland
Date: Fri Aug 30 07:25:43 UTC 2013
Modified Files:
src/sys/nfs: nfs_export.c
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/nfs/nfs_export.c
Please note that diffs are not public
Module Name:src
Committed By: dholland
Date: Fri Aug 30 07:30:50 UTC 2013
Modified Files:
src/sys/nfs: nfs_export.c
Log Message:
more typos in comments
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/nfs/nfs_export.c
Please note that diffs are not
Module Name:src
Committed By: dholland
Date: Fri Aug 30 07:35:44 UTC 2013
Modified Files:
src/sys/nfs: nfs_export.c
Log Message:
Use __CTASSERT instead of handrolled version.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/nfs/nfs_export.c
Please n
Module Name:src
Committed By: dholland
Date: Sun Sep 1 18:37:23 UTC 2013
Modified Files:
src/distrib/sets/lists/games: mi
Log Message:
add cgram
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/distrib/sets/lists/games/mi
Please note that diffs are not
Module Name:src
Committed By: dholland
Date: Sun Sep 1 18:37:06 UTC 2013
Modified Files:
src/games: Makefile
Log Message:
hook cgram to the build
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/games/Makefile
Please note that diffs are not public doma
Module Name:src
Committed By: dholland
Date: Tue Sep 3 02:24:01 UTC 2013
Modified Files:
src/sys/ufs/ffs: fs.h
Log Message:
Add the FS_SUJ flag for journaled softupdates from FreeBSD.
This conflicts with our flag for FS_INDEXDIRS. Apparently FreeBSD
changed that arbitrar
Module Name:src
Committed By: dholland
Date: Tue Sep 3 02:25:36 UTC 2013
Modified Files:
src/usr.sbin/dumpfs: dumpfs.c
Log Message:
Teach this to print FS_SUJ (and FS_GJOURNAL, whatever that is, as it
was missing for some reason) and cope with FS_INDEXDIRS not currently
b
Module Name:src
Committed By: dholland
Date: Tue Sep 3 04:02:13 UTC 2013
Modified Files:
src/usr.sbin/dumpfs: dumpfs.c
Log Message:
Print FS_TRIM too.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/usr.sbin/dumpfs/dumpfs.c
Please note that diffs are
Module Name:src
Committed By: dholland
Date: Thu Sep 12 04:42:49 UTC 2013
Modified Files:
src/external/mit/xorg/lib/libXdmGreet: Makefile
Log Message:
Fix MKPAM=no build.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libXdmGreet/Ma
Module Name:src
Committed By: dholland
Date: Sat Sep 21 19:51:33 UTC 2013
Modified Files:
src/sys/kern: vfs_vnode.c
Log Message:
In description of a locking mess, add reference to the PR for the bug
the mess is supposed to help with.
To generate a diff of this commit:
cv
Module Name:src
Committed By: dholland
Date: Sat Sep 28 07:29:18 UTC 2013
Modified Files:
src/share/misc: acronyms
Log Message:
+bamf, remf
To generate a diff of this commit:
cvs rdiff -u -r1.219 -r1.220 src/share/misc/acronyms
Please note that diffs are not public doma
Module Name:src
Committed By: dholland
Date: Sat Sep 28 17:58:53 UTC 2013
Modified Files:
src/share/misc: acronyms acronyms.comp
Log Message:
Add some more things.
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/share/misc/acronyms
cvs rdiff -u -r1.13
Module Name:src
Committed By: dholland
Date: Sat Sep 28 18:01:50 UTC 2013
Modified Files:
src/share/misc: acronyms.comp
Log Message:
Typos.
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/share/misc/acronyms.comp
Please note that diffs are not public
Module Name:src
Committed By: dholland
Date: Mon Sep 30 07:19:57 UTC 2013
Update of /cvsroot/src/sys/fs/nfs
In directory ivanova.netbsd.org:/tmp/cvs-serv17689
Log Message:
Import FreeBSD's "newnfs" nfs client and server code. This contains
nfsv4 as well as new implementations of n
Module Name:src
Committed By: dholland
Date: Mon Sep 30 07:23:37 UTC 2013
Added Files:
src/sys/fs/nfs: nfs2netbsd.sh
Log Message:
The script for preparing an import of this nfs code.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/fs/nfs/nfs2netbsd.sh
Module Name:src
Committed By: dholland
Date: Mon Sep 30 07:31:34 UTC 2013
Added Files:
src/sys/fs/nfs: README.newnfs
Log Message:
Explain what's here.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/fs/nfs/README.newnfs
Please note that diffs are not p
Module Name:src
Committed By: dholland
Date: Sun Oct 6 05:45:19 UTC 2013
Modified Files:
src/share/doc/psd/05.sysman: 0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t
1.6.t 1.7.t 2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t Makefile a.t
Log Message:
I'm a document, Jim, not a s
Module Name:src
Committed By: dholland
Date: Mon Oct 7 00:16:19 UTC 2013
Modified Files:
src/usr.bin/cdplay: cdplay.c
Log Message:
Merge some of the cleanup from PR 21894. Do a bit more of my own.
lint still squawks quite a bit, and it woudl probably be worthwhile
for som
Module Name:src
Committed By: dholland
Date: Mon Oct 7 02:00:46 UTC 2013
Modified Files:
src/usr.bin/iconv: iconv.c
Log Message:
Save errno around fwrite(), which can otherwise trash it; PR 47813.
This appears to fully resolve the problem described in the PR, even
though
Module Name:src
Committed By: dholland
Date: Mon Oct 7 04:04:58 UTC 2013
Modified Files:
src/share/man/man4/man4.x86: vmt.4
Log Message:
Update SYNOPSIS; PR 48080. Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.x86/vmt.4
Module Name:src
Committed By: dholland
Date: Mon Oct 7 05:06:45 UTC 2013
Modified Files:
src/sbin/route: route.8
Log Message:
english usage patrol
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sbin/route/route.8
Please note that diffs are not public
Module Name:src
Committed By: dholland
Date: Mon Oct 7 05:19:23 UTC 2013
Modified Files:
src/sys/ufs/lfs: lfs_syscalls.c
Log Message:
Remove stray KERNEL_UNLOCK_ONE() in error path of lfs_markv().
>From Wolfgang Stukenbrock in PR 44370.
This error path is only reachable
Module Name:src
Committed By: dholland
Date: Mon Oct 7 07:11:40 UTC 2013
Modified Files:
src/sys/sys: sdt.h
Log Message:
Use uint32_t, not u_int32_t; makes this file standalone like it ought
to be. PR 45693.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 sr
Module Name:src
Committed By: dholland
Date: Sun Oct 13 21:09:35 UTC 2013
Modified Files:
src/share/man/man4: options.4
Log Message:
Reorganize the file-system-related options; put options for each fs
type (or group of fs types) in its own subsection and put the
fs-indepen
Module Name:src
Committed By: dholland
Date: Sun Oct 13 21:17:35 UTC 2013
Modified Files:
src/share/man/man4: options.4
Log Message:
Add LFS options, both preexisting and UFS-derived. Leave the ones that
are not yet believed to work commented out. Ride previous date bump.
Module Name:src
Committed By: dholland
Date: Thu Nov 7 18:50:46 UTC 2013
Modified Files:
src/usr.bin/make: make.1
Log Message:
apostrophe's do not make plural's.
To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 src/usr.bin/make/make.1
Please note that di
Module Name:src
Committed By: dholland
Date: Tue Nov 12 03:29:22 UTC 2013
Modified Files:
src/sys/ufs/ffs: ffs_alloc.c
Log Message:
clarify warning printout
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/sys/ufs/ffs/ffs_alloc.c
Please note that diff
Module Name:src
Committed By: dholland
Date: Sat Nov 16 17:04:53 UTC 2013
Modified Files:
src/sys/ufs/ufs: ufs_quota.c
Log Message:
tidy the QUOTA2 blocks a bit more
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/ufs/ufs/ufs_quota.c
Please note
Module Name:src
Committed By: dholland
Date: Sat Nov 16 17:15:30 UTC 2013
Modified Files:
src/sys/ufs/lfs: ulfs_quota.c
Log Message:
This is now equivalent to ufs_quota.c -r1.115.
(it isn't quite the same textually in a few places but this doesn't
really matter)
To gene
Module Name:src
Committed By: dholland
Date: Fri Nov 22 02:02:35 UTC 2013
Modified Files:
src/sys/ufs/lfs: ulfs_quota.c
Log Message:
fix typo; hi christos
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/ufs/lfs/ulfs_quota.c
Please note that diffs ar
Module Name:src
Committed By: dholland
Date: Sun Nov 24 07:20:01 UTC 2013
Modified Files:
src/etc: hosts
Log Message:
Replace the comment on this file. It appears to date back to CSRG days
and in particular was clearly last edited before nsswitch.conf existed.
To generat
Module Name:src
Committed By: dholland
Date: Sun Nov 24 19:49:22 UTC 2013
Modified Files:
src/usr.bin/msgs: msgs.1
Log Message:
Fix documentation of how to expire old messages. For some reason the
expiration period must be given as a negative number, indicating how
many da
Module Name:src
Committed By: dholland
Date: Sat Dec 7 02:24:12 UTC 2013
Modified Files:
src/games/colorbars: Makefile
Log Message:
WARNS=5
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/games/colorbars/Makefile
Please note that diffs are not public do
Module Name:src
Committed By: dholland
Date: Sun Dec 8 21:29:15 UTC 2013
Modified Files:
src/lib/libc: shlib_version
Log Message:
add note about gets()
To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 src/lib/libc/shlib_version
Please note that diffs are
Module Name:src
Committed By: dholland
Date: Wed Dec 11 06:00:11 UTC 2013
Modified Files:
src/bin/cp: utils.c
Log Message:
Remove entirely bogus /* NOTREACHED */ annotation.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/bin/cp/utils.c
Please note tha
Module Name:src
Committed By: dholland
Date: Wed Dec 11 14:56:10 UTC 2013
Modified Files:
src/games/fortune/datfiles: fortunes2
Log Message:
another minor fix
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/games/fortune/datfiles/fortunes2
Please note
Module Name:src
Committed By: dholland
Date: Wed Dec 11 14:59:47 UTC 2013
Modified Files:
src/games/fortune/datfiles: fortunes2
Log Message:
remove duplicate
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/games/fortune/datfiles/fortunes2
Please note t
Module Name:src
Committed By: dholland
Date: Sun Dec 22 01:18:28 UTC 2013
Modified Files:
src/etc: man.conf
Log Message:
Fix _crunch entries, which accidentally got changed from compression
operations to decompression operations nearly two years ago. They are
used only by
Module Name:src
Committed By: dholland
Date: Mon Dec 23 17:44:05 UTC 2013
Modified Files:
src/share/man/man7: hier.7
Log Message:
Note the existence of /libdata. PR 48471 from David H. Gutteridge,
with a couple minor adjustments.
To generate a diff of this commit:
cvs rd
Module Name:xsrc
Committed By: dholland
Date: Mon Dec 23 23:14:22 UTC 2013
Modified Files:
xsrc/xfree/xc/programs/xdm: access.c
Log Message:
Don't crash if the local hostname doesn't resolve. PR 26998
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.8 -r1.2 xsrc/x
Module Name:src
Committed By: dholland
Date: Tue Dec 24 22:31:11 UTC 2013
Modified Files:
src/lib/libc/sys: dup.2
Log Message:
Rewrite for clarity and add an example.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/dup.2
Please note that d
Module Name:src
Committed By: dholland
Date: Wed Dec 25 00:58:50 UTC 2013
Modified Files:
src/lib/libc/sys: nanosleep.2
Log Message:
typo
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/sys/nanosleep.2
Please note that diffs are not public dom
Module Name:src
Committed By: dholland
Date: Sat Dec 28 20:03:22 UTC 2013
Modified Files:
src/lib/libc/sys: fcntl.2
Log Message:
O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/libc/sys/fcntl.2
Module Name:src
Committed By: dholland
Date: Mon Dec 30 08:42:00 UTC 2013
Modified Files:
src/share/man/man4: fd.4
Log Message:
Add cross reference to mount_fdesc(8), as noted a while back in PR 45694.
Also add a note that the floppy driver is documented in fdc(4). Bump da
Module Name:src
Committed By: dholland
Date: Mon Dec 30 08:43:22 UTC 2013
Modified Files:
src/sbin/mount_fdesc: mount_fdesc.8
Log Message:
Add crossreference to fd(4) as noted a while back in PR 45694. Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1
Module Name:src
Committed By: dholland
Date: Thu Jan 9 00:57:25 UTC 2014
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/i386/i386: machdep.c
Log Message:
Make the amd64 post-halt-press-a-key code match i386, and introduce
into both a message for
1201 - 1300 of 2018 matches
Mail list logo