summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/sys
Commit message (Expand)AuthorAgeFilesLines
* MFC r304285:kib2016-09-161-6/+9
* MFC r304928:kib2016-09-032-52/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsbrooks2016-06-222-54/+1
* Do not compile ARMv6 instructions on ARMv4/v5. Although clang is finekib2015-12-241-0/+7
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-072-1/+80
* Annotate arm userspace assembler sources stating their tolerance tokib2015-09-299-0/+18
* Removed unused special fork() implementations.brooks2015-05-291-49/+0
* Use the GOT_* macros to help simplify the code, these work with both picandrew2015-05-112-26/+9
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-181-3/+0
* libc: Eliminate duplicate copies of __vdso_gettc.cemaste2015-04-022-49/+1
* In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).ian2014-08-316-0/+6
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.imp2014-04-051-1/+1
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-302-0/+50
* These warnings are only relevant on NetBSD it seems. They don't seemimp2009-02-191-3/+0
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-091-2/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudopeter2007-07-041-3/+6
* Fix sbrk.S to use _end symbol the same way brk.s was fixed some timekan2007-06-271-2/+2
* Use built-in _end symbol insteadof 'end' for consistency with otherkan2007-05-191-2/+2
* Cleanup: we always have to use __error() now, and we shouldn't provide acognet2006-11-092-58/+1
* Use the RET macro.cognet2004-11-096-6/+7
* Remove getcontext.S, it is not needed.cognet2004-11-052-64/+1
* Import the FreeBSD/arm libc bits.cognet2004-05-1412-0/+655
OpenPOWER on IntegriCloud