summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-03-24Convert to new timeout API. mickey@ ok.Hakan Olsson
2001-03-23Take vm_pmap out of struct vmspace if we are using UVM since UVM doesn'tTodd C. Miller
2001-03-23Use pool to allocate processes.Artur Grabowski
2001-03-23Fix pagemove to work with PMAP_NEW. Mostly from NetBSD.Artur Grabowski
2001-03-23fix a diagnostic check in pagemoveArtur Grabowski
2001-03-23check rcvif and tag for vlan_input_tag() [Same check as in vlan_input()]Jason Wright
2001-03-23m_freem not m_freeJason Wright
2001-03-23Careful with copying mbuf pkthdr.Angelos D. Keromytis
2001-03-23Use M_COPY_PKTHDR(), and zero out tdbi.Angelos D. Keromytis
2001-03-23Be paranoid when copying m_pkthdr.Angelos D. Keromytis
2001-03-23check packet length in vlan_input() and pullup if necessaryJason Wright
2001-03-23regenMichael Shalayeff
2001-03-23a few more wavelans, from nbsdMichael Shalayeff
2001-03-23Fix slow mbuf leak.Angelos D. Keromytis
2001-03-23atactl SMART support; wouter@yourcreativesolutions.nlTheo de Raadt
2001-03-23move the vlan and bridge handling around a bit, and make sure the testJason Wright
2001-03-23protect func ptr ars w/ __PMichael Shalayeff
2001-03-23cache alignment gamesMichael Shalayeff
2001-03-23fix compiling in audio-less configsMichael Shalayeff
2001-03-23Remove obsolete configs, add the one we (Applitron) use nowadays instead.Niklas Hallqvist
2001-03-22pmap_physseg is kernel-only businessMichael Shalayeff
2001-03-22Remove transient config file.Niklas Hallqvist
2001-03-22syncNiklas Hallqvist
2001-03-22handle d/i prot traps properMichael Shalayeff
2001-03-22shuffle the tlb handlers a little,Michael Shalayeff
2001-03-22Merge in NetBSD's PMAP_NEW, still disabledNiklas Hallqvist
2001-03-22make sure we stop stack tracing on user pcMichael Shalayeff
2001-03-22ifdef on a proper debug defineMichael Shalayeff
2001-03-22KNF a stmtNiklas Hallqvist
2001-03-22pastos in diagnostic stringsNiklas Hallqvist
2001-03-22Longstanding multicast bug causing eternal looping, unveiled by a recent commitNiklas Hallqvist
2001-03-22remember vga type as passed from lower level attachMichael Shalayeff
2001-03-22More EMODD work:Brandon Creighton
2001-03-22fix typoMichael Shalayeff
2001-03-22Typo.Angelos D. Keromytis
2001-03-22remove vlan_proto variable, replace with ETHERTYPE_8021QJason Wright
2001-03-22let bstp_transmit_tcn() handle all of the work for sending TCN messagesJason Wright
2001-03-22Sync style, typo, and comments a little closer to NetBSD. art@ oksmart
2001-03-22contify usbdevs a littleMichael Shalayeff
2001-03-22strlcpy instead of strncpy + \0Jason Wright
2001-03-22new timeoutsMichael Shalayeff
2001-03-22Reformat comment.Angelos D. Keromytis
2001-03-22Paranoid -- clear tdbi field in mbuf pkthdr.Angelos D. Keromytis
2001-03-22Get pmap->cpus_using before the pmap structure is touched. Besides, weMiod Vallat
2001-03-22Use pool for allocating vnodes.Artur Grabowski
2001-03-22Sigh. PR_WAITOK, not M_WAITOKArtur Grabowski
2001-03-22Change the ffs inode allocation from using malloc to pool.Artur Grabowski
2001-03-21Ok, I'm breaking my promise. I promised to not do anything with theArtur Grabowski
2001-03-21in nd6_cache_lladdr(), set nd6_gctimer to ln_expire just after the stateJun-ichiro itojun Hagino
2001-03-21Don't force sin6_port to be zero.Angelos D. Keromytis