Go to file
lukem f7540e6f75 * fix gate mode to login as `user@realhost' rather than using PASSERVE;
the latter only seemed to work for TIS Gauntlet and not TIS fwtk.
  thanks to simonb@netbsd.org for testing this. fixes [bin/5556].
* if EOF (e.g, ^D) is entered at a username/password/account prompt which
  happens to use fgets(), exit the login rather than treating EOF as CR.
* don't use the comma operator where separate statements are valid
* always use snprintf to copy stuff into malloced buffers, just in case
  typos creep in and mean that the buffer ends up being overflowed
1999-06-02 02:03:57 +00:00
bin Make it clearer that -L does not necessarily do the job, and, following 1999-05-31 14:37:20 +00:00
distrib regen 1999-05-31 23:57:50 +00:00
etc Create *wd[23]? device nodes, so that machines with more than two IDE 1999-05-31 11:14:07 +00:00
games Fixi uninit vars warnings. 1999-05-16 00:15:46 +00:00
gnu Wrap message catalog installation inside MKNLS check. 1999-05-31 14:21:11 +00:00
include Declare dlerror()'s return value __aconst. 1999-05-19 14:50:49 +00:00
lib Need <unistd.h> for declarations. 1999-05-26 15:39:36 +00:00
libexec Update for m68k. 1999-05-31 14:52:11 +00:00
regress first cut on a testsuite for sys/kern/subr_extent.c 1999-05-11 19:14:50 +00:00
sbin Patch for PRs 5124, 5535: correctly interpret the gid mapping file, rather 1999-06-01 19:16:49 +00:00
share Add stub entries for all remaining commands and utilities. Now back to 1999-06-01 19:53:51 +00:00
sys Make sure bus mastering is enabled; some broken BIOSes don't set this 1999-06-01 19:17:59 +00:00
usr.bin * fix gate mode to login as `user@realhost' rather than using PASSERVE; 1999-06-02 02:03:57 +00:00
usr.sbin Remove support for absolutes pathnames completely. This can't work with 1999-05-30 16:08:23 +00:00
Makefile Handle crypto-us just like domestic 1999-05-27 21:03:31 +00:00