summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-30Kill uvm_pagealloc_contig. The two drivers that still used it should haveArtur Grabowski
2001-11-30only make a copy of the mbuf if the route rule is dup-tojasoni
2001-11-30Don't brelse a random pointer in ffs_realloccg when filesystem is fullArtur Grabowski
2001-11-30unifdef OLDIP6OUTPUTJun-ichiro itojun Hagino
2001-11-30Call buf_cleanout, which handles wakeupsConstantine Sapuntzakis
2001-11-30unbreakArtur Grabowski
2001-11-30typoArtur Grabowski
2001-11-30rl and vr are reported to work.Nathan Binkert
2001-11-30add stge(4)Nathan Binkert
2001-11-30This file was just a placeholder required for kern_exit_43.c to compile.Miod Vallat
2001-11-30Fix a mergeo and don't truncate a 0 length file when freeing it.Artur Grabowski
2001-11-30Only m68k-based architectures need to include <machine/psl.h> here.Miod Vallat
2001-11-30add stge(4)Nathan Binkert
2001-11-29fix pasto so this compilesTodd C. Miller
2001-11-29Driver for the Sundance/Tamarack TC-9021 Gigabit Ethernet Chip.Nathan Binkert
2001-11-29better geckoMichael Shalayeff
2001-11-29ld -r generates some funky .text.N namesMichael Shalayeff
2001-11-29regenMichael Shalayeff
2001-11-29cyclone pci700Michael Shalayeff
2001-11-29Kernel mappings (pmap_kenter_pa) should not be entered into the pv list.Dale Rahn
2001-11-29Bunch of bug fixes from NetBSD.Artur Grabowski
2001-11-29sc must be initialized.Hakan Olsson
2001-11-29Make sure the nfs vnodes are on the syncer worklist.Artur Grabowski
2001-11-29oopsArtur Grabowski
2001-11-29funcs in netinet/ip_ether.c is referenced even without ipsecJun-ichiro itojun Hagino
2001-11-29etherip_output() is called from in_gif.c, therefore is outside of #ifdef IPSECJun-ichiro itojun Hagino
2001-11-29Fix for thinko that was caught in code review, error was found 3x, howeverDale Rahn
2001-11-29Ooops. Revert part of the last commit that was completly wrong and wasn't sup...Artur Grabowski
2001-11-29Make sure the whole buffer is initialized before calling bgetvp.Artur Grabowski
2001-11-29Correctly handle b_vp with bgetvp and brelvp in {get,put}pages.Artur Grabowski
2001-11-28don't generate an error if setting the gid/uid doesn't actually changeJakob Schlyter
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