aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* MFC r314556-r314558Brooks Davis2017-03-111-1/+1
* MFC r304928:Konstantin Belousov2016-09-032-62/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-47/+1
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-161-2/+2
* libc: stop exporting cerrorEd Maste2016-03-301-1/+0
* libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-241-2/+0
* Make unions in PowerPC libc endian-safe.Nathan Whitehorn2016-02-262-2/+22
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues2015-09-201-0/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0
* Fix powerpc setjmp FPR saving/restoring.Justin Hibbits2015-04-083-108/+108
* libc: Eliminate duplicate copies of __vdso_gettc.cEd Maste2015-04-022-49/+1
* Save and restore non-volatile floating-point registers during longjmp().Nathan Whitehorn2015-03-083-0/+126
* Remove duplicate copies of trivial getcontextx.cEd Maste2015-01-122-78/+4
* Avoid use of register variables. Clang 3.5 treats this as undefined behavior,Justin Hibbits2015-01-061-2/+1
* Ensure that every ENTRY(foo) has a matching END(foo).Baptiste Daroussin2014-10-0111-0/+14
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
* Get rid of the CONCAT macro.Andreas Tobler2013-11-231-9/+9
* Revert r253748,253749Andriy Gapon2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandAndriy Gapon2013-07-281-1/+0
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-0/+7
* Rework the __vdso_* symbols attributes to only make the symbols weak,Konstantin Belousov2013-01-302-0/+50
* Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to theMarcel Moolenaar2012-05-251-1/+4
* Allow building for the PowerPC EABI by providing a dummy __eabi()Marcel Moolenaar2012-05-243-1/+35
* Do not restore the register holding the TLS pointer when doing variousNathan Whitehorn2012-04-113-3/+0
* Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichAndreas Tobler2012-02-052-17/+17
* Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov2012-02-011-1/+1
* Add API for obtaining extended machine context states that cannot beKonstantin Belousov2012-01-212-1/+70
* Two other places where we can use WEAK_ALIAS.Andreas Tobler2012-01-081-2/+1
* Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.Andreas Tobler2012-01-061-10/+5
* Replace a proliferation of buggy MD implementations of modf() with aDavid Schultz2011-10-213-109/+1
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Mark assembler sources from libc as working with non-executable stack.Konstantin Belousov2011-01-1412-1/+22
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-025-35/+0
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.Ed Schouten2008-11-091-2/+1
* Fix some ifdef logic in the libc syncicache() bit that I somehow missed in theNathan Whitehorn2008-09-241-1/+3
* Allow the cacheline size on PowerPC to be set at runtime. This is essential forNathan Whitehorn2008-09-241-16/+16
* Add support files for compiling with soft-float. This has beenMarcel Moolenaar2008-04-273-0/+448
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCRafal Jaworowski2008-02-246-0/+12
* Fix build from errors exposed with recent version_gen.awk commit.Peter Grehan2007-10-181-2/+1
* Classify mmap, lseek, pread, pwrite, truncate, ftruncate as pseudoPeter Wemm2007-07-041-4/+5
* Fix bogon in previous commit: <machine/cpu.h> is still needed.Marcel Moolenaar2007-06-101-0/+1
* The definition of CACHELINESIZE moved from <machine/cpu.h> toMarcel Moolenaar2007-06-101-1/+1
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-4/+0
* I guess powerpc needs vfork(), add it to the symbol list.Daniel Eischen2007-05-141-0/+1
* Remove .mcount from gmon's Symbol map and add it to the appropriateDaniel Eischen2007-05-131-0/+1
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-9/+11
* The distinction between quiet and signaling NaN formats isDavid Schultz2007-01-031-0/+21
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIOlivier Houchard2006-11-065-158/+0
* Whitespace fix.Marcel Moolenaar2006-09-021-1/+1