aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc/sys/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren2020-09-081-0/+1
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-041-1/+1
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-121-1/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-061-1/+1
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-5/+0
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-291-1/+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-221-1/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* 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-041-0/+11