Go to file
jdolecek 890850dddf Implement linux_sys_nosys() and use it instead of sys_nosys() for
unimplemented syscalls. Difference is that linux_sys_nosys() doesn't
post SIGSYS to the process. Linux doesn't do that and thus glibc (and
probably other Linux code) doesn't deal with SIGSYS, even through it
generally contains fallback code for ENOSYS case.

This also addresses port-i386/12503, though the issue was already discussed
earlier.
2001-03-30 17:16:33 +00:00
bin Always initialize an auto variable. 2001-03-23 01:06:02 +00:00
crypto Set the KRB5CCNAME envrironment variable in the child if we received 2001-03-28 03:31:52 +00:00
dist Resolve conflicts. 2001-03-26 06:11:46 +00:00
distrib Add yds(4). 2001-03-30 14:35:45 +00:00
etc Bugfixes. 2001-03-28 20:55:27 +00:00
games Build the data files in the obj/compile directory and install them with 2001-03-27 02:23:28 +00:00
gnu Update list of dynamically generated source files. 2001-03-29 09:59:09 +00:00
include Sprinkle some restrict. 2001-03-29 19:06:39 +00:00
lib Revert previous overzealous change, committed in error. 2001-03-30 16:12:44 +00:00
libexec crank for GLOB_LIMIT fix 2001-03-29 13:15:07 +00:00
regress Don't require a Makefile.inc from the arch subdir. 2001-03-22 12:27:59 +00:00
sbin Don't error out if the mbr cannot be read. 2001-03-29 12:18:32 +00:00
share Manual page for Yamaha YMF724/740/744/754 PCI audio driver. 2001-03-30 14:34:27 +00:00
sys Implement linux_sys_nosys() and use it instead of sys_nosys() for 2001-03-30 17:16:33 +00:00
usr.bin Fix order of arithmetic operations so that NFS file system quotas over 2001-03-29 21:54:01 +00:00
usr.sbin Add some glue to let us easily use Boehm-GC to track down 2001-03-30 06:38:25 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING Extend note to mention named user as well 2001-03-06 19:03:31 +00:00