summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add -I${.CURDIR}/../../sys into CFLAGS, which should fix the world brokensobomax2002-06-261-1/+2
* Initialize a pointer that was left uninitialized with the previousnectar2002-06-261-0/+1
* Include more robust checking of end of buffer that more completelyimp2002-06-264-52/+32
* Don't allow buffer overflow here either.imp2002-06-261-1/+3
* Fix a minor last, minute issue that came in after I committed.imp2002-06-261-1/+1
* Avoid remote buffer overflow on hostbuf[].imp2002-06-262-1/+4
* Add documentation for vmemoryusedillon2002-06-261-0/+1
* Make libutil aware of vmemoryuse in its login.conf cap processing (akadillon2002-06-261-0/+1
* WARNS=6'ify.obrien2002-06-251-7/+5
* Prototype _start.obrien2002-06-251-2/+4
* Update our compat libs to the 4.6-RELEASE level.obrien2002-06-258-22939/+16105
* Add the [Linux] PAM modules that are still used in RELENG_4, but not -CURRENT.obrien2002-06-2510-1/+1269
* Fix a typo.obrien2002-06-251-1/+1
* Add the [Linux] PAM modules that are still used in RELENG_4, but not -CURRENT.obrien2002-06-2510-1/+844
* Update our compat libs to the 4.6-RELEASE level.obrien2002-06-254-12270/+12410
* - Remove UM_* memory handling macros as they just obfuscate code.arr2002-06-244-19/+18
* Add missing const's.mux2002-06-241-1/+1
* Reintroduce debugging code that somehow got lost in a previous revision.des2002-06-241-0/+2
* Fix a bug which prevented the duplication of the standard i/orobert2002-06-231-13/+24
* Be more clear in error messages.n_hibma2002-06-231-4/+9
* Improve the handling of Encode and Decode operations in MD5.phk2002-06-221-22/+15
* Fix incorrect library ordering. I thought I'd committed this already...des2002-06-211-2/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-95/+90
* Update for libpcap 0.7.1fenner2002-06-211-6/+23
* Don't try to dereference conn when we know it's NULL.des2002-06-191-2/+5
* Fix style and wording bugs introduced in my last commit.chris2002-06-181-11/+9
* Remove unneeded include of machine/emul.h.jake2002-06-181-1/+0
* e_pow.c:bde2002-06-172-2/+2
* Actually document pselect(3) so that Bruce can mention it in the releasewollman2002-06-172-1/+123
* Move dillon's time conversion functions to a new header <timeconv.h>.wollman2002-06-171-1/+1
* Restore local bits lost in recent merge from NetBSD.mdodd2002-06-161-19/+24
* Add pselect(3) to the build. Need to figure out the most appropriatewollman2002-06-151-1/+1
* o Move more information from BUGS into SECURITY CONSIDERATIONS andchris2002-06-151-50/+56
* Missed in earlier commit -- I did cvs commit src/lib/libc. Oops.rwatson2002-06-148-118/+0
* No POSIX.1e capabilities in the main tree yet.rwatson2002-06-1329-2995/+0
* Include information on the dangers of passing a user-supplied string aschris2002-06-131-0/+21
* Add the following functions:brian2002-06-123-0/+45
* Add a reference count to struct fetchconn so we don't prematurely close anddes2002-06-113-1/+22
* Return HOSTNAME_INVALIDADDR when reverse lookup is fail.ume2002-06-071-1/+1
* Clarify the bit about realloc() and its `ptr' argument a bit.keramida2002-06-061-2/+3
* Tidy up.ru2002-06-061-10/+3
* libfetch now depends on libcrypto and libssl.ru2002-06-061-5/+6
* Correct FreeBSD release of first appearance in the HISTORY sectionsheldonh2002-06-061-1/+1
* Make SSL support conditional on NOCRYPT.des2002-06-054-0/+21
* During buildworld, "regular" libraries are built before crypto stuff, sodes2002-06-051-2/+2
* Add SSL support + slight cleanup.des2002-06-054-20/+78
* Wrap everything in struct connection, and enforce timeouts everywheredes2002-06-054-113/+204
* Add the necessary dependencies for SSL.des2002-06-051-0/+2
* Rename struct cookie to struct httpio to avoid confusion (it's not an HTTPdes2002-06-051-50/+50
* Add comments to struct cookie.des2002-06-051-8/+8
OpenPOWER on IntegriCloud