about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Add fixed bug numbers to NEWSSamuel Thibault2015-02-091-1/+1
* powerpc: wordcopy/memmove cleanup for ppc32Adhemerval Zanella2015-02-098-119/+44
* powerpc: multiarch Makefile cleanup for powerpc32Adhemerval Zanella2015-02-092-4/+14
* powerpc: wordcopy/memmove cleanup for ppc64Adhemerval Zanella2015-02-096-95/+32
* powerpc: Remove POWER7 wordcopy ifuncAdhemerval Zanella2015-02-094-45/+18
* powerpc: Simplify bcopy default implementationAdhemerval Zanella2015-02-092-4/+10
* powerpc: multiarch Makefile cleanup for powerpc64Adhemerval Zanella2015-02-092-5/+16
* Fix value of O_TMPFILE for architectures with non-default O_DIRECTORY (bug 17...Andreas Schwab2015-02-093-2/+8
* hurd: fix unwind-resume.c buildSamuel Thibault2015-02-082-2/+8
* hurd: fix unwind-resume.c buildSamuel Thibault2015-02-082-0/+6
* add hurd/hurdsocket.h file missing from a5eb23dSamuel Thibault2015-02-081-0/+30
* Fix time/getdate.c build.Samuel Thibault2015-02-082-0/+5
* hurd: Fix abi-tag, following ba90e05Samuel Thibault2015-02-082-1/+2
* hurd: fix tls.h buildSamuel Thibault2015-02-082-0/+3
* hurd: Ignore bytes beyond sockaddr length for AF_UNIXSamuel Thibault2015-02-085-8/+22
* Add ersatz _Static_assert on older C hostsPaul Eggert2015-02-073-1/+14
* hurd: fix compilation of signal.h in C++Samuel Thibault2015-02-072-4/+5
* hurd: fix compilation of signal.h in C++Samuel Thibault2015-02-072-1/+3
* hurd: add basic types for ioctlsSamuel Thibault2015-02-072-1/+30
* hurd: support mmap with PROT_NONESamuel Thibault2015-02-072-2/+10
* hurdselect: remove dead code.Samuel Thibault2015-02-072-7/+2
* hurd: fix sigstate lockingSamuel Thibault2015-02-072-2/+6
* hurdselect: Let select get interrupted by signalsSamuel Thibault2015-02-072-1/+6
* hurd: map nice levels 1-to-1 with Mach prio levelsSamuel Thibault2015-02-072-2/+5
* hurd: allow poll() array bigger than FD_SETSIZESamuel Thibault2015-02-072-1/+3
* hurd: fix f?chflags prototypes, declare them and their flagsSamuel Thibault2015-02-076-7/+45
* hurd: fix build with pthread aioSamuel Thibault2015-02-072-1/+9
* ARM: Add missing sfi_breg in LDR_GLOBAL macro.Roland McGrath2015-02-062-2/+7
* NPTL: Conditionalize some sanity tests for SIGCANCEL/SIGSETXID.Roland McGrath2015-02-063-0/+11
* Conditionalize use of SIGRTMIN in nptl/tst-locale1.c.Roland McGrath2015-02-062-1/+7
* Don't set unused field in rt/tst-timer2.Roland McGrath2015-02-062-2/+4
* NPTL: Build tests using clone directly only for Linux.Roland McGrath2015-02-066-8/+24
* Use signal rather than sigaction in nptl/tst-cleanup2.Roland McGrath2015-02-062-8/+6
* Conditionalize some tests' use of SA_SIGINFO.Roland McGrath2015-02-064-2/+20
* Do not use SA_NOCLDWAIT in tst-pselect.Roland McGrath2015-02-062-2/+3
* Move tst-getlogin to login/ subdirectory.Roland McGrath2015-02-064-2/+7
* Fix libio/tst-atime not to presume ST_NOATIME exists.Roland McGrath2015-02-062-3/+5
* Fix dirent/tst-fdopendir not to presume O_NOATIME exists.Roland McGrath2015-02-062-0/+5
* Fix nptl/tst-kill5 not to presume SIGRTMAX exists.Roland McGrath2015-02-062-1/+4
* Clean up nptl/tst-join5 use of nanosleep.Roland McGrath2015-02-062-7/+11
* Clean up NPTL system to be compat-only.Roland McGrath2015-02-062-8/+44
* Clean up NPTL longjmp to be compat-only.Roland McGrath2015-02-062-6/+54
* Clean up NPTL fork to be compat-only.Roland McGrath2015-02-063-4/+57
* x86: Clean up __vdso_clock_gettime variable.Roland McGrath2015-02-067-232/+20
* Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath2015-02-0613-12/+58
* Clean up sysdep-dl-routines variable.Roland McGrath2015-02-0614-26/+33
* NEWS: Fix spelling.Carlos O'Donell2015-02-061-1/+1
* NEWS: Also mention CVE-2015-1473Florian Weimer2015-02-061-4/+5
* soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1...Joseph Myers2015-02-065-0/+381
* soft-fp: Refine FP_EX_DENORM handling for comparisons.Joseph Myers2015-02-062-4/+51