aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Make sure the message token returned by NgSendMsg() is non-negativeArchie Cobbs2000-06-213-4/+28
* Don't incorrectly report a protocol error when we get a 302 and redirectsDag-Erling Smørgrav2000-06-211-2/+5
* Don't call _getipnodebyname_multi(). It fixes the problem thatHajimu UMEMOTO2000-06-201-190/+1216
* Back out wes' commit with extreme prejudice.Dag-Erling Smørgrav2000-06-201-143/+5
* - Removed PacketAliasPptp() API function.Ruslan Ermilov2000-06-204-38/+1
* Added true support for PPTP aliasing. Some nice features include:Ruslan Ermilov2000-06-207-11/+422
* Fix groff confusion for PS output.Alexander Langer2000-06-201-3/+1
* Add implementation of fetchListFTP.Wes Peters2000-06-201-5/+143
* Re-commit DNS IPv6 transport support with fixes for IPv4 onlyHajimu UMEMOTO2000-06-192-59/+153
* Remove the setflags/getflags routines. Their functionality hasJosef Karthauser2000-06-182-234/+0
* Make a note of fflagstostr and strtofflags in the 'see also' section.Josef Karthauser2000-06-171-0/+2
* Add strtofflags and fflagstostr to libc.Josef Karthauser2000-06-171-2/+3
* Modify strtofflags so that it returns a malloced string instead of aJosef Karthauser2000-06-172-4/+30
* The "def" arg for fflagstostr is too specialized for ls. The callerJosef Karthauser2000-06-172-8/+5
* Return of the evil file flags! The {s|g}etflags functions wereJosef Karthauser2000-06-174-250/+16
* - Improved passive mode FTP support by aliasing 229 replies.Ruslan Ermilov2000-06-161-312/+337
* Backout my previous commit.Hajimu UMEMOTO2000-06-142-110/+56
* pthread_mutex_lock(), pthread_cond_trywait(), and pthread_cond_wait() areJason Evans2000-06-1418-108/+375
* - Added support for passive mode FTP by aliasing 227 replies.Ruslan Ermilov2000-06-143-15/+228
* add libxpg4Andrey A. Chernov2000-06-141-1/+1
* You need options USER_LDT in your kernel to use these functions.Alexander Langer2000-06-141-0/+4
* Add libxpg4 as the current version had it's SO version number bumped andDavid E. O'Brien2000-06-131-0/+116
* Fix typo: turn of -> turn off.Alexander Langer2000-06-131-1/+1
* Bump major to preserve 3.x binaries compatibilityAndrey A. Chernov2000-06-131-0/+3
* The USB library from NetBSD by Lennart Augustsson <lennart@augustsson.net>.Nick Hibma2000-06-1119-0/+2626
* DNS IPv6 transport support.Hajimu UMEMOTO2000-06-112-56/+110
* - Replace ``.Va (cap_t)NULL'' with ``.Dv NULL''Chris Costello2000-06-092-6/+6
* - ReplaceChris Costello2000-06-092-54/+26
* add a BUGS section on how we can only watch VNODE's on a UFS file systemJohn-Mark Gurney2000-06-071-0/+4
* Removed bogus 'l' suffixes in FP register to register instructions.Bruce Evans2000-06-066-8/+8
* Re-support "wd" if PC98 is defined. Because PC-98 still uses the wd driver.Yoshihiro Takahashi2000-06-052-1/+9
* o Introduce libposix1e capability support routines, which provide aRobert Watson2000-06-0416-0/+810
* o Fix incorrect descriptions of cap_get_flag() and cap_set_flag() inRobert Watson2000-06-042-24/+36
* o Build and install POSIX.1e capabilities man pagesRobert Watson2000-06-042-2/+42
* o Add posix1e(3) references to acl.3 and cap.3Robert Watson2000-06-044-4/+8
* o Add mention of capabilities documentation + APIsRobert Watson2000-06-042-14/+26
* o Introduce man pages for POSIX.1e capability APIRobert Watson2000-06-0418-0/+1896
* o Remove extra cross reference from acl.3 to acl.3Robert Watson2000-06-0420-62/+20