jakob
f11eb04dbc
mailer.conf missing; <kstailey@disclosure.com>
25 years ago
kstailey
970c967b84
s/nvi/vi/
25 years ago
downsj
43f4fbbeca
Boot block changes.
25 years ago
brian
18d81c8b1b
Use ``set openmode passive'' in the ssh VPN example
25 years ago
millert
f110e3be6d
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
25 years ago
millert
5e97137069
Explicitly include <sys/types.h> and some minor style points.
25 years ago
millert
a65a15a2f0
prototype mismatch for RMD160Update()
25 years ago
ian
2f54876ace
Please give us dmesg from a GENERIC kernel only, if possible.
25 years ago
fgsch
00e2f9246b
Create USB devices.
25 years ago
deraadt
f61554143a
more unescaped \n lines in nroff documents
25 years ago
deraadt
caa0b317fd
l alias by default
25 years ago
angelos
3d62607f33
Only parse/setup the hostname.foo file if interface foo exists (this
is useful for laptops with different ethernet cards etc.)
25 years ago
d
231ab6859c
add hunt
25 years ago
deraadt
6d2554114a
2.88 floppies
25 years ago
millert
b64ce3a751
typo; -eq not -ne
25 years ago
millert
dbce8719d7
Use 10 X's for sheeer, raving, paranoia
25 years ago
millert
5040ca2601
Use -execdir not -exec in find; deraadt@
25 years ago
mickey
66d44aa844
propagate TMPDIR into locate.updatedb
25 years ago
millert
39f9d4b8d9
Use mktemp(1) for motd /tmp file during boot. This fixes a potential
problem noted by hugh@openbsd.org whereby a user could create the
well-known /tmp/_motd file and use chflags to make it unremovable.
Then at the next reboot the user's /tmp/_motd would end up in the
system motd.
25 years ago
deraadt
75db8933be
chmod/chown all the ptys
25 years ago
jakob
4d9e10169a
Integration of mailwrapper (from NetBSD)
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to
invoke an appropriate MTA instead of sendmail(8) based on configuration
information placed in /etc/mailer.conf. This permits the administrator to
configure which MTA is to be invoked on the system at run time."
OK deraadt, millert
25 years ago
deraadt
eb1666c084
no more acd
25 years ago
brian
3295b26191
Show how to use the new filter capabilities
Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
25 years ago
deraadt
2e2b00254a
silence chmod too, for non-writeable /var; fries
25 years ago
deraadt
68447b951b
shorter lines
25 years ago
aaron
4faaf50374
fix bad English, spelling, grammar, comma splices, etc.
25 years ago
deraadt
3fc03c379a
do not use -n with user-edited section between
25 years ago
aaron
59a9fbf44b
insert a missing .El macro
25 years ago
jakob
42cd8e12d7
Added fparseln from NetBSD.
ok deraadt@
25 years ago
aaron
fcc86d2cb7
better english; deraadt@/millert@
25 years ago
deraadt
b566b9546c
rf support; m4@umn.edu
25 years ago
niklas
feed910be2
Create an /etc/isakmpd hierarchy
25 years ago
provos
df044b8da4
move /etc/host.random to /var/db for readonly /, save the entropy state
into /var/db/host.random at shutdown time, so we can make use of it
during reboot to seed our random pool. ok millert@ angelos@ niklas@
25 years ago
deraadt
3090e0dce7
i386 man pages in cat2/i386/
25 years ago
aaron
62c499bcb2
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
25 years ago
deraadt
5b9760f482
clean
25 years ago
aaron
312386f8de
when using `-' as a negative sign, escape it with a backslash so troff knows
it's not supposed to be a hyphen/dash
25 years ago
aaron
5be2a374dd
The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
25 years ago
deraadt
38ca08d009
document machdep.kbdreset
25 years ago
deraadt
5593d9a5e1
your basic rc.shutdown file
25 years ago
aaron
92c35c4d57
trash some old leftover macros and replace them with -mdoc macros
25 years ago
aaron
f0554a8a8f
better wording
25 years ago
deraadt
24cbe5ea26
proto net_addrcmp()
25 years ago
aaron
142a0471af
whoops, fix a bug in my example :)
25 years ago
aaron
f4692eac7a
add an example
25 years ago
aaron
9fff4267fe
remove redundant .Pp macros
25 years ago
aaron
0d491ceee6
remove extra comma from .Dd arguments: "Month ##, ####" is the correct format,
not "Month, ##, ####"
25 years ago
deraadt
6491511267
install miscfs includes too
25 years ago
deraadt
26897f868a
clarify trade secret issue
25 years ago
provos
5f90dc1783
if /dev/arandom is not available for seeding, use data from sysctl
kern.arandom.
25 years ago