summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a missing word.dd2001-06-052-2/+2
* Add a missing word.dd2001-06-052-2/+4
* Big module cleanup.markm2001-06-0418-267/+48
* Null file to bring back a file from the dead. This allows the real commitmarkm2001-06-041-0/+2
* Add the "nullok" option that causes this module to succeed if the Unixmarkm2001-06-041-3/+11
* Tidy up the options list (and make it more extendable), and add somemarkm2001-06-043-14/+23
* Add some new utility authenticators.markm2001-06-044-0/+354
* Add BSD-style copyright headersbrian2001-06-049-17/+253
* Change to a standard BSD-style copyrightbrian2001-06-041-13/+22
* Properly initialize a temporary FILE that is allocated off the stack.deischen2001-06-042-0/+10
* Change this to support the new way swap device information is exportedtmm2001-06-011-77/+66
* Fix another unprotected instance of chdir() by extending thekris2001-06-012-48/+24
* Copy the sockaddr from the netbuf data area, not from the netbufiedowse2001-06-011-1/+1
* Remove vestiges of MFS.ru2001-06-012-25/+3
* Correct the documentation for snprintf() and vsprintf() which actuallygshapiro2001-05-301-1/+12
* When doing the chdir("..") in the !FTS_NOCHDIR case, stat() after we getkris2001-05-302-4/+32
* Add an integer field to keep protocol-specific flags with links.ru2001-05-303-15/+20
* Dont free a hard code array.sos2001-05-301-1/+1
* 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
OpenPOWER on IntegriCloud