Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-11-25 | Tell caller of error condition | Niklas Hallqvist | |
1998-11-24 | sync | Theo de Raadt | |
1998-11-24 | new card | Theo de Raadt | |
1998-11-24 | OPAL has been dead since, like, forever.. | Niklas Hallqvist | |
1998-11-24 | Use our exact size types instead of short/long | Niklas Hallqvist | |
1998-11-24 | Use our exact size types instead of char/long | Niklas Hallqvist | |
1998-11-24 | put kvtop() here, since it needs virtual_avail as the end | Michael Shalayeff | |
of equaly mapped area. use pmap_extracet() for the rest ... | |||
1998-11-24 | deal with busses which misidentify; enami@netbsd | Theo de Raadt | |
1998-11-24 | sync | Theo de Raadt | |
1998-11-24 | future ALS100+ devices | Theo de Raadt | |
1998-11-24 | sync | Theo de Raadt | |
1998-11-24 | AZT1008 sound card | Theo de Raadt | |
1998-11-23 | make quieter on out of memory conditions | Jason Wright | |
1998-11-23 | clean up, make more quiet, and nuke unused 'csr' variable | Jason Wright | |
1998-11-23 | clean up and make more quiet | Jason Wright | |
1998-11-23 | regen | Michael Shalayeff | |
1998-11-23 | some more 715th and 725th, better descriptions | Michael Shalayeff | |
1998-11-23 | some bus.h | Michael Shalayeff | |
1998-11-23 | pasto in last commit | Todd C. Miller | |
1998-11-23 | add missing done: label so this actually compiles | Todd C. Miller | |
1998-11-23 | more reasonable VM_MAX_KERNEL_ADDRESS | Michael Shalayeff | |
1998-11-23 | get closer to the interrupt handling times | Michael Shalayeff | |
1998-11-23 | cpu_intr_establish() proto | Michael Shalayeff | |
1998-11-23 | proper m-include protection, some minor cleanups | Michael Shalayeff | |
1998-11-23 | interrupt now | Michael Shalayeff | |
1998-11-23 | ok, go in. we'll sync you later w/ asp and lasi | Michael Shalayeff | |
1998-11-23 | some barebone driver for HWPC010(maybe others too) EISA adapter(s) | Michael Shalayeff | |
1998-11-23 | merge all PDC stuff in one file | Michael Shalayeff | |
1998-11-23 | some GSC bus adapters; WAX is not ready yet | Michael Shalayeff | |
1998-11-22 | regen | Michael Shalayeff | |
1998-11-22 | some HP devices | Michael Shalayeff | |
1998-11-21 | deal with d_secpercyl insanity | Theo de Raadt | |
1998-11-21 | when mmap'ing check for offset >= size, not just > size and disallow ↵ | Todd C. Miller | |
negative offsets; mrg@netbsd.org | |||
1998-11-21 | return -1 for mmap stub, not 0; mrg@netbsd.org | Todd C. Miller | |
1998-11-21 | return -1 for negative mmap offset; mrg@netbsd.org | Todd C. Miller | |
1998-11-21 | when mmap'ing check for offset >= size, not just > size and disallow ↵ | Todd C. Miller | |
negative offsets; mrg@netbsd.org | |||
1998-11-21 | regen | Niklas Hallqvist | |
1998-11-21 | move some ethernet devices to the ethernet section. Fix AW35/pro descriptions | Niklas Hallqvist | |
1998-11-21 | check for negative off in mmap | Niklas Hallqvist | |
1998-11-21 | prototype clock_{gettime,settime,getres} | David Leonard | |
1998-11-20 | careful mmap | Theo de Raadt | |
1998-11-20 | marc did not test this completely | Theo de Raadt | |
1998-11-20 | careful mmap | Theo de Raadt | |
1998-11-20 | careful with mmap off | Theo de Raadt | |
1998-11-20 | oops | Theo de Raadt | |
1998-11-20 | careful off handling in mmap routines | Theo de Raadt | |
1998-11-20 | Add 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-20 | Add cast, from NetBSD. | Jason Downs | |
1998-11-20 | s/dismounted/unmounted/ | Todd C. Miller | |
1998-11-20 | MII fixups, should be able to reliably switch modes manually now | Jason Wright | |