Commit History

Author SHA1 Message Date
  Rich Felker dcad020c9c fix uninitialized variable in new resolv.conf parser 8 years ago
  Rich Felker 3d6e2e477c add support for search domains to dns resolver 8 years ago
  Rich Felker 0fef7ffac1 fix handling of dns response codes 8 years ago
  Rich Felker fe8453d2ee fix logic for matching search/domain keywords in resolv.conf 8 years ago
  Rich Felker d6cb08bcac factor resolv.conf parsing out of res_msend to its own file 8 years ago
  Rich Felker 19df86cbb3 add errno setting to stub utmpxname function 8 years ago
  Kylie McClain 378f8cb522 legacy/utmpx: Add utmp{,x}name stubs 8 years ago
  Rich Felker 4dfac11538 deduplicate the bulk of the arch bits headers 8 years ago
  Rich Felker efdf04cf87 add arch/generic include fallback to build rules 8 years ago
  Rich Felker e1d99894b6 remove unneeded -I options from configure test for may_alias attribute 8 years ago
  Hauke Mehrtens b0bf52f3e9 mips: add vdso support 8 years ago
  Rich Felker a5ba2d7507 improve clock_gettime and adapt it to support slightly-broken vdso 8 years ago
  Szabolcs Nagy 9a3b8f97a1 fix siginfo_t for mips 8 years ago
  Szabolcs Nagy 22f84829af move bits/signal.h include close to the top of signal.h 8 years ago
  Szabolcs Nagy c243d6f095 add new PTRACE_SECCOMP_GET_FILTER ptrace command 8 years ago
  Szabolcs Nagy 789ff6a9f8 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 8 years ago
  Szabolcs Nagy 51d5f139ca add mlock2 syscall number from linux v4.4 8 years ago
  Szabolcs Nagy aaa604052d add new PTRACE_O_SUSPEND_SECCOMP ptrace option 9 years ago
  Szabolcs Nagy 8afd2a1d03 add new PR_CAP_AMBIENT and related defines to sys/prctl.h 9 years ago
  Szabolcs Nagy 3934f49c01 update netpacket/packet.h to linux v4.3 9 years ago
  Szabolcs Nagy 09001a8f97 add new membarrier, userfaultfd and switch_endian syscalls 9 years ago
  Szabolcs Nagy 37bfb68f68 add new i386 socket syscall numbers 9 years ago
  Szabolcs Nagy a5e133bf29 change the internal socketcall selection logic 8 years ago
  Rich Felker f9b8df464d add ssp suppression to some arch-override files that may need it 8 years ago
  Rich Felker 1619127c11 use same object files for libc.a and libc.so if compiler produces PIC 8 years ago
  Rich Felker 5552ce5200 move dynamic linker to its own top-level directory, ldso 8 years ago
  Rich Felker 16f70388d4 adapt static dl_iterate_phdr not to depend on !defined(SHARED) 8 years ago
  Rich Felker 4058795d49 move static-linked stub dlsym out of dynlink.c 8 years ago
  Rich Felker 14469371cd move static-linked stub dlopen out of dynlink.c 8 years ago
  Rich Felker b98414732d move dlinfo out of dynlink.c 8 years ago