Age | Commit message (Expand) | Author |
2001-03-22 | Sync style, typo, and comments a little closer to NetBSD. art@ ok | smart |
2001-03-22 | contify usbdevs a little | Michael Shalayeff |
2001-03-22 | strlcpy instead of strncpy + \0 | Jason Wright |
2001-03-22 | new timeouts | Michael Shalayeff |
2001-03-22 | Reformat comment. | Angelos D. Keromytis |
2001-03-22 | Paranoid -- clear tdbi field in mbuf pkthdr. | Angelos D. Keromytis |
2001-03-22 | Get pmap->cpus_using before the pmap structure is touched. Besides, we | Miod Vallat |
2001-03-22 | Use pool for allocating vnodes. | Artur Grabowski |
2001-03-22 | Sigh. PR_WAITOK, not M_WAITOK | Artur Grabowski |
2001-03-22 | Change the ffs inode allocation from using malloc to pool. | Artur Grabowski |
2001-03-21 | Ok, I'm breaking my promise. I promised to not do anything with the | Artur Grabowski |
2001-03-21 | in nd6_cache_lladdr(), set nd6_gctimer to ln_expire just after the state | Jun-ichiro itojun Hagino |
2001-03-21 | Don't force sin6_port to be zero. | Angelos D. Keromytis |
2001-03-21 | Move files from common to dev to be more like other archs | Artur Grabowski |
2001-03-21 | Regen with the right vnode_if.sh | Artur Grabowski |
2001-03-21 | uvm_vnp_terminate expect the vnode to be locked. | Artur Grabowski |
2001-03-21 | set 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 on | Dale Rahn |
2001-03-21 | optimize a sanity check and put it behind ifdef DIAGNOSTIC. | Artur Grabowski |
2001-03-21 | Fix a race which could cause us to write out data belonging | Artur Grabowski |
2001-03-20 | dangling space in comment | Artur Grabowski |
2001-03-20 | dangling space in comment | Artur Grabowski |
2001-03-20 | cleaning | Artur Grabowski |
2001-03-20 | cleanup | Artur Grabowski |
2001-03-20 | Even more cleanup. This file was a mess. | Artur Grabowski |
2001-03-20 | Make fsync a bit more reliable; From Free/NetBSD. art@ ok. | Grigoriy Orlov |
2001-03-20 | indent | Artur Grabowski |
2001-03-20 | Even more. | Artur Grabowski |
2001-03-20 | 14 more NULL used as integer values. | Artur Grabowski |
2001-03-20 | NULL is not an u_long | Artur Grabowski |
2001-03-20 | NULL is not a daddr_t | Artur Grabowski |
2001-03-20 | better default screen init | Michael Shalayeff |
2001-03-20 | regen | Michael Shalayeff |
2001-03-20 | a few recent cpu devs form puffins | Michael Shalayeff |
2001-03-20 | change interpretation of net.inet6.icmp6.nodeinfo from true/fale to bitmap. | Jun-ichiro itojun Hagino |
2001-03-19 | m_freem not m_free if we're dropping the packet because we're not in | Jason Wright |
2001-03-19 | DELAY(1) is nicer than DELAY(10), multiply loop counter by 10 due to that. | Niklas Hallqvist |
2001-03-19 | Sniffed glue. Reinstate Mickey's time-bound loops but fix | Niklas Hallqvist |
2001-03-19 | USB support works on alpha. (At least UHCI works fine) | Nathan Binkert |
2001-03-19 | Placeholder for a tga_scrollback function, although this will probably | Aaron Campbell |
2001-03-18 | bad angelos | Aaron Campbell |
2001-03-18 | Cosmetic. | Aaron Campbell |
2001-03-18 | Pretty. | Angelos D. Keromytis |
2001-03-18 | Add a wsmux device | Nathan Binkert |
2001-03-18 | enable pmtu by default | Niels Provos |
2001-03-18 | Enable rasops and wsfonts for alpha so TGA can use them | Nathan Binkert |
2001-03-18 | New TGA driver for alpha. Takes advantage of rasops code. | Nathan Binkert |
2001-03-18 | Add rasops | Nathan Binkert |
2001-03-18 | Import rasops from NetBSD. This gives improved performance for raster | Nathan Binkert |
2001-03-18 | Importing wsfont stuff from NetBSD. | Nathan Binkert |