aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips/sys
Commit message (Expand)AuthorAgeFilesLines
* Add sched_getcpu()Konstantin Belousov2022-01-141-1/+2
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-043-146/+2
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-122-53/+1
* Remove architecture specific shmat.S files.Brooks Davis2018-04-051-7/+0
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-3/+1
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-292-72/+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-58/+1
* Removed unused special fork() implementations.Brooks Davis2015-05-292-58/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-5/+1
* libc: Eliminate duplicate copies of __vdso_gettc.cEd Maste2015-04-022-49/+1
* 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
* use PTR_WORD for __curbrk and minbrk instead of .word, the new versionJayachandran C.2010-06-252-2/+2
* Merge jmallett@'s n64 work into HEAD - changeset 2Jayachandran C.2010-06-161-1/+1
* Merge jmallett@'s n64 work into HEAD - changeset 1.Jayachandran C.2010-06-168-118/+83
* Reinstate the ptrace patch to restore the 'gp' register after callingNeel Natu2010-02-041-0/+3
* -White space cleanup (missing spaces in new line)Randall Stewart2010-02-031-5/+2
* This fixes a bug found and fixed by JC. BasicallyRandall Stewart2010-02-031-1/+13
* Merge r197800 from projects/mips to head by hand:Warner Losh2010-01-081-5/+2
* 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-3/+2
* Add mips support libc from the mips2-jnpr branch of perforce.Warner Losh2008-04-2611-0/+610
* Remove these abortive MIPS bits.David E. O'Brien2002-03-2315-801/+0
* Bring in initial libc support for mips. These files were taken fromWarner Losh1999-03-0315-0/+801