summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2005-11-04Make use of newly introduced attribute_noreturnPeter S. Mazinger
2005-11-03Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger
2005-11-03wait4 is pid_t, not intPeter S. Mazinger
2005-11-02Allow partly IMA compile of this directoryPeter S. Mazinger
2005-11-02Mark _exit as noreturn, include/unistd.h does this alreadyPeter S. Mazinger
2005-11-02add dummy loop to kill gcc warning, probably _exit should get attribute_noreturnPeter S. Mazinger
2005-11-02Move __SSP__ check to headerPeter S. Mazinger
2005-11-01Correct gcc-4.1 ssp buildPeter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-28Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-25Use local copy of sysdep.hPeter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-11Allow building uClibc w/ make-3.79.1 if SSP is disabledPeter S. Mazinger
2005-10-04Do not stub out functions for mmu-less systems. Hide allEric Andersen
2005-10-01Add gcc-4.1 non-TLS __stack_chk_guard support. Run the guard setup only once.Peter S. Mazinger
2005-09-23Changed ssp.c license to LGPL and added vapier as contributorPeter S. Mazinger
2005-09-23New ssp code using syscalls where possible.Peter S. Mazinger
2005-09-21'pthread.h' is not the only file that needs to be symlinked. When NPTL gets m..."Steven J. Hill"
2005-09-21merge some updates from glibc to fix 32/64 bit supportMike Frysinger
2005-09-07make sure the syscall mmap func isnt exportedMike Frysinger
2005-08-18also check for __thumb__Mike Frysinger
2005-08-15For current kernels, we just use the getcwd() syscall. For old 2.0 linuxEric Andersen
2005-08-15arm has its own iopl.c now so we dont need ugly #ifdef check for armMike Frysinger
2005-08-08eat whitespaceMike Frysinger
2005-07-30Check for __NR_fcntl64.Manuel Novoa III
2005-07-28if fcntl() is called with a 64bit command and LFS is enabled, pass the comman...Mike Frysinger
2005-07-28fix whitespacingMike Frysinger
2005-07-28s/__kernel_time_t/__time_tJoakim Tjernlund
2005-07-28A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III
2005-07-17whoops, reversed naming of nano sec members ... kernel uses _, user space doe...Mike Frysinger
2005-07-17syntax cleanupsMike Frysinger
2005-07-17rip out previous armeb old-stat abi compat code since arm linux opinion is th...Mike Frysinger
2005-07-17add support for nanosecondsMike Frysinger
2005-07-16with the help of John Bowler, track down the ugly ABI change between 2.4 / 2....Mike Frysinger
2005-07-15add support for passing nano seconds (if arch supports it)Mike Frysinger
2005-06-30fix typo in umount2() emulation of umount()Mike Frysinger
2005-06-29cast buf as void* to fix warningMike Frysinger
2005-06-17sync whitespace with glibcMike Frysinger
2005-06-07move tv def back with gettimeofday() funcMike Frysinger
2005-05-27touchup defines so that we can use same ssp.c in both glibc and uclibcMike Frysinger
2005-05-27- keep gcc-4.x happyNed Ludd
2005-05-27style updatesMike Frysinger
2005-05-20Finish up reverting NPTLEric Andersen
2005-05-15Get rid of crud."Steven J. Hill"
2005-05-14There were two versions of 'pthreadtypes.h' originally in uClibc. Also,"Steven J. Hill"
2005-05-14Sync uClibc 'sigthread.h' with the latest version from glibc."Steven J. Hill"
2005-05-12Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"
2005-05-07Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund