Go to file
thorpej 38084c6615 Note that trap #1 is compat_13_sigreturn, and give trap #3 to syscalls
which require special handling, e.g. sigreturn on m68k.

This differs from the old sigreturn trap in that we require the syscall
number to be in register d0, just like the regular syscall entry point.
This will allow sigreturn to be versioned in the future without the need
to allocate another trap vector.
1998-09-30 22:14:11 +00:00
bin Fixed memory leak on old style command substitution 1998-09-26 20:56:33 +00:00
distrib Update /usr/include/dev/mii entries to match new mii scheme.. 1998-09-29 23:25:44 +00:00
etc s/kdb/kbd/ in the `MAKEDEV minimal' target. 1998-09-19 06:58:06 +00:00
games don't install in /usr/share if NOSHARE is defined 1998-09-29 07:33:20 +00:00
gnu * rename gnu/usr.bin/ld.new/*.mk to _*.mk for consistency 1998-09-30 16:47:47 +00:00
include Move 1003.1c-1995 declarations inside the appropriate name space protection 1998-09-28 17:47:58 +00:00
lib New libc signal handling stuff. 1998-09-30 18:37:39 +00:00
libexec Remember the interface the request comes in on, so we will reply to the 1998-09-20 04:44:55 +00:00
regress Use sigemptyset() to initialize the signal mask for sigaction(). 1998-09-19 21:23:10 +00:00
sbin Automagically initialize boot code and partition table if not yet valid. 1998-09-28 15:44:18 +00:00
share Add for IPPROTO_MOBILE. 1998-09-30 06:13:27 +00:00
sys Note that trap #1 is compat_13_sigreturn, and give trap #3 to syscalls 1998-09-30 22:14:11 +00:00
usr.bin Make the magic type field explicitly unsigned and fix comparisons of this 1998-09-30 18:51:13 +00:00
usr.sbin -v shows the version of the mopd suite, not of mopprobe, specifically. 1998-09-30 15:05:01 +00:00
Makefile don't install in /usr/share if NOSHARE is defined 1998-09-29 06:59:53 +00:00