1068 Commits (75314c027ebd997360a1c32f535007a708e65c8a)

Author SHA1 Message Date
  grunk 43fa649024 when using SHA1Data(), no CTX is needed, so zap that line in the example 18 years ago
  krw 032cc47f8b Fix off by one comparison. FSMAXTYPES is the last valid index into 18 years ago
  otto d629c2a385 Make a var volatile, which forces a mem write at the right spot, and 18 years ago
  millert 16d880ef5f Back out change in rev 1.15 of to allow whitespace to separate a 18 years ago
  jmc 1dfebf7aca no point mentioning functions if we have nothing useful to say 18 years ago
  jmc 6f4268b385 wording/grammar tweaks; 18 years ago
  jmc 6485bc1a81 better macros; 18 years ago
  jmc 08179dfcf0 document `iv'; 18 years ago
  jmc b931f74c98 updates from nicholas marriott; 18 years ago
  otto 8c5ca2a673 allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemio 18 years ago
  krw a85347343d Nuke only two uses of OPENDEV_DRCT in tree. Nuke OPENDEV_DRCT. Long 18 years ago
  pedro 244553b30f Fix 'double by a factor of two' and make cache options a bit more 18 years ago
  thib c7485b1da9 fix a !foo & bar. 18 years ago
  otto 6fdf04a27b Fix the second malloc_ulimit regression: maintaining the free list 18 years ago
  millert 2a8d0a4c1b Convert do {} while loop -> while {} for clarity. No binary change 18 years ago
  tedu 09917d2c4e strtonum does not require limits.h 18 years ago
  otto 854f853894 Do not leave an hole in the directory list if allocation of the 18 years ago
  otto f650f69733 delint; original from deraadt@ with fixes from tdeval@ and me; 18 years ago
  espie 14b69ad0fc fix badly broken code. okay millert@, deraadt@ 18 years ago
  otto 8d5338428b POSIX says tdelete() returns the parent of the deleted node. Sadly the 18 years ago
  moritz 699dc2618d When tdelete() is used to delete the root node, don't return a 18 years ago
  deraadt 71a91e8ae3 be more careful with atoi() result; ok otto 18 years ago
  otto e9112488f5 Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX and 18 years ago
  deraadt d72bbf4be3 getting to the bottom of the issues. sprinkle a few casts that will 18 years ago
  deraadt 16ce0f1f4d (char)to{upper,lower}() 18 years ago
  deraadt db4a02f55c casts that cannot cause breakage in the future 18 years ago
  deraadt 937e47b3dc change internal login_protect() API to use mode_t like it should 18 years ago
  deraadt 8cc19b605a please lint (without making anything else worse) 18 years ago
  grunk 8dbf7287b5 Xr to strtonum(3), because vice versa is already the case 18 years ago
  ray eb202d0369 Add warning about malloc(num * size) and recommend calloc() instead, 18 years ago
  ray 9ee3d71486 Removes extraneous variables from getopt(3). Inspired by one of 18 years ago
  otto 790f0cc439 Avouid a race in atexit() handling by introducing a lock. Problem 18 years ago
  espie 8accc3ec6c quick path for free(0) 18 years ago
  jmc f90681086b document posixness; 18 years ago
  jakemsr f7752f35a4 missing auxillary verb 18 years ago
  jmc 4169f92843 back out previous - imaxabs is already listed; 18 years ago
  millert c1d18b2138 Xr imaxabs() 18 years ago
  jmc 47e05126c0 fix the .Fn line; ok millert 18 years ago
  jmc da802fcfbf sort SEE ALSO; 18 years ago
  millert 6388df8cda Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() 18 years ago
  millert 09125d08dd Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa) 18 years ago
  millert 63f4612853 Use localeconv() to get the locale-specific radix char like printf does. 18 years ago
  millert 8773a5e4ee Nan and Infinity can be negative 18 years ago
  millert 482dbff289 Prototypes live in <search.h> 19 years ago
  otto 2df5443e38 Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time 19 years ago
  deraadt 01172b9781 spaces, and a off_t typecast to please lint 19 years ago
  deraadt 0716b3fa6e use WANTLINT= (on all architectures) 19 years ago
  espie 29075814ed add $OpenBSD$ tags, as requested by dtucker. 19 years ago
  espie ef549283cb Activate missing wcswidth, as noted by Alexander Bluhm. 19 years ago
  otto d15483fc30 Remove obsolete comment. ok deraadt@ 19 years ago