1675 Commits (34aa169dcfa0a2945504fb696dee29bdf989c125)
 

Author SHA1 Message Date
Rich Felker 34aa169dcf add support for ctors/dtors on arm with modern gcc 14 years ago
Rich Felker b8ccf8e46b page-align initial brk value used by malloc in shared libc 14 years ago
Rich Felker 3ee67505fe remove __arch_prctl alias for arch_prctl 14 years ago
Rich Felker 55aef73f47 move new linux syscall wrapper functions to proper source dir 14 years ago
Rich Felker 03b0f13e90 fix trailing whitespace issues that crept in here and there 14 years ago
Rich Felker 2ad9cf52eb fix invalid read in aligned_alloc 14 years ago
Rich Felker 5c5e45e58b move signal.h REG_* macros under _GNU_SOURCE protection 14 years ago
Rich Felker d1b6fc6ecc fix names of ipc_perm __key/__seq elements 14 years ago
rofl0r 6bffcc2335 fix sigorset/sigandset: _NSIG/8 is the size in bytes 14 years ago
rofl0r e00e07f664 fix F_DUPFD_CLOEXEC being defined twice 14 years ago
rofl0r 30d2c1f5bf sigandset/sigorset: do not check for NULL pointers. 14 years ago
rofl0r 4ab26cc34c fixup sigandset 14 years ago
rofl0r e34d967c3e fixup for fcntl.h changes 14 years ago
rofl0r b6f75ab07f add arch_prctl syscall (amd64/x32 only) 14 years ago
rofl0r 6fb88a955a add personality syscall 14 years ago
rofl0r a1990e1e83 add sigandset and sigorset (needed for qemu) 14 years ago
rofl0r 0182c287ca add struct msgbuf to sys/msg.h 14 years ago
rofl0r 6bf0fdbdfc unistd.h: fix wrong type for gid_t argument 14 years ago
rofl0r f1bb78343a ipc.h: fix gnu aliases for key and seq in struct ipc_perm 14 years ago
rofl0r 7aec71c411 add obsolete futimesat() 14 years ago
rofl0r a631c5df53 bits/signal.h: add register names for x86(_64) 14 years ago
rofl0r 120e402de6 fcntl.h: add some linux-specific F_ macros 14 years ago
rofl0r 3d3903fa5b tcp.h: add SOL_TCP, analoguous to udp.h 14 years ago
rofl0r 7e0d4fce41 add more arch-specific MAP_ macros to bits/mman.h 14 years ago
rofl0r db846a6217 remove MAP_32 from non-x86 archs 14 years ago
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