Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unexport __floatundidf. | 2019-10-23 | 1 | -1/+0 | |
| | | | | ok deraadt@ | ||||
* | RELRO means the __{got,plt}_{start,end} symbols are superfluous | 2017-02-27 | 1 | -2/+0 | |
| | | | | ok kettenis@ | ||||
* | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation | 2016-05-30 | 1 | -1/+0 | |
| | | | | ok deraadt@ | ||||
* | Hide many (194!) symbols that nothing should be using. | 2015-08-26 | 1 | -5/+0 | |
| | | | | | | | Delete exect(2); it wasn't portable across archs and nothing used it. ports test build by naddy@ ok deraadt@ kettenis@ | ||||
* | Explicitly list the symbols permitted to be exported by libc. | 2015-08-22 | 1 | -0/+15 | |
This is primed with the current list of exported symbols so it doesn't change the ABI yet, but will prevent unintentional additions in the future and sets the stage for reductions. ok deraadt@ kettenis@ |