| Commit message (Expand) | Author | Age | Files | Lines |
| * | move wint_t definition to the shared part of alltypes.h.in | Rich Felker | 2014-12-21 | 1 | -1/+0 |
| * | add explicit barrier operation to internal atomic.h API | Rich Felker | 2014-10-10 | 1 | -1/+3 |
| * | add new syscall numbers for seccomp, getrandom, memfd_create | Szabolcs Nagy | 2014-10-08 | 1 | -0/+6 |
| * | add threads.h and needed per-arch types for mtx_t and cnd_t | Rich Felker | 2014-09-06 | 1 | -0/+2 |
| * | add working a_spin() atomic for non-x86 targets | Rich Felker | 2014-08-25 | 1 | -0/+1 |
| * | add max_align_t definition for C11 and C++11 | Rich Felker | 2014-08-20 | 1 | -0/+2 |
| * | make pointers used in robust list volatile | Rich Felker | 2014-08-17 | 1 | -1/+1 |
| * | clean up unused and inconsistent atomics in arch dirs | Rich Felker | 2014-07-27 | 1 | -6/+0 |
| * | add syscall numbers for the new renameat2 syscall | Szabolcs Nagy | 2014-07-20 | 1 | -0/+2 |
| * | fix regression that negated some mips syscall error returns | Rich Felker | 2014-07-20 | 1 | -5/+5 |
| * | fix mips struct stat dev_t members for big endian | Rich Felker | 2014-07-19 | 1 | -20/+81 |
| * | fix missing barrier instructions in mips atomic asm | Rich Felker | 2014-07-19 | 1 | -14/+18 |
| * | use memory constraints for mips atomic asm | Rich Felker | 2014-07-19 | 1 | -24/+24 |
| * | fix regression in mips dynamic linker | Rich Felker | 2014-06-30 | 1 | -0/+1 |
| * | refactor to remove arch-specific relocation code from dynamic linker | Rich Felker | 2014-06-18 | 1 | -23/+9 |
| * | dynamic linker: permit error returns from arch-specific reloc function | Rich Felker | 2014-06-16 | 1 | -1/+2 |
| * | add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro | Szabolcs Nagy | 2014-05-30 | 1 | -0/+4 |
| * | fix for broken kernel side RLIM_INFINITY on mips | Szabolcs Nagy | 2014-05-30 | 1 | -0/+2 |
| * | fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h | Rich Felker | 2014-04-30 | 1 | -1/+2 |
| * | fix RLIMIT_ constants for mips | Szabolcs Nagy | 2014-04-15 | 1 | -0/+5 |
| * | fix signal.h breakage from moving stack_t to arch-specific bits | Rich Felker | 2014-03-18 | 1 | -6/+6 |
| * | fix mips stack_t | Rich Felker | 2014-03-18 | 1 | -1/+1 |
| * | move signal.h definition of stack_t to arch-specific bits | Rich Felker | 2014-03-18 | 1 | -0/+6 |
| * | fix size of mips jmp_buf | Rich Felker | 2014-03-18 | 1 | -1/+1 |
| * | remove useless and incorrect uc_regspace member from mips ucontext_t | Rich Felker | 2014-03-18 | 1 | -1/+0 |
| * | fix statfs struct on mips | Szabolcs Nagy | 2014-03-12 | 1 | -3/+4 |
| * | fix semid_ds structure on mips | Szabolcs Nagy | 2014-03-12 | 1 | -2/+0 |
| * | move struct semid_ds to from shared sys/sem.h to bits | Rich Felker | 2014-03-11 | 1 | -0/+16 |
| * | mips: add mips-sf subarch support (soft-float) | Szabolcs Nagy | 2014-02-24 | 2 | -1/+12 |
| * | fixup general __syscall breakage introduced in x32 port | rofl0r | 2014-02-24 | 1 | -0/+2 |
| * | sys/shm.h: move arch specific structs to bits/ | rofl0r | 2014-02-23 | 1 | -0/+11 |
| * | fix namespace violations in termios.h, at least mostly | Rich Felker | 2014-01-08 | 1 | -12/+11 |
| * | add O_TMPFILE flag, new in linux 3.11 | Szabolcs Nagy | 2013-11-23 | 1 | -0/+1 |
| * | fix the nominal type of LDBL_* limits on archs with ld64 | Rich Felker | 2013-11-20 | 1 | -4/+4 |
| * | remove duplicate lines from mips bits/syscall.h | Rich Felker | 2013-09-26 | 1 | -48/+0 |
| * | support configurable page size on mips, powerpc and microblaze | Szabolcs Nagy | 2013-09-15 | 2 | -2/+1 |
| * | fix mips sysv ipc bits headers | Rich Felker | 2013-09-14 | 2 | -3/+9 |
| * | add missing a_or_l to atomic.h for non-x86 archs | Rich Felker | 2013-08-11 | 1 | -0/+5 |
| * | fix _NSIG and SIGRTMAX on mips | Rich Felker | 2013-08-10 | 1 | -1/+1 |
| * | new mostly-C crt1 implementation | Rich Felker | 2013-07-26 | 1 | -0/+21 |
| * | change jmp_buf to share an underlying type and struct tag with sigjmp_buf | Rich Felker | 2013-07-24 | 1 | -1/+1 |
| * | remove SIG_ATOMIC_MIN/MAX from stdint bits headers | Rich Felker | 2013-07-22 | 1 | -2/+0 |
| * | fix regression in size of nlink_t (broken stat struct) on x86_64 | Rich Felker | 2013-07-22 | 1 | -0/+1 |
| * | change wint_t to unsigned | Rich Felker | 2013-07-22 | 1 | -1/+1 |
| * | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 2013-07-22 | 3 | -133/+27 |
| * | change uid_t, gid_t, and id_t to unsigned types | Rich Felker | 2013-07-19 | 1 | -3/+3 |
| * | make the dynamic linker find its path file relative to its own location | Rich Felker | 2013-07-18 | 1 | -1/+8 |
| * | add some comments about the mips ksigaction structure weirdness | Rich Felker | 2013-06-29 | 1 | -0/+3 |
| * | respect iso c namespace in stdio.h and wchar.h regarding va_list | Rich Felker | 2013-06-25 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'nsz/review' | Rich Felker | 2013-05-26 | 1 | -4/+4 |
| |\ |
|