コミット履歴

作者 SHA1 メッセージ 日付
  Eric Andersen 698d2c6803 Per suggestion from Miles Bader, move calloc.c to libc/stdlib. 22 年 前
  Eric Andersen 99eb56df38 When symbols are missing, its supposed to be an error... 22 年 前
  Eric Andersen 7711a9b8e8 Several pthreads updates. Enable linuxthreads_db. Several fixes 22 年 前
  Eric Andersen 0a2d7c0bb7 Fixup the last missing pieces of thread locking 22 年 前
  Eric Andersen 17a1a692cb Rework RPC code once again. By default, only enable the 22 年 前
  Manuel Novoa III 78c86530e0 Enable getpt prototype. 22 年 前
  Manuel Novoa III 14c2c51eca Changed fflush() behavior to no-op for r/w streams in read-mode. 22 年 前
  Eric Andersen 64f78ef63b Unify calloc (its the same thing regardless of the underlying 22 年 前
  Eric Andersen 142d965177 Just in case, crash if somehow `exit' returns anyways 22 年 前
  Eric Andersen bd3fadcde8 remove BUILDTIME since it is not used 22 年 前
  Manuel Novoa III 9e3364a9e6 A couple of little cleanups I forgot to check in. 22 年 前
  Eric Andersen d4db0bd939 When DODEBUG and HAS_WCHAR were enabled and HAS_LOCALE was disabled, 22 年 前
  Miles Bader b1723348b5 Use MALLOC_REALLOC_MIN_FREE_SIZE. 22 年 前
  Miles Bader 5d88651fa9 (MALLOC_REALLOC_MIN_FREE_SIZE): New macro. 22 年 前
  Miles Bader 3b836d665f (HEAP_MIN_SIZE): New macro. 22 年 前
  Eric Andersen 205e2b7199 Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops! 22 年 前
  Miles Bader 3d909b2123 In the allocate-and-copy case, don't include the malloc header in our 22 年 前
  Eric Andersen 34067b3b46 Sigh. A bit more cleanup. 22 年 前
  Miles Bader dfa6a5382a Update debugging printfs. 22 年 前
  Eric Andersen b93d7f3e92 Per discussion on the mailing list, simply vfork -> fork mapping to only apply 22 年 前
  Eric Andersen 4ea7a1129a More i960 support 22 年 前
  Eric Andersen a41983bf0d Patch from Martin Proulx <mproulx@okiok.com> to fix i960 22 年 前
  Eric Andersen 38ff147a36 Patch from Alexander Pevzner <pzz@pzz.msk.ru> to fixup things when invoked as 22 年 前
  Eric Andersen c3e08b51cb You fool foolish. Goodbye level 2. 22 年 前
  Eric Andersen 2cf23b8b71 Always build utils by default 22 年 前
  Miles Bader 73900d95a7 Account for MALLOC_HEADER_SIZE when calculating new size. 22 年 前
  Miles Bader def04f26ab Use MALLOC_HEADER_SIZE. 22 年 前
  Miles Bader 4d7b95f7d2 (MALLOC_HEADER_SIZE): New macro. 22 年 前
  Miles Bader 2fbc5f2c9c Make sure NEW_SIZE is a multiple of HEAP_GRANULARITY. 22 年 前
  Miles Bader 9f86edc4a9 Update the size of grown/shrunk allocations. 22 年 前