1039 Commits (a0e92b1539088078d216a9e4c0cf7c23d34281ed)

Author SHA1 Message Date
  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
  jmc 018d78d2bc remove trailing whitespace; 17 years ago
  millert 7726c7baf2 Add __cxa_atexit() support for gcc3. This provides support for shared object destructors called at dlclose() time. Inspired by similar changes in FreeBSD and NetBSD. 17 years ago
  millert 63cad49094 add recaloc(3) 17 years ago
  millert f5ac8d80cf add memrchr(3) 17 years ago
  deraadt 93a9caecd5 use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg 17 years ago
  millert ad911583f0 Clarify the example about avoiding overflow. OK ray@ deraadt@ 17 years ago
  ray e35f6842e2 Show how to use strcspn(3) to trim newlines. 17 years ago
  millert 85fcb3d91b Reference limits.h, not sys/param.h since we document using PATH_MAX 17 years ago
  jmc abd50361c7 from ginsbach@netbsd, -r1.18: 17 years ago
  millert 1b911c12d6 Document behavior when no conversion could be performed. Adapted 17 years ago
  jmc 14302f5699 convert to new .Dd format; 17 years ago
  moritz a7932d616e Make it clear, that the line returned does not have a 17 years ago
  jmc 1ee5d8c8dd macros at start of line require a `.'; 17 years ago
  pyr 9755492ad5 Document the lack of error return value in arc4random. 17 years ago
  millert 92657c3d56 Support for optional args separated with whitespace was removed 17 years ago
  tedu 95e05a31f0 remove some bogus *p from charles longeau 17 years ago
  ray ba27cbd12b Get rid of useless #if 0 block, especially since the code is included 17 years ago
  bluhm 20e0203fbe If NLS is disabled, strerror does not print the correct error string. 17 years ago