Go to file
ad 7135f4bde9 - When computing the TSC frequency, call i8254_delay() and not DELAY().
- Use atomics to adjust the pmap reference count, instead of taking locks.
- Implement I386_{SET,GET}_{FS,GS}BASE, allowing %fs and %gs to be used
  as per-thread registers. This is compatible with FreeBSD.
- Run patches after we have attached CPUs, since we then know if the
  system is uniprocessor or not. Eliminates a lot of #ifdef MULTIPROCESSOR
  and makes running MP kernels on UP systems cheaper.
- Patch out many of the 'lock' prefixes to nops if uniprocessor.
- Do a wbinvd after patching to ensure that the trace/instruction cache
  is up to date.
2007-11-10 20:06:23 +00:00
bin Compat pecoff uses the standard netbsd system call interface. 2007-11-10 14:41:51 +00:00
common Fix typo 2007-11-06 11:41:35 +00:00
crypto From Arnaud Ebalard: some sanity checks, debug, and a better matching of SPD entries in getsp_r() 2007-11-09 16:28:14 +00:00
dist In READ_CAPACITY, send back the size of the LUN, not the maximum LBA, 2007-11-06 15:59:10 +00:00
distrib install kmem.h for pstat. 2007-11-10 07:41:51 +00:00
doc mention btkey(1) 2007-11-09 21:29:21 +00:00
etc Remove fd0 and fd1 devices (which are nonexistent on cobalt) 2007-11-07 13:19:45 +00:00
games __attribute -> __attribute__ 2007-09-16 18:39:54 +00:00
gnu Remove symbol for IEEE Std 1003.1-2004, as it is now included with groff. 2007-11-05 17:36:23 +00:00
include Add kvm_dump_header and implement kvm_dump_wrtheader on top of it. 2007-11-08 20:48:04 +00:00
lib always compile getopt_long. some ifdef reduction. more to come. 2007-11-09 03:29:20 +00:00
libexec - remove const from h_header, this pointer is occasionally free'd 2007-11-04 15:20:11 +00:00
regress gcc constant folding at compile time works around the real points of these 2007-11-07 00:08:50 +00:00
rescue Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
sbin - fix timeout for -s. 2007-11-09 12:25:00 +00:00
share tell about 88E8055 support 2007-11-09 03:54:45 +00:00
sys - When computing the TSC frequency, call i8254_delay() and not DELAY(). 2007-11-10 20:06:23 +00:00
tools make it so that we always use our own version of getopt_long as the comment 2007-11-08 20:30:59 +00:00
usr.bin don't bother to print unmaintained statistics. (m_drops, m_wait) 2007-11-10 12:05:08 +00:00
usr.sbin Cache readlink results similarly to attributes. Makes "cd" fast 2007-11-10 18:36:06 +00:00
x11 On NetBSD/amd64, load modules within the first 2GB of RAM. 2007-10-11 19:04:49 +00:00
build.sh remove pmppc as a target 2007-10-17 23:23:02 +00:00
BUILDING Convert build.sh iso-dir=directory option to -C cddir as per jmmv@ on 2007-09-01 09:32:19 +00:00
Makefile Do not abort on exit code 1 from postinstall check, this is expected. 2007-10-07 16:35:21 +00:00
Makefile.inc
UPDATING Note the removal of pccons(4) from NetBSD/shark. 2007-10-28 18:13:38 +00:00