summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2001-03-21Move files from common to dev to be more like other archsArtur Grabowski
2001-03-21Regen with the right vnode_if.shArtur Grabowski
2001-03-21uvm_vnp_terminate expect the vnode to be locked.Artur Grabowski
2001-03-21set rmx_mtu to L2 interface mtu, instead of 0, on mtudisc timeout.Jun-ichiro itojun Hagino
2001-03-21__va_list is specified differently with the powerpc ABI than it is onDale Rahn
2001-03-21optimize a sanity check and put it behind ifdef DIAGNOSTIC.Artur Grabowski
2001-03-21Fix a race which could cause us to write out data belongingArtur Grabowski
2001-03-20dangling space in commentArtur Grabowski
2001-03-20dangling space in commentArtur Grabowski
2001-03-20cleaningArtur Grabowski
2001-03-20cleanupArtur Grabowski
2001-03-20Even more cleanup. This file was a mess.Artur Grabowski
2001-03-20Make fsync a bit more reliable; From Free/NetBSD. art@ ok.Grigoriy Orlov
2001-03-20indentArtur Grabowski
2001-03-20Even more.Artur Grabowski
2001-03-2014 more NULL used as integer values.Artur Grabowski
2001-03-20NULL is not an u_longArtur Grabowski
2001-03-20NULL is not a daddr_tArtur Grabowski
2001-03-20better default screen initMichael Shalayeff
2001-03-20regenMichael Shalayeff
2001-03-20a few recent cpu devs form puffinsMichael Shalayeff
2001-03-20change interpretation of net.inet6.icmp6.nodeinfo from true/fale to bitmap.Jun-ichiro itojun Hagino
2001-03-19m_freem not m_free if we're dropping the packet because we're not inJason Wright
2001-03-19DELAY(1) is nicer than DELAY(10), multiply loop counter by 10 due to that.Niklas Hallqvist
2001-03-19Sniffed glue. Reinstate Mickey's time-bound loops but fixNiklas Hallqvist
2001-03-19USB support works on alpha. (At least UHCI works fine)Nathan Binkert
2001-03-19Placeholder for a tga_scrollback function, although this will probablyAaron Campbell
2001-03-18bad angelosAaron Campbell
2001-03-18Cosmetic.Aaron Campbell
2001-03-18Pretty.Angelos D. Keromytis
2001-03-18Add a wsmux deviceNathan Binkert
2001-03-18enable pmtu by defaultNiels Provos
2001-03-18Enable rasops and wsfonts for alpha so TGA can use themNathan Binkert
2001-03-18New TGA driver for alpha. Takes advantage of rasops code.Nathan Binkert
2001-03-18Add rasopsNathan Binkert
2001-03-18Import rasops from NetBSD. This gives improved performance for rasterNathan Binkert
2001-03-18Importing wsfont stuff from NetBSD.Nathan Binkert