Rich Felker
|
934aa1350b
remove some dummy "ent" function aliases that duplicated real ones
|
10 лет назад |
Rich Felker
|
6a25313c11
simplify vasprintf implementation
|
10 лет назад |
Rich Felker
|
bdad2fefb2
add support for ipv6 scope_id to getaddrinfo and getnameinfo
|
10 лет назад |
Rich Felker
|
8041af5988
fix if_nametoindex return value when interface does not exist
|
10 лет назад |
Rich Felker
|
d85d261ee6
fix negative response and non-response handling for dns queries
|
10 лет назад |
Rich Felker
|
ac2a789342
fix some validation checks in dns response parsing code
|
10 лет назад |
Rich Felker
|
8fba4458af
fix incorrect end pointer in some cases when wcsrtombs stops early
|
10 лет назад |
Rich Felker
|
76f440cff7
remove cruft from old resolver and numeric ip parsing
|
10 лет назад |
Rich Felker
|
3330198060
switch standard resolver functions to use the new dns backend
|
10 лет назад |
Rich Felker
|
a2a328bd89
fix uninitialized variable in new __res_msend dns function
|
10 лет назад |
Rich Felker
|
8312f7f60f
implement new dns backend, res_send and other legacy resolver functions
|
10 лет назад |
Timo Teräs
|
1871f583f4
add ipsec and tunneling protocols to getprotoent-family functions
|
10 лет назад |
Rich Felker
|
bb9af59bba
fix off-by-one in checking hostname length in new resolver backend
|
10 лет назад |
Rich Felker
|
af7c308ee6
improve getservbyname_r using new resolver backend
|
10 лет назад |
Rich Felker
|
e8f39ca489
improve gethostbyname2_r using new resolver backend
|
10 лет назад |
Rich Felker
|
6f409bff00
refactor getaddrinfo and add support for most remaining features
|
10 лет назад |
Szabolcs Nagy
|
5f4c496693
fix POSIX namespace pollution in sys/types.h
|
10 лет назад |
Szabolcs Nagy
|
bff6095d91
use cleaner code for handling float rounding in vfprintf
|
10 лет назад |
Szabolcs Nagy
|
c350468658
update netinet/in.h to match the current kernel uapi
|
10 лет назад |
Szabolcs Nagy
|
c8ea212668
add SO_BPF_EXTENSIONS socket option
|
10 лет назад |
Szabolcs Nagy
|
fd9571e20a
add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro
|
10 лет назад |
Rich Felker
|
24df8b09cf
fix breakage from recent syscall commits due to missing errno macros
|
10 лет назад |
Szabolcs Nagy
|
8258014fd1
fix for broken kernel side RLIM_INFINITY on mips
|
10 лет назад |
Rich Felker
|
106e65d6f6
break down coarse-grained 64-bit-off_t syscall remappings
|
10 лет назад |
Rich Felker
|
5cf9e8f860
additional fixes for linux kernel apis with old syscalls removed
|
10 лет назад |
Rich Felker
|
55f45bc722
fix sendfile syscall to use 64-bit off_t
|
10 лет назад |
Rich Felker
|
dd5f50da6f
support linux kernel apis (new archs) with old syscalls removed
|
10 лет назад |
Rich Felker
|
2e55da9118
remove useless synchronization in exit and quick_exit
|
10 лет назад |
Rich Felker
|
d677d3fe83
fix missing declaration of strcpy in implementation of tmpnam
|
10 лет назад |
Rich Felker
|
2fe6579125
overhaul tmpfile, tmpnam, and tempnam functions
|
10 лет назад |