aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
AgeCommit message (Expand)Author
2013-12-05PowerPC: Add systemtap static probe points in setjmp/longjmpAdhemerval Zanella
2013-12-04PowerPC64 ELFv2 ABI 6/6: Bump ld.so soname version numberUlrich Weigand
2013-12-04PowerPC64 ELFv2 ABI 4/6: Stack frame layout changesUlrich Weigand
2013-12-04PowerPC64 ELFv2 ABI 2/6: Remove function descriptorsUlrich Weigand
2013-12-04PowerPC64 ELFv2 ABI 1/6: Code refactoringUlrich Weigand
2013-12-04PowerPC64: Fix incorrect CFI in *context routinesUlrich Weigand
2013-12-03Properly handle shm_open validation. Fixes bug 16274.Ondřej Bílka
2013-11-28Add powerpc-nofpu/e500 support functions for atomic compound assignment and F...Joseph Myers
2013-11-26PowerPC: Fix __fe_nomask_env missing symbolAdhemerval Zanella
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka
2013-11-25Fix typo in sys/ptrace.h.Carlos O'Donell
2013-11-13PowerPC: Fix __fe_mask_env exportAdhemerval Zanella
2013-11-13Set arch_minimum_kernel to 3.4.0 for x32H.J. Lu
2013-11-13PowerPC: Fix __fe_mask_env exportAdhemerval Zanella
2013-11-08PowerPC: Fix vDSO missing ODP entriesAdhemerval Zanella
2013-10-31Restrict shm_open and shm_unlink to SHMDIR. Fixes bugs 14752 and 15763.Ondřej Bílka
2013-10-30rename configure.in to configure.acMike Frysinger
2013-10-18Add e500 port.Joseph Myers
2013-10-04Move powerpc ports pieces to libc.Joseph Myers
2013-10-04e500 port: adjust sysdeps/unix/sysv/linux/configure.in case.Joseph Myers
2013-10-04e500 port: getcontext / setcontext / swapcontext.Joseph Myers
2013-10-04PowerPC SIGSTKSZAlan Modra
2013-10-04PowerPC makecontextAlan Modra
2013-10-04PowerPC LE _dl_hwcap accessAlan Modra
2013-09-28tst-fanotify: fix styleMike Frysinger
2013-09-28don't use Bash-specific ${parameter/pattern/string} expansionPatrick 'P. J.' McDermott
2013-09-11Add O_TMPFILE to <fcntl.h>Andreas Schwab
2013-09-06Coordinate IPv6 definitions for Linux and glibcCarlos O'Donell
2013-09-05tst-fanotify: skip when we get back EPERMMike Frysinger
2013-09-02tst-fanotify: new simple testMike Frysinger
2013-08-30Fix typos.Ondřej Bílka
2013-08-29Remove aix specific files.Ondřej Bílka
2013-08-29Support ELFOSABI_GNU on all GNU systems.Thomas Schwinge
2013-08-29Use ELFOSABI_GNU instead of ELFOSABI_LINUX.Thomas Schwinge
2013-08-29Fix typos.Ondřej Bílka
2013-08-27True stub __ifreq.Roland McGrath
2013-08-27Clean up __libc_sa_len helper.Roland McGrath
2013-08-27Replace generic bits/socket.h with 4.4 file.Roland McGrath
2013-08-27Flesh out 4.4 bits/socket.h with SOCK_CLOEXEC, SOCK_NONBLOCK.Roland McGrath
2013-08-21Fix typos.Ondřej Bílka
2013-08-20PowerPC: fix backtrace to handle signal trampolinesAdhemerval Zanella
2013-08-20Include <string.h> in sysdeps/unix/sysv/linux/mmap64.c.Joseph Myers
2013-08-20Use __getpagesize and __ffs in MMAP2_PAGE_SHIFT == -1 case of mmap64.Joseph Myers
2013-08-20 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):Andreas Krebbel
2013-08-16CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer
2013-07-23PowerPC: use _dl_static_init to set GLRO(gl_pagesize)Adhemerval Zanella
2013-07-21CVE-2013-2207, BZ #15755: Disable pt_chown.Carlos O'Donell
2013-07-16BZ #15711: Avoid circular dependency for syscall.hCarlos O'Donell
2013-07-04Sync sys/ptrace with Linux 3.10Andreas Jaeger
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold