summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1998-11-23interrupt nowMichael Shalayeff
1998-11-23ok, go in. we'll sync you later w/ asp and lasiMichael Shalayeff
1998-11-23some barebone driver for HWPC010(maybe others too) EISA adapter(s)Michael Shalayeff
1998-11-23merge all PDC stuff in one fileMichael Shalayeff
1998-11-23some GSC bus adapters; WAX is not ready yetMichael Shalayeff
1998-11-22regenMichael Shalayeff
1998-11-22some HP devicesMichael Shalayeff
1998-11-21deal with d_secpercyl insanityTheo de Raadt
1998-11-21when mmap'ing check for offset >= size, not just > size and disallow negative...Todd C. Miller
1998-11-21return -1 for mmap stub, not 0; mrg@netbsd.orgTodd C. Miller
1998-11-21return -1 for negative mmap offset; mrg@netbsd.orgTodd C. Miller
1998-11-21when mmap'ing check for offset >= size, not just > size and disallow negative...Todd C. Miller
1998-11-21regenNiklas Hallqvist
1998-11-21move some ethernet devices to the ethernet section. Fix AW35/pro descriptionsNiklas Hallqvist
1998-11-21check for negative off in mmapNiklas Hallqvist
1998-11-21prototype clock_{gettime,settime,getres}David Leonard
1998-11-20careful mmapTheo de Raadt
1998-11-20marc did not test this completelyTheo de Raadt
1998-11-20careful mmapTheo de Raadt
1998-11-20careful with mmap offTheo de Raadt
1998-11-20oopsTheo de Raadt
1998-11-20careful off handling in mmap routinesTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-11-20Add cast, from NetBSD.Jason Downs
1998-11-20s/dismounted/unmounted/Todd C. Miller
1998-11-20MII fixups, should be able to reliably switch modes manually nowJason Wright
1998-11-20make _MCOUNT_DECL non-static so the compiler doesn't bitch andMarco S Hyman
1998-11-20vn_lock already unlocks the simple lock. don't do that againArtur Grabowski
1998-11-19disable FACK/SACK again; they still panic alphas. Sorry Niels, but you have ...Theo de Raadt
1998-11-19syncTheo de Raadt
1998-11-19cleanTheo de Raadt
1998-11-19more pnp devicesTheo de Raadt
1998-11-19Sync with FreeBSD:Jason Wright
1998-11-19syncJason Wright
1998-11-19remove realtek2 entryJason Wright
1998-11-19syncTheo de Raadt
1998-11-19accton 503xTheo de Raadt
1998-11-19reenable SACK and FACKNiels Provos
1998-11-18nuke unused variablesJason Wright
1998-11-1864-bit clean upNiels Provos
1998-11-18Add rlphy driverJason Wright
1998-11-18add mii attribute to if_rl (missed in last commit)Jason Wright
1998-11-18dev/mii'fy RTL driver and add new phy driver for the 8139 internal phyJason Wright
1998-11-18do not require userland programs to define cpp variables, that is stupidTheo de Raadt
1998-11-18indent rightTheo de Raadt
1998-11-18disable SACK/FACK until provos learns how to write code which does not do una...Theo de Raadt
1998-11-18regenArtur Grabowski
1998-11-18syscalls behind #ifdef should have an #elseArtur Grabowski
1998-11-17put back the NO_KMEMSTATS hackArtur Grabowski
1998-11-17don't default to KMEMSTATS (was defined unless NO_KMEMSTATS was defined)Artur Grabowski