Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -2/+1 | |
| | | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@ | ||||
* | remove #if 0 cdefs.h blocks | 2015-01-21 | 1 | -6/+1 | |
| | |||||
* | tmpfs free sizes | 2014-11-02 | 1 | -2/+2 | |
| | |||||
* | 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 | -1/+2 | |
| | | | | | don't need to be married. ok guenther miod beck jsing kettenis | ||||
* | sprinkle $OpenBSD$, pointed out by pedro | 2013-06-03 | 1 | -0/+1 | |
| | |||||
* | import tmpfs code, originally from netbsd. | 2013-06-01 | 1 | -0/+229 | |
heavy lifting by Pedro Martelletto, timestamp fixes by me. THIS IS NOT ENABLED YET, AND REQUIRES UVM CHANGES AND REVIEW. Imported, so that working on it can be mostly done in tree with less painful diff exchanges, and that we have history of further changes. okay tedu@, deraadt@ |