Age | Commit message (Expand) | Author |
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 |
2001-03-18 | Initialize all the cpu_sets array, not just the first max_cpus entries. | Miod Vallat |
2001-03-18 | Remove badwordaddr() prototype, cleanup, #if -> #ifdef police. | Miod Vallat |
2001-03-18 | Correct prototype for guarded_access(). | Miod Vallat |
2001-03-17 | Handle ftp services that don't ask for a password, only a username. | Bob Beck |
2001-03-17 | mickey has been sniffing glue | Theo de Raadt |
2001-03-16 | Add some more model subtypes from Antonio Carlini. | Hugh Graham |
2001-03-16 | Now that pmap_growkernel is implemented set NKMEMCLUSTERS to 32m again. | Artur Grabowski |
2001-03-16 | Use CIRCLEQ macros for mountlist. | Artur Grabowski |
2001-03-16 | Oops. fix thinko in last. | Artur Grabowski |
2001-03-16 | Use CIRCLEQ macros for mountlist. | Artur Grabowski |
2001-03-16 | No need to extern mountlist_slock here. | Artur Grabowski |
2001-03-16 | Initialize the mountlist_slock. | Artur Grabowski |
2001-03-16 | Use CIRCLEQ macros for mountlist. | Artur Grabowski |
2001-03-16 | Some more pmap improvements from NetBSD. | Artur Grabowski |
2001-03-16 | zero vga_config after alloc | Michael Shalayeff |
2001-03-16 | drop packets with link-local addresses, | Jun-ichiro itojun Hagino |
2001-03-16 | Pull in NetBSD Promise Ultra/100 support | Chris Cappuccio |
2001-03-16 | Implement pmap_growkernel. From NetBSD. | Artur Grabowski |
2001-03-16 | Use a lockmgr lock for keeping down the vslocked memory in sysctl | Artur Grabowski |
2001-03-16 | Add the VAX magic number. | Hugh Graham |
2001-03-16 | The length fields of MOVC3 and MOVC5 have an upper limit of 65535 bytes. | Brandon Creighton |
2001-03-16 | More copyin bugs. | Constantine Sapuntzakis |
2001-03-16 | Fix copyin argument order bug. Thanks to Dawson Engler and team. | Constantine Sapuntzakis |
2001-03-16 | Locking bug on spechash. Thanks to Dawson Engler and team | Constantine Sapuntzakis |
2001-03-16 | mislabeling | Theo de Raadt |
2001-03-16 | Cleanup, get badwordaddr() from <machine/locore.h> | Miod Vallat |
2001-03-16 | Cleanup, fix some typos. | Miod Vallat |
2001-03-16 | Remove badwordaddr(). | Miod Vallat |
2001-03-16 | More function prototypes. | Miod Vallat |
2001-03-16 | Update the configuration procedure, to get in sync with other ports: | Miod Vallat |
2001-03-16 | KNF, warning hunting. | Miod Vallat |
2001-03-15 | Be more cross-compiler friendly. | Miod Vallat |
2001-03-15 | Fix races between timeouts and interrupts. | Constantine Sapuntzakis |
2001-03-15 | include <machine/cpu.h>, since schednetisr needs to do a splsoftnet | Brandon Creighton |
2001-03-15 | Print a '*' in front of curproc in ps in ddb. | Artur Grabowski |