summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in SEE ALSO section.Jason Evans2000-06-281-1/+1
* 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
* 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
* Don't call _getipnodebyname_multi(). It fixes the problem thatHajimu UMEMOTO2000-06-201-190/+1216
* 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
* Backout my previous commit.Hajimu UMEMOTO2000-06-142-110/+56
* You need options USER_LDT in your kernel to use these functions.Alexander Langer2000-06-141-0/+4
* Fix typo: turn of -> turn off.Alexander Langer2000-06-131-1/+1
* DNS IPv6 transport support.Hajimu UMEMOTO2000-06-112-56/+110
* - Replace ``.Va (cap_t)NULL'' with ``.Dv NULL''Chris Costello2000-06-091-3/+3
* - ReplaceChris Costello2000-06-091-27/+13
* add a BUGS section on how we can only watch VNODE's on a UFS file systemJohn-Mark Gurney2000-06-071-0/+4
* o Introduce libposix1e capability support routines, which provide aRobert Watson2000-06-048-0/+405
* o Fix incorrect descriptions of cap_get_flag() and cap_set_flag() inRobert Watson2000-06-041-12/+18
* o Build and install POSIX.1e capabilities man pagesRobert Watson2000-06-041-1/+21
* o Add posix1e(3) references to acl.3 and cap.3Robert Watson2000-06-042-2/+4
* o Add mention of capabilities documentation + APIsRobert Watson2000-06-041-7/+13
* o Introduce man pages for POSIX.1e capability APIRobert Watson2000-06-049-0/+948
* o Remove extra cross reference from acl.3 to acl.3Robert Watson2000-06-0410-31/+10
* Megre XPG4 code into libcAndrey A. Chernov2000-06-0310-52/+24
* #include <string.h> for memcpy() prototypeKris Kennaway2000-06-031-0/+1
* Replace a `manual(section)' reference with a proper .Xr statement.Chris Costello2000-05-311-1/+2
* Fix an mdoc-o, and english.Tim Vanderhoek2000-05-311-6/+6
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* fix up the kqueue documentation... comment some things that were leftJohn-Mark Gurney2000-05-241-0/+21
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Describe errx/warnx in comparison to errc/warnc/err/warn.Guy Helmer2000-05-231-12/+33
* Back out NOTE_EXIT status reporting pending discussion.Brian Feldman2000-05-211-4/+0
* Fix a memory leak in getent() that occurred when the requested entryTim Vanderhoek2000-05-211-1/+3
* Remove a superfluous `.Pp' occuring directly afterChris Costello2000-05-191-1/+0
* Add a note under IMPLEMENTATION NOTES about the behavior of sendfile()Chris Costello2000-05-191-0/+27
* List ECONNRESET as a return value. EINVAL was not documented either.Peter Wemm2000-05-192-0/+4
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.Brian Feldman2000-05-171-0/+4
* mdoc related fixes:Alexey Zelkin2000-05-121-19/+22
* . fix .Dt macro argumentAlexey Zelkin2000-05-121-2/+2