Go to file
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
bin Changed to use make's new .OBJDIR 1993-12-28 10:59:05 +00:00
etc don't use kernfs, use strings, to get kernel version 1993-12-22 14:03:32 +00:00
games update for fgetline 1993-12-22 07:23:27 +00:00
gnu Fixed a bug I introduced in the last update. devices/*/Makefile were 1993-12-30 00:10:17 +00:00
include vfork() return type pid_t. reported by Peter Galbavy. 1993-12-30 04:11:56 +00:00
lib "struct ether_addr" is in netinet/if_ether.h (as in SunOS) 1993-12-30 04:21:05 +00:00
libexec add '-L' flag, for those of us who are *really* paranoid... 1993-12-23 09:05:45 +00:00
regress Add sys directory 1993-12-21 04:09:56 +00:00
sbin Undo that last change. It was 100%, beyond a doubt, completely bogus. 1993-12-30 10:43:58 +00:00
share Fixed documentation for DPADD and LDADD. 1993-12-29 19:30:15 +00:00
sys compile genassym -static as suggested by Jim McKim <mckim@lerc.nasa.gov> 1993-12-30 06:56:48 +00:00
usr.bin Update the list of primaries that are extensions of POSIX.2. 1993-12-29 22:22:44 +00:00
usr.sbin Changed to use make's new .OBJDIR 1993-12-28 12:48:44 +00:00
Makefile do "lib" first. otherwise you can be *really* screwed by a 'make install' 1993-12-08 04:51:25 +00:00