Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trivial conversion to uiomove() | 2015-02-10 | 1 | -6/+6 | |
| | |||||
* | First step towards making uiomove() take a size_t size argument: | 2015-02-10 | 1 | -2/+2 | |
| | | | | | | | - rename uiomove() to uiomovei() and update all its users. - introduce uiomove(), which is similar to uiomovei() but with a size_t. - rewrite uiomovei() as an uiomove() wrapper. ok kettenis@ | ||||
* | remove uneeded proc.h includes | 2014-09-14 | 1 | -2/+1 | |
| | | | | ok mpi@ kspillner@ | ||||
* | 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. | ||||
* | remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsg | 2014-07-10 | 1 | -15/+11 | |
| | |||||
* | use boolean_t not bool for a local boolean type so this won't | 2012-11-10 | 1 | -4/+4 | |
| | | | | | | clash with a c99 style bool type. ok millert@ deraadt@ | ||||
* | a bit more ansi; ok tedu | 2011-06-23 | 1 | -2/+2 | |
| | |||||
* | ansify. | 2009-12-04 | 1 | -34/+9 | |
| | | | | ok md5@ | ||||
* | Make sure the descriptor is writable for some operations. | 2009-10-31 | 1 | -1/+11 | |
| | | | | Pointed out and ok by miod@. | ||||
* | Unimplemented ioctl commands should return ENOTTY, not EINVAL. | 2006-03-09 | 1 | -14/+16 | |
| | |||||
* | KNF, deregister, no functional change. | 2006-03-09 | 1 | -295/+285 | |
| | |||||
* | remove last traces of __BROKEN_INDIRECT_CONFIG. | 2006-01-02 | 1 | -10/+1 | |
| | | | | | Thanks to aanriot@ and Michael Knudsen for checking that alpha/i386/macppc kernels still compile. | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -9/+9 | |
| | |||||
* | License clarification from Eric S. Raymond. | 2001-07-31 | 1 | -1/+34 | |
| | | | | | In an email sent to us, he authorized us to change it. It is now BSD-licensed. | ||||
* | Implement cnbell(), an optional entrypoint that rings the console bell; from | 2001-04-17 | 1 | -2/+2 | |
| | | | | NetBSD. deraadt@ ok | ||||
* | Oops, time to learn how to count | 2000-09-29 | 1 | -2/+2 | |
| | |||||
* | Check N command operand value to prevent a panic with large values. | 2000-09-29 | 1 | -2/+2 | |
| | | | | Problem found by Thomas Coffy <karma@bsdfr.org> | ||||
* | OpenBSDify | 1999-01-02 | 1 | -1/+14 | |
| | |||||
* | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | 1999-01-02 | 1 | -0/+502 | |