Go to file
cgd 71f1ac1e29 print ptrdiff_t's by casting to long and printing with %l<whatever>.
(This fixes problems with the printf format fixes i checked in yesterday.
ptrdiff_t is an 'int' on the i386 but a 'long' on the alpha, so the cast
really is necessary...  *sigh*)
1996-11-14 20:33:04 +00:00
bin fix the the typos 1996-11-10 23:58:22 +00:00
distrib Add a description about how HDX should be used when preparing a NetBSD-bootable 1996-11-05 09:57:44 +00:00
etc Deal with missing cgtwo', uk' and `ss' devices. 1996-11-12 00:00:45 +00:00
games /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401. 1996-11-12 07:50:11 +00:00
gnu /etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401. 1996-11-12 07:50:11 +00:00
include Add declaration for ttyaction(). 1996-11-14 17:15:16 +00:00
lib Allow the ttyname parameter of ttyaction() to be the full pathname of 1996-11-14 19:16:01 +00:00
libexec After the chown(ttyn, 0, 0), call ttyaction(ttyn, "getty", "root") 1996-11-14 19:25:50 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Fix more cosmetic problems -- changed .Nm fsck to just .Nm (thats the 1996-11-09 18:43:22 +00:00
share Add ttyaction.5 1996-11-14 17:40:55 +00:00
sys print ptrdiff_t's by casting to long and printing with %l<whatever>. 1996-11-14 20:33:04 +00:00
usr.bin After the chown(ttyn, ...), call ttyaction(ttyn, "login", pwd->pw_name) 1996-11-14 19:28:29 +00:00
usr.sbin Eliminate the "dangerous trailing context" (actually both uses of 1996-11-13 18:42:18 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00