63 Commits (5b40b568514f68524eb1fd3cc6cab911ad33d43f)

Author SHA1 Message Date
  otto 5b40b56851 move recallocarray to malloc.c and 8 years ago
  otto 6cec33e265 Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) 8 years ago
  guenther 502002cd1a Reduce qabs() and qdiv() to aliases of llabs() and lldiv(). 8 years ago
  millert b2278edbad Remove a vax remnant (that was really a no-op anyway). 9 years ago
  jmc 813a539cd3 for some time now mandoc has not required MLINKS to function 9 years ago
  tedu b15fab3fb6 update for new symbols and code 9 years ago
  deraadt 75d4ae826b Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() 10 years ago
  tedu ad69399057 delete obsolete sunos cfree function. ok deraadt millert naddy 10 years ago
  schwarze 522001255e malloc(3) is in the "comp" install set, malloc.conf(5) in "man", 10 years ago
  guenther ba0ca3d3cf XPG requires insque() and remque() to work with linear lists and not just 10 years ago
  deraadt a14ce349c7 move reallocarray() to a seperate file so that -portable applications 11 years ago
  tedu 07d1cf3ec2 change mallocarray to reallocarray. useful in a few more situations. 11 years ago
  deraadt 58a64bf376 correct man page section 11 years ago
  deraadt 00d28c4faf Introducing: void *mallocarray(size_t nmemb, size_t size); 11 years ago
  miod 7766679fe4 Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping 11 years ago
  guenther c2e0eb431a Move _Exit() from the exit() manpage to the _exit() manpage, as it's 12 years ago
  millert 4606f10eb9 Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), 12 years ago
  miod da46ccb0c3 remove tahoe-specific makefile machinery, no such hardware is known to be 12 years ago
  okan 143bb47cdd remove lint leftovers; ok guenther@ 12 years ago
  tedu bbe8fdc923 add posix_madvise, posix_memalign, strndup, and strnlen. mostly from 15 years ago
  miod 0d9cbfe642 Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent 15 years ago
  millert d3d9cc08f7 Make putenv(), setenv() and unsetenv() standards compliant. The 16 years ago
  martynas 72651265ea document strtold. ok millert@ 16 years ago
  martynas 8805441321 - replace dtoa w/ David's gdtoa, version 2008-03-15 16 years ago
  otto 74022f5554 Smarter implementation of calloc(3), which uses the fact that mmap(2) 16 years ago
  landry 592f3fe88a Add strtof() to libc, some ports seem to like it. Currently it's a simple 17 years ago
  otto a8ec3b0eb8 remove recalloc(3); it is buggy and impossible to repair without big 17 years ago
  millert 63cad49094 add recaloc(3) 17 years ago
  millert 6388df8cda Add lldiv(), imaxabs(), imaxdiv(), strtoimax() and strtoumax() 19 years ago
  espie 175c6c79dd major abi changes: 20 years ago
  millert c90a644274 Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net. 21 years ago
  millert d3af4c4238 Add _Exit(3) as per C99. Discussed with espie@ some time ago. 21 years ago
  tedu 0ad4710abb strtonum, a nicer version of strtoll, by millert and myself. 21 years ago
  jmc d1997a41f0 kill memory.3; 21 years ago
  millert 6afef83497 Compile llabs.c 22 years ago
  millert 9b93b7bc74 Use the getopt() in getopt_long.c which supports some GNU extensions. 22 years ago
  millert 697db374e9 assembler versions of insque and remque for m68k, also from 4.4BSD 22 years ago
  millert 4448841b95 insque and remque are VAX instructions, no need for C functions; From 4.4BSD 22 years ago
  millert 7466664b6f Oops, forgot to add remque.c here 22 years ago
  millert d1a476799c move insque(3) and remque(3) from libcompat -> libc; they are now POSIX 22 years ago
  millert b4da3af000 move lsearch(3) and insque(3) from libcompat -> libc; they are now POSIX 22 years ago
  millert da213272c0 fix typo 22 years ago
  millert 52c5998342 GNU-like getopt_long() from NetBSD with changes by me to support 22 years ago
  millert 5a1579637f Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. 22 years ago
  millert 811f857cf2 Take advantage of the libc minor bump and add atoll(3) 22 years ago
  millert 8605e7d157 Replace strtou?q() with the more standard strtou?ll(), using weak 23 years ago
  millert 6dc6d47610 MLINK srandomdev 25 years ago
  millert 676f8aa08c Add missing MLINKs 25 years ago
  millert 59e4929dbc calloc.c is back 25 years ago
  aaron cdda3b8eef Merge calloc(3) man page into malloc.3; as suggested by millert@ 25 years ago