Commit Graph

392 Commits

Author SHA1 Message Date
christos 1131a3ec35 PR/17399: John Heasley: describe filter error codes and lock file modes. 2003-03-15 04:45:52 +00:00
wiz ea51c6a6f1 x68k, not x86k. PR 20650 by Josh Glover. 2003-03-10 22:47:44 +00:00
fredb 4ac9063aa0 Explain that "sh" has no effect except for locally attached printers,
using, in part, language provided by Gabriel Rosenkoeter. This partially
fixes bin/20525 filed by Peter I. Hansen.
CVS ----------------------------------------------------------------------
2003-03-04 16:10:04 +00:00
wiz fcbdb4cade New sentence, new line. 2003-03-03 06:41:51 +00:00
wiz 990562bfef .Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.
2003-02-25 10:34:36 +00:00
jhawk 1d79603c81 Use $diff_options when running diff in /etc/security.
Default diff_options to -u, for unified-format context diffs,
because context is essential to a useful evaluation of differences.
This represents a behavior change.

Implements change-request PR security/17247 from
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.
2003-02-21 22:47:51 +00:00
jhawk 3b390ffb5f Suppress emailing the daily security report if it is empty, unless
send_empty_security=YES. Implements change-request PR security/17249
from Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.
2003-02-21 22:35:46 +00:00
grant 7dc9239d40 The correct capitalisation of 'NetBSD.org' is (you
guessed it) 'NetBSD.org'.

some mdoc fixes.
2003-02-14 15:20:17 +00:00
jhawk a296dc308f Document check_mtree_follow_symlinks. 2003-02-13 02:42:37 +00:00
jhawk e6eebcadf1 Document check_passwd_nowarn_shells, check_passwd_nowarn_users, and
check_passwd_permit_star; really the HISTORY section is kind of long in
the tooth.
2003-02-13 02:12:07 +00:00
perry 43e0efbdeb "Utilize" has exactly the same meaning as "use," but it is more
difficult to read and understand. Most manuals of English style
therefore say that you should use "use".
2003-02-04 22:38:15 +00:00
kleink 7f46140777 Use standard indentation for struct members, which will do nicely. 2003-01-22 11:06:01 +00:00
wiz 0c18ab1d39 sigaltstack(2), not (3), and same for sigprocmask. From kleink. 2003-01-21 14:21:47 +00:00
wiz 9a9986e251 Add ucontext(5) from Klaus Klein. 2003-01-21 12:43:13 +00:00
atatat dd0a8acd21 The next release will be 2.0, not 1.7. 2003-01-19 21:25:36 +00:00
grant 98ae779062 Fix some typos. From Igor Sobrado in PR pkg/19907.
While I'm here, new sentence, new line.
2003-01-18 18:32:20 +00:00
wiz 2a557a3feb Grammar fix, and drop a trailing space. 2002-12-18 19:29:26 +00:00
martin 66efc8657b Document the force_down_interfaces variable. 2002-12-04 22:59:51 +00:00
wiz db25e6f163 New sentence, new line. 2002-11-29 19:11:45 +00:00
grant d8cbe887fb Improve ipmon_flags.
From Jason Lingohr <jason at lucid dot net dot au>.
2002-11-26 12:25:53 +00:00
grant 89e8f956d1 New sentence, new line. 2002-11-25 08:07:04 +00:00
grant bed1c102d8 add ipmon_flags. from freebsd. 2002-11-25 08:06:37 +00:00
enami 872ec7c61c FSTAB_RQ was missing. 2002-11-06 04:13:24 +00:00
wiz c49637989c Mention wsmoused(8) in some places (based on patch from PR 18801 by
Julio Merino).
2002-10-25 21:00:45 +00:00
wiz f11a59bca7 Bump date for automatic create; new sentence fixes. 2002-10-13 00:46:59 +00:00
tron 6e40068171 Automatically create and destroy cloning interfaces and sync IP Filter
immediately afterwards before bringing the interface up. This avoids
a small security gap existing in the previous scheme where IP Filter
was synced after all cloning interfaces were created and brought up.
2002-10-05 05:24:40 +00:00
wiz 2746d79357 file systems, not filesystems. 2002-10-02 15:26:29 +00:00
wiz ac1eed2103 authoritative instead of authoritive. From Adrian Mrva. 2002-10-02 15:22:44 +00:00
wiz 72faabe41b file system, not filesystem. 2002-10-02 11:15:18 +00:00
wiz 27b162ff28 file system, not filesystem. 2002-10-02 11:12:57 +00:00
wiz 816c57a9d3 register with only one "ist". 2002-10-02 11:00:53 +00:00
wiz 4a47c952db Add documentation for utmpx and some related functions.
Thanks for some explanations to christos, and for some STANDARDS hints
to Klaus Klein.
2002-09-27 15:02:24 +00:00
wiz 510e2d9c43 Drop trailing space. 2002-08-29 10:45:17 +00:00
lukem ed401558f2 Implement MKDYNAMICROOT, which currently defaults to "no", but will
be changed in the future to "yes".

