Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document the FTS_ROOTPARENTLEVEL and FTS_ROOTLEVEL constants. | ru | 2001-09-20 | 1 | -5/+9 |
| | |||||
* | Use ``.Rv -std'' wherever possible. | ru | 2001-08-31 | 4 | -23/+4 |
| | | | | Submitted by: yar | ||||
* | Fixed namespace pollution related to `warn' in libc (but not in other | bde | 2001-08-29 | 2 | -2/+13 |
| | | | | | | libraries or for other members of the err() family). This fixes world breakage in bc and rcs/* for NOSHARED worlds. | ||||
* | begin executed --> being executed | dd | 2001-08-24 | 1 | -1/+1 |
| | | | | Obtained from: NetBSD | ||||
* | Use .In, .Ux, and .Rv where appropriate. Also consistently call this | dd | 2001-08-21 | 1 | -18/+16 |
| | | | | | | a "function" instead of a "routine". Submitted by: ru | ||||
* | Expand the ?: construct into an if/else. | dd | 2001-08-21 | 1 | -1/+4 |
| | | | | Submitted by: nectar | ||||
* | The setprogname() function sets the name of the program to be the last | dd | 2001-08-21 | 1 | -1/+3 |
| | | | | component of the progname argument. | ||||
* | Fix style bug. | dd | 2001-08-21 | 1 | -1/+1 |
| | |||||
* | Fixed warnings. | ru | 2001-08-21 | 2 | -1/+4 |
| | |||||
* | Pass the pointy hat, please. | nectar | 2001-08-21 | 1 | -2/+4 |
| | | | | Submitted by: ru | ||||
* | setprogname() should set __progname to the last component of the given | nectar | 2001-08-21 | 1 | -1/+3 |
| | | | | path. | ||||
* | Implement getpeereid(3), a front-end to the LOCAL_PEERCRED | dd | 2001-08-17 | 3 | -2/+191 |
| | | | | | | | socket option for the Unix domain. It's weaker than the socket option (this only returns the uid and gid, while the socket opt. can return the entire group list), and is implemented mostly for compatibility with OpenBSD. | ||||
* | Use the ".Rv" mdoc(7) macro where appropriate. | yar | 2001-08-14 | 2 | -8/+12 |
| | | | | Reviewed by: ru | ||||
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: s;BSD/OS;.Bsx; where appropriate. | ru | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: s/NetBSD/.Nx/ where appropriate. | ru | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 6 | -6/+6 |
| | |||||
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 6 | -11/+0 |
| | |||||
* | mdoc(7) police: join split punctuation to macro calls. | ru | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: fixed the "new sentence" bogons. | ru | 2001-08-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 2 | -2/+2 |
| | | | | with a trailing zero-width space: `e.g.\&'. | ||||
* | Fix xrefs. | sobomax | 2001-08-09 | 1 | -1/+1 |
| | | | | | | | | times.3: gettimeofday(3) --> gettimeofday(2) rc.conf.5: isndn(8) --> isdnd(8) idsnd(8) --> isdnd(8) MFC after: 2 weeks | ||||
* | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | yar | 2001-08-09 | 8 | -42/+8 |
| | | | | Reviewed by: ru | ||||
* | typo: patched->matched | mikeh | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: expand plain text xrefs. | ru | 2001-08-08 | 6 | -6/+15 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 2 | -5/+3 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | mdoc(7) police: markup nits. | ru | 2001-08-07 | 1 | -1/+2 |
| | |||||
* | varargs -> stdarg | dd | 2001-08-05 | 1 | -2/+2 |
| | |||||
* | MFS: in HISTORY section, fix release number of first appearance | sheldonh | 2001-08-01 | 3 | -3/+3 |
| | |||||
* | Fix broken Fn calls; Fn doesn't take a manual page section as an | sheldonh | 2001-08-01 | 1 | -5/+5 |
| | | | | | | argument. Terminate the last sentence with a period. | ||||
* | Only pull in the MD files if they exist. This allows for progressive | mp | 2001-07-31 | 1 | -0/+2 |
| | | | | implementation and compilation when bringing up a new architecture. | ||||
* | FreeBSD now also defines EIDRM and uses it. | asmodai | 2001-07-30 | 1 | -8/+0 |
| | | | | | | Inspired by PR: 22470 Which was submitted by: Bjorn Tornqvist <bjorn@west.se> MFC after: 1 week | ||||
* | Remove bogus BUGS section. | asmodai | 2001-07-30 | 1 | -6/+1 |
| | | | | | | | | FreeBSD _does_ define ENOMSG as per SVID when IPC_NOWAIT is set. PR: 22470 Submitted by: Bjorn Tornqvist <bjorn@west.se> MFC after: 1 week | ||||
* | Correct the old length argument passed to sysctlbyname to be a pointer | tmm | 2001-07-29 | 1 | -1/+2 |
| | | | | | | to a size_t (not to an int). MFC after: 2 days | ||||
* | Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible | mikeh | 2001-07-29 | 2 | -21/+24 |
| | | | | | | | | | | with NetBSD and OpenBSD. glob(3) will now return GLOB_NOSPACE with errno set to 0 instead of GLOB_LIMIT when we match more than `gl_matchc' patterns. GLOB_MAXPATH has been left as an alias of GLOB_LIMIT to maintain backwards compatibility. Reviewed by: sheldonh, assar Obtained from: NetBSD/OpenBSD | ||||
* | The previous delta duplicated a significant amount of information | sheldonh | 2001-07-24 | 1 | -122/+4 |
| | | | | | | | | already found in the sigaction(2) manual. As discussed with the committer of that delta, cross-reference the list in sigaction(2) instead of duplicating the list of functions that are safe for use within signal handlers. | ||||
* | 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 | ||||
* | mdoc(7) police: fix markup. | ru | 2001-07-18 | 1 | -16/+20 |
| | |||||
* | Remove unnecessary #include <stdlib.h> | kris | 2001-07-16 | 1 | -1/+0 |
| | | | | | Obtained from: NetBSD MFC After: 1 week | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 11 | -27/+27 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 42 | -42/+42 |
| | |||||
* | MFS: add the FreeBSD history. | obrien | 2001-07-10 | 1 | -1/+3 |
| | |||||
* | Give the FreeBSD history also. | obrien | 2001-07-10 | 1 | -1/+3 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 6 | -6/+0 |
| | |||||
* | mdoc(7) police: compact VFCF_ list. | ru | 2001-07-04 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: fix spacing issue | dd | 2001-07-03 | 1 | -4/+4 |
| | | | | Submitted by: ru | ||||
* | 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> | ||||
* | Remove duplicate words. | dd | 2001-06-24 | 2 | -2/+2 |
| |