110 Commits (92d2cf9d5b2139bbf8b2a57bb0666ace4396645b)

Author SHA1 Message Date
  otto 07baa34ee0 malloc does not *need* to return page-aligned objects for size >= 8 years ago
  jmc 1a2414b3e4 avoid sentence splicing; 8 years ago
  otto e2ace002f9 canary corruption message changed a bit 8 years ago
  otto 1ae413d0f7 make clear the length printed is the requested length 8 years ago
  jmc ede9249779 grammar fix previous; 8 years ago
  otto 41daf65553 document "chunk canary corrupted" error 8 years ago
  otto ddedb031ae Document ``use after free'' error message 9 years ago
  mmcc a54180971c Remove sentences in RETURN VALUES sections saying that functions with 9 years ago
  schwarze 5595524148 Fix err(3) calls after allocation failures in examples. 9 years ago
  tedu c3dcc81b75 Long ago, malloc internally had two kinds of failures, warnings and errors. 9 years ago
  schwarze 59ebc4a004 use .Va for global variables, and .Vt where the type is included 9 years ago
  tedu e87c880491 remove incorrect statement. the standard *does* require calloc to check 10 years ago
  deraadt 8ab45b8557 missing , found by Dongsheng Song 10 years ago
  jmc f0df998b74 fix NAME; 10 years ago
  tedu 5ce122171f remove cfree from documentation 10 years ago
  schwarze 522001255e malloc(3) is in the "comp" install set, malloc.conf(5) in "man", 10 years ago
  deraadt 68bbb50cb4 clean up verbiage around the calculations; ok ingo jmc otto 10 years ago
  millert b05a4e176a Don't mention old systems where realloc(NULL, n) didn't work as we 10 years ago
  doug f13672519c Save space in man page: err() -> errc() and combine vars. 10 years ago
  doug cca96eabd4 Avoid writing in second person in malloc.3 10 years ago
  schwarze 4d869de6ef List extensions in the STANDARDS section, replacing some text below CAVEATS. 10 years ago
  schwarze c1547cfc1f make RETURN VALUES more concise 10 years ago
  doug fd87bd14d1 Revamp malloc.3 by reordering the sections and rewriting parts. 10 years ago
  jmc 55b1910ad3 tweak previous; ok sthen 11 years ago
  sthen a82252ad47 first cut at documenting the change to malloc doing a partial 'junk' by 11 years ago
  jmc c1238dcae0 - one more mallocarray -> reallocarray 11 years ago
  tedu 07d1cf3ec2 change mallocarray to reallocarray. useful in a few more situations. 11 years ago
  deraadt 00d28c4faf Introducing: void *mallocarray(size_t nmemb, size_t size); 11 years ago
  schwarze 951df98fb8 HISTORY; tweaks and ok sobrado@ jmc@ 11 years ago
  tedu 3d36d226ed Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze 12 years ago
  djm 83081452a3 Add a new malloc option 'U' => "Free unmap" that does the guarding/ 12 years ago
  otto 10c1e27ddb Show (in the example) that < and > can be used multiple times; ok jmc@ 13 years ago
  jasper 32dcb18e53 - add a MALLOC_OPTIONS section header. the content is already there, but having 13 years ago
  jmc ffc1056ac2 oops - forgot to check for trailing whitespace; 15 years ago
  thib 7087fc1c2f reword the 'D' dump bit to make it clear that the malloc.out file needs 15 years ago
  tedu bbe8fdc923 add posix_madvise, posix_memalign, strndup, and strnlen. mostly from 15 years ago
  jmc 652f4e1cc3 stucture -> structure; 15 years ago
  otto f816214aa0 New options 'S', as a shorthand for the options most suitable as an 15 years ago
  otto 65dc48b142 rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@ 15 years ago
  jmc 2024268fd6 kill whitespace at eol; 16 years ago
  otto 69f875a94f decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@ 16 years ago
  djm d835fe24d1 Remove mprotecting of struct dir_info introduced in previous commit 16 years ago
  djm b1b6e37e4e extra paranoia for malloc(3): 16 years ago
  pedro 09239b2280 Fix typo, okay jmc@. 16 years ago
  otto 5b2827b23a move allocations between half a page and a page as close to the end of 16 years ago
  otto e19c3ba2dd fix markup of example line and description of G flag; partly from and 16 years ago
  otto 96f3e731f5 remove distinction between warnings and errors, ok deraadt@ djm@ 16 years ago
  otto 3b4110eeac small cleanup of error/warning strings 16 years ago
  otto 1eac738a69 man page bits for new malloc; ok jmc@ 16 years ago
  jmc c52fe5a85f kill an Xr to a non-existent man page, ulimit(1); 17 years ago