1133 Commits (1add16fe723155aa835a59b8c7331012cc4475f7)

Author SHA1 Message Date
  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
  millert 260e7b6d66 sha2 hashes are not 5 32-bit ints in size. Just leave out the size 17 years ago
  ray 7ad5ecbe16 Change hard coded numbers to sizeof(buf). Also change some 17 years ago
  jmc 5764436686 wording fix from wiz@netbsd, -r1.11; 17 years ago
  jmc ce684f6c93 from hubertf@netbsd: 17 years ago
  otto 58f0ac45ed get cheaper random bytes, less waste and no getpid() calls, which are 17 years ago
  otto 5fef7e5c00 provide an libc internal interface to get random bytes, to be used by malloc 17 years ago
  jmc 87c018dfaf fix some dodgy displays; 18 years ago
  steven 2bbbf85772 sync with the code: int -> intmax_t 18 years ago
  deraadt 71c645ca56 advertising clauses that can be dropped 18 years ago
  ray fa4243d96f Don't use err as labels or variables, especially since we include 18 years ago
  otto 9ac6257d5f a failed mmap returns MAP_FAILED, not NULL. found while exercising pax 18 years ago
  ray 42bf021fff Always write errno on pw_lock failure so it can be relied on. 18 years ago
  grunk 9f82269431 columns for underflow and overflow were swapped, noticed by Mathieu Olivier 18 years ago
  deraadt 33ef5c2799 must pull in sys/types.h unconditionaly, because it is needed my pthreads 18 years ago
  deraadt 888249e0c1 make __dtoa & strtod() thread-safe useing the same method as newer gdtoa 18 years ago
  tedu dcff59fbc7 respond to ben hawkes's ruxcon presentation. 18 years ago
  deraadt 4272c4ad61 __mips64__ handling too.. sigh 18 years ago
  deraadt cd4357200d sparc64 should be in the #ifdef 18 years ago
  deraadt aae4c1a097 use __amd64__ instead, until lint is fixed 18 years ago
  deraadt 87eecc8992 reorder #if tests because apparently on amd64 cpp proceeds to blow it's 18 years ago
  miod b7d87ae8bd Teach'em about cpus in spandex 18 years ago
  jmc ffdd151532 from wiz@netbsd: 18 years ago
  grunk 43fa649024 when using SHA1Data(), no CTX is needed, so zap that line in the example 18 years ago
  krw 032cc47f8b Fix off by one comparison. FSMAXTYPES is the last valid index into 18 years ago
  otto d629c2a385 Make a var volatile, which forces a mem write at the right spot, and 18 years ago
  millert 16d880ef5f Back out change in rev 1.15 of to allow whitespace to separate a 18 years ago
  jmc 1dfebf7aca no point mentioning functions if we have nothing useful to say 18 years ago
  jmc 6f4268b385 wording/grammar tweaks; 18 years ago
  jmc 6485bc1a81 better macros; 18 years ago