コミット履歴

作者 SHA1 メッセージ 日付
  Rob Landley 8a98dbf08b Mention make utils, hostutils, install_utils. 15 年 前
  Denis Vlasenko 0d8493fe94 fix segv on clearenv(); unsetenv("foo"); [was deref'ing NULL], 15 年 前
  Denis Vlasenko c40b05b4c4 getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference it 15 年 前
  Denis Vlasenko 73723d710b getaddrinfo: remove superfluout indentation, fix incorrect one. 15 年 前
  Bernhard Reutner-Fischer a2465d1b4a - fix loop for checking ifaddr on both IPv4 and IPv6 15 年 前
  Denis Vlasenko 9eb085d490 resolver: make new name resolutions reread /etc/resolv.conf 15 年 前
  Khem Raj 5adbe137bf Remove __NTH from the declation. 15 年 前
  Carmelo Amoroso 866c320ae9 CLean librt/*.oS too (NPTL will add some). 15 年 前
  Carmelo Amoroso f43ca4b0ca Go deeper while cleaning string directory to remove 15 年 前
  Carmelo Amoroso 417e2c471d Added do_awk commanf for invoking awk parser. It will be used 15 年 前
  Bernhard Reutner-Fischer 3cd5e0b1c9 - use proper macros 15 年 前
  Bernhard Reutner-Fischer 5b174cbf65 - use proper macro (no obj-code changes) 15 年 前
  Bernhard Reutner-Fischer ce54b92b04 - Use runtime pagesize (Jeremy Kerr) 15 年 前
  Carmelo Amoroso 6b497bfbe9 A missing change when we recently released a lot of fix 15 年 前
  Carmelo Amoroso d1fc67df4b Two other absolutely safe change that will be used by NPTL, aimed 15 年 前
  Carmelo Amoroso 8596cf8846 Fix wcswidth function when LOCALE support is disabled 15 年 前
  Denis Vlasenko b0a365f74a hostid: improve extremely unreadable parts 15 年 前
  Denis Vlasenko fbb32ad9b6 on Bernd's request, remove commented-out code snippets 15 年 前
  Denis Vlasenko 513720b73b remove checks for "impossible" errors, 15 年 前
  Denis Vlasenko 83eb4d5219 fix sigset_t size for mips (it's the only arch with 128 signals). 15 年 前
  Denis Vlasenko 0e4d4dd891 optimize signal mask ops. comment out "impossible" errors 15 年 前
  Denis Vlasenko 4298bd6e30 l64a: shrink by 13 bytes, and -1 reloc 15 年 前
  Denis Vlasenko 7a10a08ef4 constify more data 15 年 前
  Denis Vlasenko c09ca83b46 rpc: constify data, localize unnecessarily static data 15 年 前
  Denis Vlasenko 94ecebc423 random: use smaller data fields where appropriate 15 年 前
  Denis Vlasenko 3b1b9d4638 gethostbyname can use gethostbyname2, saving one nearly 0.5k static buffer 15 年 前
  Denis Vlasenko 62de00801c rpc: should check against max for int32, not int 15 年 前
  Denis Vlasenko 1a21daadde rpc: ifdef out xdrrec_{get,put}long if int32 == long, 15 年 前
  Denis Vlasenko 7c640bbb18 add libc_hidden_proto(__cmsg_nxthdr) for mips 15 年 前
  Denis Vlasenko d763ce093b fix improperly hidden fputc_unlocked 15 年 前