1481 Commits (e0cf8941d0c0409479157be2d953961e30149438)

Author SHA1 Message Date
  jmc fef4fd0bd9 no more math(3); 13 years ago
  nicm 0cded3a64f Fix some awful code in the example, pointed out by millert@. 13 years ago
  nicm 69ccac0496 Add wcsdup(), from NetBSD. 13 years ago
  jsing 4a0a502bf4 Do not mask errno if we fail to open /dev/diskmap. Also, fall through 13 years ago
  sthen ec4391eaa9 s/ands/and/, from Tobias Ulmer 13 years ago
  tedu d874c625f1 as man page states, lower case undoes upper case. add support for little s, 13 years ago
  naddy eea0705fca fix wcscasecmp() parameters; <wchar.h> was correct 13 years ago
  jmc 091afd940e tweak previous (my fault); 13 years ago
  espie 7b1036f191 wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ 13 years ago
  otto be0afe8548 save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@ 13 years ago
  otto 535636b5df introduce symbolic constant for initial number of regions 13 years ago
  otto 01b4849121 zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@ 13 years ago
  otto 6ebcec8c72 Avoid fp computations for stats, this make calling malloc_dump() safe in more 13 years ago
  otto 86e4380bcc fix comment, the bitmap is an array of u_short now 13 years ago
  otto fc442e2a61 Introduce leak detection code for MALLOC_STATS 13 years ago
  otto e726d97c87 Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top. 13 years ago
  otto 0ec9d0391a Up until now, malloc scanned the bits of the chunk bitmap from 13 years ago
  otto fe5a32734e Now that we use an array of u_short for the chunk bitmap change a few 13 years ago
  otto dcc6e6f049 More efficient scanning for free chunks while not losing any randomization; 13 years ago
  otto 9679bf7a9f Tweak the description of the optional parts around =. Found this in my 13 years ago
  stsp 4ddc8c789a Add a wcswidth man page (based on FreeBSD), and fix the implementation 13 years ago
  espie 9766982215 tweak for clarity, ok millert@, jmc@ 13 years ago
  deraadt 563890ecd9 wrong type for variable; spotted by christian.siebert@cs.tu-chemnitz.de 13 years ago
  guenther 48c37b4271 Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a new 13 years ago
  claudio 2528dce4db Correct msgbuf_write() example. OK jmc@ and nicm@ 13 years ago
  matthew a86644214c Fix __cxa_finalize() so that calling __cxa_finalize(NULL) properly 13 years ago
  schwarze 07ff512110 Correctly escape a literal colon in an enclosure; 13 years ago
  jmc aae2647dbc superceded -> superseded; 13 years ago
  krw d15a9b6dbc Update to better describe reality, i.e. disklabel(8) UID usage. 13 years ago
  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@ 14 years ago
  dhill bc96223819 avoid pointer arithmetic on void * 14 years ago
  jmc 6a45e9cb55 involes -> involves; from Carlos Alberto Pereira Gomes 14 years ago
  jsing 96b190e24d Document isduid(3). 14 years ago
  jsing 46beb6358d Crank minor due to the addition of isduid(). 14 years ago
  jsing 9f93f11b6d Teach readlabelfs() how to handle DUIDs. 14 years ago
  jsing 972351062d Factor out DUID identification code so that it can easily be reused. 14 years ago
  nicm f6bf132ce8 imsg.h requires sys/uio.h, ok deraadt 14 years ago
  mikeb af6c901202 remove skipjack and cast from the libc; ok deraadt 14 years ago
  otto 5228178676 print the pointer value that caused the error (if available); ok 14 years ago
  millert ee4033dab1 Make gcvt() better match printf("%g") behavior, it now passes regress. 14 years ago
  matthew d3d805ce3b Add timingsafe_bcmp(3) to libc, mention that it's already in the 14 years ago
  jmc 9340c58635 more wacky macro fixing; 14 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