summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m88k/sys/sbrk.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-101-4/+7
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-3/+5
* Oops, due to the way return from system calls work, we can not use a delaymiod2013-01-241-3/+8
* The kernel sources mention that the system call entry point is trap #450; themiod2013-01-231-2/+2
* Add END() directives to the various functions.miod2013-01-111-2/+28
* Switch m88k ports to ELF.miod2013-01-051-12/+12
* zap rcsid.espie2005-08-071-6/+1
* Speed up sbrk() one cycle by removing an unnecessary register shuffling.miod2003-12-191-4/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* Get static rcsid correctly, better style for .S files, trim whitespace.miod2003-01-071-7/+5
* Rename cerror to __cerror and curbrk to __curbrk, to avoid namespacemiod2003-01-021-13/+14
* $OpenBSD$todd2000-03-011-1/+3
* Fixed brk() and sbrk(). Removal of old mvme88k dir.smurph1999-02-091-5/+2
* correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.smurph1998-12-151-0/+74