384 Commits (900cd0c6f0b894c5c32f325f1c132950a08074b3)

Author SHA1 Message Date
  mpech 68ddad385f Initial idea from aaron@: Last char of .Xr group in SEE ALSO section should 23 years ago
  mickey 2660cbbcf5 make debug libs build again 23 years ago
  millert 734e2e00f3 Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts. 23 years ago
  art 7c3186ea3c gcc hangs when compiling sha1 on sparc64, workaround. 23 years ago
  heko 52b680a55c #(endif|else) foo is incorrect, make it #endif /* foo */ 23 years ago
  mpech 8038b2e506 o) We always close .Bl and .Bd tags; 23 years ago
  millert f4dff807f0 Minor style pedentry from ben@arbor.net plus some of my own and sync 23 years ago
  mpech a7678ef179 clean up. 23 years ago
  deraadt 71d2e52579 a first pass at -Wall 23 years ago
  lebel 60ef74bf70 use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. 23 years ago
  deraadt 2333db14c1 more .%A handling; bk@rt.fm 23 years ago
  millert 4678ee92f7 Clarify that if strlcat() does not find a NUL within siz byte it 23 years ago
  aaron 0be0df2e97 Fix a buf oflow in EXAMPLES code; millert@ ok 23 years ago
  assar b453282020 remove confusing comparison with srand (it does not return the old seed) 23 years ago
  pvalchev 796f867adc License clarification from David Mazieres, ok deraadt@ 23 years ago
  millert 7e2ff06798 unsigned -> unsigned int; grange@rt.mipt.ru 23 years ago
  deraadt b131179341 type of function on seperate line 23 years ago
  art 4a1143fa05 -1 -> MAP_FAILED 23 years ago
  art c2600b0389 Use madvise(MADV_FREE) to allow the 'h' option. 23 years ago
  millert a2733e1619 Document boundary condition when size < strlen(dst). 23 years ago
  millert 58ba7fbdf7 Back out last change, it is intended behavior and update the block 23 years ago
  millert 8d74ec2cc3 strlcat() should return strlen(dst) + strlen(src) when size parameter 23 years ago
  aaron 763678bdf1 Various man page fixes and improvements from gluk@ 23 years ago
  deraadt 8123ad9438 document that exit() -> wait() only returns low bits 23 years ago
  millert db5f19efcb Sync function comment with man page; fanf@covalent.net 24 years ago
  millert 1742681900 Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' 24 years ago
  todd 83df067d68 grammer/spelling 24 years ago
  aaron 3d200f23d8 Various repairs, mostly to get rid of short lines. 24 years ago
  aaron a23c3559c4 mdoc prefers `\e' as an escape character. 24 years ago
  aaron c56f4d6b0e typo; ciper -> cipher 24 years ago
  aaron 0993603ee0 .Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at least 24 years ago
  aaron 01bdb7e580 .Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where it 24 years ago
  itojun b01d6ab5d6 comment fix; strlcat returns strlen(initial dst) + strlen(src). 24 years ago
  angelos a8575fe917 "of", not "on" (from Henric Jungheim) 24 years ago
  aaron e93bcc1d43 The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491. 24 years ago
  aaron d71fc636ce Clarify; gluk@ptci.ru 24 years ago
  aaron 8a0faa7911 Document that the string returned by strerror(3) contains a maximum of 24 years ago
  aaron 22e70c114c Another round of man page cleanup, this time to remove more hard sentence 24 years ago
  aaron c23a686afb Add a CAVEATS section to warn programmers that shell meta-characters will 24 years ago
  aaron 368621cd11 More of the same. 24 years ago
  aaron 12e75aa1a7 For man pages that describe multiple functions, split the .Nm arguments 24 years ago
  aaron 52ecc95202 Remove trailing blank lines. 24 years ago
  provos 5722ba1903 return error if salt is too small; pr 1336 24 years ago
  mickey 3b4062f622 knf; ouch, that hurts 24 years ago
  mickey 3c9d5e13a7 new version of ffs from drahn@ 24 years ago
  millert c59961eebe State explicitly that strlc{py,at} only work on real C strings. 24 years ago
  bjc 8c24d2dab9 #ifdef vax -> #ifdef __vax__ 24 years ago
  deraadt ac4b5078d3 flesh 24 years ago
  deraadt 944121c7c5 improve the english 24 years ago
  deraadt 259d162278 type decl error 24 years ago