Historique des commits

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