Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC: r278870 | marius | 2015-02-24 | 1 | -0/+10 |
| | | | | | | | | Unbreak sparc64 after r276630 (MFCed to stable/10 in r277317) by calling __sparc_sigtramp_setup signal trampoline as part of the MD __sys_sigaction again. Submitted by: kib (initial versions) | ||||
* | Add macros for alternate entry points. | marius | 2010-09-15 | 1 | -1/+8 |
| | |||||
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
| | | | | | | | license, per letter dated July 22, 1999 and email from Peter Wemm, Alan Cox and Robert Watson. Approved by: core, peter, alc, rwatson | ||||
* | - 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 |