- baf246e syscall() declaration belongs in unistd.h, not sys/syscall.h by Rich Felker · 12 years ago
- 34aa169 add support for ctors/dtors on arm with modern gcc by Rich Felker · 12 years ago
- b8ccf8e page-align initial brk value used by malloc in shared libc by Rich Felker · 12 years ago
- 3ee6750 remove __arch_prctl alias for arch_prctl by Rich Felker · 12 years ago
- 55aef73 move new linux syscall wrapper functions to proper source dir by Rich Felker · 12 years ago
- 03b0f13 fix trailing whitespace issues that crept in here and there by Rich Felker · 12 years ago
- 2ad9cf5 fix invalid read in aligned_alloc by Rich Felker · 12 years ago
- 5c5e45e move signal.h REG_* macros under _GNU_SOURCE protection by Rich Felker · 12 years ago
- d1b6fc6 fix names of ipc_perm __key/__seq elements by Rich Felker · 12 years ago
- 6bffcc2 fix sigorset/sigandset: _NSIG/8 is the size in bytes by rofl0r · 12 years ago
- e00e07f fix F_DUPFD_CLOEXEC being defined twice by rofl0r · 12 years ago
- 30d2c1f sigandset/sigorset: do not check for NULL pointers. by rofl0r · 12 years ago
- 4ab26cc fixup sigandset by rofl0r · 12 years ago
- e34d967 fixup for fcntl.h changes by rofl0r · 12 years ago
- b6f75ab add arch_prctl syscall (amd64/x32 only) by rofl0r · 12 years ago
- 6fb88a9 add personality syscall by rofl0r · 12 years ago
- a1990e1 add sigandset and sigorset (needed for qemu) by rofl0r · 12 years ago
- 0182c28 add struct msgbuf to sys/msg.h by rofl0r · 12 years ago
- 6bf0fdb unistd.h: fix wrong type for gid_t argument by rofl0r · 12 years ago
- f1bb783 ipc.h: fix gnu aliases for key and seq in struct ipc_perm by rofl0r · 12 years ago
- 7aec71c add obsolete futimesat() by rofl0r · 12 years ago
- a631c5d bits/signal.h: add register names for x86(_64) by rofl0r · 12 years ago
- 120e402 fcntl.h: add some linux-specific F_ macros by rofl0r · 12 years ago
- 3d3903f tcp.h: add SOL_TCP, analoguous to udp.h by rofl0r · 12 years ago
- 7e0d4fc add more arch-specific MAP_ macros to bits/mman.h by rofl0r · 12 years ago
- db846a6 remove MAP_32 from non-x86 archs by rofl0r · 12 years ago
- 0e10f74 add MAP_NORESERVE to bits/mman.h by rofl0r · 12 years ago
- 4b43f05 remove fenv saving/loading code from setjmp/longjmp on arm by Rich Felker · 12 years ago
- 96b3ea5 fix inefficiency of math.h isless, etc. macros by Rich Felker · 12 years ago
- b088f85 remove mips setjmp/longjmp code to save/restore fenv by Rich Felker · 12 years ago
- 91b0588 add scsi headers scsi.h and sg.h by Rich Felker · 12 years ago
- a7c1f97 use __builtin_offsetof to implement offsetof when possible by Rich Felker · 12 years ago
- b427c82 use alternate argument syntax for restrict with lio_listio by Rich Felker · 12 years ago
- 7aa7392 fix regression in arm user.h that happened during big user.h changes by Rich Felker · 12 years ago
- b3175f5 add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everything by Rich Felker · 12 years ago
- 769fd4c feature test macros: make _GNU_SOURCE enable everything by Rich Felker · 12 years ago
- 216b706 fix a couple issues in the inttypes.h PRI/SCN macros by Rich Felker · 12 years ago
- 7dcb640 provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE by Rich Felker · 12 years ago
- a7936f6 fix ordering of shared library ctors with respect to libc init by Rich Felker · 12 years ago
- 1c322f2 fix some restrict-qualifier mismatches in newly added interfaces by Rich Felker · 12 years ago
- e6dcebd update readme and release notes for 0.9.8 by Rich Felker · 12 years ago
- df31363 remove stat member aliases from ppc-specific bits/stat.h by Rich Felker · 12 years ago
- b4d8a16 fix eventfd and inotify nonblock/cloexec flags to match arch values by Rich Felker · 12 years ago
- 56c6943 fix missing limits when only _BSD_SOURCE is defined by Rich Felker · 12 years ago
- a8da6c2 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate by Rich Felker · 12 years ago
- 4b75f4e make sys/procfs.h mostly work on most archs by Rich Felker · 12 years ago
- 132cc70 remove microblaze user.h incorrectly copied from arm by Rich Felker · 12 years ago
- 75a31fa eliminate gdb complaints about missing linux-gate.so.1 by Rich Felker · 12 years ago
- 4acc95e begin sys/user.h and sys/reg.h fixes for ports by Rich Felker · 12 years ago
- 98f56b1 fix powerpc ucontext, again.. by Rich Felker · 12 years ago
- 144dc4f fix termios constants on mips by Rich Felker · 12 years ago
- c72fc23 sigcontext/mcontext cleanup for arch-specific bits by Rich Felker · 12 years ago
- ac562aa fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets by Rich Felker · 12 years ago
- a50136d fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf by Rich Felker · 12 years ago
- 0375c68 add missing startfiles for powerpc by Rich Felker · 12 years ago
- 7538708 fix up leftover, incorrect NSIG definitions in arch-specific signal.h by Rich Felker · 12 years ago
- b0756d8 remove stuff that doesn't belong in powerpc 32-bit sigcontext by Rich Felker · 12 years ago
- 4860db9 more ppc signal.h typedef order fixes by Rich Felker · 12 years ago
- 808f225 fix misordered typedefs in ppc signal.h by Rich Felker · 12 years ago
- b5e3832 ppc signal/NSIG related fix (warning fix, redefinition) by Rich Felker · 12 years ago
- 65b9821 add back NSIG, removed from powerpc in last commit, but for all archs by Rich Felker · 12 years ago
- 57a0b82 make powerpc signal.h namespace-clean for posix/isoc by Rich Felker · 12 years ago
- 7bdf11c fix powerpc types to match abi, and some feature test issues by Rich Felker · 12 years ago
- 2df4f6f fix invalid usage of mcontext_t in powerpc signal.h by rofl0r · 12 years ago
- 3fae236 powerpc: handle syscall error in clone. by rofl0r · 12 years ago
- 6c0cba8 fix error in configure script using >/dev/null in noclobber mode by Rich Felker · 12 years ago
- 9565a34 fix powerpc asm not to store data in volatile space below stack pointer by Rich Felker · 12 years ago
- 0004ea6 fix breakage from introducing bits header for sys/io.h by Rich Felker · 12 years ago
- 61aa632 add port io functions to sys/io.h by Rich Felker · 12 years ago
- f54ac24 add missing const on powerpc FE_DFL_ENV by Rich Felker · 12 years ago
- 75c450c fenv support for ppc, untested by Rich Felker · 12 years ago
- 0b52bf5 fix feholdexcept -- it needs to clear exceptions after saving environment by Rich Felker · 12 years ago
- 19b1a84 Merge remote-tracking branch 'nsz/math' by Rich Felker · 12 years ago
- 8d2887f fcntl.h: O_SEARCH was missing for powerpc by rofl0r · 12 years ago
- a764db9 math: use float constants in exp10f.c by Szabolcs Nagy · 12 years ago
- e93a0fe math: expl.c cleanup by Szabolcs Nagy · 12 years ago
- ab1772c math: expf.c cleanup by Szabolcs Nagy · 12 years ago
- ae67fe1 ppc socket.h: add forgotten cmsghdr by rofl0r · 12 years ago
- 71955b2 fix typo in dynamic linker path file loading code by Rich Felker · 12 years ago
- d0197ff add cleaned-up sys/mtio.h by Rich Felker · 12 years ago
- 5c6443a add stub versions of some missing optional pthread interfaces by Rich Felker · 12 years ago
- 159c765 math: cleanup exp2.c exp2f.c and exp2l.c by Szabolcs Nagy · 12 years ago
- bb9abde arg-skipping code for powerpc dynamic linker by Rich Felker · 12 years ago
- bbbf045 math: exp.c clean up by Szabolcs Nagy · 12 years ago
- a4db94a dynamic linking support for powerpc by Rich Felker · 12 years ago
- 7718e7c fix ppc stat structure definition by Rich Felker · 12 years ago
- 3bb6bd8 fix powerpc termios.h and ioctl.h by rofl0r · 12 years ago
- 91738d0 disable SO_REUSEPORT in sys/socket.h by Rich Felker · 12 years ago
- 7491bac ppc wchar_t is long, not int by Rich Felker · 12 years ago
- 8bb1816 Merge remote-tracking branch 'nsz/math' by Rich Felker · 12 years ago
- 22781b4 update copyright file for recent contributions by Rich Felker · 12 years ago
- d1bf452 fix indention with spaces in powerpc asm by Rich Felker · 12 years ago
- e7257d3 fix powerpc atomic compare-and-swap function by Rich Felker · 12 years ago
- 574d01a update ppc atomic code to match the endian-agnostic version on other archs by Rich Felker · 12 years ago
- 50cb6db fix wchar limits mistakenly copied from arm by Rich Felker · 12 years ago
- c6d441e Merge remote-tracking branch 'ppc-port/ppc-squashed' by Rich Felker · 12 years ago
- 68847ec fenv: return FE_TONEAREST in dummy fegetround by Szabolcs Nagy · 12 years ago
- 45ff9d8 math: ld80 invtrig cleanups keeping only commonly used data in invtrigl by Szabolcs Nagy · 12 years ago
- 529a8de math: simplify hypot and hypotf using scalbn by Szabolcs Nagy · 12 years ago
- 6d3f1a3 math: turn off the STRICT_ASSIGN workaround by default by Szabolcs Nagy · 12 years ago