NetBSD/sbin
cgd d31a94286c Undo that last change. It was 100%, beyond a doubt, completely bogus.
afswitch and af_max were still used, but since they was declared 'common'
by virtue of their declaration in af.h, the symbols were defined at link-
time, and their contents were considered BSS -- init to zero.
Now, you and i know that jumping to zero causes a core dump...
Therefore: af.c has been resurrected, so the procedure pointers actually
point to procedures, tables.c has had it's change nuked, and af.h
has been changed so afswitch and af_max are declared as 'extern'.
It's obvious that that 'fix' wasn't even tested.
1993-12-30 10:43:58 +00:00
..
badsect Update to use <dirent.h>. 1993-12-15 17:01:36 +00:00
clri
disklabel 386BSD -> NetBSD and/or i386 1993-12-06 09:37:30 +00:00
dmesg
dump Replace emitl(), a function that converts a struct tm to a time_t, with 1993-12-24 01:16:59 +00:00
dumpfs
fastboot
fdisk 386bsd -> NetBSD 1993-12-06 09:32:27 +00:00
fsck
fsck_ffs
halt
ifconfig add MULTICAST recognition 1993-12-10 11:29:42 +00:00
init
ldconfig Minor cleanup. 1993-12-10 05:10:22 +00:00
mknod Use ".At v6" macro instead of spelling out "Version 6 AT&T UNIX". 1993-11-30 00:11:45 +00:00
modload i love ansi 1993-12-03 10:37:14 +00:00
modunload i love ansi 1993-12-03 10:37:14 +00:00
mount should bzero automatic sockaddr's before use 1993-12-05 13:26:52 +00:00
mount_fdesc
mount_isofs
mount_kernfs
mount_miscfs
mount_msdos
mount_procfs
mountd
newfs
nfsd should bzero automatic sockaddr's before use 1993-12-05 13:41:07 +00:00
nfsiod
ping Another multicast patch. 1993-12-15 04:46:13 +00:00
quotacheck
reboot This is currently just the hp300 man page with the boot sequence 1993-12-06 05:34:07 +00:00
restore Clean up deleted files. 1993-12-22 10:32:21 +00:00
route
routed Undo that last change. It was 100%, beyond a doubt, completely bogus. 1993-12-30 10:43:58 +00:00
savecore Check for dumpdev being NODEV. If so, exit silently, unless verbose is on. 1993-12-08 16:43:16 +00:00
shutdown
slattach deal with change in setting of slip params 1993-12-10 13:19:12 +00:00
swapon
tunefs
umount should bzero automatic sockaddr's before use 1993-12-05 13:41:07 +00:00
Makefile
Makefile.inc get rid of *very* bogus addition to CFLAGS 1993-12-30 08:56:03 +00:00