| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct the documentation for snprintf() and vsprintf() which actually | gshapiro | 2001-05-30 | 1 | -1/+12 |
* | When doing the chdir("..") in the !FTS_NOCHDIR case, stat() after we get | kris | 2001-05-30 | 2 | -4/+32 |
* | Add an integer field to keep protocol-specific flags with links. | ru | 2001-05-30 | 3 | -15/+20 |
* | Dont free a hard code array. | sos | 2001-05-30 | 1 | -1/+1 |
* | Correct the returned UDP datagram length. See the PR for a more comprehensive | msmith | 2001-05-28 | 1 | -1/+2 |
* | The shortest valid TFTP packet is 4 bytes, not 8. | msmith | 2001-05-28 | 1 | -1/+1 |
* | Implement a HTTP_USER_AGENT environment variable. | des | 2001-05-27 | 2 | -1/+8 |
* | Document the authentication callback interface. | des | 2001-05-26 | 1 | -3/+42 |
* | Bump major number. | des | 2001-05-26 | 1 | -1/+1 |
* | Add rudimentary support for an authentication callback function. | des | 2001-05-26 | 4 | -59/+91 |
* | MAXPATHLEN -> PATH_MAX | des | 2001-05-26 | 2 | -2/+2 |
* | Plug memory leak. | des | 2001-05-26 | 1 | -6/+3 |
* | - sys/n[tw]fs moved to sys/fs/n[tw]fs | ru | 2001-05-26 | 2 | -2/+2 |
* | Add warnings about trusting user-supplied data. | eric | 2001-05-25 | 3 | -2/+43 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 1 | -7/+5 |
* | Add the "auth_as_self" option to the pam_unix module (there is no | markm | 2001-05-24 | 4 | -3/+11 |
* | Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files. | obrien | 2001-05-24 | 53 | -93/+223 |
* | This patch implements O_DIRECT about 80% of the way. It takes a patchset | dillon | 2001-05-24 | 2 | -0/+12 |
* | Add some error codes that were added in RFC2616. | des | 2001-05-23 | 1 | -0/+3 |
* | Changed the clnt_perror string in yp_all because it was saying the | pirzyk | 2001-05-23 | 1 | -1/+1 |
* | Rename (after a repo-copy) some mount(8) programs: | ru | 2001-05-23 | 2 | -2/+2 |
* | Fix the range of the returned value. | ru | 2001-05-23 | 1 | -1/+1 |
* | Correct error message of an example. | ume | 2001-05-21 | 1 | -1/+1 |
* | Add a test for PR 24345. | jasone | 2001-05-20 | 6 | -0/+330 |
* | Update the verify script. | jasone | 2001-05-20 | 6 | -603/+486 |
* | Don't define _REENTRANT, since the Makefile does so. | jasone | 2001-05-20 | 3 | -6/+0 |
* | Fix a typo. | jasone | 2001-05-20 | 3 | -3/+3 |
* | Instead of using a join queue for each thread, use a single pointer to | jasone | 2001-05-20 | 32 | -437/+320 |
* | Removed -I${.CURDIR}/../../sys from CFLAGS. | ru | 2001-05-20 | 1 | -3/+0 |
* | Document ECONNREFUSED. | archie | 2001-05-20 | 1 | -0/+4 |
* | Use CONS_GETINFO ioctl to get geometry of the current text mode instead of | sobomax | 2001-05-19 | 1 | -5/+7 |
* | Remove these libs that are the same .so version as the ones in | obrien | 2001-05-19 | 1 | -12/+1 |
* | Remove these libs that are the samed .so version as the ones in | obrien | 2001-05-19 | 1 | -12/+1 |
* | Update the AXP compat4x dist to the 4.3-FreeBSD libs. | obrien | 2001-05-19 | 2 | -14777/+14837 |
* | Update the i386 compat4x dist to the FreeBSD 4.3 libs. | obrien | 2001-05-19 | 2 | -11910/+11934 |
* | The function clnt_dg_call(), which is used for UDP RPC calls, could | iedowse | 2001-05-18 | 1 | -4/+2 |
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 4 | -6/+3 |
* | Fixed typo in the description. | ru | 2001-05-18 | 2 | -4/+4 |
* | Sort. | obrien | 2001-05-18 | 1 | -23/+24 |
* | Add the "prompt" and "passwd_prompt" fields to /etc/login.conf, | obrien | 2001-05-18 | 1 | -0/+4 |
* | Use the correct FreeBSD definitions for wint_t and wchar_t. | obrien | 2001-05-18 | 2 | -2/+6 |
* | Condition variable waiters are queued in descending priority order, so | jasone | 2001-05-18 | 3 | -27/+6 |
* | Suppress compiler warning by adding a type cast. | ru | 2001-05-17 | 1 | -4/+2 |
* | Argh. Fix a long-standing man page filter botch. See terminfo(5) for | peter | 2001-05-17 | 2 | -2/+2 |
* | Update for ncurses 5.2-20010512 import | peter | 2001-05-17 | 6 | -64/+70 |
* | ... but we do provide .St -isoC-99, and it is not required to have the | ru | 2001-05-17 | 1 | -5/+1 |
* | Mark a thread that is suspended while sleeping as interrupted. | jasone | 2001-05-16 | 3 | -3/+9 |
* | Unbreak world; _DIAGASSERT macro is not available in FreeBSD. | ru | 2001-05-16 | 21 | -57/+0 |
* | mdoc(7) police: fix markup. | ru | 2001-05-16 | 1 | -4/+5 |
* | Introduce getprogname(3) and setprogname(3) library calls. These get | dd | 2001-05-15 | 4 | -3/+123 |