コミット履歴

作者 SHA1 メッセージ 日付
  Rich Felker cac872957e add fgetgrent function 12 年 前
  Rich Felker b9e08308f4 fix typo in newly-added error message for EOWNERDEAD 12 年 前
  Rich Felker d75348ddda improve error strings 12 年 前
  rofl0r 526900484c arm: add __aeabi_atexit() 12 年 前
  rofl0r 158f721adc Makefile: make it possible to build arch specific C files 12 年 前
  Rich Felker a8799356d5 base system() on posix_spawn 12 年 前
  Rich Felker 4862864fc1 fix unsigned comparison bug in posix_spawn 12 年 前
  Rich Felker fb6b159d9e overhaul posix_spawn to use CLONE_VM instead of vfork 12 年 前
  Rich Felker 89d3df6e54 streamline old-kernel fallback path of pipe2 to use syscalls directly 12 年 前
  Rich Felker d432b2c057 fix regression that made shared libs crash on arm 12 年 前
  Rich Felker a47ad3ebce dynamically allocate storage for gethostby* buffers 12 年 前
  Rich Felker c0193550a0 fix blank ai_canonname from getaddrinfo for non-CNAMEs 12 年 前
  Rich Felker b0302863a3 fix memory leak due to double call to getaddrinfo in gethostbyname* 12 年 前
  Rich Felker 70b584bc94 fix error returns in gethostby*_r functions 12 年 前
  Rich Felker 74025c80ce fix uninitialized map_len being used in munmap failure paths in load_library 12 年 前
  Rich Felker 72768ea99e fix stale locks left behind when pthread_create fails 12 年 前
  Rich Felker 077549e0d4 if pthread_create fails, it must not attempt mmap if there is no mapping 12 年 前
  Rich Felker d5142642b8 pthread stack treatment overhaul for application-provided stacks, etc. 12 年 前
  rofl0r c50925071c make some arrays const 12 年 前
  Rich Felker facc6acbfd replace __wake function with macro that performs direct syscall 12 年 前
  Rich Felker 96fbcf7d80 fix up minor misplacement of restrict keyword in spawnattr sched stubs 12 年 前
  Rich Felker a57ac9bf64 release notes for 0.9.9 12 年 前
  Rich Felker ae4b0b96d6 revert regex "cleanup" that seems unjustified and may break backtracking 12 年 前
  Rich Felker 725c55528d SOL_TCP is nonstandard and not in the reserved namespace 12 年 前
  Rich Felker d5c164d5ff fix tm_to_time logic for number of days in november 12 年 前
  Rich Felker 55ddbc3e5d add RTLD_NODELETE flag for dlopen 12 年 前
  Rich Felker 4d07e5521e add support for RTLD_NOLOAD to dlopen 12 年 前
  Rich Felker 637dd2d383 fix regression in dlsym: rejection of special RTLD_* handles as invalid 12 年 前
  Rich Felker 41d7c77d6a use a common definition of NULL as 0L for C and C++ 12 年 前
  Rich Felker 4d98280388 fix warning building dynlink.c stub for static libc 12 年 前