Go to file
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
bin PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
distrib removed tahoe references 1996-10-17 04:27:00 +00:00
etc removed most tahoe references 1996-10-17 04:38:49 +00:00
games <machine/endian.h> -> <sys/types.h> 1996-10-13 00:01:05 +00:00
gnu Add protocol module for remote IPKDB debugging 1996-10-16 19:49:49 +00:00
include add _PATH_KVMDB as "/var/db/kvm.db" 1996-10-12 00:49:19 +00:00
lib catch up with <machine/asm.h> changes, SYS.h changes, and the removal 1996-10-17 03:08:03 +00:00
libexec Actually set the RTLD_DL flag in dlopen'ed shared objects, per PR#2791. 1996-10-06 19:03:32 +00:00
regress merge DB 1.85 changes 1996-05-03 21:50:36 +00:00
sbin Remove boot_tahoe.8. We have no tahoe port. 1996-10-17 01:05:57 +00:00
share removed because we have no tahoe port 1996-10-17 03:12:23 +00:00
sys Several changes: 1996-10-17 08:27:35 +00:00
usr.bin Rework to compile with <sys/exec_elf.h>. 1996-10-16 00:27:05 +00:00
usr.sbin fix PR #2623: read the idle time from the kernel to determine whether 1996-10-16 00:15:51 +00:00
Makefile allow builds to work if directory games is missing. Closes pr misc/1921 and 1996-08-10 23:29:00 +00:00