summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
1999-08-02replace malloc(3) with one from freebsd which documents our new malloc.clukem
1999-08-01- provide reverse query for mapped address (::ffff:10.1.1.1).itojun
1999-07-31Add note that only the super-user may set or reset any flags on blockchristos
1999-07-29Only squeeze a short key/value pair onto a page with other complete key/valuemycroft
1999-07-29When deleting a big key, the offset of an empty page should be bsize, notmycroft
1999-07-29Fix a condition where the hole would be inserted in the wrong place during amycroft
1999-07-29Previous bug fix was slightly wrong. In this case, the data must start on amycroft
1999-07-29Document EFBIG as a valid error.mycroft
1999-07-29Return a useful errno value in the overflow case.mycroft
1999-07-28Make the packing more dense in a couple of cases.mycroft
1999-07-28If (keysize+datasize)%(bsize=14)==0, insertion of a `big key' would cause anmycroft
1999-07-23 getopt long functionalitymcr
1999-07-19- make sure that host_addr is suitably alignedchristos
1999-07-19Make sure that "h_addr_list" pointers are longword aligned because sometron
1999-07-14- do not make query for AFs that are not supported by kernel.itojun
1999-07-14Restore some information about the page rounding behavior of theseperry
1999-07-12XSH5: change function signature to `void *sbrk(intptr_t)'.kleink
1999-07-12Remove a paragraph from previous.kleink
1999-07-11Avoid infinite loop if pathname is longer than the maximum the kernelsommerfeld
1999-07-10don't compare non-pointer values against NULL.christos
1999-07-09Note that you can find out the system page size with sysconf(3).perry
1999-07-08Make sure errno is set to ENOMEM if we return NULL.thorpej
1999-07-07add the ieeefp functionsdanw
1999-07-07mark an asm statement volatile so it doesn't get optimized outdanw
1999-07-06note in BUGS that the prototype of our sbrk is not standards compliantperry
1999-07-06Clean up this mess a lot. I believe we still have the followingperry
1999-07-06EOPNOTSUPP was incorrectly spelt as EOPNOSUPPORTdarrenr
1999-07-06fix name resolution problem when you have "hosts: files dns" onitojun
1999-07-05index -> ldx (and similar in some related variable names). Avoids a lintthorpej
1999-07-05Oops, back out 1.21. Christos and I apparently stepped on each other.thorpej
1999-07-05s/index/idx/christos
1999-07-05Compute page size related parameters at run-time.thorpej
1999-07-05EXTRA_SANITY -> MALLOC_EXTRA_SANITY, consistently.thorpej
1999-07-04check address family on getting entries from /etc/hosts.itojun
1999-07-04Build system call stubs using system includes from ${DESTDIR}/usr/includesommerfeld
1999-07-04if the list of name server on /etc/resolv.conf is in aitojun
1999-07-04Only define MADV_FREE do MADV_DONTNEED if it's not already definedthorpej
1999-07-04capitalize the first word of most error strings except those words that arelukem
1999-07-04add NetBSD RCSID on top.itojun
1999-07-04fix USE_GETIPNODEBY case.itojun
1999-07-04fix behavior when there's dangling CNAME on specific AF.itojun
1999-07-03improve lint friendliness on USE_GETIPNODEBY case.itojun
1999-07-03Add a reference to XNS5.2 D2.0 for inet_{ntop,pton}().kleink
1999-07-03Add missing LIBRARY sections.kleink
1999-07-03<sys/errno.h> -> <errno.h>; kill our own declaration of errno (_REENTRANT!).kleink
1999-07-03remove trailing `.' on error messages, since messages from strerror() andlukem
1999-07-02Need "namespace.h".kleink
1999-07-01add IPv6 support functions.itojun
1999-07-01IPv6 DNS transport support for resolver.itojun
1999-07-01document gethostbyname2().itojun