1039 Commits (a0e92b1539088078d216a9e4c0cf7c23d34281ed)

Author SHA1 Message Date
  martynas 72651265ea document strtold. ok millert@ 16 years ago
  martynas 9bbd0127b8 strtof has been introduced in c99 16 years ago
  djm bbe209e122 the last example doesn't need a ctx variable; 16 years ago
  martynas 8805441321 - replace dtoa w/ David's gdtoa, version 2008-03-15 16 years ago
  djm a8fb71fc6a Rename SHA256/384/512 API to avoid namespace collisions with 16 years ago
  otto 5725b7bab8 remove now obsolete calloc implementation; prompted by miod 16 years ago
  otto f8fb73633b Make all combinations of G, P, J and zero-fill work with as little 16 years ago
  djm f4d35a1a7f unbreak MALLOC_OPTIONS=G that I broke in my last commit; 16 years ago
  djm e2b5c86e43 fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled into 16 years ago
  djm 11ee72166d unbreak wcschr(string, L'\0') which was incorrectly returning NULL 16 years ago
  otto 1e4c360dbd make sure we always map and unmap multiples of MALLOC_PAGESIZE; 16 years ago
  otto 74022f5554 Smarter implementation of calloc(3), which uses the fact that mmap(2) 16 years ago
  otto 3b4110eeac small cleanup of error/warning strings 16 years ago
  miod af2d1d10b8 Split SHA1Transform() back into smaller pieces when compiling on landisk, 16 years ago
  jmc 04276713d5 example code fix from Will Maier; ok otto 16 years ago
  otto 1eac738a69 man page bits for new malloc; ok jmc@ 16 years ago
  otto c2d85e2043 Almost complete rewrite of malloc, to have a more efficient data 16 years ago
  ray 8e0491f90a First pass at removing clauses 3 and 4 from NetBSD licenses. 16 years ago
  jmc 392400ba76 grammar fixes; 16 years ago
  otto 5292ed61a9 remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ 16 years ago
  landry 592f3fe88a Add strtof() to libc, some ports seem to like it. Currently it's a simple 16 years ago
  jmc ef3228a332 fix an Xr, and use a more appropriate macro; 16 years ago
  deraadt badc137d26 arc4random_stir() does not use /dev/arandom anymore, but sysctl kern.arandom 16 years ago
  djm 5a2233d09c fix math screwup that reintroduced a bias for upper_bounds in range 16 years ago
  jmc c52fe5a85f kill an Xr to a non-existent man page, ulimit(1); 16 years ago
  otto a8ec3b0eb8 remove recalloc(3); it is buggy and impossible to repair without big 16 years ago
  djm d34ab18f72 Use arc4random_buf() when requesting more than a single word of output 16 years ago
  kurt 2815da0a3f - do not call pthread_atfork(3) handlers when a multithreaded program 16 years ago
  millert ae51485cf0 Zero state buffers on return. OK deraadt@ 16 years ago
  ray df36c8d862 bcmp(3) tries to return length, which is a size_t, as an int. 16 years ago
  jmc 8c8d34acf3 - add NAME entries for arc4random_buf and arc4random_uniform 16 years ago
  deraadt d065788062 Add missing MLINKS 16 years ago
  otto ffe451fa53 diff from djm@ committed at his request: 16 years ago
  ray c94408a321 - len is size_t, but n uses len and is an int. Matching those types 16 years ago
  ray 7e316934cd Convert c to unsigned char, like it says in the manual. Also add 16 years ago
  otto 412c84799c use pgfree pool like other code does to reserve free list slots. 16 years ago
  art 444fc7d450 The digest in the example seems to have been generated 16 years ago
  kurt f4c406b83b - make arc4random*() functions thread safe. Use a custom spinlock function 17 years ago
  martynas 924f910592 typos; ok jmc@ 17 years ago
  jmc e4b49a8636 copy in FILES from pw_lock.3 to vipw.8: as nick points out, it should at 17 years ago
  tobias a1236056e5 Put limits.h in front of stdlib.h as style(9) recommends. 17 years ago
  tobias c9440635f0 strtod may return HUGE_VAL on overflow, which is defined in math.h. 17 years ago
  chl 10f5e46272 Add parentheses to avoid warning: 17 years ago
  miod d178cbce71 Make sure to use unique target names so that make -j does not break; 17 years ago
  pyr 31ac1d57bb add a RETURN VALUES section. 17 years ago
  jmc dbae57ca40 add HISTORY; shortened version of diff from Ilya A. Kovalenko 17 years ago
  deraadt 68e05a5470 comment inside comment 17 years ago
  chl cf0e72fea8 Add missing header to avoid warning 17 years ago
  deraadt 58f16dd9e2 no need to talk about bits; ok millert jmc 17 years ago
  millert 6441b2ef99 Update free(3) section--we use mmap()/munmap(), not brk(). 17 years ago