summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-18move alpha/hppa into their own arch subdir where they should beMike Frysinger
2005-11-18touchup syntax/whitespaceMike Frysinger
2005-11-18Correct type, gcc-3.4.5 fails, thanks nitinkg for reporting/testingPeter S. Mazinger
2005-11-18add support for ia64Mike Frysinger
2005-11-18fix warnings when arch lacks get_kernel_syms syscall (like ia64)Mike Frysinger
2005-11-17dont try to build getpgrp if the arch doesnt support it (like ia64)Mike Frysinger
2005-11-17dont try to build fork if the arch doesnt support it (like ia64)Mike Frysinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-15Undo hiding __libc_fcntl[64], CANCELABLE_SYSCALL is not grep friendly ;-(, ha...Peter S. Mazinger
2005-11-15Update copyright noticePeter S. Mazinger
2005-11-15Hide __libc_fcntl[64]. Change weak __libc_fcntl* fcntl* to strongPeter S. Mazinger
2005-11-15as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo...Mike Frysinger
2005-11-15sync getopt headers with glibcMike Frysinger
2005-11-12make people provide these headers when portingMike Frysinger
2005-11-09sync with glibcMike Frysinger
2005-11-09fix __intptr_t for 64bit archesMike Frysinger
2005-11-09booooring license updatesMike Frysinger
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