summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build for sparc on some config'sAustin Foxley2010-02-031-5/+4
* nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-231-0/+2
* sparc: use fputs to write to stderrMike Frysinger2009-10-221-1/+1
* sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-10-223-3/+3
* sparc qops: unify & shrinkMike Frysinger2009-10-151-51/+40
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-2/+0
* sparc: add stubs for more of the _Q* opsAustin Foxley2009-10-051-0/+12
* sparc specific bits/socket.hAustin Foxley2009-09-251-0/+356
* sparc sigaction.c: fix the noted bugs by syncing up with glibcAustin Foxley2009-09-211-30/+16
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-6/+6
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
* always define float_t as floatBernhard Reutner-Fischer2009-09-171-19/+1
* sparc/sigaction.c: note possible bugs by comments. style fixesDenys Vlasenko2009-09-091-49/+57
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-303-8/+10
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-291-2/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-2/+6
* enable nanosecond stat support for everyoneMike Frysinger2009-07-262-14/+9
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-5/+0
* syscall: unify common syscall definesMike Frysinger2009-07-081-81/+0
* sparc: Update syscalls.h to define INTERNAL_SYSCALLAustin Foxley2009-07-061-70/+119
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+9
* Add working pipe implementation for sparcAustin Foxley2009-05-263-3/+69
* Add a sigaction implementation for sparcAustin Foxley2009-05-202-1/+95
* 32/64 bit sparc got unified in 2.6.29 the way x86/x86_64 did in 2.6.28.Rob Landley2009-03-271-1/+2
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-151-20/+0
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-24/+12
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-2/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-033-12/+10
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-233-5/+5
* Include errno.h from kernel headers instead of using internal errno_values.hCarmelo Amoroso2008-07-021-134/+0
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-12/+27
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-242-5/+5
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-3/+0
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-1/+1
* from Blue Swirl: fixup sparc a bit moreMike Frysinger2007-09-151-4/+20
* forgot to add this with previous sparc commit ...Mike Frysinger2007-09-151-0/+30
* Blue Swirl writes:Mike Frysinger2007-09-154-3/+6
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-291-0/+2
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+0
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-0/+4
* merge with psm: sync with common socket headersMike Frysinger2006-08-251-321/+0
* fix from psm: enable readahead prototypeMike Frysinger2006-08-241-1/+3
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-4/+4
* sync with upstream via psmMike Frysinger2006-08-236-53/+165