Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-16 | signal fixes (csh runs) | kstailey | |
1999-09-16 | Do not try to output when there is no space in the FIFO, optimize too | Niklas Hallqvist | |
1999-09-16 | sync | Theo de Raadt | |
1999-09-16 | new junk | Theo de Raadt | |
1999-09-15 | tag + copyright | kstailey | |
1999-09-15 | regen | kstailey | |
1999-09-15 | getdents(2) | kstailey | |
1999-09-15 | repairs | Michael Shalayeff | |
1999-09-15 | apply grammer fixes from pr#831; from kwesterback@home.com | Michael Shalayeff | |
although boot options (i.e. RB_* from the sys/reboot.h) should be described elsewhere. | |||
1999-09-15 | regen | kstailey | |
1999-09-15 | more and better signal routines, vfork() | kstailey | |
1999-09-15 | OpenBSD-ify and remove statics | Jason Wright | |
1999-09-14 | Document scrollback support. | Aaron Campbell | |
1999-09-14 | When switching line modes (i.e., by bringing in new character sets via | Aaron Campbell | |
loadfont(1)), free the scrollback buffer and reallocate it with the new row/col sizes. We must do this to ensure our future calculations are correct. | |||
1999-09-14 | Spelling, some from jj@it.kth.se | Marc Espie | |
1999-09-14 | vaddr_t/vsize_t | Michael Shalayeff | |
1999-09-14 | amiga subdir | Marc Espie | |
1999-09-14 | don't panic when creating kernel threads | kstailey | |
1999-09-14 | protect alignment | kstailey | |
1999-09-14 | regen | kstailey | |
1999-09-14 | signals | kstailey | |
1999-09-14 | bew frame framework | Michael Shalayeff | |
1999-09-14 | tabs vs spaces | Michael Shalayeff | |
1999-09-13 | Remove statics (required renames) | Niklas Hallqvist | |
1999-09-13 | enc0 not encap0 | Niklas Hallqvist | |
1999-09-13 | Remove statics | Niklas Hallqvist | |
1999-09-13 | remove statics | Jason Wright | |
1999-09-13 | remove more #ifdef/#else blocks | Jason Wright | |
1999-09-13 | openbsd-ify | Jason Wright | |
merge with freebsd: alpha support (untested) missing ifmedia_set() larger value for ifq_maxlen | |||
1999-09-13 | OpenBSD-ify (Remove OS dependent #ifdef's) | Jason Wright | |
Merge with FreeBSD: perform rx reset & tx reset in xl_reset() fix queuing race in xl_txeof | |||
1999-09-13 | isa0 at pcib?; netbsd via peter | Theo de Raadt | |
1999-09-13 | establish irq after aic | Theo de Raadt | |
1999-09-12 | Fix rootdev handling, use disk checksums to find the device we were booted | Tobias Weingartner | |
from. Hopefully this will fix all the hangs/panics where the root device was not found. | |||
1999-09-12 | regen | kstailey | |
1999-09-12 | take out unimplemented calls | kstailey | |
1999-09-12 | regen | kstailey | |
1999-09-12 | Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls. | kstailey | |
1999-09-12 | grammer | kstailey | |
1999-09-12 | style(9) | Niklas Hallqvist | |
1999-09-11 | define call frame offsets and argument access macros, add space for cr28 in ↵ | Michael Shalayeff | |
trapframe | |||
1999-09-11 | add 8x10 font for koi8, derived from the vt220-8x10, look and feel of low ↵ | Michael Shalayeff | |
part of the ancestor is extended to the upper (cyrillic) portion | |||
1999-09-11 | We do not use the ed driver anymore | Niklas Hallqvist | |
1999-09-11 | regen | Matthieu Herrb | |
1999-09-11 | add 3DFX Voodoo 3 | Matthieu Herrb | |
1999-09-11 | s/vm_offset_t/vaddr_t/ s/vm_size_t/vsize_t/ | Michael Shalayeff | |
1999-09-11 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff | |
1999-09-11 | s/vm_offset_t/vaddr_t/g | Michael Shalayeff | |
1999-09-10 | art@ added access arg to pmap_enter. Not used here | kstailey | |
1999-09-10 | let the DOINGSOFTDEP macro always return 0 if FFS_SOFTUPDATES is not | Artur Grabowski | |
defined. It will do that anyway, but this way the compiler can optimize better. | |||
1999-09-10 | roundup(foo, NBPG) -> round_page(foo) | Artur Grabowski | |