summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls/pipe2.S
Commit message (Expand)AuthorAgeFilesLines
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-081-3/+1
* Make __set_errno hidden in asm.Dan Albert2014-08-081-0/+2
* Remove unnecessary instructions from x86/x86_64 syscalls.Elliott Hughes2014-06-051-1/+0
* Fix x86 cfi directives for syscalls.Christopher Ferris2014-05-291-2/+3
* Add cfi directives to x86 syscalls.Christopher Ferris2014-01-061-0/+3
* Stop using the non-uapi <linux/err.h> header file.Elliott Hughes2013-11-071-3/+1
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-161-1/+2
* Regenerate the system call stubs (to get x86_64).Elliott Hughes2013-10-011-1/+1
* The SYS_ constants should cover all __NR_ values.Elliott Hughes2013-03-211-1/+1
* Use the kernel's MAX_ERRNO in the syscall stubs.Elliott Hughes2013-03-121-1/+2
* Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.Elliott Hughes2013-02-061-6/+3
* libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-271-0/+26