NetBSD/sys
thorpej fb74151eaf Fix the stat(2) ABI problem noticed by Curt Sampson and Chris Demetriou.
The problem is that the timespec structures now how 7 32-bit values before
them, which causes them to be implicitly padded on the Alpha (because the
timespecs have an alignment of 64 bits).  However, the alignment constraints
changed if _POSIX_SOURCE was defined (thus replacing the timespecs with
time_ts and longs).  This had no effect on 32-bit architectures, but changed
the offsets of several stat structure members on the Alpha.

XXX The ABI has not changed; explicit padding is added in the _POSIX_SOURCE
XXX case, enabled by an #ifdef __alpha__.  This should be changed if the
XXX stat(2) ABI is ever changed again (e.g. if we change time_t to 64 bits).
1998-01-05 02:23:43 +00:00
..
adosfs
arch Now that all ports have pmap_activate(), and it has an identical interface, 1998-01-03 01:12:59 +00:00
compat Pull in fcntl GETLK/SETLK/UNLK compat functions from SVR4 sibling. 1997-12-11 09:52:57 +00:00
conf Add kern/subr_pool.c 1997-12-15 11:16:50 +00:00
ddb Fixes for software-assisted single-stepping from Chuck Silvers. 1997-12-10 23:09:31 +00:00
dev Fix a typo in panic string. 1997-12-31 02:46:51 +00:00
gdbscripts
ipkdb
isofs/cd9660 Add missing casts to nlink_t and dev_t 1997-10-16 23:56:57 +00:00
kern New vfork(2) implementation, whith semantics matching those of the original 1998-01-04 03:52:02 +00:00
lib If the send routine returns an error (-1), wait and retry using the same 1997-12-26 22:41:30 +00:00
lkm merge ip-filter 3.2.1 1997-11-14 12:40:06 +00:00
miscfs Too many vnode ops were marked as bad op, but could happen in practice. 1997-11-27 20:36:05 +00:00
msdosfs PR4393: additional fixes of format strings for unsigned parameters 1997-11-17 15:36:17 +00:00
net PR/2733: Bill Sommerfeld: route change command can crash system. Actually 1997-12-10 00:47:57 +00:00
netatalk
netccitt
netinet Implement a queue for delayed ACK processing. This queue is used in 1997-12-31 03:31:23 +00:00
netiso Make these structures packed, so that at least with our compiler, fixed 1997-11-03 15:01:18 +00:00
netnatm
netns
nfs Check vnode for VDIR type before doing anything with it in the 1997-12-22 00:09:02 +00:00
stand
sys Fix the stat(2) ABI problem noticed by Curt Sampson and Chris Demetriou. 1998-01-05 02:23:43 +00:00
ufs When allocating an inode with dtime set, also bzero e2di_blocks[]. 1997-10-27 14:43:41 +00:00
vm Implement address space sharing (by keeping ref counts on the vmspace 1998-01-03 02:53:00 +00:00
Makefile add some "find | xargs chmod"s to the includes target, like were in 1997-11-26 17:25:10 +00:00