summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/sys/brk.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* We are done providing support for the vax.deraadt2016-03-091-57/+0
| | | | lots of agreement.
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-101-7/+11
| | | | | | | | | | 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.guenther2015-08-261-5/+12
| | | | | | | Delete exect(2); it wasn't portable across archs and nothing used it. ports test build by naddy@ ok deraadt@ kettenis@
* VAX ELF userland bits. Consists mostly of register prefix additions.miod2013-07-051-6/+6
|
* Use _C_LABEL when appropriate.miod2008-05-211-5/+5
|
* zap rcsid.espie2005-08-071-5/+1
| | | | okay deraadt@ (tested them all)
* Use an unsigned comparison against minbrk.miod2003-12-251-6/+3
| | | | ok deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Rename cerror to __cerror and curbrk to __curbrk, to avoid namespacemiod2002-11-051-4/+4
| | | | pollution. Conforming to art@'s evil plans.
* ENTRY takes 2 args nowadaysniklas1998-05-171-3/+3
|
* Fix RCS idstholo1996-08-191-4/+4
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+57