2014-01-07 |
Rich Felker | add some missing LFS64 aliases for fadvise/fallocate... |
commit | commitdiff | tree | snapshot |
2014-01-03 |
Rich Felker | release 0.9.15 v0.9.15 |
commit | commitdiff | tree | snapshot |
2014-01-03 |
rofl0r | fanotify.c: fix typo in header inclusion |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Rich Felker | disable the brk function |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Rich Felker | disable sbrk for all values of increment except 0 |
commit | commitdiff | tree | snapshot |
2014-01-02 |
rofl0r | add fanotify syscall wrapper and header |
commit | commitdiff | tree | snapshot |
2013-12-30 |
Timo Teräs | fix struct signalfd_siginfo |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Rich Felker | implement legacy function herror |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Rich Felker | add sys/quota.h and quotactl syscall wrapper |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Rich Felker | add netinet/igmp.h and multicast groups to netinet... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Timo Teräs | add TCP_INFO and TCP_MD5SIG socket option related struc... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Rich Felker | fix failure of fchmod, fstat, fchdir, and fchown to... |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Rich Felker | fix hangs in localtime for near-overflowing time_t... |
commit | commitdiff | tree | snapshot |
2013-12-15 |
Rich Felker | fix dynamic linker entry point for microblaze |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Rich Felker | optimize get_current_dir_name to reduce stack bloat |
commit | commitdiff | tree | snapshot |
2013-12-13 |
Rich Felker | use 0 instead of NULL for null pointer constants |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Szabolcs Nagy | include cleanups: remove unused headers and add feature... |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Szabolcs Nagy | remove an unnecessary check in inet_pton |
commit | commitdiff | tree | snapshot |
2013-12-12 |
Szabolcs Nagy | math: define _GNU_SOURCE when implementing non-standard... |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Rich Felker | add posix_close, accepted for inclusion in the next... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Rich Felker | remove dependency of version.h on .git/* to avoid errors |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Szabolcs Nagy | move struct ucred under _GNU_SOURCE in sys/socket.h... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Szabolcs Nagy | fix SHUT_WR typo in sys/socket.h and duplicate definiti... |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Szabolcs Nagy | fix res_mkquery and res_send prototypes in resolv.h |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Rich Felker | remove duplicate definition of _PATH_LASTLOG in paths.h |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Rich Felker | fix mv usage in install.sh to avoid bogus interactive... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Rich Felker | workaround clang deficiency affecting thread pointer... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Rich Felker | implement FNM_LEADING_DIR extension flag in fnmatch |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Rich Felker | remove now-unnecessary features.h inclusion from fnmatch.h |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Rich Felker | expose FNM_* extensions in fnmatch.h without _GNU_SOURCE |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Rich Felker | fix typos in INSTALL file |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Rich Felker | add infrastructure to record and report the version... |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Rich Felker | fix fnmatch corner cases related to escaping |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Szabolcs Nagy | fix the end of string matching in fnmatch with FNM_PATHNAME |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Rich Felker | support mix of IPv4 and v6 nameservers in resolv.conf |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Rich Felker | increase TTY_NAME_MAX limit to 32 |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Rich Felker | reject invalid address families in getaddrinfo |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Rich Felker | adjust fallback INFINITY definition for FLT_EVAL_METHOD... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Rich Felker | fix off-by-one length failure in strftime/wcsftime... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Szabolcs Nagy | remove duplicate includes from dynlink.c, strfmon.c... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Rich Felker | restore type of NULL to void * except when used in... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Michael Forney | shadow: Implement fgetspent |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Michael Forney | shadow: Move spent parsing to internal function |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Michael Forney | Fix dn_comp prototype and add stub |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Michael Forney | shadow: Implement putspent |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Szabolcs Nagy | math: clean up __rem_pio2 |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Szabolcs Nagy | use 0 instead of NULL in headers where NULL is not... |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Szabolcs Nagy | add O_TMPFILE flag, new in linux 3.11 |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Szabolcs Nagy | add TCP_NOTSENT_LOWAT tcp socket option, new in linux... |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Timo Teräs | add linux tcp state enums |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Timo Teräs | add multicast structures from RFC 3678 to netinet/in.h |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Michael Forney | Fix dn_expand pointer following |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Michael Forney | putgrent: Add missing newline |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Michael Forney | putgrent: Stop writing output on first failure |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Michael Forney | strcmp: Remove unnecessary check for *r |
commit | commitdiff | tree | snapshot |
2013-11-23 |
rofl0r | timeradd/timersub: cast result to void to get rid of... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Rich Felker | fix and refactor child reaping logic in wordexp |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Rich Felker | fix fd leak and case where fd 1 is already closed in... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Rich Felker | fix resource exhaustion and zero-word cases in wordexp |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Rich Felker | improve robustness of wordexp and fix handling of 0... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Szabolcs Nagy | add legacy getloadavg api |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Rich Felker | fix fd leak (missing close-on-exec) in getifaddrs |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Szabolcs Nagy | math: add (obsolete) bsd drem and finite functions |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Szabolcs Nagy | math: lgamma cleanup (simpler sin(pi*x) for the negativ... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Rich Felker | fix the nominal type of LDBL_* limits on archs with... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Rich Felker | write floating point limit constants to 21 significant... |
commit | commitdiff | tree | snapshot |
2013-11-11 |
rofl0r | iswspace: fix handling of 0 |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Rich Felker | fix harmless inconsistency in semtimedop |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Rich Felker | implement semtimedop |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Rich Felker | adjust sys/wait.h not to produde errors in strict ISO... |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Rich Felker | remove O_NOFOLLOW from __map_file used for time zone... |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Rich Felker | fix handling of overly-long TZ environment variable... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
rofl0r | timezone parser: fix iteration over search dir paths |
commit | commitdiff | tree | snapshot |
2013-11-04 |
rofl0r | timezone parser: fix offset to transition table in... |
commit | commitdiff | tree | snapshot |
2013-11-04 |
rofl0r | fix timezone parser code crashing on 64bit sys |
commit | commitdiff | tree | snapshot |
2013-11-02 |
Rich Felker | fix regression in inet_aton due to misinterpretation... |
commit | commitdiff | tree | snapshot |
2013-11-02 |
Rich Felker | simplify faccessat AT_EACCESS path and eliminate resour... |
commit | commitdiff | tree | snapshot |
2013-11-01 |
Rich Felker | fix faccessat AT_EACCESS path not to leave zombie processes |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Rich Felker | fix inttypes.h PRI and SCN macros for [u]intptr_t types |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Szabolcs Nagy | POSIX conformance fix: define struct entry in search.h |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Szabolcs Nagy | fenv: fix i386 fesetround for sse |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Szabolcs Nagy | math: extensive log*.c cleanup |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Rich Felker | add legacy ftime function and sys/timeb.h |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Szabolcs Nagy | fix inet_pton |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Szabolcs Nagy | fix __ipparse to parse the generic numbers-and-dots... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Szabolcs Nagy | fix inet_aton to accept the generic "numbers-and-dots... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Rich Felker | split inet_addr and inet_ntoa back into their own files |
commit | commitdiff | tree | snapshot |
2013-10-21 |
Rich Felker | fix multiple minor namespace issues in headers |
commit | commitdiff | tree | snapshot |
2013-10-20 |
Rich Felker | fix return value for inet_pton in ipv6 failure cases |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Szabolcs Nagy | use consistent include guard name in arpa/ftp.h |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Szabolcs Nagy | fix typo in socket.h (wrong macro name) |
commit | commitdiff | tree | snapshot |
2013-10-18 |
Rich Felker | in faccessat slow path, add close-on-exec to pipe fds |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Rich Felker | fix uid/gid-setting error in faccessat with AT_EACCESS... |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Rich Felker | fix errno value for getcwd when size argument is zero |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Szabolcs Nagy | math: fix rare underflow issue in fma |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Szabolcs Nagy | math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Szabolcs Nagy | fix clockid macro names in time.h, reported by Paul... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Szabolcs Nagy | remove errno setting from setenv, malloc sets it correc... |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Szabolcs Nagy | fix allocation sizes in regcomp |
commit | commitdiff | tree | snapshot |
2013-10-07 |
Szabolcs Nagy | add missing va_end in execl* for correcness and static... |
commit | commitdiff | tree | snapshot |
next |