summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2003-11-17If __NR_ftruncate64 isn't defined, do the best we can.Manuel Novoa III
2003-11-16Fix a build problem when using 2.2.x kernel headers.Manuel Novoa III
2003-11-12Add support for missing ntp_gettime and ntp_adjtimeEric Andersen
2003-11-11Fix for the last "fix".Manuel Novoa III
2003-11-11Protect some header inclusions.Manuel Novoa III
2003-11-08Fix up several errors related to filename length and errno thatEric Andersen
2003-11-06Add a utility macro.Manuel Novoa III
2003-11-05Remove erroneous trailing semicolon.Manuel Novoa III
2003-11-05last but certinaly not least, kill off initfini.cEric Andersen
2003-11-05Kill initfini.awkEric Andersen
2003-11-02Both setegid and seteuid were implemented suboptimally, such thatEric Andersen
2003-11-02Be extra careful to check uid and gid converstions to kernel typesEric Andersen
2003-11-02Make the syscall locally, avoid an externEric Andersen
2003-10-25Add -msoft-float to SAFECFLAGS when necessary.Manuel Novoa III
2003-10-22Peter S. Mazinger pointed out that I missed a spot. I shouldEric Andersen
2003-10-22Per suggestion and patch from Ken Staton, emulates poll usingEric Andersen
2003-10-20Fix a stupid bug that caused uClibc to never provide the correctEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-08Patch from Atsushi Nemoto (with some additions):Eric Andersen
2003-09-21Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III
2003-09-17Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64Eric Andersen
2003-09-16This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III
2003-09-09Make sure that __syscall_fcntl is extern when LFSEric Andersen
2003-09-08Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III
2003-09-08Use __libc_fork for the uClinux fork stubEric Andersen
2003-09-08mjn3 pointed out that my brain was not in gear....Eric Andersen
2003-09-07A few minor syscall cleanupsEric Andersen
2003-09-07Remove profil.c, since it is constained within gmon.c.Manuel Novoa III
2003-09-07Fix some more problems found by the ltpEric Andersen
2003-09-06Add an implementation of profil(), based on the version fromEric Andersen
2003-09-06Fix numerous problems with both getcwd implementations.Eric Andersen
2003-08-28Create a typedef for the ctype bitmask table entries.Manuel Novoa III
2003-08-27Added cris to "define list".Tobias Anderberg
2003-08-24Fix a few bugs in the new extended locale functions.Manuel Novoa III
2003-08-22Don't use linux/sysctl.h and instead locally define struct __sysctl_args.Eric Andersen
2003-08-21Add missing semicolonsEric Andersen
2003-08-20Correct included header for ustat.Manuel Novoa III
2003-08-14Use the common version for bits/sem.h. Fixup the types toEric Andersen
2003-08-13Patch from Paul Mundt adding uClibc sh64 support:Eric Andersen
2003-08-10Add support for the ulimit syscallEric Andersen
2003-08-08Add support for personality(), prctl(), ustat(), and ulimit()Eric Andersen
2003-08-05Patch from David Wuertele to prevent "conflicts with new declaration with CEric Andersen
2003-08-05Zou WeiJun noticed a type breaking the stime syscallEric Andersen
2003-08-01Replace 'new' in a prototype to avoid c++ problems.Manuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-08-01Remove the arch specific shm.h and use the fixed up commonEric Andersen
2003-07-15Patch from Peter Kjellerstedt to make it simpler for arches to specifyEric Andersen
2003-06-27Fix a couple of typosEric Andersen