Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistently reference '_end' instead of 'end' in the brk/sbrk implementation | 2016-05-30 | 1 | -2/+2 | |
| | | | | ok deraadt@ | ||||
* | Save and restore 'gbr' register when enter/leaving the kernel, and use | 2016-05-18 | 1 | -3/+3 | |
| | | | | | | it for the TCB pointer. Eliminate __cerror. "looks good" kettenis@, testing and ok deraadt@ | ||||
* | Adds hidden _libc_FOO aliases for the system call stubs. | 2015-09-10 | 1 | -6/+8 | |
| | | | | | | | | | | Stop generating _brk and _sbrk symbols: they've already been hidden. Set the ELF symbol size on the syscall stubs. Give the __{min,cur}brk symbols a size and type, and hide more jump labels. alpha, arm, m88k, sh, sparc, and vax assistance miod@ hppa assistance kettenis@ ok deraadt@ miod@ | ||||
* | Hide many (194!) symbols that nothing should be using. | 2015-08-26 | 1 | -10/+7 | |
| | | | | | | | Delete exect(2); it wasn't portable across archs and nothing used it. ports test build by naddy@ ok deraadt@ kettenis@ | ||||
* | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | 2012-08-22 | 1 | -4/+4 | |
| | | | | | | | 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@ | ||||
* | Preliminary userland bits for OpenBSD/landisk, many things coming from | 2006-10-10 | 1 | -0/+94 | |
NetBSD. |