summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
1999-09-10include sys/exec.h (which includes machine/exec.h) before sys/exec_elf.hArtur Grabowski
1999-09-10temp fixkstailey
1999-09-10s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10s/vm_offset_t/vaddr_t/gMichael Shalayeff
1999-09-10keep the name short since evcnt* stuff is limitted to 8 chars totalMichael Shalayeff
1999-09-10utilize uvm_pagealloc_contig()Michael Shalayeff
1999-09-10fixup the uvm_map() call in the uvm_pagealloc_contig() w/Michael Shalayeff
1999-09-10ELF64kstailey
1999-09-09Keep wdc_isa.c happy.Marc Espie
1999-09-09New atapi->scsi interface.Marc Espie
1999-09-09... and activate subdirMarc Espie
1999-09-09Put the loadbsd amigaos binary into our repository to easeMarc Espie
1999-09-08syncJakob Schlyter
1999-09-08Cyclades Cyclom-8YoPJakob Schlyter
1999-09-08Remove PCVT_SCROLLBACK option and make it on by default.Aaron Campbell
1999-09-08Some new macros:Marc Espie
1999-09-07ELF64kstailey
1999-09-07add PSW_BITS for printf's sakeMichael Shalayeff
1999-09-07make inittodr() whine some sane thingsMichael Shalayeff
1999-09-07silence -WallBrad Smith
1999-09-07rewrite to define bit positions; more bits from the pa1.1 manualMichael Shalayeff
1999-09-07print priJason Wright
1999-09-07Forgotten detach commit, to make detach of xircom realport workNiklas Hallqvist
1999-09-07update the comment about how the srmmu works (some names were wrong)Artur Grabowski
1999-09-07allow powerdown via tctrl driver for tadpole; from NetBSDJason Wright
1999-09-07this is what it was supposed to be in the last commitMichael Shalayeff
1999-09-07add tadpole microcontroller device driver; from NetBSDJason Wright
1999-09-06ATAPISCSI, CD-ROM, ISO-9660 fs, ksymskstailey
1999-09-06unbreak pmap_enterArtur Grabowski
1999-09-06unbreak things after the pmap_enter changeArtur Grabowski
1999-09-06Some XFree86 3.9.15 drivers need to access the BIOS of the VGA boardsMatthieu Herrb
1999-09-06remove debugging cruftJason Wright
1999-09-06p9100 console driver for tadpole 3g[sx] (based on cgthree.c and netbsd'sJason Wright