1481 Commits (e0cf8941d0c0409479157be2d953961e30149438)

Author SHA1 Message Date
  gilles b8be040212 fix memleak in imsg_read() when hitting the fd reserve check 11 years ago
  martynas b74edb3b39 Don't pull <math.h> just because it can return HUGE_VAL in the 11 years ago
  otto 09a0be7c23 Fix bug in random offset introduced in rev 1.143; random range was 11 years ago
  reyk d1b4498645 Fix a purely theoretical NULL-pointer dereference in the case that we 11 years ago
  deraadt f0e9631687 Remove excessive sys/cdefs.h inclusion 12 years ago
  jmc d90446f777 no need for .Pp before lists; 12 years ago
  millert 3e820c77a4 Rewritten posix_openpt manual that doesn't include any of the POSIX 12 years ago
  millert f9cb15e68c Use "path name" not "pathname". 12 years ago
  millert 4606f10eb9 Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), 12 years ago
  stsp 352d8c5bf0 Document a known bug in the DES crypt cipher implementation which we're 12 years ago
  jsing e4f9596649 Ensure that the base provided to strtol(3) is between 2 and 36 inclusive, 12 years ago
  krw 6a2bde7908 imsg_get() returns ssize_t, not size_t. 12 years ago
  halex fcf6db6614 make scan_scaled set errno to EINVAL rather than ERANGE if it encounters 12 years ago
  guenther b4d2adfe76 Per POSIX, fix raise() and abort() to send the signal to the current thread. 12 years ago
  djm 83081452a3 Add a new malloc option 'U' => "Free unmap" that does the guarding/ 12 years ago
  jmc 532680836e struct buf -> ibuf; from Sunil Nimmagadda 12 years ago
  jmc 7d2f083b01 last stage of rfc changes, using consistent Rs/Re blocks, and moving the 12 years ago
  jeremy 803376ceaa Make setenv(3) consistent with unsetenv(3), giving EINVAL if passed 12 years ago
  jmc 4834096ac0 remove some wacky Xo/Xc; 12 years ago
  miod da46ccb0c3 remove tahoe-specific makefile machinery, no such hardware is known to be 12 years ago
  martynas 1954aa198d Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek. 12 years ago
  deraadt 9dace0b0af specify the bounds of the dst to strlcat (both values were static and 12 years ago
  pirofti 336a8ca4d4 Fix precedence bug (& has lower precedence than !=). 12 years ago
  matthew ddc0736e18 Use "unsigned int" instead of BSD "u_int" in <util.h> so that it can 12 years ago
  tedu c450e6bc8f add const where missing 12 years ago
  jmc b9881c9c7b various fixes; 12 years ago
  matthew 79fe643d61 Move the commented out test program in pkcs5_pbkdf2.c into a proper 12 years ago
  tedu d87c08ca59 some better phrasing, mostly via jsing 12 years ago
  tedu d5bb407472 move pkcs5_pbkdf5 function to libutil so everybody can play with it 12 years ago
  tedu 1156cf94ba arc4random_buf is the easy way to fill a buffer now. ok deraadt 12 years ago
  okan 143bb47cdd remove lint leftovers; ok guenther@ 12 years ago
  miod e3aae9f755 Remove landisk gcc 3 compiler workaround. Reminded by martynas@ and brad 12 years ago
  jmc 0eaeba173f within Rs/Re reference blocks, use %U instead of %O (or any other 12 years ago
  okan 068b7390b9 remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. 12 years ago
  naddy dc3b42db1e remove reference to no longer existing description of nonexistent devices; 12 years ago
  naddy 2cc386be9a fix an off-by-one error where the return value would point to the 12 years ago
  nicm f6f6cc630f ANSIfy forkpty, add missing $OpenBSD$ in duid.c, style (no arg names) in 12 years ago
  deraadt 99a773bc80 use PAGE_SHIFT instead of PGSHIFT, in preperation for future 12 years ago
  guenther de1260708b Zap extra spaces from function pointer arguments 12 years ago
  guenther 0de5d83a35 Describe tdelete()'s return value correctly and update the related CAVEAT 12 years ago
  tedu d2b5b55b87 after a talk with ariane, use MAP_FIXED for mquery to avoid the cost of 12 years ago
  matthew 5ba17ff2cc Change arc4random_uniform() to calculate ``2**32 % upper_bound'' as 12 years ago
  tedu d8de214e9d two changes which should improve realloc. first, fix zapcacheregion to 12 years ago
  tedu bd225324bc two small fixes to free page cache. first, we need two nibbles of random 12 years ago
  matthew 5294f450b0 Support larger-than-page-alignment requests in posix_memalign() by 12 years ago
  jmatthew 15d163326b update return values for ibuf_write and msgbuf_write 12 years ago
  deraadt 997bb1b4e2 crank minor, since a symbol was added 12 years ago
  gilles 20e1efaa46 in imsg_read() avoid calling recvmsg() if we detect that we will be short 12 years ago
  guenther 1dcb8b96d7 Update STANDARDS section for a few <stdlib.h> functions 12 years ago
  guenther 085560da45 Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), 12 years ago