summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
* fix eriks e-mail addressMike Frysinger2005-01-05161-161/+161
* Peter S. Mazinger: use ASFLAGS when compiling asm filesMike Frysinger2004-12-261-6/+4
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-1/+3
* Patch from Peter S. Mazinger:Eric Andersen2004-12-221-1/+1
* Patch from psm, vapier, and solar, adding xattr syscallsEric Andersen2004-12-222-19/+105
* Patch from Peter S. Mazinger to simplify PIE handlingEric Andersen2004-12-223-10/+0
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-2218-91/+81
* Add support for the Analog Devices Blackfin mmuless processorEric Andersen2004-12-2129-0/+1897
* - Added support for 13 new syscalls to allow more things to compile when usin...Ned Ludd2004-12-203-2/+93
* On Thu Dec 16, 2004 at 03:49:31PM +0100, Johan Adolfsson wrote:Eric Andersen2004-12-161-0/+1
* Patch from Paul Brook:Eric Andersen2004-12-121-0/+17
* Partial commit of a patch from Alexandre Oliva:Eric Andersen2004-12-111-1/+1
* Kill off ancient unused cruftEric Andersen2004-12-081-68/+0
* Add missing definition for O_DIRECTEric Andersen2004-12-061-8/+7
* update : $Ned Ludd2004-11-251-1/+1
* Make __builtin_return_address() return NULL at top ofJoakim Tjernlund2004-11-171-8/+8
* misc cleanups of __stack_smash_handler() function when ssp support is enabled...Ned Ludd2004-11-111-2/+2
* misc cleanups of __stack_smash_handler() function when ssp support is enabled...Ned Ludd2004-11-111-76/+100
* struct ipc_perm, as used by shmctl() when soing shared memory stuff,Eric Andersen2004-11-021-1/+1
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-313-8/+3
* Do not assume a fifth argument is used with syscall(). Allocate stackPeter Kjellerstedt2004-10-301-6/+6
* Atsushi Nemoto writes:Eric Andersen2004-10-261-15/+25
* Peter S. Mazinger writes:Eric Andersen2004-10-193-3/+8
* Atsushi Nemoto writes:Eric Andersen2004-10-191-8/+8
* Peter Mazinger writes:Joakim Tjernlund2004-10-143-8/+18
* 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