Age | Commit message (Expand) | Author |
2001-09-20 | undef HMEDEBUG by default, and maximum rx/tx size is | Jason Wright |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-20 | the use of arc4random() in ether_ifattach() is wrong as randomattach() | Peter Galbavy |
2001-09-20 | Allow nesting of fault handlers by saving old onfault handler and | Dale Rahn |
2001-09-20 | On a fault the onfault condition should be set to the old handler, not | Dale Rahn |
2001-09-20 | Be much more careful about pcb_onfault. | Artur Grabowski |
2001-09-20 | Get rid of B_VFLUSH. Tested by costa and me. | Grigoriy Orlov |
2001-09-20 | regen | Nathan Binkert |
2001-09-20 | more broadcom BCM570x based boards. | Nathan Binkert |
2001-09-20 | Avoid leaking memory if uiomove fails. | Artur Grabowski |
2001-09-20 | remove mountroot_hooks and add all of the stuff necessary for RAMDISK_HOOKS | Jason Wright |
2001-09-19 | add mapping for ramdisks to chrtoblktbl | Jason Wright |
2001-09-19 | Get rid of B_VFLUSH. Not relevant after the end of the AGE queue. | Constantine Sapuntzakis |
2001-09-19 | typo | Theo de Raadt |
2001-09-19 | Get rid of unused pagezero variable. From NetBSD. | Miod Vallat |
2001-09-19 | Now is a good time to commit this cosmetic maxpartition-related change... | Miod Vallat |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-19 | Fix a typo... and remove return; at the end of a void function. | Miod Vallat |
2001-09-19 | No need to PHOLD/PRELE here, really. | Artur Grabowski |
2001-09-19 | No need for this complicated (and bug-prone) method for waking up the flusher. | Artur Grabowski |
2001-09-19 | ugly ugly hack for compiling sha1.c with -O0 | Jason Wright |
2001-09-19 | Unify elf32 and elf64 code with macros. This forced a renaming | Artur Grabowski |
2001-09-19 | Patch from Ryan McBride. Compile without INET6, remove unnecessary | Daniel Hartmeier |
2001-09-19 | comment; sockopt # 57-59 are also reserved | Jun-ichiro itojun Hagino |
2001-09-18 | bring sparc64 OUT of the stone age... MAXPARTITIONS 16 | Jason Wright |
2001-09-18 | allow a little more time for reset and match TCM5098 (from NetBSD pr's | Jason Wright |
2001-09-18 | sync | Jason Wright |
2001-09-18 | another 3com EISA board (from NetBSD pr 13948) | Jason Wright |
2001-09-18 | make sure mountroot_hook list is initialized | Jason Wright |
2001-09-18 | Avoid memory leak when disabling PMTU, rt_timer_queue_destroy() expects the | Aaron Campbell |
2001-09-18 | uvmexp not uwmexp, these changes should be tested... | Dale Rahn |
2001-09-18 | Changing the way the pmap code works again. | Dale Rahn |
2001-09-18 | Don't include sys/systm.h if not _KERNEL. | Artur Grabowski |
2001-09-18 | Opps. should have comitted this yesterday. add ext2fs_bswap | Artur Grabowski |
2001-09-18 | Not used anymore. | Miod Vallat |
2001-09-18 | Improve the panic message, print symbol and offset, of where fault occurs | Dale Rahn |
2001-09-18 | move ext2fs_init to where it belongs. | Artur Grabowski |
2001-09-18 | various cleanups from NetBSD | Artur Grabowski |
2001-09-18 | More of cleanups, reliability and endianness fixes from NetBSD. | Artur Grabowski |
2001-09-18 | clean | Artur Grabowski |
2001-09-18 | Reorder includes. (ext2fs_extern.h needs ufs/inode.h) | Artur Grabowski |
2001-09-18 | cosmetic fixes from NetBSD | Artur Grabowski |
2001-09-18 | cosmetic and endianness fixes from NetBSD | Artur Grabowski |
2001-09-18 | More cleanups from NetBSD and a bunch of endianness fixes. | Artur Grabowski |
2001-09-17 | Some changes from NetBSD. Some cosmetic, some endianness fixes. | Artur Grabowski |
2001-09-17 | Cleanups. Mostly from NetBSD. | Artur Grabowski |
2001-09-17 | ramdisk kernel for sparc64 (compiles... will need tweaking) | Jason Wright |
2001-09-17 | Save the result of the configure children, so that the device | Dale Rahn |
2001-09-17 | Don't treated return length of recvfrom() as a size_t... it's a socklen_t. | Jason Wright |
2001-09-17 | The first implementation of the buffer flushing daemon. It solves our | Grigoriy Orlov |