NetBSD/sys
manu f8c12b3107 IRIX provide a signal trampoline in libc, we now use it.
- the signal trampoline address is given to the kernel by a sigaction()
  fourth argument
- we introduce an irix_emuldata structure to keep track of the signal
  trampoline address
- we don't support per-sigaction signal trampolines, we only do per-process
- now that we use the IRIX libc signal trampoline, we do not have to handle
  the errno update from the signal trampoline
- it is possible that IRIX 5 signal delivery works too, since theses binaries
  will come with their own signal trampoline
2002-04-14 21:50:49 +00:00
..
adosfs
altq
arch Fix typo in last (luckily, search/replace makes the same typo everywhere). 2002-04-14 21:32:24 +00:00
coda Add the statfs upcall so df now reports cache size and usage. 2002-03-27 05:10:40 +00:00
compat IRIX provide a signal trampoline in libc, we now use it. 2002-04-14 21:50:49 +00:00
conf No need to explicitly list vlan or ppppoe for if_ethersubr.c, both already 2002-04-07 06:54:35 +00:00
crypto
ddb
dev Some fixes for Symbol card. 2002-04-14 19:55:23 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs Add the actual session offset to the volume size. This makes 2002-03-26 19:04:23 +00:00
kern Use SESSHOLD and SESSRELE consistently. 2002-04-12 17:02:33 +00:00
lib Add a 1byte pad to make the ustar_t word aligned so the uas_1cyl after it 2002-03-30 01:29:48 +00:00
lkm Fix a file name. 2002-04-10 04:21:27 +00:00
miscfs Changes to make it less likely to need to be revisited later again: 2002-04-02 17:46:06 +00:00
msdosfs use DTYPE_VND (the one intended) rather than bogus DTYPE_VNODE 2002-03-25 20:42:40 +00:00
net Fix copyright notice. 2002-04-14 12:24:26 +00:00
netatalk
netccitt
netinet correct variable initialization. reported by fujitsu folks 2002-04-10 09:18:57 +00:00
netinet6 make sure to check address family in route cache 2002-03-28 01:33:50 +00:00
netisdn Fix copyright notice. 2002-04-14 12:24:26 +00:00
netiso
netkey remove unneeded #if 2002-03-21 04:41:03 +00:00
netnatm
netns
netsmb
nfs only use UBC_FAULTBUSY to access offsets past EOF, 2002-04-10 03:06:57 +00:00
ntfs
stand
sys Always define SA_SIGINFO, and keep track of it in SVR4 emulation. This is 2002-04-12 17:37:30 +00:00
ufs Add a special case for nrpos=1 to cbtorpos(). This massively reduces CPU usage 2002-04-10 14:31:07 +00:00
uvm Allow pmap_copy_page() and pmap_zero_page() to be #define'd 2002-04-10 00:40:45 +00:00
Makefile