summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
1999-09-26This needed to be there...Steve Murphree
1999-09-26netbsd_sendsig() + supporting codekstailey
1999-09-25alpha-specific part of ross@netbsd's NetBSD scheduler fix.Paul Janzen
1999-09-25byeTheo de Raadt
1999-09-23Typo fixes.Alex Feldman
1999-09-22Don't worry, be a happy gccMarc Espie
1999-09-21pctr & ksymskstailey
1999-09-21Whoops, forgot to adjust a comparison when fixing the off-by-one error.Aaron Campbell
1999-09-20fix for new frame.hMichael Shalayeff
1999-09-20fix uvm_pagealloc() callMichael Shalayeff
1999-09-20fix after frame.h changesMichael Shalayeff
1999-09-20kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERSTheo de Raadt
1999-09-20crank default limitsTheo de Raadt
1999-09-20delay for longer after each zsputcTheo de Raadt
1999-09-20permit config file overriding of NKPDETheo de Raadt
1999-09-19Remove umass to avoid problems since the driver is not yet in the tree.Federico G. Schwindt
1999-09-18fix an off-by-one errorAaron Campbell
1999-09-18Fix device existance check.Jason Downs
1999-09-18Fix art's typo.Jason Downs
1999-09-18clean unused stuffMichael Shalayeff
1999-09-18rewriteMichael Shalayeff
1999-09-18PMAP_NEW, also kill last vm_{size,offset}_t'sMichael Shalayeff
1999-09-18hide c-code from asmMichael Shalayeff
1999-09-18machine is hppaMichael Shalayeff
1999-09-17grown i386 kvm to 512MBTheo de Raadt
1999-09-17Avoid aliasing problems in K&R C.Marc Espie
1999-09-16signal fixes (csh runs)kstailey
1999-09-15repairsMichael Shalayeff
1999-09-15apply grammer fixes from pr#831; from kwesterback@home.comMichael Shalayeff
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-14amiga subdirMarc Espie
1999-09-14don't panic when creating kernel threadskstailey
1999-09-14signalskstailey
1999-09-13isa0 at pcib?; netbsd via peterTheo de Raadt
1999-09-12Fix rootdev handling, use disk checksums to find the device we were bootedTobias Weingartner
1999-09-12Add COMPAT_NETBSD. Currently only works for ELF64. Many missing system calls.kstailey
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-10art@ added access arg to pmap_enter. Not used herekstailey
1999-09-10roundup(foo, NBPG) -> round_page(foo)Artur Grabowski
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-10ELF64kstailey
1999-09-09Keep wdc_isa.c happy.Marc Espie
1999-09-09New atapi->scsi interface.Marc Espie