424 Commits (8bb0e26766041d43436b9b4d871a22de253a8cd2)

Author SHA1 Message Date
  aaron ef06e8e8a1 Check return value of strdup(3) for NULL in example code (duh). 25 years ago
  aaron b419710bcf Flesh out libc string function man pages. 25 years ago
  aaron e985eebf26 Flesh out stdlib function man pages. 25 years ago
  aaron 41c60d7ad7 - Formatting repairs and standardizations. 25 years ago
  aaron 0b659e53e3 Repairs, mostly removing hard sentence breaks. 25 years ago
  aaron 36ceaa2f58 Repairs. 25 years ago
  aaron 44a11ff941 Mostly punctuation fixes. 25 years ago
  aaron faab0df881 Trailing whitespace begone! 25 years ago
  deraadt 0f5d44fb3b missing THREAD_UNLOCK; netch@segfault.kiev.ua 25 years ago
  millert c83abe7a82 Fix the leak for real (that's what I get for hacking when i can't sleep). 25 years ago
  millert 540eda599c Fix an fd leak if the read from /dev/arandom fails. Pointed out by 25 years ago
  millert 6dc6d47610 MLINK srandomdev 25 years ago
  millert 258337bfb7 Add srandomdev() from FreeBSD for use by sendmail and others. 25 years ago
  millert a61f3f83b9 First appeared in OpenBSD 2.1 25 years ago
  deraadt 961bcc762e no need to spec the link path 25 years ago
  aaron b13b9f5520 Suffix "i.e." and "e.g." with a comma. Just another really picky man page 25 years ago
  aaron 33d9936e34 Do not leave `(' characters dangling at the end of lines; instead, use the 25 years ago
  aaron d4dc0165bd In Unix land we prefer "whitespace" to "white space" or "white-space". At 25 years ago
  deraadt 96494ea71f typo fix; halogen@nol.net 25 years ago
  aaron a74b2e14eb Use Dq/Sq and friends. 25 years ago
  deraadt c2fc570e13 repair prototypes; cky@pobox.com 25 years ago
  deraadt 08f28aa616 repair 25 years ago
  aaron 7f1ab2f579 Use .Er macro when referring to errno error names. 25 years ago
  aaron 9da79ea1ef ie. -> i.e., 25 years ago
  pjanzen 9bbca5e9e2 Clarify and mention that errno is set to ENOMEM on failure of malloc(), 25 years ago
  pjanzen f33db6dba0 Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX. 25 years ago
  d 16dcd011b5 include thread_private.h 25 years ago
  deraadt e22790e158 update header requirements; bde 25 years ago
  aaron a66ee899c2 Grammar; deraadt@ 25 years ago
  provos bf5c3de442 speed up blowfish by > 20%. 25 years ago
  deraadt a71d992a6f say how long the buffer needs to be 25 years ago
  millert 676f8aa08c Add missing MLINKs 25 years ago
  espie 7acebf4f57 Clean up memchr slightly to better match coming memrchr 25 years ago
  ericj 15d114722d add man page for login_fbtab() 25 years ago
  aaron 0ffab0433c Tweaks; millert@ 25 years ago
  millert 59e4929dbc calloc.c is back 25 years ago
  millert b3d4a938bb calloc() needs to be separate from malloc in case a user wants to have 25 years ago
  aaron cdda3b8eef Merge calloc(3) man page into malloc.3; as suggested by millert@ 25 years ago
  millert e924435af1 Move calloc() into malloc.c and only zero out the area if malloc() 25 years ago
  art 16cfb0f4b1 Install man-page links for strtok_r. 25 years ago
  art 907d9be25c Document strtok_r. 25 years ago
  art a2031878fe Implement strtok_r. 25 years ago
  espie fb14ddc268 - let cryptographic checksums refer to each other 25 years ago
  deraadt 8066fa51cc Set j = i after arc4random key schedule to be more like arc4 stream cipher; 25 years ago
  aaron 2ba64b78b9 Formatting and grammar. 25 years ago
  alex bacba34834 Typo fixes. 25 years ago
  espie 8bd53cdab8 index/rindex as deprecated synonyms to strchr/strrchr. 25 years ago
  deraadt 0eef5e627a crank minor; costa forgot 25 years ago
  csapuntz 15f3825602 Add opendisk from NetBSD. 25 years ago
  deraadt b3d4ba5664 use writev() where possible 25 years ago