Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add retguard macros for libc. | 2018-07-03 | 1 | -1/+3 | |
| | | | | ok deraadt | ||||
* | Put _map table into .rodata instead of .text | 2017-08-19 | 1 | -3/+2 | |
| | |||||
* | Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in the | 2015-11-14 | 1 | -2/+2 | |
| | | | | | | non-syscall .S source ok millert@ miod@ | ||||
* | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), | 2015-10-27 | 1 | -3/+3 | |
| | | | | | | and ldexp(). ok millert@ | ||||
* | Put obvious END() macros that match ENTRY() entries. | 2015-05-29 | 1 | -1/+2 | |
| | |||||
* | Do a PC-relative relocation for _map rather than going through | 2013-04-23 | 1 | -2/+2 | |
| | | | | | | | | | GOTPCREL. Uncovered after the binutils patch where it isn't optimized away at assembly and is forced to go through GOTPCREL. But _map is effectively a local variable. Found with cephes by guenther@. OK guenther@, kettenis@, deraadt@. | ||||
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | 2012-08-22 | 1 | -2/+2 | |
| | | | | | | | invocations. This allows us to use the compiler builtin define __PIC__ to check for PIC/PIEness rather than passing -DPIC. Simplifies PIE work a lot. ok matthew@, conceptually ok kurt@ | ||||
* | things for amd64; from art@ | 2004-01-28 | 1 | -0/+30 | |