summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1999-08-02Xref hosts_access(3).bouyer
1999-08-02replace malloc(3) with one from freebsd which documents our new malloc.clukem
1999-08-02Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal)sommerfeld
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-25add several ETHERTYPE_IPV6 case.itojun
1999-07-25support for PPP_IPV6.itojun
1999-07-24Fix some typos.augustss
1999-07-23now, make the previous work.mrg
1999-07-23do not install in /usr/share if MKSHARE=nomrg
1999-07-23 getopt long functionalitymcr
1999-07-20optionally include Makefile.fragmrg
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
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-12Use bsd.crypto.mk.thorpej
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-09libz works much better when the examples aren't compiled into thegarbled
1999-07-08Make sure errno is set to ENOMEM if we return NULL.thorpej
1999-07-07Add _start (as well as __start). It's the default start symbol expectedfvdl
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-06Use LIBEDITDIR instead of CURDIR so we can use that Makefile to compilechristos
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-05quiesce the alpha compilermjacob
1999-07-05add missing include for memset prototypemjacob
1999-07-05Some cleanup; g/c unneeded lint stub files.kleink