alex
1e415dbcee
Rebuild whatis databases.
25 years ago
maja
8bd3894464
dont call std twice from all, add call to random. random is major 88 not 89. -moj
25 years ago
espie
f851e80d96
Be thorough about NULL as __null for C++.
25 years ago
deraadt
b3d4ba5664
use writev() where possible
25 years ago
aaron
a9bd0a9443
appropiate -> appropriate; inspired by it being misspelled in a NetBSD commit
message :-)
25 years ago
pjanzen
563abe819a
Supply examples and discuss limitations.
25 years ago
pjanzen
9405745b8c
Watch over some more files.
25 years ago
deraadt
2774a9e248
shorten lines
25 years ago
deraadt
ac744f6406
use stronger language when pointing people at strtol()
25 years ago
jakob
3c4feae9eb
Change defaults to start sendmail using '-q30m'. This will not make
sendmail listen to requests on port 25, just process the queue every
30 minutes to take care of any unsent mail. OK millert@.
25 years ago
espie
100929b794
typo
25 years ago
aaron
f119972cc8
succesful -> successful
25 years ago
millert
2e57e7fdc9
Actually, vi file recivery was not happening on reboot due to a
mistaken assumption. Noted by dynamo@ime.net . Fixed by moving the
check for meta character expansion to be inside the two for loops.
They are expanded by simple assignment.
25 years ago
millert
8e56c668c5
Ignore /var/tmp/vi.recover if it is a symlink or owned by non-root.
Probably just paranoia (since /var/tmp/vi.recover is created the
first time the machine is booted) but it can't hurt.
25 years ago
millert
0f4b544d10
Check to make sure vi recovery files are normal files before trying
to read from them (this is a user-writable directory so it is
possible to play games). Fixes a possible DOS noted by dynamo@ime.net .
If it's not a regular file, we delete it.
25 years ago
jason
6fbdd30e76
add entries for fga, scf, and flash
25 years ago
pjanzen
121f5e54e4
Using .Li inside a .Bd -literal block messes up the fonts thereafter;
.Li ... -> \&...
25 years ago
deraadt
35b85f848f
proto bcrypt_gensalt()
25 years ago
deraadt
5e54c51bd5
have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes completely admin-editable
25 years ago
deraadt
ed9e4a1a48
proto bcrypt_gensalt()
25 years ago
deraadt
757bb3ee10
support # characters in bridgename.* files; millert
25 years ago
deraadt
9b7693b85f
cleanup parsing of hostname.* files, and seperate bridge control into
bridgename.* files; all documented in new hostname.if(5) and
bridgename.if(5) man pages
25 years ago
deraadt
74c7a71a70
start amd in /etc/amd; so that if ${amd_master} contains map names, and we
don't want them fetched from YP, it will find them in the current directory.
25 years ago
millert
c872be65fb
Remove a lie. We don't skip /dev/ttyv* since our pcvt uses /dev/ttyC*.
25 years ago
downsj
6d98281319
Change the default serial port device and /var/spool/lock permissions.
/var/spool/lock becomes uucp.dialer, mode 1775, and serial devices
become uucp.dialer, mode 660.
(A couple of "dead" MAKEDEVs have been updated because they conformed the
the old permission scheme, while others have not because they didn't.)
25 years ago
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