Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ansi | 2021-03-07 | 1 | -97/+40 | |
| | |||||
* | Convert infinite sleeps to {m,t}sleep_nsec(9). | 2019-12-31 | 1 | -2/+2 | |
| | | | | ok kn@ | ||||
* | If you use sys/param.h, you don't need sys/types.h | 2017-09-08 | 1 | -2/+1 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -2/+2 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | 2014-07-08 | 1 | -3/+1 | |
| | | | | | don't need to be married. ok guenther miod beck jsing kettenis | ||||
* | simplify kthread_create(). no more stdarg | 2013-11-18 | 1 | -3/+4 | |
| | | | | ok matthew guenther mikeb | ||||
* | spelling fixes, from Martynas Venckus; | 2007-11-25 | 1 | -3/+3 | |
| | |||||
* | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ testing | 2005-11-23 | 1 | -2/+2 | |
| | |||||
* | Spell reserved correctly; ok from copyright holders when in licence blocks. | 2004-07-22 | 1 | -2/+2 | |
| | |||||
* | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | 2004-05-04 | 1 | -2/+2 | |
| | | | | | | This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt | ||||
* | typos from Tom Cosgrove; | 2003-10-21 | 1 | -2/+2 | |
| | | | | | | | | Tom: I did not commit a couple of your changes. i did not include some punctuation fixes (full stops, etc.) mnemorable -> mnemonic: i decided memorable was probably better instrunctions -> instruction: i kept the plural | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -14/+14 | |
| | |||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 1 | -2/+2 | |
| | | | | (Look ma, I might have broken the tree) | ||||
* | driver for the databook isa/pcmcia bridge (commented out in GENERIC for now); | 2000-05-15 | 1 | -0/+1401 | |
from NetBSD. |