CVS commit: src/usr.sbin/catman

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 11:00:43 UTC 2021 Modified Files: src/usr.sbin/catman: catman.8 Log Message: Restore BSD BUGS section To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/catman/catman.8 Please note that diff

CVS commit: src/usr.sbin/catman

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 29 22:33:39 UTC 2016 Modified Files: src/usr.sbin/catman: catman.c pathnames.h Log Message: Call the path for makewhatis _PATH_MAKEWHATIS instead of _PATH_WHATIS, for clarity. To generate a diff of this commit: cvs rdi

CVS commit: src/usr.sbin/catman

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 29 22:32:03 UTC 2016 Added Files: src/usr.sbin/catman: README.hardlinks Log Message: Add notes on how to lift the BUGS entry in the man page (about not supporting hardlinks) in case anyone thinks it's worth doing sometim

CVS commit: src/usr.sbin/catman

2016-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 29 22:09:51 UTC 2016 Modified Files: src/usr.sbin/catman: catman.c Log Message: Add missing rcsid. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/catman/catman.c Please note that diffs are

CVS commit: src/usr.sbin/catman

2013-07-31 Thread Soren S. Jorvang
Module Name:src Committed By: soren Date: Wed Jul 31 22:37:55 UTC 2013 Modified Files: src/usr.sbin/catman: catman.c Log Message: Only try to recreate symlinks in the cat directory if they are local. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.s

CVS commit: src/usr.sbin/catman

2011-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 24 23:46:11 UTC 2011 Modified Files: src/usr.sbin/catman: catman.c Log Message: make len unsigned; -1 will turn into a large number, failing the test. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/u

CVS commit: src/usr.sbin/catman

2011-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 24 23:42:30 UTC 2011 Modified Files: src/usr.sbin/catman: catman.c Log Message: check also for overflow To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/catman/catman.c Please note that diffs

CVS commit: src/usr.sbin/catman

2011-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 24 23:38:43 UTC 2011 Modified Files: src/usr.sbin/catman: catman.c Log Message: Don't repeat what we just printed. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/catman/catman.c Please note

CVS commit: src/usr.sbin/catman

2011-12-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 24 23:29:32 UTC 2011 Modified Files: src/usr.sbin/catman: catman.c Log Message: PR/45660: Henning Petersen: Overlapping buffer in catman.c. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/cat

CVS commit: src/usr.sbin/catman

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 08:04:17 UTC 2011 Modified Files: src/usr.sbin/catman: Makefile Log Message: document non-literal format To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/catman/Makefile Please note that dif