aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc/sys
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Add sched_getcpu()Konstantin Belousov2021-11-101-1/+3
* libc/<arch>/sys/cerror.S: fix typoKonstantin Belousov2021-04-031-1/+1
* [PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren2020-09-082-0/+69
* powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits2019-06-251-6/+17
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-043-150/+1
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-122-43/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-062-52/+1
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-5/+0
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-292-62/+1
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-47/+1
* 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-021-48/+0
* Ensure that every ENTRY(foo) has a matching END(foo).Baptiste Daroussin2014-10-015-0/+5
* 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-301-0/+48
* Mark assembler sources from libc as working with non-executable stack.Konstantin Belousov2011-01-147-1/+13
* 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-4/+5
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Minimal libc for PowerPC.Peter Grehan2002-12-048-0/+400