2019-12-30 |
Szabolcs Nagy | add clone3 syscall number from linux v5.3 |
tree | commitdiff |
2019-12-30 |
Szabolcs Nagy | add pidfd_open syscall number from linux v5.3 |
tree | commitdiff |
2019-11-02 |
Rich Felker | move time_t and suseconds_t definitions to common allty... |
tree | commitdiff |
2019-11-02 |
Rich Felker | move msghdr and cmsghdr out of bits/socket.h |
tree | commitdiff |
2019-10-17 |
Rich Felker | move pthread types out of per-arch alltypes.h |
tree | commitdiff |
2019-10-17 |
Rich Felker | define LONG_MAX via arch alltypes.h, strip down bits... |
tree | commitdiff |
2019-10-17 |
Rich Felker | move __BYTE_ORDER definition to alltypes.h |
tree | commitdiff |
2019-10-17 |
Rich Felker | remove per-arch definitions for va_list |
tree | commitdiff |
2019-09-11 |
Szabolcs Nagy | add new syscall numbers from linux v5.2 |
tree | commitdiff |
2019-07-30 |
Rich Felker | remove arch-specific bits/ipc.h that are identical... |
tree | commitdiff |
2019-07-30 |
Rich Felker | move IPC_64 from public bits/ipc.h to syscall_arch.h |
tree | commitdiff |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/msg.h |
tree | commitdiff |
2019-07-29 |
Rich Felker | collapse out byte order conditions in bits/sem.h for... |
tree | commitdiff |
2019-07-29 |
Rich Felker | duplicate generic bits/sem.h for each arch using it... |
tree | commitdiff |
2019-07-29 |
Rich Felker | remove duplicates of new generic bits/shm.h |
tree | commitdiff |
2019-07-01 |
Szabolcs Nagy | add new syscall numbers from linux v5.1 |
tree | commitdiff |
2018-12-10 |
Szabolcs Nagy | add io_pgetevents and rseq syscall numbers from linux... |
tree | commitdiff |
2018-07-18 |
Szabolcs Nagy | add support for arch-specific ptrace command macros |
tree | commitdiff |
2018-03-10 |
Rich Felker | use PAGESIZE rather than PAGE_SIZE in user.h bits |
tree | commitdiff |
2018-03-10 |
Rich Felker | reverse definition dependency between PAGESIZE and... |
tree | commitdiff |
2017-11-05 |
Szabolcs Nagy | add statx syscall numbers from linux v4.11 |
tree | commitdiff |
2017-01-04 |
Rich Felker | reduce impact of REG_* namespace pollution in x86[_64... |
tree | commitdiff |
2016-12-30 |
Szabolcs Nagy | add pkey_{mprotect,alloc,free} syscalls from linux... |
tree | commitdiff |
2016-07-03 |
Rich Felker | make brace placement in public header typedef'd structs... |
tree | commitdiff |
2016-07-03 |
Rich Felker | make brace placement in public header struct definition... |
tree | commitdiff |
2016-07-03 |
Szabolcs Nagy | use the generic ioctl.h for x86_64, x32 and aarch64 |
tree | commitdiff |
2016-06-09 |
Szabolcs Nagy | add preadv2 and pwritev2 syscall numbers for linux... |
tree | commitdiff |
2016-05-12 |
Bobby Bingham | deduplicate __NR_* and SYS_* syscall number definitions |
tree | commitdiff |
2016-03-19 |
Szabolcs Nagy | add copy_file_range syscall numbers from linux v4.5 |
tree | commitdiff |
2016-03-19 |
Szabolcs Nagy | deduplicate bits/mman.h |
tree | commitdiff |
2016-01-28 |
Rich Felker | deduplicate the bulk of the arch bits headers |
tree | commitdiff |
2016-01-26 |
Szabolcs Nagy | add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2... |
tree | commitdiff |
2016-01-26 |
Szabolcs Nagy | add mlock2 syscall number from linux v4.4 |
tree | commitdiff |
2016-01-26 |
Szabolcs Nagy | add new membarrier, userfaultfd and switch_endian syscalls |
tree | commitdiff |
2015-04-01 |
Rich Felker | move O_PATH definition back to arch bits |
tree | commitdiff |
2015-03-18 |
Rich Felker | fix MINSIGSTKSZ values for archs with large signal... |
tree | commitdiff |
2015-03-07 |
Szabolcs Nagy | fix FLT_ROUNDS to reflect the current rounding mode |
tree | commitdiff |
2015-03-04 |
Trutz Behn | fix POLLWRNORM and POLLWRBAND on mips |
tree | commitdiff |
2015-03-04 |
Rich Felker | make all objects used with atomic operations volatile |
tree | commitdiff |
2015-02-09 |
Szabolcs Nagy | add syscall numbers for the new execveat syscall |
tree | commitdiff |
2015-02-07 |
Szabolcs Nagy | remove cruft from x86_64 syscall.h |
tree | commitdiff |
2015-02-01 |
Felix Janda | fix typo in x86_64/x32 user_fpregs_struct |
tree | commitdiff |
2015-01-31 |
Trutz Behn | move MREMAP_MAYMOVE and MREMAP_FIXED out of bits |
tree | commitdiff |
2014-12-23 |
Szabolcs Nagy | add new syscall numbers for bpf and kexec_file_load |
tree | commitdiff |
2014-12-21 |
Rich Felker | move wint_t definition to the shared part of alltypes... |
tree | commitdiff |
2014-10-08 |
Szabolcs Nagy | add new syscall numbers for seccomp, getrandom, memfd_c... |
tree | commitdiff |
2014-09-07 |
Rich Felker | add threads.h and needed per-arch types for mtx_t and... |
tree | commitdiff |
2014-08-20 |
Rich Felker | add max_align_t definition for C11 and C++11 |
tree | commitdiff |
2014-08-17 |
Rich Felker | make pointers used in robust list volatile |
tree | commitdiff |
2014-07-20 |
Szabolcs Nagy | add syscall numbers for the new renameat2 syscall |
tree | commitdiff |
2014-05-30 |
Szabolcs Nagy | add sched_{get,set}attr syscall numbers and SCHED_DEADL... |
tree | commitdiff |
2014-04-15 |
Szabolcs Nagy | fix RLIMIT_ constants for mips |
tree | commitdiff |
2014-03-19 |
Rich Felker | fix signal.h breakage from moving stack_t to arch-speci... |
tree | commitdiff |
2014-03-19 |
Rich Felker | move signal.h definition of stack_t to arch-specific... |
tree | commitdiff |
2014-03-11 |
Rich Felker | move struct semid_ds to from shared sys/sem.h to bits |
tree | commitdiff |
2014-02-23 |
rofl0r | sys/shm.h: move arch specific structs to bits/ |
tree | commitdiff |
2014-01-11 |
Rich Felker | make type of st_dev explicitly dev_t in x86_64 stat.h |
tree | commitdiff |
2014-01-09 |
Rich Felker | add IUTF8 to termios.h on archs that were missing it |
tree | commitdiff |
2014-01-09 |
Rich Felker | fix namespace violations in termios.h, at least mostly |
tree | commitdiff |
2013-11-23 |
Szabolcs Nagy | add O_TMPFILE flag, new in linux 3.11 |
tree | commitdiff |
2013-07-24 |
Rich Felker | change jmp_buf to share an underlying type and struct... |
tree | commitdiff |
2013-07-22 |
Rich Felker | remove SIG_ATOMIC_MIN/MAX from stdint bits headers |
tree | commitdiff |
2013-07-22 |
Rich Felker | fix regression in size of nlink_t (broken stat struct... |
tree | commitdiff |
2013-07-22 |
Rich Felker | change wint_t to unsigned |
tree | commitdiff |
2013-07-22 |
Rich Felker | refactor headers, especially alltypes.h, and improve... |
tree | commitdiff |
2013-07-19 |
Rich Felker | change uid_t, gid_t, and id_t to unsigned types |
tree | commitdiff |
2013-07-17 |
Rich Felker | make spacing in x86_64 alltypes.h.sh more uniform with... |
tree | commitdiff |
2013-06-26 |
Rich Felker | respect iso c namespace in stdio.h and wchar.h regardin... |
tree | commitdiff |
2013-05-26 |
Rich Felker | Merge remote-tracking branch 'nsz/review' |
tree | commitdiff |
2013-05-26 |
Szabolcs Nagy | fix ioctl _IOR, _IOW, etc macros to avoid signed overfl... |
tree | commitdiff |
2013-05-26 |
Szabolcs Nagy | on x86_64 use long instead of long long for 64bit posix... |
tree | commitdiff |
2013-05-17 |
Rich Felker | add FLT_TRUE_MIN, etc. macros from C11 |
tree | commitdiff |
2013-04-05 |
Rich Felker | fix type issues in stdint.h so underlying types of... |
tree | commitdiff |
2013-04-04 |
Rich Felker | eliminate bits/wchar.h |
tree | commitdiff |
2013-04-02 |
rofl0r | re-add useconds_t |
tree | commitdiff |
2013-04-01 |
Szabolcs Nagy | add syscall numbers for the new kcmp and finit_module... |
tree | commitdiff |
2013-03-24 |
Rich Felker | add deprecated SIGIOT alias for SIGABRT |
tree | commitdiff |
2013-03-05 |
Rich Felker | fix types for wctype_t and wctrans_t |
tree | commitdiff |
2013-02-26 |
Rich Felker | fix wrong float_t on x86_64 |
tree | commitdiff |
2013-01-14 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2013-01-12 |
Szabolcs Nagy | add missing mmap options and madvices to bits/mman... |
tree | commitdiff |
2013-01-12 |
Szabolcs Nagy | add missing EXTPROC flag to bits/termios.h |
tree | commitdiff |
2013-01-12 |
Szabolcs Nagy | add missing F_GETOWNER_UIDS flag to bits/fcntl.h |
tree | commitdiff |
2013-01-12 |
Szabolcs Nagy | add missing EHWPOISON to bits/errno.h |
tree | commitdiff |
2012-12-19 |
Rich Felker | merge a few fixes by sh4rm4 |
tree | commitdiff |
2012-12-19 |
rofl0r | x86_64/bits/signal.h: fix typo in REG_CSGSFS |
tree | commitdiff |
2012-12-06 |
Rich Felker | move signal.h REG_* macros under _GNU_SOURCE protection |
tree | commitdiff |
2012-12-06 |
rofl0r | bits/signal.h: add register names for x86(_64) |
tree | commitdiff |
2012-12-06 |
rofl0r | add more arch-specific MAP_ macros to bits/mman.h |
tree | commitdiff |
2012-12-06 |
rofl0r | add MAP_NORESERVE to bits/mman.h |
tree | commitdiff |
2012-11-26 |
Rich Felker | fixup mcontext stuff to expost gregset_t/fpregset_t... |
tree | commitdiff |
2012-11-26 |
Rich Felker | make sys/procfs.h mostly work on most archs |
tree | commitdiff |
2012-11-23 |
Rich Felker | sigcontext/mcontext cleanup for arch-specific bits |
tree | commitdiff |
2012-11-23 |
Rich Felker | fix up leftover, incorrect NSIG definitions in arch... |
tree | commitdiff |
2012-11-21 |
Rich Felker | add back NSIG, removed from powerpc in last commit... |
tree | commitdiff |
2012-11-19 |
Rich Felker | fix breakage from introducing bits header for sys/io.h |
tree | commitdiff |
2012-11-19 |
Rich Felker | add port io functions to sys/io.h |
tree | commitdiff |
2012-11-18 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
tree | commitdiff |
2012-11-18 |
rofl0r | fcntl.h: O_SEARCH was missing for powerpc |
tree | commitdiff |
2012-09-22 |
Rich Felker | fix IPC_64 in msgctl too |
tree | commitdiff |
next |