Go to file
ross 0ea4820367 --Add handcrafted stack frame directives to locore.s palcode vector
--entries / remove kernel entry from locore / reorganize vector entry
--code. Enables access to stack frames transitively w.r.t. palcode
--vectors, e.g. upward traceback works, inverting (possibly several)
--kernel vectors. Until now, all trackbacks ended at the first-reached
--instance of trap(), which was totally useless as there is no mystery
--to trap->panic->cpu_reboot
1997-11-03 04:22:00 +00:00
bin getoldopt is expect to return -1 (not EOF), so "make it so" 1997-11-01 06:58:44 +00:00
distrib * Clean up target.c to use a single consistent path-prefixing subroutine. 1997-11-03 02:38:41 +00:00
etc Changes to pmax MAKEDEV and /dev/ttys: 1997-10-30 04:18:27 +00:00
games use CPPFLAGS instead of CFLAGS 1997-10-26 21:50:53 +00:00
gnu This was never supposed to be here. 1997-10-31 10:23:23 +00:00
include * Move prototypes of clock_getres(), clock_gettime() and clock_settime() from 1997-11-02 18:31:38 +00:00
lib Per XPG4.2, move mknod() prototype from <unistd.h> to <sys/stat.h>. 1997-11-02 17:16:48 +00:00
libexec * remove duplicate inode entries, so files with multiple hard links are 1997-11-02 14:01:54 +00:00
regress getopt returns -1 not EOF 1997-11-01 06:20:47 +00:00
sbin Hmmm..fsck_ffs has to really be able to alwasy work, and if you've got 1997-11-02 01:42:44 +00:00
share Add rnd.9 1997-11-01 10:00:36 +00:00
sys --Add handcrafted stack frame directives to locore.s palcode vector 1997-11-03 04:22:00 +00:00
usr.bin correctly detect good vs bad hash mark values. (found by <enami@netbsd.org>) 1997-11-02 00:18:46 +00:00
usr.sbin ensure sizeof hostname buf for ether_(ntohost|line) is >= MAXHOSTNAMELEN + 1 1997-11-02 14:25:25 +00:00
Makefile Make the "build" target depend on "beforeinstall", ensuring that all 1997-10-27 18:06:39 +00:00