about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* add support for reverse port lookups from services file to getnameinfoRich Felker2014-06-041-4/+35
* add support for reverse name lookups from hosts file to getnameinfoRich Felker2014-06-045-50/+122
* remove some dummy "ent" function aliases that duplicated real onesRich Felker2014-06-041-8/+0
* simplify vasprintf implementationRich Felker2014-06-041-14/+1
* add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker2014-06-044-9/+57
* fix if_nametoindex return value when interface does not existRich Felker2014-06-031-1/+1
* fix negative response and non-response handling for dns queriesRich Felker2014-06-031-1/+4
* fix some validation checks in dns response parsing codeRich Felker2014-06-031-2/+3
* fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker2014-06-021-7/+15
* remove cruft from old resolver and numeric ip parsingRich Felker2014-06-026-79/+49
* switch standard resolver functions to use the new dns backendRich Felker2014-06-024-309/+145
* fix uninitialized variable in new __res_msend dns functionRich Felker2014-06-021-0/+1
* implement new dns backend, res_send and other legacy resolver functionsRich Felker2014-06-026-18/+263
* add ipsec and tunneling protocols to getprotoent-family functionsTimo Teräs2014-06-021-0/+4
* fix off-by-one in checking hostname length in new resolver backendRich Felker2014-06-021-2/+2
* improve getservbyname_r using new resolver backendRich Felker2014-06-012-22/+16
* improve gethostbyname2_r using new resolver backendRich Felker2014-06-011-35/+22
* refactor getaddrinfo and add support for most remaining featuresRich Felker2014-05-314-228/+360
* fix POSIX namespace pollution in sys/types.hSzabolcs Nagy2014-05-301-10/+6
* use cleaner code for handling float rounding in vfprintfSzabolcs Nagy2014-05-301-3/+1
* 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-308-0/+31
* fix breakage from recent syscall commits due to missing errno macrosRich Felker2014-05-303-0/+3
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-05-305-3/+40
* break down coarse-grained 64-bit-off_t syscall remappingsRich Felker2014-05-301-4/+16
* additional fixes for linux kernel apis with old syscalls removedRich Felker2014-05-302-0/+9
* fix sendfile syscall to use 64-bit off_tRich Felker2014-05-301-0/+5
* support linux kernel apis (new archs) with old syscalls removedRich Felker2014-05-2939-29/+267
* remove useless synchronization in exit and quick_exitRich Felker2014-05-292-11/+0
* fix missing declaration of strcpy in implementation of tmpnamRich Felker2014-05-271-0/+1
* overhaul tmpfile, tmpnam, and tempnam functionsRich Felker2014-05-273-55/+48
* fix sys_open macro for archs without the plain open syscallRich Felker2014-05-271-4/+4
* fix placement of multiple inclusion guard endif in internal syscall.hRich Felker2014-05-271-2/+2
* fix type of extended argument array to pselect6 syscallRich Felker2014-05-261-1/+2
* support kernels with no SYS_open syscall, only SYS_openatRich Felker2014-05-249-10/+26
* overhaul siginfo_t definition in signal.hRich Felker2014-05-241-23/+28
* release 1.1.1 v1.1.1Rich Felker2014-05-202-1/+27
* trivial formatting fix for the config.mak generated by configureRich Felker2014-05-201-1/+1
* fix unhandled cases in strptimeRich Felker2014-05-191-5/+16
* remove unsupported nonstandard sysconf macros and their table entriesRich Felker2014-05-192-120/+0
* rework sysconf table to treat zero entries as invalidRich Felker2014-05-191-10/+13
* add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker2014-05-191-5/+37
* add cp437 and cp850 to available iconv conversionsRich Felker2014-05-132-177/+206
* add configure check for working compilerRich Felker2014-05-121-0/+9
* fix strftime %s not to zero pad with default width=2Szabolcs Nagy2014-05-081-0/+1
* remove useless __yield alias for sched_yieldRich Felker2014-05-041-4/+1
* fix arm thread-pointer/atomic asm when compiling to thumb codeRich Felker2014-04-302-6/+7
* fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker2014-04-301-1/+2
* fix superh nofpu check on old gcc versionsBobby Bingham2014-04-271-1/+1