aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/sys
Commit message (Expand)AuthorAgeFilesLines
* MFC r304285:Konstantin Belousov2016-09-161-6/+9
* MFC r304928:Konstantin Belousov2016-09-032-52/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-54/+1
* Do not compile ARMv6 instructions on ARMv4/v5. Although clang is fineKonstantin Belousov2015-12-241-0/+7
* Add support for usermode (vdso-like) gettimeofday(2) andKonstantin Belousov2015-12-072-1/+80
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-299-0/+18
* Removed unused special fork() implementations.Brooks Davis2015-05-291-49/+0
* Use the GOT_* macros to help simplify the code, these work with both picAndrew Turner2015-05-112-26/+9
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0
* libc: Eliminate duplicate copies of __vdso_gettc.cEd Maste2015-04-022-49/+1
* In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).Ian Lepore2014-08-316-0/+6
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-302-0/+50
* These warnings are only relevant on NetBSD it seems. They don't seemWarner Losh2009-02-191-3/+0
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-3/+6
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timeAlexander Kabaev2007-06-271-2/+2
* Use built-in _end symbol insteadof 'end' for consistency with otherAlexander Kabaev2007-05-191-2/+2
* Cleanup: we always have to use __error() now, and we shouldn't provide aOlivier Houchard2006-11-092-58/+1
* Use the RET macro.Olivier Houchard2004-11-096-6/+7
* Remove getcontext.S, it is not needed.Olivier Houchard2004-11-052-64/+1
* Import the FreeBSD/arm libc bits.Olivier Houchard2004-05-1412-0/+655