Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: make some more use of the nitems() macro. | pfg | 2016-04-16 | 1 | -2/+2 |
| | | | | | | | | We have an nitems() macro in the <sys/param.h> header that is convenient to re-use as it makes things easier to read. Given that it is available already without adding additional headers and other parts of libc already use it, extend a bit more its use. | ||||
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -0/+1 |
| | | | | | | This WIP should not have been committed yet. Pointyhat to: avg | ||||
* | remove needless inclusion of machine/cpu.h in userland | avg | 2013-07-28 | 1 | -1/+0 |
| | | | | MFC after: 21 days | ||||
* | Fix some ifdef logic in the libc syncicache() bit that I somehow missed in the | nwhitehorn | 2008-09-24 | 1 | -1/+3 |
| | | | | last commit. Now it really can use a runtime-set cacheline size. | ||||
* | Allow the cacheline size on PowerPC to be set at runtime. This is essential for | nwhitehorn | 2008-09-24 | 1 | -16/+16 |
| | | | | | supporting 64-bit CPUs, which often have 128-byte cache lines instead of the standard 32. | ||||
* | Fix bogon in previous commit: <machine/cpu.h> is still needed. | marcel | 2007-06-10 | 1 | -0/+1 |
| | |||||
* | The definition of CACHELINESIZE moved from <machine/cpu.h> to | marcel | 2007-06-10 | 1 | -1/+1 |
| | | | | <machine/md_var.h>. | ||||
* | Include <stdlib.h> to get abort() prototype. | grehan | 2004-01-21 | 1 | -0/+2 |
| | |||||
* | Minimal libc for PowerPC. | grehan | 2002-12-04 | 1 | -0/+98 |
Reviewed by: benno Approved by: re (blanket) |