summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-04-17Do interrupt time accounting by running interrupt handlers with a seperateThorsten Lockert
code segment selector (otherwise identical to the standard kernel code selector); idea by Dave Richards <richards@zso.dec.com>
1997-04-17Apple's firmware returns 0 from OF_read(stdin,)briggs
if no characters are available. Deal with it.
1997-04-17make unconnected sockets get a random port #, tooTheo de Raadt
1997-04-17Removal of race conditions. Inspired by Charles Hannum'sNiklas Hallqvist
<mycroft@netbsd.org> reorganization of the vm_collapse logic, although not used verbatim. We no longer collapse objects from the pagedaemon as that is not necessary anymore with the more aggressive collapses that gets done. This also increases performance of loaded systems. Much KNF too.
1997-04-16Missing init of a bus_space_tagNiklas Hallqvist
1997-04-16add RB_KDB supportTheo de Raadt
1997-04-16add ext2fsTheo de Raadt
1997-04-16map two pages of Sysmap rather than 1.flipk
fixes ramdisk loading problem (kernel > 4M). some comments.
1997-04-16Add a proper version number ala other ports, and clean up various parts ofJason Downs
the Makefiles. Lots more to do...
1997-04-16Merge portions of NetBSD up to 970415.Jason Downs
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me.
1997-04-16fix cut 'n' pasteJason Downs
1997-04-16Multiple include protection.Jason Downs
1997-04-16Changes up to NetBSD 970415.Jason Downs
1997-04-16exec() changes.Jason Downs
1997-04-16Use _PATH_DEFTAPE not DEFTAPE in mt(1)Todd C. Miller
Remove DEFTAPE from <sys/mtio.h> and guard against multiple inclusion.
1997-04-16nice printfTheo de Raadt
1997-04-15extern int debug;Michael Shalayeff
1997-04-15pass bootdev to kernel...Michael Shalayeff
all the future devices have to copy it into global var... in the current state i can boot any kernel i have.... testers?
1997-04-15no more assembly setup. all the gung is ok already in srt0.SMichael Shalayeff
this is what we were talking about, toby (; and this shaves a couple of dozens of bytes!
1997-04-15support more S3 chipsets. done by comparing against SuperCode;Theo de Raadt
wisner@gryphon.com
1997-04-15need an rdTheo de Raadt
1997-04-15Add quirk, type for AT3 scanner (ViewStation 32)Thorsten Lockert
1997-04-15nice printf, do not biteTheo de Raadt
1997-04-15mostly repair option arg handling for bootingTheo de Raadt
1997-04-15partition table in biosboot too. Max 28 BLKCNT, tooTheo de Raadt
1997-04-15copyright to toby (;Michael Shalayeff
1997-04-15do bounce-buffering to avoid DMA overrunMichael Shalayeff
somebody, test it!
1997-04-15kill bogus commentsMichael Shalayeff
1997-04-15print debugging stuff only when debug!=0Michael Shalayeff
1997-04-14no need for partition table....Michael Shalayeff
mbr is for that stuff.....
1997-04-14Bring our incarnation of John Wittowski's direct adb driver into compatiblegene
state with NetBSD's. The direct-to-ADB code is now enabled by default. Using 'options MRG_ADB' will cause the kernel to revert to the 'old standby' code.
1997-04-14Whoops. A spurious '{' slipped into an if statement. This compiles again.gene
Also, since I'm here, fix some KNF.
1997-04-14typo for us.michaels
1997-04-14#34 - linux_sys_nice from NetBSDThomas Graichen
1997-04-14build stand (AND boot)Theo de Raadt
1997-04-14let stand & boot co-existTheo de Raadt
1997-04-14add signature! fake partition 0 for floppy until fdisk(8) has -f flag. max ↵Theo de Raadt
16 BLKCNT
1997-04-14kill extra linefeedingTheo de Raadt
1997-04-14Document flag to set 32-bit word mode. Call it ED_DCR_QTS forTodd C. Miller
lack of a better name (anyone have any documentation?)
1997-04-14Add PCI ed*Todd C. Miller
1997-04-14rd pdevTheo de Raadt
1997-04-14Minor performance enhancements from NetBSDThorsten Lockert
1997-04-14Merge in various pieces of current NetBSD scsi code, including but not limitedJason Downs
to: * New changer driver. * Better optical support. * Different `done' semantics. * New quirks for SCSI QIC tape driver, SCSI floppy drives. * Better support for SCSI-I devices. Everybody needs to test this.
1997-04-14setup_pm() is only used with \!HWDIRECT.briggs
1997-04-14Correct some bogus casts and change u_short -> u_int16_tTodd C. Miller
1997-04-14Capslock support from Steve Brown <sbrown@best.com>briggs
1997-04-14Use an offset parameter when loading the reg_map--some cards use the "other"briggs
16 bits of the words.
1997-04-14Ooops.briggs
1997-04-14options IPFILTERbriggs
1997-04-13Nuke i386 specific stuff. Not needed anymore.Tobias Weingartner