summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Collapse)AuthorAgeFilesLines
* Document EVFILT_TIMER.Jonathan Lemon2001-07-191-0/+12
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=79990
* Don't claim that strncpy() is the same as strcpy().Dima Dorfman2001-07-191-6/+6
| | | | | | | | PR: 29002 Submitted by: Joseph Mallett <jmallett@xMach.org> Notes: svn path=/head/; revision=79952
* mdoc(7) police: fix markup.Ruslan Ermilov2001-07-181-16/+20
| | | | Notes: svn path=/head/; revision=79869
* mdoc(7) police: Add strncpy() to the NAME section.Ruslan Ermilov2001-07-161-1/+1
| | | | Notes: svn path=/head/; revision=79787
* Remove unnecessary #include <stdlib.h>Kris Kennaway2001-07-161-1/+0
| | | | | | | | Obtained from: NetBSD MFC After: 1 week Notes: svn path=/head/; revision=79779
* Oops, commit the version which actually worksKris Kennaway2001-07-161-6/+12
| | | | | | | | Obtained from: NetBSD MFC After: 1 week Notes: svn path=/head/; revision=79778
* Avoid a compile-time format string warningKris Kennaway2001-07-161-10/+13
| | | | | | | | Obtained from: NetBSD MFC After: 1 week Notes: svn path=/head/; revision=79776
* Remove whitespace at EOL.Dima Dorfman2001-07-15205-554/+554
| | | | Notes: svn path=/head/; revision=79754
* Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings.Ian Dowse2001-07-141-1/+4
| | | | | | | Submitted by: Martin Blapp <mb@imp.ch> Notes: svn path=/head/; revision=79726
* Recognize the %s format.Dima Dorfman2001-07-131-0/+16
| | | | | | | | | Submitted by: Thomas Zenker <thz@lennartz-electronic.de> and Maxim Konovalov <maxim@macomnet.ru>, respectively Reviewed by: -audit Notes: svn path=/head/; revision=79664
* mdoc(7) police: removed punctuation after the last SEE ALSO xref.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79557
* style nitsDavid E. O'Brien2001-07-101-2/+2
| | | | Notes: svn path=/head/; revision=79554
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-10202-202/+202
| | | | Notes: svn path=/head/; revision=79531
* MFS: add the FreeBSD history.David E. O'Brien2001-07-101-1/+3
| | | | Notes: svn path=/head/; revision=79502
* Give the FreeBSD history also.David E. O'Brien2001-07-101-1/+3
| | | | Notes: svn path=/head/; revision=79499
* Document more resolver(3) routines: dn_skip() from resolv.h, andAnton Berezin2001-07-092-2/+55
| | | | | | | | | | ns_get16(), ns_get32(), ns_put16(), and ns_put32() from arpa/nameser.h. Markup by: ru OK'ed by: markm Notes: svn path=/head/; revision=79486
* mdoc(7) police: eliminate -ww warnings.Ruslan Ermilov2001-07-091-2/+2
| | | | Notes: svn path=/head/; revision=79461
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-0935-37/+0
| | | | Notes: svn path=/head/; revision=79454
* Attempt to use the environment variable TMPDIR for the temporaryMike Heffner2001-07-072-3/+20
| | | | | | | | | | | directory, defaulting to /tmp. PR: bin/16924 Reviewed by: dd MFC after: 2 weeks Notes: svn path=/head/; revision=79379
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-0618-24/+24
| | | | Notes: svn path=/head/; revision=79366
* Use the .Rv macro to describe the return value.Yaroslav Tykhiy2001-07-041-6/+1
| | | | | | | | Suggested by: ru MFC after: 5 days Notes: svn path=/head/; revision=79208
* mdoc(7) police: added missing newline after .Dv macro call,Ruslan Ermilov2001-07-041-8/+12
| | | | | | | removed hard sentence breaks. Notes: svn path=/head/; revision=79204
* mdoc(7) police: use .Rv -std.Ruslan Ermilov2001-07-041-7/+2
| | | | Notes: svn path=/head/; revision=79203
* mdoc(7) police: mark NULL with .Dv.Ruslan Ermilov2001-07-041-8/+24
| | | | Notes: svn path=/head/; revision=79200
* mdoc(7) police: fixed/simplified formatting.Ruslan Ermilov2001-07-041-130/+81
| | | | Notes: svn path=/head/; revision=79199
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-07-041-2/+2
| | | | Notes: svn path=/head/; revision=79196
* mdoc(7) police: print some example text with literal font.Ruslan Ermilov2001-07-041-1/+4
| | | | Notes: svn path=/head/; revision=79195
* mdoc(7) police: fixed bugs in rev. 1.19, split section headers names.Ruslan Ermilov2001-07-041-5/+5
| | | | Notes: svn path=/head/; revision=79194
* mdoc(7) police: compact VFCF_ list.Ruslan Ermilov2001-07-041-1/+2
| | | | Notes: svn path=/head/; revision=79193
* Describe the condition when EACCES is returned more explicitly.Dima Dorfman2001-07-041-1/+3
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=79180
* mdoc(7) police: fix spacing issueDima Dorfman2001-07-031-4/+4
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=79157
* First, fix a leftover of the cut'n'paste from the kld* pages:Yaroslav Tykhiy2001-07-031-2/+6
| | | | | | | | | | | | change the name of the page (.Nm) from "kldstat" to "modstat". Second, don't claim that modstat(2) always returns 0. Actually, it behaves as most syscalls do - returns 0 on success, or -1 on failure. MFC after: 5 days Notes: svn path=/head/; revision=79143
* EACCES may be returned if write permission was denied as well.Dima Dorfman2001-07-021-1/+1
| | | | | | | | PR: 28553 Submitted by: Ronald F. Guilmette <rfg@monkeys.com> Notes: svn path=/head/; revision=79113
* Fix a one-byte overrun.Dima Dorfman2001-06-282-2/+2
| | | | | | | | | PR: 28472 Submitted by: David Xu <davidx@viasoft.com.cn> Obtained from: OpenBSD Notes: svn path=/head/; revision=78936
* getcwd(3) is defined by POSIX, not ISO C.Dima Dorfman2001-06-281-1/+1
| | | | | | | Approved by: bde Notes: svn path=/head/; revision=78932
* Document the existing vfc_flags.Dima Dorfman2001-06-282-3/+20
| | | | | | | | PR: 25837 Submitted by: Tony Finch <dot@dotat.at> Notes: svn path=/head/; revision=78919
* event.h -> sys/event.hDima Dorfman2001-06-271-1/+1
| | | | | | | Submitted by: David Hill <david@phobia.ms> Notes: svn path=/head/; revision=78894
* Remove an extra word "fo" in the sentence "there is no process whoseChris Costello2001-06-271-1/+1
| | | | | | | | | | process ID equals fo pid". PR: 28436 Submitted by: Gregory Bond <gnb@itga.com.au> Notes: svn path=/head/; revision=78865
* Return "" if reallocf() failsAndrey A. Chernov2001-06-251-1/+2
| | | | Notes: svn path=/head/; revision=78776
* Describe success return valueAndrey A. Chernov2001-06-251-0/+6
| | | | Notes: svn path=/head/; revision=78775
* Add transition period hack allowing old locale names return proper codeset tooAndrey A. Chernov2001-06-251-4/+31
| | | | Notes: svn path=/head/; revision=78758
* Add RETURN VALUES and ERRORS sections.Dima Dorfman2001-06-251-2/+11
| | | | Notes: svn path=/head/; revision=78748
* Minor cleanup: sort includes, fix name.Dima Dorfman2001-06-251-6/+5
| | | | Notes: svn path=/head/; revision=78747
* Add a link to extattr.2 (from extattr_get_file.2). The other namesDima Dorfman2001-06-241-1/+2
| | | | | | | | are too specific and too long, and extattr.2 makes a nice point of reference for "extattr-related syscalls". Notes: svn path=/head/; revision=78739
* Add a manual page for extattr_string_to_namespace andDima Dorfman2001-06-241-0/+91
| | | | | | | | | extattr_namespace_to_string. Reviewed by: rwatson Notes: svn path=/head/; revision=78738
* mdoc(7) police: the BUGS section should go after HISTORY and AUTHORS.Dima Dorfman2001-06-241-6/+6
| | | | Notes: svn path=/head/; revision=78727
* The fact that phk wrote this is not a bug!Dima Dorfman2001-06-241-5/+2
| | | | Notes: svn path=/head/; revision=78726
* Reword a sentence to make it proper English.Dima Dorfman2001-06-241-1/+1
| | | | Notes: svn path=/head/; revision=78706
* Remove duplicate words.Dima Dorfman2001-06-247-7/+7
| | | | Notes: svn path=/head/; revision=78686
* Add a new clnt_control() request `CLSET_CONNECT' that controlsIan Dowse2001-06-232-4/+27
| | | | | | | | | | | | | whether or not connect(2) is used for UDP client sockets. The default is not to connect(), so existing clients will see no change in behaviour. The use of connect(2) for UDP clients has a number of advantages: only replies from the intended address are received, and ICMP errors pertaining to the connection are reported back to the application. Notes: svn path=/head/; revision=78678