summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-11-28Bug fixes from NetBSD.Artur Grabowski
2001-11-28Bunch of bug fixes from NetBSD.Artur Grabowski
2001-11-27change socket allocation to pool allocator; from netbsd; okay niklas@Niels Provos
2001-11-27Various pmap_k* optimizations, as well as uvm interface updates,Miod Vallat
2001-11-27typo - use correct mbufjasoni
2001-11-27sync. -mojMats O Jansson
2001-11-27Add clock_gettime. -moj ok art@Mats O Jansson
2001-11-27match on buffalo and emtac wavelans; from netbsdMichael Shalayeff
2001-11-27add an emtac wavelanMichael Shalayeff
2001-11-27fix an error in sosend() that could make a transient error permant.Niels Provos
2001-11-27add a couple of buffalo wavelans, from netbsdMichael Shalayeff
2001-11-27do pf_route() before logging in case the logging created a bogus ruleMike Frantzen
2001-11-27change socket connection queues to use TAILQ_Niels Provos
2001-11-27kill breadaArtur Grabowski
2001-11-27Use pools for pmap and pv_entry structures.Miod Vallat
2001-11-27Adapt to include files changes.Miod Vallat
2001-11-27A few cleanups to have less include files include each other.Miod Vallat
2001-11-27Use symbolic constants to identify ddb traps.Miod Vallat
2001-11-27Declare symbolic names for the various interrupts used by ddb.Miod Vallat
2001-11-27regen for UBC changesArtur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-27Move the declaration of EH_DEBUG and ERRATA__XXX_USR to the kernelMiod Vallat
2001-11-27garbage collect sc_nticksJason Wright
2001-11-27remove sc_enaddr and just put the ethernet address into arpcom.ac_enaddr.Jason Wright
2001-11-26cache the last deallocated voice and reuse on the next open.Michael Shalayeff
2001-11-26remove static on functions.Michael Shalayeff
2001-11-26add fastroute options similar to what is found in ipfjasoni
2001-11-26Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA Yoshihiko...Michael Shalayeff
2001-11-26add sis 7018Michael Shalayeff
2001-11-26allow pasting chars w/ codes >127 w/ mouse; from Denis Afonin <dfa@solo.ee>Michael Shalayeff
2001-11-25Extend the magic formulae to choose option FPSP only if 68040 processorMiod Vallat
2001-11-25Typos.Miod Vallat
2001-11-25Need <machine/cpu.h> to be sure to bring userret() prototype for all ports.Miod Vallat
2001-11-25Be cross-compilation friendly.Miod Vallat
2001-11-25regenMichael Shalayeff
2001-11-25nikon e880; from Dan Weeks <danimal@danimal.org>Michael Shalayeff
2001-11-25Remove comments which only apply to the HP MMU found on HP300 modelsMiod Vallat
2001-11-25Oops, commited this file from the wrong tree.Miod Vallat
2001-11-25Harmonize userret() prototypes across m68k arches.Miod Vallat
2001-11-24KNFTheo de Raadt
2001-11-24Harmonize boot() logic across arches:Miod Vallat
2001-11-23regenJakob Schlyter
2001-11-23add 3Com Wireless LAN PC CardJakob Schlyter
2001-11-23new vscom puc devices; lists-openbsdtech@bsws.deTheo de Raadt
2001-11-23new vscom puc devicesTheo de Raadt
2001-11-23Remove splsched() declaration and related stuff.Miod Vallat
2001-11-23dev{cons,cninit.c} are mandatory.Miod Vallat
2001-11-23Typo in comment.Miod Vallat
2001-11-22Use pmap_kenter_pa in pmap_map..Artur Grabowski
2001-11-22more pmap_enter vs. pmap_kenter.Artur Grabowski