summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-11-28remove unused varEric Jackson
2001-11-28Add tag line. Thanks to David KrauseConstantine Sapuntzakis
2001-11-28KNFJason Wright
2001-11-28Sync in more uvm from NetBSD. Mostly just cosmetic stuff.Artur Grabowski
2001-11-28somebody forgot somethingMichael Shalayeff
2001-11-28revert hardware breakageTodd T. Fries
2001-11-28avoid possible infinite loop in sosend() on 64bit systems. - from netbsdEric Jackson
2001-11-28grr... include bpfilter.h for NBPFILTERJason Wright
2001-11-28regenArtur Grabowski
2001-11-28more typedef zapping vm_page_t -> struct vm_page *Artur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-28Don't use pmap_update when we mean tlbflush. make pmap_update into a noop.Artur Grabowski
2001-11-28more sync to netbsd. some bugfixes in uvm_km_kmemalloc, lots of fixes in uvm_...Artur Grabowski
2001-11-28make pmap_virtual_space madatory in all pmaps.Artur Grabowski
2001-11-28pmap_kenter_pgs is not used and not really useful. remove.Artur Grabowski
2001-11-28pmap_kenter_pgs(.., 1) is pointless. pmap_kenter_pa instead.Artur Grabowski
2001-11-28avoid "thundering herd" problem in accept by waking just one process.Niels Provos
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-28typo in sockopt level name (ipsec6 related)Jun-ichiro itojun Hagino
2001-11-28No NFS installation support, hence do not mention NFS instructions.Miod Vallat
2001-11-28SB Live! and Trident 4DWAVE are supported.Miod Vallat
2001-11-28be sure to call ether_ioctl, like everyone else.Jason Wright
2001-11-28rewrite large chunks of intr_establish to make it more clear what's going on.Jason Wright
2001-11-28from enami@netbsd:Niels Provos
2001-11-28Catch SIGINT in sendmessage() so user can interupt a long messageTodd C. Miller
2001-11-28Bug fixes from NetBSD.Artur Grabowski
2001-11-28Fix typo; SIGTTIN where SIGINT meant and rename a variable for clarity.Todd C. Miller
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-27Fix uninitialized variable introduced in rev 1.40; found by lebel@Todd C. Miller
2001-11-27add buffalo and emtecMichael Shalayeff
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-27Fix check for '/' in cf file and change the check for '/' in df fileTodd C. Miller
2001-11-27When copying command line arguments to out new argument vector,Todd C. Miller
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