HardenedBSD src tree
Go to file
Bruce Evans f6d370a798 Fix the consistent mistranslation of Linux's get_fs_word() and
put_fs_word() to fuword() and suword().  Linux words are 16 bits
but BSD words are 32-bits, at least on vax's.  Writing a too-large
word trashed the neighbouring short word.

Bruce
1994-09-21 22:22:48 +00:00
bin Make ls ctype-aware 1994-09-21 20:23:07 +00:00
eBones
etc Get rid of the files that now live in src/share/examples/etc, and update 1994-09-19 21:30:29 +00:00
games Change setup.c so that game files are generated into obj dir, 1994-09-19 05:41:13 +00:00
gnu Don't build profiled library. 1994-09-20 22:03:09 +00:00
include Add a new field to the passwd structure, indicating which of the fields have 1994-09-20 01:12:04 +00:00
lib Document YP support. 1994-09-20 22:02:20 +00:00
libexec Fixed bug where /etc/ftpusers was ineffective. Caused by the wrong 1994-09-20 15:53:30 +00:00
lkm Per discussion on the mailing-lists, move LKMs from /sbin to /lkm, and 1994-09-16 20:24:29 +00:00
sbin Correction for new sysctl interface 1994-09-19 23:18:41 +00:00
secure More elegant fix for short settings. 1994-09-19 19:26:39 +00:00
share Make it easier to create filesystem LKMs by doing most of the 1994-09-21 03:49:59 +00:00
sys Fix the consistent mistranslation of Linux's get_fs_word() and 1994-09-21 22:22:48 +00:00
tools/regression/usr.bin/sed
usr.bin Make talk ctype-aware, handle controns as tcsh does, use human-oriented 1994-09-20 08:07:52 +00:00
usr.sbin Add BINDIR=/usr/sbin for install, fails in other case 1994-09-21 18:12:10 +00:00
COPYRIGHT
CVS-INFO
HW.TROUBLE
Makefile Need to call on libmd in "includes" target. 1994-09-19 05:32:31 +00:00
TODO