summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bug I introduced in the chunk decoder in the previous commit..des2002-06-051-1/+1
* First step towards SSL support: wrap connections in a 'struct connection'des2002-06-054-196/+255
* Implement _Qp_sqrt. I've been unable to find a C program that gcc generatesjake2002-06-041-0/+14
* Correct bswap64() prototype.sobomax2002-06-031-1/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-0220-20/+20
* Add NCURSES_OSPEED replace command to MANFILTERache2002-06-022-2/+4
* Correct a bunch of typos. Translators can ignore this commit.schweikh2002-06-021-8/+8
* Remove a URL from the middle of the BSD copyright (a clicko? a pasto?).schweikh2002-06-021-4/+4
* Add mdoc bits for the new waitpid() WCONTINUED option, andmike2002-06-011-0/+12
* Grammar nit: treat "contents" as plural.archie2002-05-311-1/+1
OpenPOWER on IntegriCloud