summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
1999-09-15repairsMichael Shalayeff
1999-09-15apply grammer fixes from pr#831; from kwesterback@home.comMichael Shalayeff
1999-09-15regenkstailey
1999-09-15more and better signal routines, vfork()kstailey
1999-09-15OpenBSD-ify and remove staticsJason Wright
1999-09-14Document scrollback support.Aaron Campbell
1999-09-14When switching line modes (i.e., by bringing in new character sets viaAaron Campbell
1999-09-14Spelling, some from jj@it.kth.seMarc Espie
1999-09-14vaddr_t/vsize_tMichael Shalayeff
1999-09-14amiga subdirMarc Espie
1999-09-14don't panic when creating kernel threadskstailey
1999-09-14protect alignmentkstailey
1999-09-14regenkstailey
1999-09-14signalskstailey
1999-09-14bew frame frameworkMichael Shalayeff
1999-09-14tabs vs spacesMichael Shalayeff
1999-09-13Remove statics (required renames)Niklas Hallqvist
1999-09-13enc0 not encap0Niklas Hallqvist
1999-09-13Remove staticsNiklas Hallqvist
1999-09-13remove staticsJason Wright
1999-09-13remove more #ifdef/#else blocksJason Wright
1999-09-13openbsd-ifyJason Wright
1999-09-13OpenBSD-ify (Remove OS dependent #ifdef's)Jason Wright
1999-09-13isa0 at pcib?; netbsd via peterTheo de Raadt
1999-09-13establish irq after aicTheo de Raadt
1999-09-12Fix rootdev handling, use disk checksums to find the device we were bootedTobias Weingartner
1999-09-12regenkstailey
1999-09-12take out unimplemented callskstailey
1999-09-12regenkstailey
1999-09-12Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey
1999-09-12grammerkstailey
1999-09-12style(9)Niklas Hallqvist
1999-09-11define call frame offsets and argument access macros, add space for cr28 in t...Michael Shalayeff
1999-09-11add 8x10 font for koi8, derived from the vt220-8x10, look and feel of low par...Michael Shalayeff
1999-09-11We do not use the ed driver anymoreNiklas Hallqvist
1999-09-11regenMatthieu Herrb
1999-09-11add 3DFX Voodoo 3Matthieu Herrb
1999-09-11s/vm_offset_t/vaddr_t/ s/vm_size_t/vsize_t/Michael Shalayeff
1999-09-11s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-11s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10art@ added access arg to pmap_enter. Not used herekstailey
1999-09-10let the DOINGSOFTDEP macro always return 0 if FFS_SOFTUPDATES is notArtur Grabowski
1999-09-10roundup(foo, NBPG) -> round_page(foo)Artur Grabowski
1999-09-10roundup(foo, CLBYTES) -> clrnd(round_page(foo))Artur Grabowski
1999-09-10use clrnd(round_page(size)) instead of roundup(size, CLBYTES).Artur Grabowski
1999-09-10use round_page(foo) instead of roundup(foo, NBPG)Artur Grabowski
1999-09-10undo previouskstailey
1999-09-10undo previouskstailey
1999-09-10include sys/exec.h before sys/exec_elf.hkstailey
1999-09-10include sys/exec.h before sys/exec_elf.hArtur Grabowski