Age | Commit message (Expand) | Author |
2001-12-07 | Block keyboard-generated signals during database accesses. | Todd C. Miller |
2001-12-07 | mark longjmp race | Theo de Raadt |
2001-12-07 | bitmask_snprintf goes away | Theo de Raadt |
2001-12-07 | sync | Theo de Raadt |
2001-12-07 | rtc at ebus; netbsd | Jason Wright |
2001-12-07 | add rtc cfdriver | Jason Wright |
2001-12-07 | remove fxp. hey art, that is how i respond to kernel bloat! | Theo de Raadt |
2001-12-07 | o point pthread_setcancel(type|state) manpages where they belong. | Federico G. Schwindt |
2001-12-07 | Since amiga now has correct pmap_k* and uses them for mapping | Artur Grabowski |
2001-12-07 | Sigh. MACHINE_NONCONTIG is not only non-optional, it has been replaced | Artur Grabowski |
2001-12-07 | Some ansification and cleanups in pmap_{zero,copy}_page* | Artur Grabowski |
2001-12-07 | kill kvm_iocache, not used. | Artur Grabowski |
2001-12-07 | radio cards fixes, from Maxim Tsyplakov <tm@oganer.net> | Michael Shalayeff |
2001-12-07 | Remove 4m bits and put some other nasty restrictions on kvm_uncache so | Artur Grabowski |
2001-12-07 | kvm_recache is now unnecessary, simplify. | Artur Grabowski |
2001-12-07 | In dvma_malloc_space and dvma_free allocate and map the memory | Artur Grabowski |
2001-12-07 | Remove pmap_cache_enable. it was a mistake. | Artur Grabowski |
2001-12-07 | Zap pmap_alloc_cpu. this is not how we want to do this. | Artur Grabowski |
2001-12-07 | splpmap -> splvm | Artur Grabowski |
2001-12-07 | Remove pmap_kenter_pgs leftovers. | Artur Grabowski |
2001-12-07 | give up local, instead of remote, on ping6 -w during memory starved | Jun-ichiro itojun Hagino |
2001-12-07 | correct icmp6 MIB counter mistake | Jun-ichiro itojun Hagino |
2001-12-07 | sync comment with kame | Jun-ichiro itojun Hagino |
2001-12-07 | move back. pvalchev -- the bug was quite obscure | Theo de Raadt |
2001-12-07 | whitespace/comment sync with kame | Jun-ichiro itojun Hagino |
2001-12-07 | back out latest changes which cause problems on alpha/sparc64 until | Peter Valchev |
2001-12-07 | Catch SIGINT, SIGQUIT and SIGTSTP but ignore during the database | Todd C. Miller |
2001-12-07 | ethernet -> dc (Netra X1 finds its root dev correctly now) | Jason Wright |
2001-12-07 | Check for keyfile == NULL in skey_unlock() | Todd C. Miller |
2001-12-07 | o Use writev() to send status on the backchannel instead of fdopen()ing | Todd C. Miller |
2001-12-07 | Use writev() to send status on the backchannel instead of fdopen()ing | Todd C. Miller |
2001-12-07 | Catch SIGINT and SIGQUIT via the kbintr() signal handler in ypgetnewpasswd() | Todd C. Miller |
2001-12-07 | Catch SIGINT and SIGQUIT via the kbintr() signal handler. | Todd C. Miller |
2001-12-07 | Add a floppy entry. | Hugh Graham |
2001-12-07 | Add ra and rx entries to the ramdisk. | Hugh Graham |
2001-12-07 | remove ALTQ_CBQ and ALTQ_RED. these are enabled by default in OpenBSD. | Kenjiro Cho |
2001-12-07 | Ratibibugle setredzone() | Miod Vallat |
2001-12-07 | In uni_n_config(), only return a base address if a base address was found. | Miod Vallat |
2001-12-07 | Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org>. | Niklas Hallqvist |
2001-12-07 | Make vnds larger than 2G work, mostly by Daniel Lucq <daniel@lucq.org> | Niklas Hallqvist |
2001-12-06 | No need to keep dummy fields in cpu_disklabel structures. | Miod Vallat |
2001-12-06 | DDB disassembly fixes and trace improvements from NetBSD. | Miod Vallat |
2001-12-06 | Don't hardcode SYS_exit value. | Miod Vallat |
2001-12-06 | Declare SYS_exit for all m68k locore.s'es | Miod Vallat |
2001-12-06 | remove unnecessary newline | Niklas Hallqvist |
2001-12-06 | Use hzto() to handle overflow of (hz * timeout) cases --- when using | Angelos D. Keromytis |
2001-12-06 | References to ``comment at line foo'' is useless once line foo moves, | Miod Vallat |
2001-12-06 | MACHINE_UPTBASE is not constant on amiga, ouch. | Miod Vallat |
2001-12-06 | add dc* here, too | Jason Wright |
2001-12-06 | add dc* at pci (seems to work on Netra X1) | Jason Wright |