summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Repair a cross-reference to sync(1) that should refer to sync(8).chris2000-06-231-1/+1
* Properly separate paragraphs by using `.Pp' instead of a blank line.chris2000-06-233-6/+6
* Remove blank lines.chris2000-06-234-4/+0
* Mark up errno as a variable (Va), not as a defined value (Dv).sheldonh2000-06-231-3/+3
* Apply the accepted line breaking rules.sheldonh2000-06-231-7/+10
* Let Disk_Names() take advantage of the kern.disks sysctl if it'snbm2000-06-231-0/+15
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:chris2000-06-2329-145/+145
* Replace an erroneous `.Va error' with `.Va errno'.chris2000-06-231-1/+1
* Replace ``FreeBSD 4.0'' with ``.Fx 4.0'' and remove a useless empty linechris2000-06-231-2/+2
* Replace .Va references to function arguments to .Fa references.chris2000-06-231-2/+2
* - Make sure the message token returned by NgSendMsg() is non-negativearchie2000-06-213-4/+28
* Don't incorrectly report a protocol error when we get a 302 and redirectsdes2000-06-211-2/+5
* Don't call _getipnodebyname_multi(). It fixes the problem thatume2000-06-201-190/+1216
* Back out wes' commit with extreme prejudice.des2000-06-201-143/+5
* - Removed PacketAliasPptp() API function.ru2000-06-204-38/+1
* Added true support for PPTP aliasing. Some nice features include:ru2000-06-207-11/+422
* Fix groff confusion for PS output.alex2000-06-201-3/+1
* Add implementation of fetchListFTP.wes2000-06-201-5/+143
* Re-commit DNS IPv6 transport support with fixes for IPv4 onlyume2000-06-192-59/+153
* Remove the setflags/getflags routines. Their functionality hasjoe2000-06-182-234/+0
* Make a note of fflagstostr and strtofflags in the 'see also' section.joe2000-06-171-0/+2
* Add strtofflags and fflagstostr to libc.joe2000-06-171-2/+3
* Modify strtofflags so that it returns a malloced string instead of ajoe2000-06-172-4/+30
* The "def" arg for fflagstostr is too specialized for ls. The callerjoe2000-06-172-8/+5
* Return of the evil file flags! The {s|g}etflags functions werejoe2000-06-174-250/+16
* - Improved passive mode FTP support by aliasing 229 replies.ru2000-06-161-312/+337
* Backout my previous commit.ume2000-06-142-110/+56
* pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() arejasone2000-06-1418-108/+375
* - Added support for passive mode FTP by aliasing 227 replies.ru2000-06-143-15/+228
* add libxpg4ache2000-06-141-1/+1
* You need options USER_LDT in your kernel to use these functions.alex2000-06-141-0/+4
* Add libxpg4 as the current version had it's SO version number bumped andobrien2000-06-131-0/+116
* Fix typo: turn of -> turn off.alex2000-06-131-1/+1
* Bump major to preserve 3.x binaries compatibilityache2000-06-131-0/+3
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.n_hibma2000-06-1119-0/+2626
* DNS IPv6 transport support.ume2000-06-112-56/+110
* - Replace ``.Va (cap_t)NULL'' with ``.Dv NULL''chris2000-06-092-6/+6
* - Replacechris2000-06-092-54/+26
* add a BUGS section on how we can only watch VNODE's on a UFS file systemjmg2000-06-071-0/+4
* Removed bogus 'l' suffixes in FP register to register instructions.bde2000-06-066-8/+8
* Re-support "wd" if PC98 is defined. Because PC-98 still uses the wd driver.nyan2000-06-052-1/+9
* o Introduce libposix1e capability support routines, which provide arwatson2000-06-0416-0/+810
* o Fix incorrect descriptions of cap_get_flag() and cap_set_flag() inrwatson2000-06-042-24/+36
* o Build and install POSIX.1e capabilities man pagesrwatson2000-06-042-2/+42
* o Add posix1e(3) references to acl.3 and cap.3rwatson2000-06-044-4/+8
* o Add mention of capabilities documentation + APIsrwatson2000-06-042-14/+26
* o Introduce man pages for POSIX.1e capability APIrwatson2000-06-0418-0/+1896
* o Remove extra cross reference from acl.3 to acl.3rwatson2000-06-0420-62/+20
* Make this lib fake - now merged to libcache2000-06-032-4/+5
* Megre XPG4 code into libcache2000-06-0310-52/+24
OpenPOWER on IntegriCloud