| Commit message (Expand) | Author | Age | Files | Lines |
* | sync with more recent kame tree. | itojun | 2000-07-05 | 2 | -45/+254 |
* | sync with latest kame. | itojun | 2000-07-05 | 1 | -70/+208 |
* | sync with kame. | itojun | 2000-07-05 | 1 | -29/+50 |
* | o Enable building of libposix1e capability state utility functions and | rwatson | 2000-07-05 | 2 | -16/+24 |
* | o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated with | rwatson | 2000-07-05 | 8 | -0/+392 |
* | o When calling the syscall, use &cap instead of cap. Apparently this | rwatson | 2000-07-05 | 2 | -2/+2 |
* | o Comment out <sys/audit.h> and <sys/mac.h> since they are not yet | rwatson | 2000-07-05 | 2 | -4/+4 |
* | add getifaddrs(3) from bsdi. this is a magic function which lets you grab | itojun | 2000-07-05 | 3 | -2/+545 |
* | synchronize with latest kame tree. | itojun | 2000-07-04 | 13 | -598/+1149 |
* | Describe agrument range correctly, according to multibyte(3) | ache | 2000-07-03 | 2 | -23/+21 |
* | Add new man pages | peter | 2000-07-03 | 2 | -2/+6 |
* | Get this to compile in the 5.1-20000701-prerelease environment. | peter | 2000-07-03 | 6 | -10/+34 |
* | Remove trailing whitespace only. | sheldonh | 2000-07-03 | 2 | -18/+18 |
* | Fix overlong line and trailing whitespace introduced in rev 1.8. | sheldonh | 2000-07-03 | 1 | -1/+2 |
* | Add to the SEE ALSO section, a reference to the RFC mentioned in | sheldonh | 2000-07-03 | 2 | -1/+12 |
* | Re-pair the MLINKS of unvis.3 with strunvisx.3. This undoubtedly was a | green | 2000-07-03 | 1 | -1/+1 |
* | Previous commit broke the case of chained CNAME entries. Instead handle | kris | 2000-07-03 | 1 | -6/+18 |
* | Fix a nasty bug which would leave the struct hostent incompletely filled out | kris | 2000-07-03 | 1 | -1/+1 |
* | Add strunvisx.3 MLINK. | alex | 2000-07-02 | 1 | -1/+1 |
* | Document VIS_HTTPSTYLE: | alex | 2000-07-02 | 2 | -4/+34 |
* | Fix memory leak introduced with regcomp.c rev 1.14. | dcs | 2000-07-02 | 1 | -0/+6 |
* | Include libusb in the build | n_hibma | 2000-07-02 | 1 | -1/+1 |
* | Enhance the optimization provided by pre-matching. Fix style bugs with | dcs | 2000-07-02 | 3 | -12/+177 |
* | Remove from the notes a bug that it's said to have been fixed. | dcs | 2000-07-02 | 1 | -5/+0 |
* | Style fixes. | dan | 2000-07-01 | 1 | -11/+12 |
* | Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE. | dan | 2000-07-01 | 2 | -1/+73 |
* | bring in binary search tree code. | alfred | 2000-07-01 | 6 | -2/+347 |
* | Initialize variables used by the Boyer-Moore algorithm. | dcs | 2000-06-29 | 1 | -0/+2 |
* | Fix assigning alt_month in compatibility code | ache | 2000-06-29 | 1 | -1/+1 |
* | Make restart work in active mode, too. | des | 2000-06-29 | 1 | -0/+5 |
* | Add Boyler-Moore algorithm to pre-matching test. | dcs | 2000-06-29 | 3 | -6/+202 |
* | _PATH_DEV'ify libdisk | jhb | 2000-06-28 | 4 | -7/+11 |
* | Handle multiline replies properly, instead of kinda-right. | des | 2000-06-28 | 1 | -7/+16 |
* | Fix typo in SEE ALSO section. | jasone | 2000-06-28 | 3 | -3/+3 |
* | If multiple threads are blocked in sigwait() for the same signal that does | jasone | 2000-06-27 | 9 | -12/+111 |
* | Fixed PunchFWHole(): | ru | 2000-06-27 | 1 | -2/+3 |
* | change first release date to 4.1-R as 5.0-R won't be out for at least a | jmg | 2000-06-26 | 1 | -1/+1 |
* | The argument is not mcontext_t but ucontext_t. | alex | 2000-06-26 | 1 | -1/+1 |
* | Repair a cross-reference to sync(1) that should refer to sync(8). | chris | 2000-06-23 | 1 | -1/+1 |
* | Properly separate paragraphs by using `.Pp' instead of a blank line. | chris | 2000-06-23 | 3 | -6/+6 |
* | Remove blank lines. | chris | 2000-06-23 | 4 | -4/+0 |
* | Mark up errno as a variable (Va), not as a defined value (Dv). | sheldonh | 2000-06-23 | 1 | -3/+3 |
* | Apply the accepted line breaking rules. | sheldonh | 2000-06-23 | 1 | -7/+10 |
* | Let Disk_Names() take advantage of the kern.disks sysctl if it's | nbm | 2000-06-23 | 1 | -0/+15 |
* | Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples: | chris | 2000-06-23 | 29 | -145/+145 |
* | Replace an erroneous `.Va error' with `.Va errno'. | chris | 2000-06-23 | 1 | -1/+1 |
* | Replace ``FreeBSD 4.0'' with ``.Fx 4.0'' and remove a useless empty line | chris | 2000-06-23 | 1 | -2/+2 |
* | Replace .Va references to function arguments to .Fa references. | chris | 2000-06-23 | 1 | -2/+2 |
* | - Make sure the message token returned by NgSendMsg() is non-negative | archie | 2000-06-21 | 3 | -4/+28 |
* | Don't incorrectly report a protocol error when we get a 302 and redirects | des | 2000-06-21 | 1 | -2/+5 |