1650 Commits (0e10f740069c2d805d3199a8079b73e828c7d8d9)
 

Author SHA1 Message Date
rofl0r 0e10f74006 add MAP_NORESERVE to bits/mman.h 14 years ago
Rich Felker 4b43f05f3c remove fenv saving/loading code from setjmp/longjmp on arm 14 years ago
Rich Felker 96b3ea53f9 fix inefficiency of math.h isless, etc. macros 14 years ago
Rich Felker b088f85582 remove mips setjmp/longjmp code to save/restore fenv 14 years ago
Rich Felker 91b0588909 add scsi headers scsi.h and sg.h 14 years ago
Rich Felker a7c1f9727a use __builtin_offsetof to implement offsetof when possible 14 years ago
Rich Felker b427c82265 use alternate argument syntax for restrict with lio_listio 14 years ago
Rich Felker 7aa73925e7 fix regression in arm user.h that happened during big user.h changes 14 years ago
Rich Felker b3175f5c48 add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everything 14 years ago
Rich Felker 769fd4ce20 feature test macros: make _GNU_SOURCE enable everything 14 years ago
Rich Felker 216b706548 fix a couple issues in the inttypes.h PRI/SCN macros 14 years ago
Rich Felker 7dcb640da3 provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE 14 years ago
Rich Felker a7936f61b2 fix ordering of shared library ctors with respect to libc init 14 years ago
Rich Felker 1c322f2f0a fix some restrict-qualifier mismatches in newly added interfaces 14 years ago
Rich Felker e6dcebd5ef update readme and release notes for 0.9.8 14 years ago
Rich Felker df31363d8c remove stat member aliases from ppc-specific bits/stat.h 14 years ago
Rich Felker b4d8a16c1a fix eventfd and inotify nonblock/cloexec flags to match arch values 14 years ago
Rich Felker 56c6943efe fix missing limits when only _BSD_SOURCE is defined 14 years ago
Rich Felker a8da6c2f28 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate 14 years ago
Rich Felker 4b75f4ed8d make sys/procfs.h mostly work on most archs 14 years ago
Rich Felker 132cc703f8 remove microblaze user.h incorrectly copied from arm 14 years ago
Rich Felker 75a31faaed eliminate gdb complaints about missing linux-gate.so.1 14 years ago
Rich Felker 4acc95e497 begin sys/user.h and sys/reg.h fixes for ports 14 years ago
Rich Felker 98f56b12ce fix powerpc ucontext, again.. 14 years ago
Rich Felker 144dc4f479 fix termios constants on mips 14 years ago
Rich Felker c72fc23843 sigcontext/mcontext cleanup for arch-specific bits 14 years ago
Rich Felker ac562aa1ef fix powerpc sigsetjmp asm to match the new jmp_buf size/offsets 14 years ago
Rich Felker a50136dfe1 fix powerpc setjmp/longjmp to save/restore float regs; enlarge/align jmp_buf 14 years ago
Rich Felker 0375c68fe7 add missing startfiles for powerpc 14 years ago
Rich Felker 7538708f8b fix up leftover, incorrect NSIG definitions in arch-specific signal.h 14 years ago
Rich Felker b0756d88a0 remove stuff that doesn't belong in powerpc 32-bit sigcontext 14 years ago
Rich Felker 4860db9f54 more ppc signal.h typedef order fixes 14 years ago
Rich Felker 808f225b7c fix misordered typedefs in ppc signal.h 14 years ago
Rich Felker b5e3832f85 ppc signal/NSIG related fix (warning fix, redefinition) 14 years ago
Rich Felker 65b98213e4 add back NSIG, removed from powerpc in last commit, but for all archs 14 years ago
Rich Felker 57a0b82441 make powerpc signal.h namespace-clean for posix/isoc 14 years ago
Rich Felker 7bdf11c2c6 fix powerpc types to match abi, and some feature test issues 14 years ago
rofl0r 2df4f6f17b fix invalid usage of mcontext_t in powerpc signal.h 14 years ago
rofl0r 3fae236e00 powerpc: handle syscall error in clone. 14 years ago
Rich Felker 6c0cba819f fix error in configure script using >/dev/null in noclobber mode 14 years ago
Rich Felker 9565a349f2 fix powerpc asm not to store data in volatile space below stack pointer 14 years ago
Rich Felker 0004ea613a fix breakage from introducing bits header for sys/io.h 14 years ago
Rich Felker 61aa6324af add port io functions to sys/io.h 14 years ago
Rich Felker f54ac2446a add missing const on powerpc FE_DFL_ENV 14 years ago
Rich Felker 75c450cff3 fenv support for ppc, untested 14 years ago
Rich Felker 0b52bf5c78 fix feholdexcept -- it needs to clear exceptions after saving environment 14 years ago
Rich Felker 19b1a8453e Merge remote-tracking branch 'nsz/math' 14 years ago
rofl0r 8d2887f884 fcntl.h: O_SEARCH was missing for powerpc 14 years ago
Szabolcs Nagy a764db9a08 math: use float constants in exp10f.c 14 years ago
Szabolcs Nagy e93a0fe49d math: expl.c cleanup 14 years ago