NetBSD/sys
thorpej 52c0d38a1a Several changes:
- Rename EX_NOBLOB to EX_NOCOALESCE; it's much more descriptive of
  what's going on.
- In extent_free_region_descriptor(), if we're a fixed extent,
  freeing a dynamically allocated region descriptor, and someone
  is waiting on the freelist, let the waiter have it, rather than
  free'ing it back to the system.
- Use ALIGN(), rather than our homegrown EXTENT_ALIGN(), when dealing
  with map overhead.  Privatize the EXTENT_ALIGN() macro; there's no need
  to export it.
- Implement EX_BOUNDZERO flag.  This changes the boundary line policy in
  extent_alloc() and extent_alloc_subregion(); boundary lines are
  computed relative to 0, rather then the start of the extent.
- Fix a nasty race between multiple participants doing region and
  descriptor allocation.
- Add a new flag to specify that it's ok to wait for space in the
  extent: EX_WAITSPACE.
- Blow away an unnecessary splhigh()/splx().
- Put a bunch of sanity code inside #ifdef DIAGNOSTIC/#endif.
1996-10-17 08:27:35 +00:00
..
adosfs backout previous kprintf change 1996-10-13 02:52:06 +00:00
arch Changes from the hp300 trap.c: 1996-10-17 06:42:44 +00:00
compat Need to include <sys/exec.h> 1996-10-14 06:53:23 +00:00
conf Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
ddb backout previous kprintf changes 1996-10-13 04:10:34 +00:00
dev Appease the compiler: get rid of some unused variables, add some 1996-10-17 04:34:08 +00:00
ipkdb Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
isofs/cd9660 backout previous kprintf changes 1996-10-13 02:28:58 +00:00
kern Several changes: 1996-10-17 08:27:35 +00:00
lib copy down changes from libc 1996-10-17 04:26:20 +00:00
lkm don't include <machine/exec.h> here. Even if it's necessary, 1996-10-07 19:55:07 +00:00
miscfs backout previous kprintf changes 1996-10-13 02:21:25 +00:00
msdosfs backout previous kprintf changes 1996-10-13 04:10:34 +00:00
net backout previous kprintf change 1996-10-13 02:10:01 +00:00
netccitt backout previous kprintf change 1996-10-13 02:10:01 +00:00
netinet Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB 1996-10-16 19:32:08 +00:00
netiso backout previous kprintf change 1996-10-13 16:50:51 +00:00
netnatm backout previous kprintf change 1996-10-13 01:59:55 +00:00
netns backout previous kprintf change 1996-10-13 01:59:55 +00:00
nfs revert kprintf changes 1996-10-13 01:39:03 +00:00
scsi revert previous kprintf change 1996-10-12 23:23:13 +00:00
stand backout previous kprintf change 1996-10-12 22:14:10 +00:00
sys make the value of NetBSD in 1.2A > in 1.2. they were 199608 and 1996-10-17 02:10:49 +00:00
ufs revert previous kprintf changes 1996-10-12 21:58:44 +00:00
vm back out previous kprintf changes 1996-10-12 21:50:05 +00:00
Makefile oops; MFILES definition got lost. (from tls) 1996-10-15 06:50:26 +00:00