about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* implement ffsl and ffsll functionsRich Felker2014-07-311-0/+2
* limit visibility of ffs function declaration to _XOPEN_SOURCERich Felker2014-07-311-0/+2
* add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flagsSzabolcs Nagy2014-07-201-0/+3
* add pacing rate information to the tcp_info struct in tcp.hSzabolcs Nagy2014-07-201-0/+2
* add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACKSzabolcs Nagy2014-07-201-2/+4
* add issetugid function to check for elevated privilegeBrent Cook2014-07-191-0/+1
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-181-1/+37
* implement fmtmsg functionRich Felker2014-06-211-0/+47
* remove hack in syslog.h that resulted in aliasing violationsRich Felker2014-06-211-6/+2
* implement sendmmsg and recvmmsgRich Felker2014-06-191-0/+11
* add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker2014-06-041-1/+1
* fix POSIX namespace pollution in sys/types.hSzabolcs Nagy2014-05-301-10/+6
* update netinet/in.h to match the current kernel uapiSzabolcs Nagy2014-05-301-1/+21
* add SO_BPF_EXTENSIONS socket optionSzabolcs Nagy2014-05-301-0/+1
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-301-0/+1
* overhaul siginfo_t definition in signal.hRich Felker2014-05-241-23/+28
* remove unsupported nonstandard sysconf macros and their table entriesRich Felker2014-05-191-60/+0
* expose public execvpe interfaceM Farkas-Dyck2014-04-201-0/+1
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-151-2/+5
* add getauxval functionRich Felker2014-04-071-0/+16
* implement hcreate_r, hdestroy_r and hsearch_rsin2014-04-021-0/+12
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-0/+2
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-6/+0
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-111-16/+1
* math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy2014-03-091-2/+4
* in sys/procfs.h, avoid using __WORDSIZE macroRich Felker2014-03-081-1/+1
* in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy2014-02-251-0/+1
* if_ether.h: new ethernet protocol typeSzabolcs Nagy2014-02-251-0/+1
* sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy2014-02-251-0/+1
* elf.h: add aarch64 relocationsSzabolcs Nagy2014-02-251-0/+111
* elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mipsSzabolcs Nagy2014-02-251-0/+1
* sys/shm.h: move arch specific structs to bits/rofl0r2014-02-231-16/+7
* sys/sem.h: cheat and make all longs use time_t insteadrofl0r2014-02-221-8/+8
* add flock64 alias for (struct) flock in fcntl.hRich Felker2014-02-181-0/+1
* add parens when bit and arith ops are mixed in macros in public headersSzabolcs Nagy2014-02-112-2/+2
* fix signed and unsigned comparision in macros in public headersSzabolcs Nagy2014-02-113-3/+3
* reduce namespace pollution in netinet/udp.hRich Felker2014-02-051-7/+10
* fix use of legacy u_intN_t types in netinet/tcp.hRich Felker2014-02-051-73/+74
* add support for BSD struct tcphdr in netinet/tcp.hRich Felker2014-02-051-4/+41
* add nonstandard timespec/timeval conversion macros in sys/time.hRich Felker2014-02-051-0/+11
* add NO_ADDRESS macro to netdb.h as an alias for NO_DATATimo Teräs2014-02-051-0/+1
* fix namespace violation in sys/shm.hRich Felker2014-01-081-6/+8
* fix namespace violations in utmpx.hRich Felker2014-01-082-5/+12
* fix remaining known namespace violations for netinet/in.hRich Felker2014-01-082-22/+18
* fix const-correctness of argument to stimeRich Felker2014-01-071-1/+1
* fix signedness of pgoff argument to remap_file_pagesRich Felker2014-01-071-1/+1
* fix const-correctness in sigandset/sigorset argumentsRich Felker2014-01-071-2/+2
* remove sys/sysctl.hRich Felker2014-01-071-17/+0
* fix incorrect type for wd argument of inotify_rm_watchRich Felker2014-01-071-1/+1
* fix argument types for legacy function inet_makeaddrRich Felker2014-01-061-1/+1