summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64/sys/brk.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't need .text before ENTRY(), also minor spacing cleanupsderaadt2017-08-191-3/+2
* Clang ignores a .weak directive before a function is actually defined. Sokettenis2016-09-101-2/+2
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-19/+3
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-051-9/+10
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-12/+7
* Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers.uebayasi2015-06-171-1/+2
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-2/+2
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-131-6/+2
* CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@drahn2004-02-101-4/+6
* things for amd64; from art@mickey2004-01-281-0/+87