about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux
Commit message (Expand)AuthorAgeFilesLines
* Fix __waitpid_nocancel link error. linaro/masterRoland McGrath2014-05-161-6/+1
* PowerPC: clean BSD Terminal Modes expectation in termios.hAdhemerval Zanella2014-05-161-2/+9
* ARM: Convert fork.c to arch-fork.hRoland McGrath2014-05-161-10/+7
* Add stub arch-fork.h header.Roland McGrath2014-05-161-0/+27
* Split arch-fork.h from fork.hRoland McGrath2014-05-166-6/+6
* SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)Aurelien Jarno2014-05-161-0/+27
* ptsname_r: don't leak uninitialized memory (BZ #16917)Aurelien Jarno2014-05-161-1/+3
* x86: Move abilist files out of nptl/ subdirectories.Roland McGrath2014-05-1443-0/+0
* Move remaining files out of nptl/sysdeps/unix/sysv/linux/x86/.Roland McGrath2014-05-1415-0/+551
* Fix mips fork after i386 reorganization.Roland McGrath2014-05-142-1/+1
* Move remaining nptl/sysdeps/unix/sysv/linux/i386/ files.Roland McGrath2014-05-1459-0/+6452
* Fix powerpc fork after i386 reorganization.Roland McGrath2014-05-141-0/+1
* Update alpha and ia64 timer_*.c files for x86_64 file moves.Roland McGrath2014-05-1410-10/+10
* Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.Roland McGrath2014-05-1424-0/+5322
* x86: Consolidate NPTL fork.Roland McGrath2014-05-142-0/+54
* Consolidate not-cancel.h files.Roland McGrath2014-05-144-63/+27
* Move x86_64 compat-timer.h out of nptl/Roland McGrath2014-05-141-0/+45
* Move x86_64 timer_*.c out of nptl/Roland McGrath2014-05-146-0/+231
* x86: Consolidate NPTL/non versions of cloneRoland McGrath2014-05-142-11/+0
* x86: Consolidate NPTL/non versions of vforkRoland McGrath2014-05-142-12/+39
* ARM: Consolidate NPTL/non versions of vforkRoland McGrath2014-05-143-77/+20
* Reduce kernel-features.h duplication.Joseph Myers2014-05-1410-129/+29
* Clean up ARM old-ABI symbol versioning relics.Joseph Myers2014-05-142-48/+1
* Move NPTL public ABI headers for ARM to sysdeps/arm/nptl/.Roland McGrath2014-05-132-221/+0
* Verbatim NPTL file moves for ARM/Linux.Roland McGrath2014-05-1321-0/+0
* Consolidate NPTL configury for ARM/Linux.Roland McGrath2014-05-1310-41/+27
* Consolidate NPTL vs non clone.S for ARM.Roland McGrath2014-05-132-7/+1
* Clean up __exit_thread.Roland McGrath2014-05-133-23/+39
* Clean up kernel version conditionals for pre-2.6.32 kernels.Joseph Myers2014-05-127-162/+56
* Some configure-related decrufting.Roland McGrath2014-05-082-8/+0
* Move ARM internal unwind.h header to the right sysdeps directory.Roland McGrath2014-05-061-278/+0
* SPARC: add EFD_SEMAPHORE in <bits/eventfd.h> (BZ #16916)Aurelien Jarno2014-05-071-0/+2
* Move rules for Linux-specific pldd program to Linux-specific Makefile.Roland McGrath2014-05-051-0/+4
* ARM: Remove lowlevellock.cWill Newton2014-05-011-132/+0
* Correct sparc CPP guards for EMT_TAGOVF.David S. Miller2014-04-301-1/+1
* Fix some sparc conform test failures in siginfo.hDavid S. Miller2014-04-301-0/+2
* Increase minimum Linux kernel version to 2.6.32.Joseph Myers2014-04-306-42/+26
* Relocate hppa from ports to libc.Carlos O'Donell2014-04-2967-0/+5958
* Fix sigaction conform test failures on sparc.David S. Miller2014-04-221-1/+2
* aarch64: Re-implement setcontext without rt_sigreturn syscallWill Newton2014-04-171-55/+95
* alpha: Remove alpha-linux pthread_once.cRichard Henderson2014-04-161-95/+0
* Fixed and unified pthread_once.Torvald Riegel2014-04-116-549/+0
* Move __PTHREAD_SPINS definition to architecture specific headerAdhemerval Zanella2014-04-098-0/+24
* PowerPC: define _CALL_ELF if compiler does notAdhemerval Zanella2014-04-062-0/+37
* Correct robust mutex / PI futex kernel assumptions (bug 9894).Joseph Myers2014-03-315-6/+37
* Fix futimesat for older MicroBlaze kernels (bug 16648).Joseph Myers2014-03-312-0/+35
* Fix use of uninitialized variableAndreas Schwab2014-03-251-5/+6
* S390: Fix namespace violation in struct stat (BZ #16714).Stefan Liebler2014-03-241-2/+2
* S390: Correct type of sa_flags in struct sigaction for POSIX conformanceStefan Liebler2014-03-241-1/+2
* Account for alloca use when collecting interface addresses (bug 16002)Andreas Schwab2014-03-241-4/+28