freebsd-nq/sys
Søren Schmidt a926a37b0a Third round in syscons update.
Display update method changed, now allways write in memory buffer,
  then periodically update physical display.
Speed improvements (now > 5 times faster than the old syscons).
History now circular buffer, with changeable size.
History scroll by up/down line, up/down page, home and end.
Backtab proberly implemented.
Now space for 96 function keys, 63 allocated standard, default now
  SCO/SYSV compat again as in the old days.
New keyboard definition files ~share/syscons/keymaps/*
Misc fixes for old "hacks" that broke SCO/SYSV compat.
More that I forgot before writing this...
1995-01-28 22:18:05 +00:00
..
alpha/include Third round in syscons update. 1995-01-28 22:18:05 +00:00
amd64 Add soundblaster CD to generic kernel. Hope this doesn't run us out 1995-01-28 05:01:43 +00:00
compile
conf Tweak the location of the scd driver. 1995-01-28 04:20:55 +00:00
ddb Load the kernel symbol table in the boot loader and not at compile time. 1995-01-25 21:40:47 +00:00
dev Third round in syscons update. 1995-01-28 22:18:05 +00:00
fs Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
gnu Nuke out a printf that otherwise spews crap at probe() time. A no-no. 1995-01-28 06:40:23 +00:00
i386 Third round in syscons update. 1995-01-28 22:18:05 +00:00
isa Third round in syscons update. 1995-01-28 22:18:05 +00:00
isofs/cd9660 Roll in my changes to make the cd9660 code understand the older 1995-01-16 17:03:29 +00:00
kern Fix problem with freeing busy pages reported by Nick Sayer. 1995-01-26 03:34:31 +00:00
libkern Always build libkern_p.a. `NOPROFILE' should only control user libraries. 1995-01-10 01:57:56 +00:00
miscfs Initialize map start hint to vm_map_find()...not doing so will cause it 1995-01-05 03:59:38 +00:00
modules Checking new lkm structure.. 1995-01-12 13:57:51 +00:00
msdosfs These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
net Declare `struct mbuf' with the correct scope to avoid lots of warnings 1995-01-24 04:47:33 +00:00
netccitt Update calls to rtalloc1() to match. 1994-12-13 22:32:17 +00:00
netinet Correct long-standing error in the RSVP hooks (would initialize but never 1995-01-26 18:59:02 +00:00
netiso Update calls to rtalloc1(). 1994-12-13 22:33:05 +00:00
netns
nfs Fix conversion to/from nfs v2 time in handling microseconds. 1995-01-10 13:11:42 +00:00
nfsclient Added two missing brelse() calls. 1995-01-10 13:06:51 +00:00
nfsserver These changes embody the support of the fully coherent merged VM buffer cache, 1995-01-09 16:06:02 +00:00
pci Change the string returned in the aic7870 motherboard probe case. Change 1995-01-22 00:47:50 +00:00
powerpc/include
rpc
scsi 1. Reject obviously broken CDB command lengths 1995-01-24 12:04:56 +00:00
sys ioctls for the joystick driver 1995-01-25 20:41:06 +00:00
tools
ufs Removed some unused/obsolete code. 1995-01-24 10:02:00 +00:00
vm Completed the fix for attempting to page out pages via the device_pager. 1995-01-28 02:02:25 +00:00
Makefile