Historial de Commits

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