1481 Commits (e0cf8941d0c0409479157be2d953961e30149438)

Author SHA1 Message Date
  millert 58a7be37c3 Do not attempt to prepend /dev/ to path if it already contains a slash. 13 years ago
  otto c709ba9eaa remove comment that hasn't been true for quite a while now; 13 years ago
  millert aab35837b7 Always return a pointer to the static buffer in realpath, even if 13 years ago
  millert 642ed026af opendev() path argument should be const. OK deraadt@ 13 years ago
  dhill bc96223819 avoid pointer arithmetic on void * 13 years ago
  jmc 6a45e9cb55 involes -> involves; from Carlos Alberto Pereira Gomes 13 years ago
  jsing 96b190e24d Document isduid(3). 13 years ago
  jsing 46beb6358d Crank minor due to the addition of isduid(). 13 years ago
  jsing 9f93f11b6d Teach readlabelfs() how to handle DUIDs. 13 years ago
  jsing 972351062d Factor out DUID identification code so that it can easily be reused. 13 years ago
  nicm f6bf132ce8 imsg.h requires sys/uio.h, ok deraadt 13 years ago
  mikeb af6c901202 remove skipjack and cast from the libc; ok deraadt 13 years ago
  otto 5228178676 print the pointer value that caused the error (if available); ok 13 years ago
  millert ee4033dab1 Make gcvt() better match printf("%g") behavior, it now passes regress. 13 years ago
  matthew d3d805ce3b Add timingsafe_bcmp(3) to libc, mention that it's already in the 13 years ago
  jmc 9340c58635 more wacky macro fixing; 13 years ago
  jmc a72152100f observe the following spelling: 14 years ago
  millert 9ee6c65862 Check for duplicate variables in the environment when setting a value 14 years ago
  ray 12d761c542 Sync hcreate(3) with NetBSD, adding some caveats. 14 years ago
  blambert a8e65c8a60 getopt_long.c replaced getopt.c 6+ years ago; we can retire 14 years ago
  tedu af419260cf update our recommended hash function to sha256 and note md5 is broken. 14 years ago
  jmc cb5ae567b3 no more rmd160(1); 14 years ago
  naddy cc68d8828e Document new unsetenv() error returns. 14 years ago
  naddy 55ff65210b Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@ 14 years ago
  chl 808c2fbfb4 add missing headers needed for close() and ioctl(). 14 years ago
  nicm 850892b351 Protect against multiple inclusion, from Christiano F. Haesbaert. 14 years ago
  jsing 16f4bfd65e If a request to opendev(3) is given in the form of a disklabel UID, 14 years ago
  millert 5cd2c72134 Avoid using and end pointer since strnlen(string, -1) is legal 14 years ago
  sthen dc836a92d7 typo; Ian McWilliam 14 years ago
  nicm 8b7d56fe29 Move imsg into libutil and add a man page. 14 years ago
  jmc ffc1056ac2 oops - forgot to check for trailing whitespace; 14 years ago
  thib 7087fc1c2f reword the 'D' dump bit to make it clear that the malloc.out file needs 14 years ago
  millert ec550b1dc0 Add HISTORY section, mostly for strnlen() but include strlen() for 14 years ago
  chl 0809e538e1 remove unused variable. 14 years ago
  jmc e009efae5d tweak previous; 14 years ago
  tedu bbe8fdc923 add posix_madvise, posix_memalign, strndup, and strnlen. mostly from 14 years ago
  jmc ae4224e9df - nuke some unneeded Pp; from kristaps 14 years ago
  jmc 6adb9298b2 WARNINGS -> CAVEATS, and a little neccessary cleanup; 14 years ago
  kettenis 92dc8ab6e1 Modify example not to use an assignment in the if statement. We shouldn't 14 years ago
  kili e5fe5595e0 It's unsetenv() that doesn't like `=' in the argument, not putenv(). 14 years ago
  otto 1fc05bec9f Use size_t in appropriate places; fixes sorting of big arrays; 14 years ago
  otto c80808a2a6 use size_t to index arrays; avoids big array bugs; ok millert@ guenther@ 14 years ago
  miod 0d9cbfe642 Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent 14 years ago
  jmc 652f4e1cc3 stucture -> structure; 14 years ago
  otto f816214aa0 New options 'S', as a shorthand for the options most suitable as an 14 years ago
  oga 5548c875db plug a file descriptor leak in HASHFileChunk(). 14 years ago
  otto da818aa199 save calls to arc4random() by using a nibble at a time; not because 14 years ago
  guenther 253b3ff700 No point in refreshing the pid from inside arc4_stir() when that 14 years ago
  miod f303db8b57 Make userland malloc use __LDPGSZ granularity on mips, regardless of the 14 years ago
  jmc d208a2f0f2 missing word; 14 years ago