summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-10-08define from smp specTobias Weingartner
1997-10-08use shorter uname version stringkstailey
1997-10-08Style nitNiklas Hallqvist
1997-10-08Make both NFS and HD kernelsNiklas Hallqvist
1997-10-08Use KERNBASE where appropriate. KNF!Niklas Hallqvist
1997-10-08Move some debugging output inside #ifdef DEBUG. KNF!Niklas Hallqvist
1997-10-08Proto regdump here until after 2.2, remove some staticsNiklas Hallqvist
1997-10-07extern of regdump until after 2.2 when it'll be in m68k/cpu.hNiklas Hallqvist
1997-10-07cngetc() proto movedTheo de Raadt
1997-10-07Put regdump.c here until after 2.2 when it will beNiklas Hallqvist
put in m68k/conf/files.m68k
1997-10-07From NetBSD: Simple conversions of audio streams, for use with the newerNiklas Hallqvist
MI audio subsystem (actually one of two :-) ) coming after 2.2
1997-10-07Missing fusword prototypeNiklas Hallqvist
1997-10-07NetBSD's new MI audio framework, but still only available for amiga,Niklas Hallqvist
after release it will replace our old MI stuff. Things brings audio to amiga out-of-the box.
1997-10-07Move dumpconf, and make swapconf more standardNiklas Hallqvist
1997-10-07Prototype correctness, lose statics, and fix styleNiklas Hallqvist
1997-10-07indentNiklas Hallqvist
1997-10-07cleanupMichael Shalayeff
1997-10-07cleanupMichael Shalayeff
1997-10-07better fix for floppy bootMichael Shalayeff
1997-10-07use sleep(), remove unused function protoMichael Shalayeff
1997-10-07explain machine diskinfo betterTheo de Raadt
1997-10-07let's keep it MI; 10x phil for the MD implementationMichael Shalayeff
1997-10-07make it compileMichael Shalayeff
1997-10-07the iosize is dummied to 0x666Michael Shalayeff
1997-10-07tabs vs spacesMichael Shalayeff
1997-10-07no, man! *probe sets iosize, according to the isa.cMichael Shalayeff
1997-10-07should workMichael Shalayeff
1997-10-07lpd uses 4 ports. PERIOD, no?Theo de Raadt
1997-10-07describe how to update from 2.1Theo de Raadt
1997-10-07do not modify ia_iosize, use another temporaryTheo de Raadt
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06make it comple w/ ED_DEBUGMichael Shalayeff
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06warning: unused variable "error"kstailey
1997-10-06better amp messageMichael Shalayeff
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06db_{read,write}_bytes loop end condition bad (unsigned >= 0 -> always TRUE)Niklas Hallqvist
some KNF. Now you can examine memory from ddb
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-06VFS Lite 2 ChangesConstantine Sapuntzakis
1997-10-06Set da_id to DIO_DEVICE_ID_IHPIB if this is an internal hpib controller.Todd C. Miller
Prevents nhpib0 from getting probed as dca1 on an hp400.
1997-10-04cleanup timestamp code for NT/Win95; khym@bga.comTheo de Raadt
1997-10-03if we booted from the floppy, the geometry is for the hard diskTheo de Raadt
bail completely if the geometry information is not available
1997-10-03avoid sign extension on bios geometry!Theo de Raadt
1997-10-03make bios_geometry unsigned to avoid sign extensionTheo de Raadt