NetBSD/bin
bgrayson 2721f671ab - Be really paranoid. Any time we open a file that is in /proc, run
fstatfs() on the open file to verify that no intruder has mounted
  something on portions of /proc.  This will catch, for instance,
  "mount_null /tmp /proc/1378".  We already do 5 syscalls per
  process, so one more won't hurt :) ...  and safety is better than
  performance when ps is otherwise broken.
- Also added a few close()'s at early returns, to avoid chewing up fd's.
1999-03-28 00:46:47 +00:00
..
cat More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
chio More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
chmod Delint. 1998-07-28 05:31:22 +00:00
cp More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
csh cleanup 1999-03-23 09:29:51 +00:00
date Work around a spurious warning. 1999-03-09 03:02:40 +00:00
dd Add some braces to make egcs happy. 1998-08-19 01:31:46 +00:00
df More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
domainname More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
echo lint 1997-11-05 21:17:14 +00:00
ed - add termios.h for winsize 1998-11-04 13:45:57 +00:00
expr cast is*() to unsigned char 1998-11-04 14:11:12 +00:00
hostname More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
kill unsigned char casts for is*() 1998-11-04 18:14:15 +00:00
ksh char->unsigned char casts for is*() 1998-11-04 18:27:20 +00:00
ln More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
ls Add support for the XCU5 -p option (-F restricted to directories). 1999-02-17 15:28:08 +00:00
mkdir Insert a missing 'else' which caused mknod(2) to still be called 1998-10-13 20:11:42 +00:00
mt More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
mv use utimes, if we don't have futimes. 1998-11-04 18:56:53 +00:00
pax When substituting backreferences source from the pattern, not the replacement 1999-03-24 17:00:23 +00:00
ps - Be really paranoid. Any time we open a file that is in /proc, run 1999-03-28 00:46:47 +00:00
pwd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rcmd More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rcp More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
rm Be more retentive about use of NOTREACHED and noreturn. 1998-07-28 11:41:40 +00:00
rmdir Delint. 1998-07-28 05:31:22 +00:00
sh When we execute commands from a shell script, make sure that the signals 1999-03-27 13:46:19 +00:00
sleep char -> unsigned char 1998-11-04 20:12:12 +00:00
stty Remove spurious .ne's. 1999-03-24 06:27:49 +00:00
sync More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
test the '[' wasn't being displayed properly as a command. Thanks to Charles 1999-03-09 07:05:33 +00:00
Makefile Add rcmd to the SUBDIR list. 1997-05-29 21:06:11 +00:00
Makefile.inc pull bsd.own.mk in before LDSTATIC?=-static, so that LDSTATIC can be 1998-03-02 22:03:11 +00:00