| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30) | Szabolcs Nagy | 2013-05-26 | 1 | -4/+4 |
* | | change underlying type of clock_t to be uniform and match ABI | Rich Felker | 2013-05-23 | 1 | -1/+1 |
|/ |
|
* | add FLT_TRUE_MIN, etc. macros from C11 | Rich Felker | 2013-05-17 | 1 | -0/+1 |
* | fix type issues in stdint.h so underlying types of 64-bit types match ABI | Rich Felker | 2013-04-04 | 1 | -0/+3 |
* | eliminate bits/wchar.h | Rich Felker | 2013-04-04 | 1 | -4/+0 |
* | re-add useconds_t | rofl0r | 2013-04-02 | 1 | -0/+1 |
* | add syscall numbers for the new kcmp and finit_module syscalls | Szabolcs Nagy | 2013-04-01 | 1 | -0/+4 |
* | add the new SO_REUSEPORT socket option to mips and powerpc | Szabolcs Nagy | 2013-04-01 | 1 | -1/+1 |
* | remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG | Rich Felker | 2013-03-26 | 1 | -2/+0 |
* | fix types for wctype_t and wctrans_t | Rich Felker | 2013-03-04 | 1 | -2/+2 |
* | add missing mmap options and madvices to bits/mman.h based on linux headers | Szabolcs Nagy | 2013-01-12 | 1 | -0/+6 |
* | add missing F_GETOWNER_UIDS flag to bits/fcntl.h | Szabolcs Nagy | 2013-01-12 | 1 | -0/+2 |
* | add more arch-specific MAP_ macros to bits/mman.h | rofl0r | 2012-12-06 | 1 | -0/+4 |
* | add MAP_NORESERVE to bits/mman.h | rofl0r | 2012-12-06 | 1 | -0/+1 |