Commit Verlauf

Autor SHA1 Nachricht Datum
  Eric Andersen d7643439eb Work from Stefan Allius which allows superH to use the common vor 23 Jahren
  Eric Andersen 3358b761b1 Based on work by Stefan Allius, arrange for early initialization of vor 23 Jahren
  Eric Andersen c8b3ccaedb Open a lib that is not so closely coupled with gdb vor 23 Jahren
  Eric Andersen 0fd2aadea3 Be prepared to call __pthread_initialize_minimal vor 23 Jahren
  Miles Bader 14a41e5eed (CSRC): Make contents source files, not object files. vor 23 Jahren
  Miles Bader 6c6a72c33c (CSRC): Add `memalign.c'. vor 23 Jahren
  Miles Bader 3fa4f2f6ca Initial checkin. vor 23 Jahren
  Miles Bader b348111d8c (realloc): Follow new arg conventions of MALLOC_SET_SIZE. vor 23 Jahren
  Miles Bader bdc62ea2b8 (malloc): Use MALLOC_SETUP. vor 23 Jahren
  Miles Bader 5a0af72d6d (MALLOC_SETUP): New macro. vor 23 Jahren
  Eric Andersen 175f6f670d Directly use kernel types for uid_t, gid_t, and dev_t to avoid the vor 23 Jahren
  Eric Andersen 160212fe2d Yet more rework to make __getgrent and the functions that use it vor 23 Jahren
  Manuel Novoa III ed43cbaf96 Fix broken locking so that at least the Python 2.2.1 grp test doesn't vor 23 Jahren
  Manuel Novoa III 43b3eaffd9 Remove recursive lock/unlock for a non-recursive mutex. vor 23 Jahren
  Manuel Novoa III a7cce5b0ef Fixed __read_etc_hosts_r to return alias list and modified buffer vor 23 Jahren
  Manuel Novoa III 0e09a01f44 Fix two problems with printf that showed up in the python 2.2.1 tests; vor 23 Jahren
  Manuel Novoa III dd518180f1 Disable macro implementations. Somehow I missed the following from the vor 23 Jahren
  Eric Andersen e037958aa6 Cleanup exit a bit, from Ronald Wahl vor 23 Jahren
  Miles Bader f4cb0372c8 whitespace vor 23 Jahren
  Miles Bader 7a0a0df2f2 Remove __res_state function. vor 23 Jahren
  Miles Bader d1d872e8f2 Make INCLUDE_FULL_RPC default to !HAVE_SHARED. vor 23 Jahren
  Eric Andersen 2a272e8265 Demonstrate that dlopen() RTLD_NOW is currently broken. vor 23 Jahren
  Miles Bader 9f8c3d23d0 Remove thread-specific stuff entirely. vor 23 Jahren
  Miles Bader 6a45dea77e (_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined, vor 23 Jahren
  Miles Bader 8af1b6d438 (h_errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. vor 23 Jahren
  Miles Bader 2d73ea9bd0 (errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. vor 23 Jahren
  Eric Andersen f106775df1 Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ vor 23 Jahren
  Eric Andersen 7166f6c6fe Remove h8300 special case vor 23 Jahren
  Miles Bader 71a8fc3afb (headers): Remove special case for v850, now that the general case vor 23 Jahren
  Manuel Novoa III 348d65d19d Fix erroneous grouping. vor 23 Jahren