If MKDYNAMICROOT == "no", there is no change from existing behaviour
of a static /bin and /sbin (and a few programs in elsewhere).

If MKDYNAMICROOT == "yes", the following changes occur:
    in <bsd.own.mk>:
	SHLIBDIR?=     /lib
	SHLINKDIR?=	/lib
    in various Makefiles, the following entry is DISABLED.
	LDSTATIC?=-static
This results in all programs (except those "standalone" programs built
in sys/arch/*/stand) are linked dynamically, the shared linker is moved
from /usr/libexec to /lib (with a compat symlink), and the shared
libraries used by /bin and /sbin programs are moved from /usr/lib to
/lib (with compat symlinks).
2002-08-27 14:46:11 +00:00
takemura b8ce6e8201 Added touch panel calibration utility. 2002-08-27 14:12:09 +00:00
abs 9f39802939 Append ' - see rc.conf(5)' to unset variable warning:
/etc/rc.d/fu: WARNING: $fu is not set properly - see rc.conf(5).
Add a note to rc.conf that third party packages may test for additional
variables.
2002-08-26 17:46:57 +00:00
wiz ef2a9b1611 Remove duplicate defines. 2002-08-12 21:51:14 +00:00
soren caff3df38d And make that getdents(_2_). 2002-08-12 21:07:07 +00:00
soren 4b5620384e Don't back-reference getdirentries(3). 2002-08-12 21:06:40 +00:00
soren 641df8d3f6 Nit. 2002-08-12 20:56:07 +00:00
soren 0153d72d25 s/file format/format/ 2002-08-12 20:50:31 +00:00
soren e471d531a0 Bring up to date with getdents(2) reality. 2002-08-12 20:49:33 +00:00
thorpej 5eb3bf9182 Give core files a mention. 2002-07-10 14:29:04 +00:00
thorpej 649dfd174e Document the ELF core file format. 2002-07-09 01:05:32 +00:00
atatat e7594c01fc Cross reference rc.subr(8) from rc.conf(5). 2002-07-08 16:15:35 +00:00
skrll 68677255b0 Refer to ${PKGSRCDIR} instead of /usr/pkgsrc in the same way packages(7)
does.
2002-06-17 20:22:48 +00:00
lukem 56dc20a9f6 ntpd_chrootdir needs /dev/clockctl as well 2002-06-17 06:47:58 +00:00
lukem 3fb96042d9 $ntpd_chroot requires "pseudo-device clockctl" in the kernel 2002-06-15 02:00:06 +00:00
wiz 6ad1c67912 Instead of Xref to ourselves, use .Nm. 2002-06-12 00:21:53 +00:00
wiz 2f6c445df5 Improve mdoc, and correct the example of how to create mixerctl.conf. 2002-06-02 19:07:25 +00:00