1303 Commits (527ef4003f99ba0edec4b223512630fcf28f960c)

Author SHA1 Message Date
  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
  matthew 36e00bde57 Drop support from openpty() for 8+ year old kernels that don't support 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; 12 years ago
  espie 5f50153fda this is sparta^WPOSIX 2008 12 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
  jasper 32dcb18e53 - add a MALLOC_OPTIONS section header. the content is already there, but having 13 years ago
  otto d6855c0895 on malloc flag S, set cache size to 0; will catch even more 13 years ago
  nicm 7eb859116b Minor function name tweaks. 13 years ago
  nicm fbd15bedaa Instead of documenting all the wide string functions in wmemchr(3), add 13 years ago
  nicm 73506d1ba1 After a certain amount of fighting with the mbstowcs API, remove L from 13 years ago
  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