summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove outdated comment and announce support for nanosecondsMike Frysinger2005-07-291-2/+2
* we are handed errno as a negative value so we need to reverse itMike Frysinger2005-07-291-1/+1
* if fcntl() is called with a 64bit command and LFS is enabled, pass the comman...Mike Frysinger2005-07-281-5/+12
* fix whitespacingMike Frysinger2005-07-281-3/+3
* s/__kernel_time_t/__time_tJoakim Tjernlund2005-07-284-8/+8
* Add missing #include <bits/wordsize.h> and change __kernel_time toJoakim Tjernlund2005-07-281-4/+5
* the common sem.h is good enough for x86_64Mike Frysinger2005-07-281-87/+0
* the errno settings was fixed but the return value was still being clobbered ....Mike Frysinger2005-07-281-5/+6
* tweak $TOPDIR usage to not have duplciate //Mike Frysinger2005-07-281-2/+2
* A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III2005-07-286-9/+451
* add some asm magic to fix setting errno/ret values in the .S functionsMike Frysinger2005-07-271-3/+19
* Since __syscall_error is a C func, we need to store the syscall return valueManuel Novoa III2005-07-231-0/+5