Age | Commit message (Expand) | Author |
2002-03-02 | Do not use -1 as an unused entry, 0 is already reserved for invalid/unused. | Dale Rahn |
2002-03-02 | If two drivers register the same hardware irq, they should get | Dale Rahn |
2002-03-02 | These two drivers were incorrectly sharing variables, sometimes expecting | Dale Rahn |
2002-03-02 | more logical order of operations, caveats | Michael Shalayeff |
2002-03-02 | Add machine specific commands to the bootblocks, to let the user display | Miod Vallat |
2002-03-02 | Add a strcmp() prototype, which will be needed shortly. | Miod Vallat |
2002-03-02 | disable immediate ack on TH_PUSH. make behaviour sysctl tuneable. | Niels Provos |
2002-03-01 | reassign | Michael Shalayeff |
2002-03-01 | fix a few irq assignments | Michael Shalayeff |
2002-03-01 | remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead. | Niels Provos |
2002-03-01 | From NetBSD, noticed by Alexander Yurchenko | Chris Cappuccio |
2002-03-01 | Change a config(8) reference to a more appropriate boot_config(8) reference. | Miod Vallat |
2002-03-01 | fp doesn't necessarily have to be set when we do the early FRELE. | Artur Grabowski |
2002-03-01 | sync with KAME | Kenjiro Cho |
2002-03-01 | sysctl for cryptodevallowsoft - /dev/crypto will allow the software engine | Niels Provos |
2002-03-01 | remove CRYPTO_BUF_CONTIG and convert to handle iovs. okay deraadt@ | Niels Provos |
2002-03-01 | helper functions for uio (cuio_apply and cuio_getptr) okay deraadt@ | Niels Provos |
2002-02-28 | forgot viper_hpa | Michael Shalayeff |
2002-02-28 | hide proto from locore | Michael Shalayeff |
2002-02-28 | use red-black tree for lookup_entry. the red-black tree case for | Niels Provos |
2002-02-28 | setting prevlcv to 0 doesnt require additional checks. from chs@ | Niels Provos |
2002-02-28 | Start quirks off with NOWIDE, NOSYNC and NOTAGS and remove the | Kenneth R Westerback |
2002-02-27 | Better values for invalid pte initialization. | Miod Vallat |
2002-02-27 | don't execute the pmap_update() call if we have no watch list. bo-bo art :-) | Per Fogelstrom |
2002-02-27 | make SPLAY_MIN and SPLAY_MAX (and thus SPLAY_FOREACH) safe on an emptry tree | Mike Frantzen |
2002-02-27 | We have memcpy and memset in the kernel. | Artur Grabowski |
2002-02-26 | Cut/pasto: don't forget to scan for the source address | Jason Wright |
2002-02-26 | Add optional pool memory hard limits, mainly as temporary solution | Daniel Hartmeier |
2002-02-26 | fucntion->function. | Federico G. Schwindt |
2002-02-25 | Opps. One missing _nodead. -moj | Mats O Jansson |
2002-02-25 | US isn't all :-) Here is a swedish map. -moj | Mats O Jansson |
2002-02-25 | replace w/ utah-licensed source | Michael Shalayeff |
2002-02-25 | fix mapping bug in serial console support, not yet working. | Dale Rahn |
2002-02-25 | Accept ethernet broadcasts too :-) This patch contains a copy of | Niklas Hallqvist |
2002-02-25 | back out red-black tree. they are very fast but alpha UVM is broken and | Niels Provos |
2002-02-25 | Make pool_sethardlimit() check that it doesn't decrease the limit below | Daniel Hartmeier |
2002-02-25 | Change timeouts from microtime() to time.tv_sec like in pf.c, | Daniel Hartmeier |
2002-02-25 | use a red-black tree to find entries in the vm_map. augment the red-black | Niels Provos |
2002-02-24 | Don't generate noise before entering DDB from keyboard. | Miod Vallat |
2002-02-24 | queue.h like implementation of splay and red-black trees | Niels Provos |
2002-02-24 | Proper screenblank semantics | Jason Wright |
2002-02-24 | license repair, angelos ok | Theo de Raadt |
2002-02-23 | Sigh. The diff is out for testing for three months without a single problem. | Artur Grabowski |
2002-02-23 | SRC prefix is not required for some operations. | Angelos D. Keromytis |
2002-02-23 | Print compression algorithm name too. | Angelos D. Keromytis |
2002-02-23 | switch vax to -O2, from hugh | Theo de Raadt |
2002-02-23 | remove a commented-out debug printf | Matthieu Herrb |
2002-02-23 | add a comment for option APERTURE | Matthieu Herrb |
2002-02-23 | Add aperture driver support for macppc, and also place writing to /dev/pci | Matthieu Herrb |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt |