summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-11-25Tell caller of error conditionNiklas Hallqvist
1998-11-24syncTheo de Raadt
1998-11-24new cardTheo de Raadt
1998-11-24OPAL has been dead since, like, forever..Niklas Hallqvist
1998-11-24Use our exact size types instead of short/longNiklas Hallqvist
1998-11-24Use our exact size types instead of char/longNiklas Hallqvist
1998-11-24put kvtop() here, since it needs virtual_avail as the endMichael Shalayeff
of equaly mapped area. use pmap_extracet() for the rest ...
1998-11-24deal with busses which misidentify; enami@netbsdTheo de Raadt
1998-11-24syncTheo de Raadt
1998-11-24future ALS100+ devicesTheo de Raadt
1998-11-24syncTheo de Raadt
1998-11-24AZT1008 sound cardTheo de Raadt
1998-11-23make quieter on out of memory conditionsJason Wright
1998-11-23clean up, make more quiet, and nuke unused 'csr' variableJason Wright
1998-11-23clean up and make more quietJason Wright
1998-11-23regenMichael Shalayeff
1998-11-23some more 715th and 725th, better descriptionsMichael Shalayeff
1998-11-23some bus.hMichael Shalayeff
1998-11-23pasto in last commitTodd C. Miller
1998-11-23add missing done: label so this actually compilesTodd C. Miller
1998-11-23more reasonable VM_MAX_KERNEL_ADDRESSMichael Shalayeff
1998-11-23get closer to the interrupt handling timesMichael Shalayeff
1998-11-23cpu_intr_establish() protoMichael Shalayeff
1998-11-23proper m-include protection, some minor cleanupsMichael Shalayeff
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 ↵Todd C. Miller
negative offsets; mrg@netbsd.org
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 ↵Todd C. Miller
negative offsets; mrg@netbsd.org
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
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
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