Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix placement of cvs ids in previous commit to match .S files in libc. | jake | 2003-04-29 | 1 | -11/+2 |
| | | | | | - gcc uses 32 byte alignment for functions regardless of profiling, so follow suit. | ||||
* | I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland. | obrien | 2003-04-26 | 1 | -2/+38 |
| | | | | | | | Restore the bits and remove them from asmacros.h. *.S will now be asm.h consumers. Approved by: jake | ||||
* | The ENTRY bits were in two places. Remove the one not used (asm.h), but | obrien | 2003-04-26 | 1 | -24/+0 |
| | | | | presurve the nice comment by adding it to asmacros.h. | ||||
* | ASM versions of __FBSDID. | obrien | 2002-03-23 | 1 | -0/+10 |
| | |||||
* | Define __ASM__ so that libc will know not to define C things. | jake | 2002-01-01 | 1 | -0/+2 |
| | |||||
* | Add kernel headers needed to build libc. Some are bogus and/or just enough | jake | 2001-11-18 | 1 | -0/+98 |
to compile. Mostly obtained from: netbsd |