324 Commits (80896da37fab7502c2654e55a017fda44bfda528)

Author SHA1 Message Date
  schwarze 6201910f6e Remove useless quoting from .Fo and .Fn function names, to prevent 9 years ago
  schwarze 0f5a134fe9 in the SYNOPSIS, make void function arguments explicit 9 years ago
  schwarze 558404f2f1 reduce more .Nd to one line and kill more .Tn 9 years ago
  schwarze a9afc2531c reduce .Nd to one line and kill .Tn while here 9 years ago
  kettenis ba19740f18 Remove lies about openpty(4) searching for a free pseudo-tty by iterating 9 years ago
  deraadt c2feb81bea remove cast of malloc(), since stdlib.h is included 9 years ago
  nicm 0f67cd6d58 Handle malloc(0) returning NULL (which can happen on some other 9 years ago
  sobrado f38d8c1811 typo in manual page. 9 years ago
  nicm cac6c14d57 Use memset instead of bzero for better portability. 9 years ago
  deraadt 4db28c17f3 typo in embedded code block; from Ben Cornett 9 years ago
  brynet 1493b9464e bzero cmsgbuf before using it, silences valgrind warnings. 9 years ago
  reyk 13bb9544ea The correct semantic is to check msgbuf_write() for <= 0, not just < 0. 9 years ago
  millert 157c2c8d07 Do not assume that asprintf() clears the pointer on failure, which 9 years ago
  millert 8c9df4ed4c Use strtonum() instead of strtoul() when parsing uid/gid so we get 9 years ago
  millert daf0c358fa tzfile.h is an internal header that should never have been installed. 10 years ago
  millert b1bfe035b7 Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ 10 years ago
  deraadt 75d428b273 Move to the <limits.h> universe. 10 years ago
  schwarze 3772d4b01b remove .Tn; from Jan Stary <hans at stare dot cz> 10 years ago
  tedu 94520ae40e rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, 10 years ago
  deraadt 1eaa32d2da declare a local version of MIN(), call it MINIMUM() 10 years ago
  deraadt 474792cd61 declare a local version of MIN(), call it MINIMUM() 10 years ago
  deraadt c7195d4619 Do not need sys/param.h 10 years ago
  djm 0f0ceb5483 typo in comment: ouput => output 10 years ago
  benno f0ed57e872 return ERANGE instead of ENOMEM, so callers can differentiate real oom 10 years ago
  schwarze eec3844cf9 use the actual function name in .Dt and NAME .Nm, not an alias; 10 years ago
  tedu 5ec209fbb9 no first person in man pages. 10 years ago
  doug 17c93dbe45 Explain why we deviate slightly from the PBKDF2 standard. 10 years ago
  schwarze d5c9ee380f obvious cases of missing .An; 10 years ago
  doug cd356709c6 Delete secret or secret-derived data with explicit_bzero. 10 years ago
  guenther c268bc15d8 Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC) 10 years ago
  tedu 1d810a359a include stdint.h for standard ints. from Jean-Philippe Ouellet 10 years ago
  deraadt 1a1b9e989b sys/types.h rather than sys/param.h, where applicable. avoid overreach. 10 years ago
  deraadt d1fde0ca73 sort includes much more sensibly 10 years ago
  deraadt 55d6095cc3 limits.h rather than sys/param.h 10 years ago
  deraadt a2912d4d42 merge ohash into 1 source file, then we can revisit next roadmap items. 10 years ago
  jmc 4f0b6ce40e zap trailing whitespace; 10 years ago
  espie a7f9b5b34c move the ohash functions into libutil by popular demand. 10 years ago
  tedu 09f67ccdde fix an error in the stride calculations. the math only works for multiples 10 years ago
  tedu a0c81f7a45 explicit_bzero where useful 11 years ago
  schwarze fbd81370eb obvious .Pa fixes; found with mandocdb(8) 11 years ago
  jsing 3d91c77a21 Wrap long line. 11 years ago
  eric abf1c90f5d constify data parameter in imsg_add() and imsg_compose() 11 years ago
  tedu daca58aea1 tweak comment 11 years ago
  deraadt 4c65102df3 fairly simple unsigned char casts for ctype 11 years ago
  benno 9acc266dad document that ibuf_write() and msgbuf_write() can now return EAGAIN 11 years ago
  benno 82969df044 original bug diagnosed by sthen: automatic retry in msgbuf_write on 11 years ago
  millert 39b57a36bb Fix FILE * leak in error path if fprintf fails. Found by and OK gilles@ 11 years ago
  guenther 7a9b19976d Use %lld and cast to (long long) when printing time_t values and atoll() 11 years ago
  jmc 0c51a5a453 some Bx/Ox conversion; 11 years ago
  guenther 5198ca8bf1 Switch time_t, ino_t, clock_t, and struct kevent's ident and data 11 years ago