summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* Megre XPG4 code into libcAndrey A. Chernov2000-06-0310-52/+24
| | | | Notes: svn path=/head/; revision=61218
* #include <string.h> for memcpy() prototypeKris Kennaway2000-06-031-0/+1
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=61193
* Replace a `manual(section)' reference with a proper .Xr statement.Chris Costello2000-05-311-1/+2
| | | | Notes: svn path=/head/; revision=61134
* Fix an mdoc-o, and english.Tim Vanderhoek2000-05-311-6/+6
| | | | Notes: svn path=/head/; revision=61109
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
| | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others Notes: svn path=/head/; revision=60938
* fix up the kqueue documentation... comment some things that were leftJohn-Mark Gurney2000-05-241-0/+21
| | | | | | | | | out that really needed to be here... Reviewed-by: jlemon Notes: svn path=/head/; revision=60856
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
| | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd Notes: svn path=/head/; revision=60833
* Describe errx/warnx in comparison to errc/warnc/err/warn.Guy Helmer2000-05-231-12/+33
| | | | | | | | | Use .Fa instead of .Va for function arguments. Reviewed by: sheldonh Notes: svn path=/head/; revision=60832
* Back out NOTE_EXIT status reporting pending discussion.Brian Feldman2000-05-211-4/+0
| | | | Notes: svn path=/head/; revision=60759
* Fix a memory leak in getent() that occurred when the requested entryTim Vanderhoek2000-05-211-1/+3
| | | | | | | | | could not be found. PR: bin/17084 Notes: svn path=/head/; revision=60747
* Remove a superfluous `.Pp' occuring directly afterChris Costello2000-05-191-1/+0
| | | | | | | `.Sh IMPLEMENTATION NOTES'. Notes: svn path=/head/; revision=60695
* Add a note under IMPLEMENTATION NOTES about the behavior of sendfile()Chris Costello2000-05-191-0/+27
| | | | | | | in the threaded library. Notes: svn path=/head/; revision=60694
* List ECONNRESET as a return value. EINVAL was not documented either.Peter Wemm2000-05-192-0/+4
| | | | Notes: svn path=/head/; revision=60692
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.Brian Feldman2000-05-171-0/+4
| | | | Notes: svn path=/head/; revision=60659
* mdoc related fixes:Alexey Zelkin2000-05-121-19/+22
| | | | | | | | | . synchronize NAME and SYNOPSIS sections . replace .Ev macros with .Dv / .Er / .Em macros as mdoc(7) specification declare Notes: svn path=/head/; revision=60467
* . fix .Dt macro argumentAlexey Zelkin2000-05-121-2/+2
| | | | | | | . spell inet6_rthdr_reverse correctly Notes: svn path=/head/; revision=60465
* Fixed missing include in synopsis.Bruce Evans2000-05-111-2/+2
| | | | | | | | Use a long line instead splitting a line with backslash-newline in synopsis. My synopsis checker doesn't understand backslash-newline. Notes: svn path=/head/; revision=60384
* When "any" acts as a subject, the verb must agree with whatever any is of.Tim Vanderhoek2000-05-111-2/+2
| | | | Notes: svn path=/head/; revision=60349
* Content-free commit: only remove trailing whitespaceTim Vanderhoek2000-05-111-6/+6
| | | | Notes: svn path=/head/; revision=60348
* The accept() function is a call, not an argument. Also, add: serialTim Vanderhoek2000-05-111-5/+5
| | | | | | | comma, missing-hyphen, and a word-erase character. Notes: svn path=/head/; revision=60347
* Finish moving all IEEE fp types to be the same on all arch's.John Baldwin2000-05-102-3/+3
| | | | Notes: svn path=/head/; revision=60338
* Add FreeBSD Id tags.David E. O'Brien2000-05-1012-1/+13
| | | | Notes: svn path=/head/; revision=60336
* fp_except => fp_except_t for consistancy with the i386 and the traditionDavid E. O'Brien2000-05-104-8/+12
| | | | | | | C methoid of nameing types. Notes: svn path=/head/; revision=60335
* Supply only one author name per instance of %A, as per mdoc.samples(7).Sheldon Hearn2000-05-101-2/+5
| | | | | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60311
* correct possible security issue(s) in name resolution, due to use ofJun-ichiro itojun Hagino2000-05-101-177/+391
| | | | | | | | | | pre-4.9.7 BIND resolver code. ftp://ftp.kame.net/pub/mail-list/snap-users/2348 for details. Reviewed by: ume Notes: svn path=/head/; revision=60296
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
| | | | | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp> Notes: svn path=/head/; revision=60258
* Some mdoc cleanups for the manual page.Jonathan Lemon2000-05-062-7/+11
| | | | | | | Submitted by: phantom Notes: svn path=/head/; revision=60080
* Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-0617-17/+17
| | | | Notes: svn path=/head/; revision=60078
* mdoc related cleanup:Alexey Zelkin2000-05-061-17/+17
| | | | | | | | | . use construction ".Aq Pa filename" instead of ".Pa <filename>" . replace Section Heading macro (.Sh) with Subsection (.Ss) macro for subsections Notes: svn path=/head/; revision=60077
* Use suggested by mdoc(7) style section name (ERROR -> ERRORS)Alexey Zelkin2000-05-061-1/+1
| | | | Notes: svn path=/head/; revision=60076
* Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-066-6/+6
| | | | Notes: svn path=/head/; revision=60075
* Minor mdoc cleanup.Mike Pritchard2000-05-052-3/+5
| | | | | | | PR: docs/13218 Notes: svn path=/head/; revision=60015
* Add a kqueue(2) manual page.Jonathan Lemon2000-05-042-1/+401
| | | | Notes: svn path=/head/; revision=59995
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-0453-54/+54
| | | | | | | initially suggested by mdoc(7) style, but was broken over the years Notes: svn path=/head/; revision=59954
* mdoc(7) cleanup:Alexey Zelkin2000-05-041-6/+5
| | | | | | | | | | | | | | . use real function names as `.Nm' macro argument in NAME section. It allows them to appear in apropos(1) or whatis(1) output. . replace empty lines with `.Pp' macro. . replace hardcoded standard names with their `.St' macro equivalents. . sort cross references in SEE ALSO section Notes: svn path=/head/; revision=59944
* Use assembler directives rather than ALTENTRY() so that longjmp() andJason Evans2000-05-044-20/+16
| | | | | | | | siglongjmp() are weak symbols. This is necessary to allow static linking with the linuxthreads library port. Notes: svn path=/head/; revision=59933
* Add missing man pages. Fix various compliance bugs, mostly having to do withJason Evans2000-05-021-0/+85
| | | | | | | | | error return values. Implement pthread_mutexattr_gettype(). PR: docs/16537, docs/17538 Notes: svn path=/head/; revision=59892
* Remove cancellation point propagation.Jason Evans2000-04-261-4/+4
| | | | Notes: svn path=/head/; revision=59666
* Fix typo. Use `.Fa' to denote a function argument.Joseph Koshy2000-04-261-2/+4
| | | | | | | | PR: docs/18214 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=59635
* Spell MAP_NOSYNC correctly.Garrett Wollman2000-04-232-2/+2
| | | | | | | Submitted by: allenc@verinet.com Notes: svn path=/head/; revision=59551
* .Lb-ifyGarrett Wollman2000-04-232-0/+4
| | | | Notes: svn path=/head/; revision=59527
* Introduce .Lb macro to libutil manpagesAlexey Zelkin2000-04-221-6/+2
| | | | | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now. Notes: svn path=/head/; revision=59516
* Introduce .Lb macro to libposix1e manpagesAlexey Zelkin2000-04-2211-15/+37
| | | | | | | | Sort some .Nm values Decapitalize .Nd values Notes: svn path=/head/; revision=59514
* Introduce .Lb macro to libc_r manpages.Alexey Zelkin2000-04-226-0/+12
| | | | Notes: svn path=/head/; revision=59501
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodGarrett Wollman2000-04-224-2/+457
| | | | | | | | bit of work (and is stylistically probably the worst manual page I've ever written). Notes: svn path=/head/; revision=59497
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-21363-1/+727
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* Change getaddrinfo() resolve orderYoshinobu Inoue2000-04-202-75/+317
| | | | | | | | | | | | | | from all AAAA trial, then all A trial to try AAAA and A for each trial TODO: more fix for the case where IPv4 mapped IPv6 addr is disabled Reviewed by: ume Notes: svn path=/head/; revision=59411
* Add comment after localesAndrey A. Chernov2000-04-1212-24/+48
| | | | | | | | | Use .Li for type Suggested-by: sheldonh Notes: svn path=/head/; revision=59180
* Fix typo, reported by George Cox.Jeroen Ruigrok van der Werven2000-04-121-8/+8
| | | | | | | | | Fix hard sentence breaks. Submitted by: George Cox <gjvc@sophos.com> Notes: svn path=/head/; revision=59176
* Do proper byte swapping in 64bit routines.Sheldon Hearn2000-04-121-14/+23
| | | | | | | | | PR: 17681 Submitted by: "David E. Cross" <crossd@cs.rpi.edu> Obtained from: NetBSD Notes: svn path=/head/; revision=59165