1454 Commits (8533fe6f16b5206d213b1774132e13851c731eb7)

Author SHA1 Message Date
  tedu af419260cf update our recommended hash function to sha256 and note md5 is broken. 14 years ago
  jmc cb5ae567b3 no more rmd160(1); 14 years ago
  naddy cc68d8828e Document new unsetenv() error returns. 14 years ago
  naddy 55ff65210b Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@ 14 years ago
  chl 808c2fbfb4 add missing headers needed for close() and ioctl(). 14 years ago
  nicm 850892b351 Protect against multiple inclusion, from Christiano F. Haesbaert. 14 years ago
  jsing 16f4bfd65e If a request to opendev(3) is given in the form of a disklabel UID, 14 years ago
  millert 5cd2c72134 Avoid using and end pointer since strnlen(string, -1) is legal 14 years ago
  sthen dc836a92d7 typo; Ian McWilliam 14 years ago
  nicm 8b7d56fe29 Move imsg into libutil and add a man page. 14 years ago
  jmc ffc1056ac2 oops - forgot to check for trailing whitespace; 14 years ago
  thib 7087fc1c2f reword the 'D' dump bit to make it clear that the malloc.out file needs 14 years ago
  millert ec550b1dc0 Add HISTORY section, mostly for strnlen() but include strlen() for 14 years ago
  chl 0809e538e1 remove unused variable. 14 years ago
  jmc e009efae5d tweak previous; 14 years ago
  tedu bbe8fdc923 add posix_madvise, posix_memalign, strndup, and strnlen. mostly from 14 years ago
  jmc ae4224e9df - nuke some unneeded Pp; from kristaps 14 years ago
  jmc 6adb9298b2 WARNINGS -> CAVEATS, and a little neccessary cleanup; 14 years ago
  kettenis 92dc8ab6e1 Modify example not to use an assignment in the if statement. We shouldn't 14 years ago
  kili e5fe5595e0 It's unsetenv() that doesn't like `=' in the argument, not putenv(). 14 years ago
  otto 1fc05bec9f Use size_t in appropriate places; fixes sorting of big arrays; 14 years ago
  otto c80808a2a6 use size_t to index arrays; avoids big array bugs; ok millert@ guenther@ 14 years ago
  miod 0d9cbfe642 Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent 14 years ago
  jmc 652f4e1cc3 stucture -> structure; 14 years ago
  otto f816214aa0 New options 'S', as a shorthand for the options most suitable as an 14 years ago
  oga 5548c875db plug a file descriptor leak in HASHFileChunk(). 14 years ago
  otto da818aa199 save calls to arc4random() by using a nibble at a time; not because 14 years ago
  guenther 253b3ff700 No point in refreshing the pid from inside arc4_stir() when that 14 years ago
  miod f303db8b57 Make userland malloc use __LDPGSZ granularity on mips, regardless of the 14 years ago
  jmc d208a2f0f2 missing word; 14 years ago
  otto 9ddcd3502a Switch the chunk_info lists to doubly-linked lists and use the queue 14 years ago
  otto 600b8b9fd5 Don't forget to fill region from the cache with junk if needed in one case; 14 years ago
  otto c8f1be5032 No need to clear a mmapped region; from Fabien Romano and Jonathan 14 years ago
  todd ef8dd643ed permit -DMALLOC_STATS to compile again 14 years ago
  sobrado 2101574acc s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz). 14 years ago
  deraadt e44f0a8fb7 Do not need -DLIBC_SCCS anymore 14 years ago
  deraadt 46f44e2831 rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 14 years ago
  pirofti 5e4aca2f5f Check mmap return value against MAP_FAILED not NULL. 14 years ago
  martynas f30cf48cfa teach gdtoa & its subroutines that malloc can fail; in which case 14 years ago
  otto 65dc48b142 rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@ 14 years ago
  jmc db67d7c77d remove unsupported LIBRARY section; from Alan R. S. Bueno 14 years ago
  millert 4bfe74412c Use STD*_FILENO instead of 0-2. OK henning@ djm@ gilles@ dhill@ 15 years ago
  martynas e1c2ed5d72 abs conforms c99 -> imaxabs conforms c99. ok millert@ 15 years ago
  martynas b263bc8a8a use llabs instead of the home-grown version; and some comment changes 15 years ago
  deraadt d4f78c2955 quieten compiler by converting pointers to uintptr_t before truncating them 15 years ago
  millert 63a463cfbd Don't assume that we can overwrite strings in the environment. 15 years ago
  millert d3d9cc08f7 Make putenv(), setenv() and unsetenv() standards compliant. The 15 years ago
  djm 8b81695079 allow building without SHA384 and SHA512 (i.e. SHA256 only) with 15 years ago
  okan 3bc42fd077 document that no leading whitespace is permitted between the option and 15 years ago
  jmc 2024268fd6 kill whitespace at eol; 15 years ago