aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* IPv6 support.Hajimu UMEMOTO2000-07-055-78/+301
* Remove DEBUG_FLAGS=-g3, which never should have been committed.Jason Evans2000-07-053-6/+0
* sync with more recent kame tree.Jun-ichiro itojun Hagino2000-07-052-45/+254
* sync with latest kame.Jun-ichiro itojun Hagino2000-07-051-69/+207
* sync with kame.Jun-ichiro itojun Hagino2000-07-051-29/+50
* o Enable building of libposix1e capability state utility functions andRobert Watson2000-07-052-16/+24
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withRobert Watson2000-07-058-0/+392
* o When calling the syscall, use &cap instead of cap. Apparently thisRobert Watson2000-07-052-2/+2
* o Comment out <sys/audit.h> and <sys/mac.h> since they are not yetRobert Watson2000-07-052-4/+4
* add getifaddrs(3) from bsdi. this is a magic function which lets you grabJun-ichiro itojun Hagino2000-07-053-2/+545
* synchronize with latest kame tree.Jun-ichiro itojun Hagino2000-07-0413-594/+1145
* Describe agrument range correctly, according to multibyte(3)Andrey A. Chernov2000-07-032-23/+21
* Add new man pagesPeter Wemm2000-07-032-2/+6
* Get this to compile in the 5.1-20000701-prerelease environment.Peter Wemm2000-07-036-10/+34
* Remove trailing whitespace only.Sheldon Hearn2000-07-032-18/+18
* Fix overlong line and trailing whitespace introduced in rev 1.8.Sheldon Hearn2000-07-031-1/+2
* Add to the SEE ALSO section, a reference to the RFC mentioned inSheldon Hearn2000-07-032-1/+12
* Re-pair the MLINKS of unvis.3 with strunvisx.3. This undoubtedly was aBrian Feldman2000-07-031-1/+1
* Previous commit broke the case of chained CNAME entries. Instead handleKris Kennaway2000-07-031-6/+18
* Fix a nasty bug which would leave the struct hostent incompletely filled outKris Kennaway2000-07-031-1/+1
* Add strunvisx.3 MLINK.Alexander Langer2000-07-021-1/+1
* Document VIS_HTTPSTYLE:Alexander Langer2000-07-022-4/+34
* Fix memory leak introduced with regcomp.c rev 1.14.Daniel C. Sobral2000-07-021-0/+6
* Include libusb in the buildNick Hibma2000-07-021-1/+1
* Enhance the optimization provided by pre-matching. Fix style bugs withDaniel C. Sobral2000-07-023-12/+177
* Remove from the notes a bug that it's said to have been fixed.Daniel C. Sobral2000-07-021-5/+0
* Style fixes.Dan Moschuk2000-07-011-11/+12
* Add URI encoding to the vis/unvis routines courtesy of VIS_HTTPSTYLE.Dan Moschuk2000-07-012-1/+73
* bring in binary search tree code.Alfred Perlstein2000-07-016-2/+347
* Initialize variables used by the Boyer-Moore algorithm.Daniel C. Sobral2000-06-291-0/+2
* Fix assigning alt_month in compatibility codeAndrey A. Chernov2000-06-291-1/+1
* Make restart work in active mode, too.Dag-Erling Smørgrav2000-06-291-0/+5
* Add Boyler-Moore algorithm to pre-matching test.Daniel C. Sobral2000-06-293-6/+202
* _PATH_DEV'ify libdiskJohn Baldwin2000-06-284-7/+11
* Handle multiline replies properly, instead of kinda-right.Dag-Erling Smørgrav2000-06-281-7/+16
* Fix typo in SEE ALSO section.Jason Evans2000-06-283-3/+3
* If multiple threads are blocked in sigwait() for the same signal that doesJason Evans2000-06-279-12/+111
* Fixed PunchFWHole():Ruslan Ermilov2000-06-271-2/+3
* change first release date to 4.1-R as 5.0-R won't be out for at least aJohn-Mark Gurney2000-06-261-1/+1
* The argument is not mcontext_t but ucontext_t.Alexander Langer2000-06-261-1/+1
* Repair a cross-reference to sync(1) that should refer to sync(8).Chris Costello2000-06-231-1/+1
* Properly separate paragraphs by using `.Pp' instead of a blank line.Chris Costello2000-06-233-6/+6
* Remove blank lines.Chris Costello2000-06-234-4/+0
* Mark up errno as a variable (Va), not as a defined value (Dv).Sheldon Hearn2000-06-231-3/+3
* Apply the accepted line breaking rules.Sheldon Hearn2000-06-231-7/+10
* Let Disk_Names() take advantage of the kern.disks sysctl if it'sNeil Blakey-Milner2000-06-231-0/+15
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:Chris Costello2000-06-2329-145/+145
* Replace an erroneous `.Va error' with `.Va errno'.Chris Costello2000-06-231-1/+1
* Replace ``FreeBSD 4.0'' with ``.Fx 4.0'' and remove a useless empty lineChris Costello2000-06-231-2/+2
* Replace .Va references to function arguments to .Fa references.Chris Costello2000-06-231-2/+2