about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Move poll to syscalls.listAndreas Jaeger2012-05-232-47/+1
* Add more constants to Linux <sys/reboot.h>Andreas Jaeger2012-05-232-1/+13
* Fix x32 sched_getcpu.S error codeH.J. Lu2012-05-232-4/+14
* Add comments suggesting moving some functions to syscalls.list.Joseph Myers2012-05-236-0/+17
* Do not mention old Linux kernel versions in installation documentation.Joseph Myers2012-05-233-15/+12
* Update from Linux 3.4Andreas Jaeger2012-05-238-5/+41
* Simplify dl-vdso.h use of assert.Roland McGrath2012-05-222-9/+9
* Remove $(sysctl) from sysdep_routinesH.J. Lu2012-05-224-5/+4
* Add sysctl.mk and bits/sysctl.hH.J. Lu2012-05-227-1/+42
* Fix x86_64/sched_getcpu.S error codeAndreas Jaeger2012-05-222-5/+15
* Mention 14122 in NEWS.Paul Pluzhnikov2012-05-221-1/+1
* For [BZ#14122], plug memory leaks in nsswitch.c.Paul Pluzhnikov2012-05-222-24/+80
* Add x32 arch_prctlH.J. Lu2012-05-223-0/+70
* Add INTERNAL_SYSCALL_TYPESH.J. Lu2012-05-223-39/+116
* PowerPC: libm ABI updateAdhemerval Zanella2012-05-226-12/+43
* Add new locale mag_IN.Chandan Kumar2012-05-224-3/+181
* Add x32 support to x86_64/bits/fcntl.hH.J. Lu2012-05-222-5/+6
* Use "neg %eax" in i386 SYSCALL_ERROR_HANDLERH.J. Lu2012-05-222-9/+9
* Update copyright years for time/mktime.cH.J. Lu2012-05-222-1/+5
* mktime: merge comment-quoting-style change from gnulibPaul Eggert2012-05-222-3/+10
* time/mktime.c (compile-command): Add "-I."Paul Eggert2012-05-222-1/+3
* mktime: merge mktime-internal.h change from gnulibPaul Eggert2012-05-222-0/+4
* mktime: merge time_r change from gnulibPaul Eggert2012-05-222-2/+4
* mktime: merge DEBUG change from gnulibPaul Eggert2012-05-222-0/+5
* mktime: merge <sys/types.h> change from gnulibPaul Eggert2012-05-222-1/+4
* mktime: merge HAVE_CONFIG_H change from gnulibPaul Eggert2012-05-222-1/+6
* Use "neg %eax" in x86_64 SYSCALL_SET_ERRNOH.J. Lu2012-05-222-6/+7
* Pad each field to __syscall_slong_t in struct rusageH.J. Lu2012-05-222-17/+85
* Remove straggling references to .s files.David S. Miller2012-05-213-17/+8
* Filter out unknown symbols in stack-protector test.Joseph Myers2012-05-213-0/+20
* Rename x32 llseek.S to lseek.S and add dummy llseek.SH.J. Lu2012-05-213-44/+46
* Add x32 llseek.SH.J. Lu2012-05-214-15/+91
* Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu2012-05-219-12/+28
* Fix warnings in wcschr-c.cAndreas Jaeger2012-05-212-3/+14
* x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.Roland McGrath2012-05-214-10/+41
* Fix sunrpc static libraryAndreas Jaeger2012-05-214-2/+20
* Fix last changeAndreas Jaeger2012-05-212-0/+6
* Define __SYSCALL_WORDSIZE for x86-64H.J. Lu2012-05-213-2/+15
* [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger2012-05-2110-159/+30
* Rewrite manual/contrib.texiAndreas Jaeger2012-05-212-102/+241
* Add x32 syscalls.listH.J. Lu2012-05-212-0/+10
* * misc/getauxval.c (__getauxval): Use unsigned long int.Richard Henderson2012-05-213-4/+11
* Set MALLOC_ALIGNMENT to at least __alignof__ (long double) for new ABIs.Roland McGrath2012-05-212-11/+22
* PowerPC: ULPs updateAdhemerval Zanella2012-05-212-12/+50
* Fix spelling of Steven MunroeAndreas Jaeger2012-05-211-1/+1
* We no longer have foo.s files in the tree.David S. Miller2012-05-201-1/+1
* Add <sys/auxv.h> and getauxval.Richard Henderson2012-05-2024-61/+326
* Update powerpc ULPs for ccos, csin, ccosh, csinh tests.Adhemerval Zanella2012-05-192-0/+160
* Update sparc ULPs for ccos, csin, ccosh, csinh tests.David S. Miller2012-05-192-0/+294
* Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers2012-05-1914-64/+801