fix mishandling of ENOMEM return case in internal getgrent_a function
[oweals/musl.git] / include /
2013-12-20 Rich Felkeradd sys/quota.h and quotactl syscall wrapper
2013-12-20 Rich Felkeradd netinet/igmp.h and multicast groups to netinet...
2013-12-20 Timo Teräsadd TCP_INFO and TCP_MD5SIG socket option related struc...
2013-12-07 Rich Felkeradd posix_close, accepted for inclusion in the next...
2013-12-04 Szabolcs Nagymove struct ucred under _GNU_SOURCE in sys/socket.h...
2013-12-04 Szabolcs Nagyfix SHUT_WR typo in sys/socket.h and duplicate definiti...
2013-12-04 Szabolcs Nagyfix res_mkquery and res_send prototypes in resolv.h
2013-12-04 Rich Felkerremove duplicate definition of _PATH_LASTLOG in paths.h
2013-12-02 Rich Felkerremove now-unnecessary features.h inclusion from fnmatch.h
2013-12-02 Rich Felkerexpose FNM_* extensions in fnmatch.h without _GNU_SOURCE
2013-11-29 Rich Felkerincrease TTY_NAME_MAX limit to 32
2013-11-27 Rich Felkeradjust fallback INFINITY definition for FLT_EVAL_METHOD...
2013-11-25 Rich Felkerrestore type of NULL to void * except when used in...
2013-11-24 Michael ForneyFix dn_comp prototype and add stub
2013-11-24 Szabolcs Nagyuse 0 instead of NULL in headers where NULL is not...
2013-11-23 Szabolcs Nagyadd TCP_NOTSENT_LOWAT tcp socket option, new in linux...
2013-11-23 Timo Teräsadd linux tcp state enums
2013-11-23 Timo Teräsadd multicast structures from RFC 3678 to netinet/in.h
2013-11-23 rofl0rtimeradd/timersub: cast result to void to get rid of...
2013-11-21 Szabolcs Nagyadd legacy getloadavg api
2013-11-21 Szabolcs Nagymath: add (obsolete) bsd drem and finite functions
2013-11-20 Rich Felkerwrite floating point limit constants to 21 significant...
2013-11-09 Rich Felkeradjust sys/wait.h not to produde errors in strict ISO...
2013-10-30 Rich Felkerfix inttypes.h PRI and SCN macros for [u]intptr_t types
2013-10-29 Szabolcs NagyPOSIX conformance fix: define struct entry in search.h
2013-10-25 Rich Felkeradd legacy ftime function and sys/timeb.h
2013-10-21 Rich Felkerfix multiple minor namespace issues in headers
2013-10-18 Szabolcs Nagyuse consistent include guard name in arpa/ftp.h
2013-10-18 Szabolcs Nagyfix typo in socket.h (wrong macro name)
2013-10-07 Szabolcs Nagyfix clockid macro names in time.h, reported by Paul...
2013-09-27 Szabolcs Nagymath: fix comparision macros (isless etc) when FLT_EVAL...
2013-09-16 Szabolcs Nagysys/resource.h: add PRIO_MIN and PRIO_MAX for getpriori...
2013-09-16 Szabolcs Nagyupdate include/elf.h following glibc changes
2013-09-15 Szabolcs Nagysys/socket.h: add new SO_BUSY_POLL socket option
2013-09-15 Szabolcs Nagyptrace.h: add new ptrace requests to get/set sigmask
2013-09-15 Szabolcs Nagynet/if_arp.h: add missing ARP hardware identifiers...
2013-09-15 Szabolcs Nagynetinet/in.h: add missing IP protocol numbers from...
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-09-01 Rich Felkeradd workaround header for wait.h remapping to sys/wait.h
2013-08-30 Rich Felkeronly expose struct tcphdr under _GNU_SOURCE
2013-08-30 Rich Felkeradd struct tcphdr in netinet/tcp.h
2013-08-28 Rich Felkerstdbool.h should define __bool_true_false_are_defined...
2013-08-22 Rich Felkeradd SUN_LEN macro to sys/un.h under appropriate feature...
2013-08-14 Rich Felkerde-duplicate dn_expand, fix return value and signature...
2013-08-14 Rich Felkeradd missing MSG_EXCEPT in sys/msg.h
2013-08-13 Rich Felkerprovide declarations for strtod_l and family
2013-08-11 Rich Felkerfix definitions of WIFSTOPPED and WIFSIGNALED to suppor...
2013-08-11 Rich Felkeradd pthread_setaffinity_np and pthread_getaffinity_np...
2013-08-11 Rich Felkeradd cpu affinity interfaces
2013-08-08 rofl0rsys/personality.h: add missing C++ compat
2013-08-08 rofl0rsys/personality.h: add missing macros
2013-08-03 Rich Felkeradd some new linux AT_* flags
2013-08-03 Rich Felkeradd prototypes for euidaccess/eaccess
2013-08-02 Rich Felkerfix feature test macro logic for _BSD_SOURCE
2013-08-02 Rich Felkeradd missing c++ extern "C" wrapping to link.h
2013-08-02 Rich Felkerprovide useless 64-bit fcntl macros with _LARGEFILE64_S...
2013-07-30 Rich Felkeradd macros for new(ish) prctl commands
2013-07-30 Rich Felkerfix some prctl macros that were incorrectly copied...
2013-07-27 Rich Felkeradd wrapper headers, with warnings, for various incorre...
2013-07-27 Rich Felkera few more fixes for unistd/sysconf feature reporting
2013-07-27 Rich Felkerreport presence of ADV and MSG options in unistd.h...
2013-07-26 Rich Felkerreport that posix_spawn is supported in unistd.h and...
2013-07-25 Rich Felkerfix incorrect type for new si_call_addr in siginfo_t
2013-07-25 Szabolcs Nagyadd protocol families PF_IB and PF_VSOCK to socket.h
2013-07-24 Szabolcs Nagyupdate siginfo according to linux headers
2013-07-24 Szabolcs Nagyadd PTRACE_PEEKSIGINFO to ptrace.h
2013-07-24 Szabolcs Nagyadd if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN
2013-07-24 Szabolcs Nagyadd CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h
2013-07-24 Szabolcs Nagyremove TCP_COOKIE_TRANSACTIONS from tcp.h
2013-07-24 Szabolcs Nagyadd SO_SELECT_ERR_QUEUE to socket.h
2013-07-24 Rich Felkerchange jmp_buf to share an underlying type and struct...
2013-07-23 Rich Felkerundefine internal-use type macros at the end of alltypes.h
2013-07-22 Rich Felkermove register_t and u_int64_t (back) to alltypes
2013-07-22 Rich Felkerfix regression in size of nlink_t (broken stat struct...
2013-07-22 Rich Felkermake regoff_t and regex_t match C++ ABI
2013-07-22 Rich Felkermake pthread_key_t unsigned to match ABI
2013-07-22 Rich Felkermake pthread attribute types structs, even when they...
2013-07-22 Rich Felkerchange wint_t to unsigned
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2013-07-19 Rich Felkeradd UIO_MAXIOV macro in sys/uio.h
2013-07-18 Rich Felkerfix FILENAME_MAX to match PATH_MAX
2013-07-06 Rich Felkeradd NFDBITS in sys/select.h with appropriate feature...
2013-07-03 rofl0radd legacy sys/ttydefaults.h header
2013-07-03 rofl0radd legacy scsi/scsi_ioctl.h header
2013-07-03 rofl0rpaths.h: remove cruft
2013-07-01 Rich Felkeradd stubs for additional legacy ether.h functions
2013-06-29 Rich Felkerfix shifts possibly larger than type in major() macro
2013-06-29 Rich Felkerimplement minimal dlinfo function
2013-06-29 Rich Felkerwork around wrong kernel type for sem_nsems member...
2013-06-29 Rich Felkeradd missing type shmatt_t in sys/shm.h
2013-06-28 Rich Felkerminor compatibility fixes in utmp.h and fixing mismatch...
2013-06-26 Rich Felkerdocument in sysconf and unistd.h that per-thread cpu...
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
2013-06-26 Rich Felkerimplement inet_lnaof, inet_netof, and inet_makeaddr
2013-06-26 Rich Felkeradd ether_aton[_r] and ether_ntoa[_r] functions
2013-06-08 Rich Felkeradd clock id macros for a number of new(ish) Linux...
2013-06-08 Rich Felkerfix the type of CLOCKS_PER_SEC to match new clock_t...
2013-06-07 Rich Felkerimprove handling of nonstandard fields in struct tm
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-26 Szabolcs Nagyfix the prototype of settimeofday to follow the origina...
next