summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-257-0/+257
* Use local copy of sysdep.hPeter S. Mazinger2005-10-253-3/+3
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-1221-727/+465
* Allow building uClibc w/ make-3.79.1 if SSP is disabledPeter S. Mazinger2005-10-111-1/+1
* merge additional license cruft from glibcMike Frysinger2005-10-051-0/+17
* Do not stub out functions for mmu-less systems. Hide allEric Andersen2005-10-046-25/+7
* Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.Peter S. Mazinger2005-10-013-4/+80
* Add .type _init/_fini unconditionally to arm/crt1.SPeter S. Mazinger2005-09-291-4/+3
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-2820-59/+59
* arm/crt1.S needs features.h and the weak _init/_fini independently of __PIC__...Peter S. Mazinger2005-09-282-13/+19
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-2718-28/+0
* Changed ssp.c license to LGPL and added vapier as contributorPeter S. Mazinger2005-09-231-8/+4
* New ssp code using syscalls where possible.Peter S. Mazinger2005-09-231-103/+34
* 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"2005-09-211-142/+0
* merge some updates from glibc to fix 32/64 bit supportMike Frysinger2005-09-211-8/+25
* Fix bug 370.Joakim Tjernlund2005-09-201-10/+13
* declare _init/_fini weak if UCLIBC_CTOR_DTOR is not definedMike Frysinger2005-09-181-0/+8
* Add atomic support for PPC.Joakim Tjernlund2005-09-171-0/+607
* Change to glibc way of defining syscalls. This should make PPCJoakim Tjernlund2005-09-171-33/+127
* grab a tiny mmap implementation from glibcMike Frysinger2005-09-072-1/+50
* make sure the syscall mmap func isnt exportedMike Frysinger2005-09-071-1/+1
* asierllano writes in bug 370:Joakim Tjernlund2005-08-271-8/+3
* oops, new math code needs thisMike Frysinger2005-08-261-0/+28
* import different optimized versions of div funcs based upon target sparc archMike Frysinger2005-08-2520-1588/+1763
* also check for __thumb__Mike Frysinger2005-08-181-1/+1
* Make uClibc vfork() use kernels vfork() instead of fork(). Joakim Tjernlund2005-08-172-2/+25
* For current kernels, we just use the getcwd() syscall. For old 2.0 linuxEric Andersen2005-08-151-1/+10
* arm has its own iopl.c now so we dont need ugly #ifdef check for armMike Frysinger2005-08-151-7/+4
* rip out iopl from ioperm.c so it will override the common iopl.cMike Frysinger2005-08-153-14/+36
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-0/+33
* eat whitespaceMike Frysinger2005-08-142-9/+7
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-143-8/+33
* revert __error -> __syscall_error change since it doesnt work for cloneMike Frysinger2005-08-121-5/+11
* missed one of the __error names in changing to __syscall_errorMike Frysinger2005-08-121-1/+1
* jump straight to __syscall_errorMike Frysinger2005-08-114-20/+8
* update crt0 to crt1 based heavily on glibc start.S and to sync up with __uCli...Mike Frysinger2005-08-092-77/+37
* use sigprocmask instead of internal __sigprocmask since __ version doesnt alw...Mike Frysinger2005-08-091-2/+1
* move __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowit...Mike Frysinger2005-08-093-8/+35
* remove unused/pointless variablesMike Frysinger2005-08-091-5/+1
* remove duplicated _syscall6 definitions and unify them with a defineMike Frysinger2005-08-082-43/+9
* eat whitespaceMike Frysinger2005-08-081-1/+0
* whitespace itMike Frysinger2005-08-041-4/+5
* yvasilev writes in Bug 235:Mike Frysinger2005-08-041-1/+8
* Update from (older) glibc code.Manuel Novoa III2005-08-033-2/+51
* POSIX requires that fields st_dev and st_rdev to be of type dev_t.Manuel Novoa III2005-08-031-4/+4
* Old glibc fix for ltp's clone07 test. Another file that needs updating...Manuel Novoa III2005-07-311-1/+1
* This fixes the pread/pwrite bugs reported by ltp. But I really need to pull ...Manuel Novoa III2005-07-311-2/+2
* Check for __NR_fcntl64.Manuel Novoa III2005-07-301-2/+2
* Update with current glibc version.Manuel Novoa III2005-07-301-9/+36
* Since we're now always using IPC_64, we need this. Otherwise, some of the pe...Manuel Novoa III2005-07-301-2/+21