summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct the returned UDP datagram length. See the PR for a more comprehensivemsmith2001-05-281-1/+2
* The shortest valid TFTP packet is 4 bytes, not 8.msmith2001-05-281-1/+1
* Implement a HTTP_USER_AGENT environment variable.des2001-05-272-1/+8
* Document the authentication callback interface.des2001-05-261-3/+42
* Bump major number.des2001-05-261-1/+1
* Add rudimentary support for an authentication callback function.des2001-05-264-59/+91
* MAXPATHLEN -> PATH_MAXdes2001-05-262-2/+2
* Plug memory leak.des2001-05-261-6/+3
* - sys/n[tw]fs moved to sys/fs/n[tw]fsru2001-05-262-2/+2
* Add warnings about trusting user-supplied data.eric2001-05-253-2/+43
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-7/+5
* Add the "auth_as_self" option to the pam_unix module (there is nomarkm2001-05-244-3/+11
* Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.obrien2001-05-2453-93/+223
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetdillon2001-05-242-0/+12
* Add some error codes that were added in RFC2616.des2001-05-231-0/+3
* Changed the clnt_perror string in yp_all because it was saying thepirzyk2001-05-231-1/+1
* Rename (after a repo-copy) some mount(8) programs:ru2001-05-232-2/+2
* Fix the range of the returned value.ru2001-05-231-1/+1
* Correct error message of an example.ume2001-05-211-1/+1
* Add a test for PR 24345.jasone2001-05-206-0/+330
* Update the verify script.jasone2001-05-206-603/+486
* Don't define _REENTRANT, since the Makefile does so.jasone2001-05-203-6/+0
* Fix a typo.jasone2001-05-203-3/+3
* Instead of using a join queue for each thread, use a single pointer tojasone2001-05-2032-437/+320
* Removed -I${.CURDIR}/../../sys from CFLAGS.ru2001-05-201-3/+0
* Document ECONNREFUSED.archie2001-05-201-0/+4
* Use CONS_GETINFO ioctl to get geometry of the current text mode instead ofsobomax2001-05-191-5/+7
* Remove these libs that are the same .so version as the ones inobrien2001-05-191-12/+1
* Remove these libs that are the samed .so version as the ones inobrien2001-05-191-12/+1
* Update the AXP compat4x dist to the 4.3-FreeBSD libs.obrien2001-05-192-14777/+14837
* Update the i386 compat4x dist to the FreeBSD 4.3 libs.obrien2001-05-192-11910/+11934
* The function clnt_dg_call(), which is used for UDP RPC calls, couldiedowse2001-05-181-4/+2
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-184-6/+3
* Fixed typo in the description.ru2001-05-182-4/+4
* Sort.obrien2001-05-181-23/+24
* Add the "prompt" and "passwd_prompt" fields to /etc/login.conf,obrien2001-05-181-0/+4
* Use the correct FreeBSD definitions for wint_t and wchar_t.obrien2001-05-182-2/+6
* Condition variable waiters are queued in descending priority order, sojasone2001-05-183-27/+6
* Suppress compiler warning by adding a type cast.ru2001-05-171-4/+2
* Argh. Fix a long-standing man page filter botch. See terminfo(5) forpeter2001-05-172-2/+2
* Update for ncurses 5.2-20010512 importpeter2001-05-176-64/+70
* ... but we do provide .St -isoC-99, and it is not required to have theru2001-05-171-5/+1
* Mark a thread that is suspended while sleeping as interrupted.jasone2001-05-163-3/+9
* Unbreak world; _DIAGASSERT macro is not available in FreeBSD.ru2001-05-1621-57/+0
* mdoc(7) police: fix markup.ru2001-05-161-4/+5
* Introduce getprogname(3) and setprogname(3) library calls. These getdd2001-05-154-3/+123
* adapt to FreeBSD.tshiozak2001-05-152-4/+20
* mdoc(7) police: sort xrefs.ru2001-05-151-1/+1
* Add new, from scratch implementation of hsearch() et al that actually works.ru2001-05-155-113/+395
* initial import of locale insensitive wcs* and wmem* functions.tshiozak2001-05-1522-0/+1484
OpenPOWER on IntegriCloud