summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Add bswap_64 macro and uClibc_page.h. From Peter Kjellerstedt.Joakim Tjernlund2004-09-232-0/+55
* Typo fix from Peter Mazinger.Joakim Tjernlund2004-08-301-1/+1
* Preliminary PIE support for powerpc, i386 was used as template.Joakim Tjernlund2004-08-272-3/+26
* Partial patch from Alexandre Oliva:Eric Andersen2004-08-2617-57/+597
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+1
* Patch by Carl SHAW <carl.shaw@st.com>...Manuel Novoa III2004-08-252-1/+107
* Make the stub profiling stuff workEric Andersen2004-08-222-98/+4
* Attempt to support 'gcc -finstrument-functions', which seems muchEric Andersen2004-08-213-0/+120
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-2133-1476/+11
* Enable only for architectures where __NR_madvise is definedEric Andersen2004-08-201-0/+2
* The variable used to store pagesize is not the same as theEric Andersen2004-08-161-3/+3
* Logic was reversed.Manuel Novoa III2004-08-151-2/+2
* Fixup PAGE_SIZE problemsEric Andersen2004-08-136-7/+94
* Fix mips bug related to 2.6 headers by following glibc's lead. Based onManuel Novoa III2004-08-101-0/+15
* Apparently the sigaction code added was broken, as it generated illegalManuel Novoa III2004-08-101-1/+1
* Cleanup some dead wood in the header filesEric Andersen2004-07-305-2238/+0
* s/___brk_addr/__curbrk/gEric Andersen2004-07-3023-83/+82
* Some mips updates. Add a couple of missing sys/*.h files and update a few ot...Manuel Novoa III2004-07-305-51/+684
* Be certain to include sys/sysmacros.h when major() and minor()Eric Andersen2004-07-272-0/+2
* Fix ftruncate64 and truncate64 for powerpc and mipsEric Andersen2004-07-212-10/+52
* Update sigaction for armEric Andersen2004-07-171-22/+42
* Add sigaction for mipsEric Andersen2004-07-172-1/+124
* Follow glibc's lead and add a gcc-3.4.1 required symbol to crt0.S.Manuel Novoa III2004-07-161-0/+6
* Pete Popov writes:Eric Andersen2004-07-1660-1/+4349
* Atsushi Nemoto writes:Eric Andersen2004-07-151-18/+13
* h8300 updates from Yoshinori SatoEric Andersen2004-07-1525-421/+788
* Per comments from Bernhard Rosenkraenzer, adjust gcc 3.3.x generated asmEric Andersen2004-06-122-38/+24
* Removed unused file.Tobias Anderberg2004-05-241-72/+0
* Cope when the __NR_get_kernel_syms is undefined (i.e. 2.6.x arm-linux)Eric Andersen2004-05-151-0/+9
* Alexandre Oliva writes:Eric Andersen2004-05-146-336/+349
* __data_start needs to be added to all crt0.S files that don't currentlyEric Andersen2004-05-1414-44/+145
* Kill off the now obsolete __libc_vfork symbolEric Andersen2004-05-144-11/+4
* Patch from Alexandre Oliva:Eric Andersen2004-05-142-2/+130
* Add define for SHM_HUGETLBEric Andersen2004-05-131-0/+1
* make certain that getpagesize() returns correct the value for mipsEric Andersen2004-05-111-10/+14
* Patch from Yoshinori Sato <ysato@users.sourceforge.jp>.Manuel Novoa III2004-05-071-0/+4
* Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III2004-05-071-23/+7
* Fix screwed up formattingEric Andersen2004-05-051-20/+20
* Jeroen Dobbelaere writes:Eric Andersen2004-05-051-1/+2
* It turns out that asm/reg.h is missing from the 2.6.x kernel headers,Eric Andersen2004-04-231-2/+167
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-2010-28/+28
* Fix typo.Manuel Novoa III2004-04-141-1/+1
* Per patch from Stefan Holst, do not try to compile theseEric Andersen2004-03-194-0/+8
* Patch from Stefan Holst to fix argv[0]Eric Andersen2004-03-191-5/+5
* Based on a patch from Alexandre Oliva, allow uClibc to compileEric Andersen2004-03-191-0/+2
* Alexandre Oliva writes:Eric Andersen2004-03-182-1/+42
* Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen2004-03-181-12/+12
* Cope gracefully with missing module syscallsEric Andersen2004-03-124-6/+21
* Fixup naming of '_mmap' to 'mmap' so it will properly overrideEric Andersen2004-02-182-1/+1
* Alexandre Oliva writes:Eric Andersen2004-02-1828-0/+2266