summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/stdlib/remque.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* XPG requires insque() and remque() to work with linear lists and not justguenther2014-08-151-40/+0
| | | | | | | | | circular lists. Amazingly, they managed to extend the requirements to no longer match the behavior of the VAX instructions they were modeled after, so the trivial VAX ASM versions have to go. Nice job breaking it, X/Open! Based on a diff from enh (at) google.com ok miod@
* VAX ELF userland bits. Consists mostly of register prefix additions.miod2013-07-051-2/+2
|
* more rcsid/sccs cleanupderaadt2009-10-281-6/+1
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* insque and remque are VAX instructions, no need for C functions; From 4.4BSDmillert2003-05-091-0/+49