about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year after my most recent changes.David S. Miller2012-03-082-2/+2
* Fix several build warnings on sparc.David S. Miller2012-03-062-9/+25
* * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):H.J. Lu2012-03-053-4/+4
* 2012-03-05 Tom de Vries <tom@codesourcery.com>Tom de Vries2012-03-051-2/+2
* Kill sparc32 specific __getpagesize, unneeded.David S. Miller2012-03-011-45/+0
* Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement.David S. Miller2012-03-015-72/+4
* Require Linux kernel headers from "make headers_install", >= 2.6.19.1.Joseph Myers2012-02-272-10/+10
* Fix name mangling of pthread_attr_t after changeUlrich Drepper2012-02-263-3/+3
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-263-2/+9
* Work around problem of pthread_attr_t definition with old compilersUlrich Drepper2012-02-263-2/+17
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-264-9/+13
* Tweak sparc32 longjmp to not store a dummy frame pointer onto the stack.David S. Miller2012-02-201-6/+4
* Use sparc GOTDATA relocations whenever possible.David S. Miller2012-02-205-27/+95
* Split architecture-specific parts of sys/epoll.h into bits/epoll.h.Joseph Myers2012-02-217-297/+97
* Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h.Joseph Myers2012-02-215-69/+61
* Add support for Linux error EHWPOISONAndreas Schwab2012-02-193-2/+14
* Rework sparc PIC macros so crt{i,n}.S can use them too.David S. Miller2012-02-182-10/+10
* Include <time.h> in clock_settime.c.Aurelien Jarno2012-02-171-1/+2
* Add O_FSYNC define to sparc just like other platforms.David S. Miller2012-02-161-0/+1
* Include sys/param.h in getcwd.c.Mike Frysinger2012-02-151-2/+2
* Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h.Joseph Myers2012-02-154-51/+38
* Split architecture-specific parts of sys/inotify.h into bits/inotify.h.Joseph Myers2012-02-145-115/+62
* Split architecture-specific parts of sys/eventfd.h into bits/eventfd.h.Joseph Myers2012-02-134-40/+40
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09754-2263/+1506
* Use <> for include of kernel-features.h.Richard Henderson2012-02-091-1/+1
* Use macro for PIC setup in inline asm.Joseph Myers2012-02-051-10/+1
* Use macros for x86 PIC thunk names.Joseph Myers2012-02-031-7/+7
* Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait'Roland McGrath2012-01-301-1/+3
|\
| * Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait().Chris Metcalf2012-01-281-1/+3
* | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h'Roland McGrath2012-01-301-1/+2
|\ \
| * | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c.Chris Metcalf2012-01-281-1/+2
| |/
* / Call __fxstatat64 from faccessat() to avoid PLT in -Os builds.Chris Metcalf2012-01-281-2/+2
|/
* Remove __STDC__ conditionals from non-installed headers.Joseph Myers2012-01-262-12/+4
* Powerpc: correct duplicate label issue with multiple passes through context codeWill Schmidt2012-01-123-9/+11
* Fix typo in Linux/PPC32 getcontextWill Schmidt2012-01-081-4/+4
* Add checking versions of poll and ppollUlrich Drepper2012-01-081-1/+2
* More fallout from supporting only ELFUlrich Drepper2012-01-081-4/+0
* Remove pre-ISO C supportUlrich Drepper2012-01-0725-82/+78
* Update ABI informationUlrich Drepper2012-01-071-1/+1
* Remove m68k support from Linux configureUlrich Drepper2012-01-071-1/+1
* More IA-64 removalUlrich Drepper2012-01-073-3/+3
* Linux configure cleanupUlrich Drepper2012-01-072-38/+0
* Remove IA-64 support from kernel-features.hUlrich Drepper2012-01-071-8/+7
* More ia64 removal changesUlrich Drepper2012-01-075-9/+143
* Remove IA-64 supportUlrich Drepper2012-01-0770-5116/+0
* Implement timespec_getUlrich Drepper2012-01-012-0/+67
* Support building bits/syscall.h for any number of subarch variants.Joseph Myers2011-12-225-32/+61
* Define EPOLLONESHOT and EPOLLET using unsigned valuesUlrich Drepper2011-12-213-9/+9
* Simplify code for accessing powerpc GOTWill Schmidt2011-12-175-29/+23
* SH atomic asms fix for gcc 4.7Ulrich Drepper2011-12-021-22/+28