Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The delta introduced in the previous revision and attributed to the | sheldonh | 2001-07-24 | 1 | -2/+4 |
| | | | | | OpenBSD project had grammar problems and made no attempt to motivate the practice of saving errno. Replace it with something better. | ||||
* | Finish the sweep of changes that fix doubled 'the'. | sheldonh | 2001-07-24 | 2 | -2/+2 |
| | |||||
* | Add the list of signal-handler safe functions here too, so people can | kris | 2001-07-24 | 1 | -0/+123 |
| | | | | | | | find it more easily Obtained from: OpenBSD MFC After: 1 week | ||||
* | Add a few more functions which are safe to call from signal handlers, | kris | 2001-07-24 | 1 | -0/+20 |
| | | | | | | | and give a bit of advice. Obtained from: OpenBSD MFC After: 1 week | ||||
* | Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages. | yar | 2001-07-24 | 9 | -5/+19 |
| | | | | | | Previously, some useful xrefs were missing. Now each of the pages refers to all remaining section 2 pages, to the kld(4) page, and to a related utility's (section 8) page. | ||||
* | Fix some man page xrefs. | mpp | 2001-07-22 | 1 | -2/+2 |
| | | | | | PR: docs/26065 MFC after: 1 week | ||||
* | Document EVFILT_TIMER. | jlemon | 2001-07-19 | 1 | -0/+12 |
| | | | | MFC after: 1 week | ||||
* | Don't claim that strncpy() is the same as strcpy(). | dd | 2001-07-19 | 1 | -6/+6 |
| | | | | | PR: 29002 Submitted by: Joseph Mallett <jmallett@xMach.org> | ||||
* | mdoc(7) police: fix markup. | ru | 2001-07-18 | 1 | -16/+20 |
| | |||||
* | mdoc(7) police: Add strncpy() to the NAME section. | ru | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary #include <stdlib.h> | kris | 2001-07-16 | 1 | -1/+0 |
| | | | | | Obtained from: NetBSD MFC After: 1 week | ||||
* | Oops, commit the version which actually works | kris | 2001-07-16 | 1 | -6/+12 |
| | | | | | Obtained from: NetBSD MFC After: 1 week | ||||
* | Avoid a compile-time format string warning | kris | 2001-07-16 | 1 | -10/+13 |
| | | | | | Obtained from: NetBSD MFC After: 1 week | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 205 | -554/+554 |
| | |||||
* | Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings. | iedowse | 2001-07-14 | 1 | -1/+4 |
| | | | | Submitted by: Martin Blapp <mb@imp.ch> | ||||
* | Recognize the %s format. | dd | 2001-07-13 | 1 | -0/+16 |
| | | | | | | Submitted by: Thomas Zenker <thz@lennartz-electronic.de> and Maxim Konovalov <maxim@macomnet.ru>, respectively Reviewed by: -audit | ||||
* | mdoc(7) police: removed punctuation after the last SEE ALSO xref. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | style nits | obrien | 2001-07-10 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 202 | -202/+202 |
| | |||||
* | MFS: add the FreeBSD history. | obrien | 2001-07-10 | 1 | -1/+3 |
| | |||||
* | Give the FreeBSD history also. | obrien | 2001-07-10 | 1 | -1/+3 |
| | |||||
* | Document more resolver(3) routines: dn_skip() from resolv.h, and | tobez | 2001-07-09 | 2 | -2/+55 |
| | | | | | | | ns_get16(), ns_get32(), ns_put16(), and ns_put32() from arpa/nameser.h. Markup by: ru OK'ed by: markm | ||||
* | mdoc(7) police: eliminate -ww warnings. | ru | 2001-07-09 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 35 | -37/+0 |
| | |||||
* | Attempt to use the environment variable TMPDIR for the temporary | mikeh | 2001-07-07 | 2 | -3/+20 |
| | | | | | | | | directory, defaulting to /tmp. PR: bin/16924 Reviewed by: dd MFC after: 2 weeks | ||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 18 | -24/+24 |
| | |||||
* | Use the .Rv macro to describe the return value. | yar | 2001-07-04 | 1 | -6/+1 |
| | | | | | Suggested by: ru MFC after: 5 days | ||||
* | mdoc(7) police: added missing newline after .Dv macro call, | ru | 2001-07-04 | 1 | -8/+12 |
| | | | | removed hard sentence breaks. | ||||
* | mdoc(7) police: use .Rv -std. | ru | 2001-07-04 | 1 | -7/+2 |
| | |||||
* | mdoc(7) police: mark NULL with .Dv. | ru | 2001-07-04 | 1 | -8/+24 |
| | |||||
* | mdoc(7) police: fixed/simplified formatting. | ru | 2001-07-04 | 1 | -130/+81 |
| | |||||
* | mdoc(7) police: sort xrefs. | ru | 2001-07-04 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: print some example text with literal font. | ru | 2001-07-04 | 1 | -1/+4 |
| | |||||
* | mdoc(7) police: fixed bugs in rev. 1.19, split section headers names. | ru | 2001-07-04 | 1 | -5/+5 |
| | |||||
* | mdoc(7) police: compact VFCF_ list. | ru | 2001-07-04 | 1 | -1/+2 |
| | |||||
* | Describe the condition when EACCES is returned more explicitly. | dd | 2001-07-04 | 1 | -1/+3 |
| | | | | Submitted by: bde | ||||
* | mdoc(7) police: fix spacing issue | dd | 2001-07-03 | 1 | -4/+4 |
| | | | | Submitted by: ru | ||||
* | First, fix a leftover of the cut'n'paste from the kld* pages: | yar | 2001-07-03 | 1 | -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 | ||||
* | EACCES may be returned if write permission was denied as well. | dd | 2001-07-02 | 1 | -1/+1 |
| | | | | | PR: 28553 Submitted by: Ronald F. Guilmette <rfg@monkeys.com> | ||||
* | Fix a one-byte overrun. | dd | 2001-06-28 | 2 | -2/+2 |
| | | | | | | PR: 28472 Submitted by: David Xu <davidx@viasoft.com.cn> Obtained from: OpenBSD | ||||
* | getcwd(3) is defined by POSIX, not ISO C. | dd | 2001-06-28 | 1 | -1/+1 |
| | | | | Approved by: bde | ||||
* | Document the existing vfc_flags. | dd | 2001-06-28 | 2 | -3/+20 |
| | | | | | PR: 25837 Submitted by: Tony Finch <dot@dotat.at> | ||||
* | event.h -> sys/event.h | dd | 2001-06-27 | 1 | -1/+1 |
| | | | | Submitted by: David Hill <david@phobia.ms> | ||||
* | Remove an extra word "fo" in the sentence "there is no process whose | chris | 2001-06-27 | 1 | -1/+1 |
| | | | | | | | process ID equals fo pid". PR: 28436 Submitted by: Gregory Bond <gnb@itga.com.au> | ||||
* | Return "" if reallocf() fails | ache | 2001-06-25 | 1 | -1/+2 |
| | |||||
* | Describe success return value | ache | 2001-06-25 | 1 | -0/+6 |
| | |||||
* | Add transition period hack allowing old locale names return proper codeset too | ache | 2001-06-25 | 1 | -4/+31 |
| | |||||
* | Add RETURN VALUES and ERRORS sections. | dd | 2001-06-25 | 1 | -2/+11 |
| | |||||
* | Minor cleanup: sort includes, fix name. | dd | 2001-06-25 | 1 | -6/+5 |
| | |||||
* | Add a link to extattr.2 (from extattr_get_file.2). The other names | dd | 2001-06-24 | 1 | -1/+2 |
| | | | | | are too specific and too long, and extattr.2 makes a nice point of reference for "extattr-related syscalls". |