971 Commits (a338631fa288a0f91c3da63e82072e058477a425)

Author SHA1 Message Date
  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
  tedu c450e6bc8f add const where missing 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
  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
  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
  matthew 42e1ef3f21 Add strnlen() to libkern. 12 years ago
  deraadt d00b320411 alloca is NOT machine dependent; it has exactly the same 12 years ago
  jmc dfc0bf8b46 tweak previous; 12 years ago
  deraadt 21ec91c765 simplify the strlcpy/strlcat manual page substantially. do less 12 years ago
  guenther 9e295b8d95 Bump standards years, as we conform to the new versions too 12 years ago
  guenther 9130ff4a31 strsignal() was standardized in POSIX-2008 12 years ago
  millert 4f8263876c Fix a bug where random() always returns 0 when srandom() is seeded 12 years ago
  otto c5909da5cf - Test for the retrieved page address not being NULL. This turns free((void*)1) 12 years ago
  guenther b9eb8d7d32 Revert previous diff as it resulted in the wrong return code when 12 years ago
  jmc 12a4b62866 fix SEE ALSO; 12 years ago
  guenther 53bd3de409 Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. 12 years ago
  jmc ba1b360181 grammar; 13 years ago
  espie 5f50153fda this is sparta^WPOSIX 2008 13 years ago
  lum 85192fb304 strdup and strndup both use malloc. Make this fact explicit. 13 years ago
  schwarze 1babd3d2a4 Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. 13 years ago
  otto 7f73468da7 Make struct chunk_info a variable sized struct, wasting less 13 years ago
  jmc 16f1cecda2 some minor tweaks; 13 years ago
  jmc f30a4c031e make -column lists pretty again; 13 years ago
  jmc a9a87846de in column lists, enforce the following ordering: 13 years ago
  jmc 758ce3a339 tweak previous; 13 years ago
  schwarze 52886b1c8c update HISTORY and SEE ALSO for all of string(3), together with various 13 years ago
  jmc 5d26e77ff3 occured -> occurred; 13 years ago
  miod 3f8c480969 Recent Single Unix will malloc memory if the second argument of realpath() 13 years ago
  millert 331d605754 Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@ 13 years ago
  otto 10c1e27ddb Show (in the example) that < and > can be used multiple times; ok jmc@ 13 years ago