summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2004-10-19Peter S. Mazinger writes:Eric Andersen
2004-08-22Make the stub profiling stuff workEric Andersen
2004-08-21Attempt to support 'gcc -finstrument-functions', which seems muchEric Andersen
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-08-20Enable only for architectures where __NR_madvise is definedEric Andersen
2004-08-16The variable used to store pagesize is not the same as theEric Andersen
2004-08-13Fixup PAGE_SIZE problemsEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2004-07-30s/___brk_addr/__curbrk/gEric Andersen
2004-07-27Be certain to include sys/sysmacros.h when major() and minor()Eric Andersen
2004-07-21Fix ftruncate64 and truncate64 for powerpc and mipsEric Andersen
2004-05-15Cope when the __NR_get_kernel_syms is undefined (i.e. 2.6.x arm-linux)Eric Andersen
2004-05-13Add define for SHM_HUGETLBEric Andersen
2004-05-11make certain that getpagesize() returns correct the value for mipsEric Andersen
2004-05-07Patch from Yoshinori Sato <ysato@users.sourceforge.jp>.Manuel Novoa III
2004-05-07Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-04-14Fix typo.Manuel Novoa III
2004-03-19Per patch from Stefan Holst, do not try to compile theseEric Andersen
2004-03-19Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen
2004-03-18Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen
2004-03-12Cope gracefully with missing module syscallsEric Andersen
2004-02-17Fixup fdatasync on alpha, thanks to Alan HourihaneEric Andersen
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-02-11Fix bug from the syscall reorganization, detected by python's test_poll.py.Manuel Novoa III
2004-02-10Do not include the create_module syscall if it is not presentEric Andersen
2004-02-05Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III
2004-01-30Andrew May writes:Eric Andersen
2004-01-21Sort all the filesEric Andersen
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
2004-01-21Add pollEric Andersen
2004-01-21Move poll to its own file, rather than being only half in its own fileEric Andersen
2004-01-21Massive formatting cleanup, making it easier to parseEric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-02Peter S. Mazinger writes:Eric Andersen
2004-01-02The checking Erik added seems to be unnecessary. Without it, I am notManuel Novoa III
2004-01-02Minor fix from upstream glibc.Manuel Novoa III
2003-12-31Fir errno return when the file/path is NULL or points to an empty string.Eric Andersen
2003-12-31Add extra checks for sigprocmask and rt_sigprocmask syscalls.Eric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-12-22In unistd.h, getpgrp() is redirected to __getpgid(), butEric Andersen
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