angelos
4199f3ed12
Use apachectl to start httpd, rather than directly call httpd in
/etc/rc (PR 1476)
24 years ago
angelos
b06b6e5f00
Initialize RAID parity as needed (PR 1529)
24 years ago
millert
eecefea7f3
Ok, I'll say it again: "fix ^C in termtype prompt for real this time"
The bottom line is that the 'set noglob' has to be in effect *before*
the eval, but if the user hits ^C we don't want their shell to still
have noglob set. So, we now catch the ^C and continue on like the tset
completed OK. Egad.
24 years ago
angelos
75ac746131
newsyslog/newsyslog -m shouldn't conflict in scheduling.
24 years ago
todd
06e9a61dc6
gnupg ring/data ownership/permission checking added; ok millert@
24 years ago
reinhard
71a6c8dbee
URL of protocol-numbers has changed
24 years ago
todd
06b933f507
add identd example for tcp6
24 years ago
marc
39a1183d94
Todd, Aaron, Dug, and me all prefer unidiff
24 years ago
marc
ea6c98b19e
When adding a sub-dir remove 'ignore' from the parent dir or
24 years ago
miod
68d564cce6
Remove duplicate entries already found in the main sysctl.conf
24 years ago
millert
ece024bd59
Add "auth" group
24 years ago
millert
b0795f35b0
Add /usr/libexec/auth dir
24 years ago
aaron
91c5b85d53
Fix spelling error, closed PR/1557; dim@xs4all.nl
24 years ago
deraadt
35542bfd2d
provide a font-loading stub; smat@acm.org
24 years ago
hugh
c39be97598
Avoid dependency on printf(1) by replacing it with a ksh array.
Has side effect of constraining dmz dev entries to the ttyXX convention.
24 years ago
hugh
76612f6fe5
Build network tunnel devices.
24 years ago
millert
4eab4a435d
Use -n to test if a variable is non-zero. Otherwise, if the variable's
contents start with a '-' test becomes unhappy (since it interprets it
as another option).
24 years ago
hugh
d05c023935
Add entries to build nodes required for "floppy", and "ramdisk".
24 years ago
hugh
5cf6817a49
Rename "md" to "rd", consquently moving the hdHDC9224 disk dev to "hd".
24 years ago
hugh
202697f16d
build the 'safe' vnode device
24 years ago
hugh
4a98b37bf8
Support 16 slices per device, like the other OpenBSD arches.
24 years ago
deraadt
0bbb6d2865
enforce ttyC[0-f]; thanks to millert for some help
24 years ago
deraadt
da4a56107f
tabs
24 years ago
jakob
839c920c0e
add SIP (Session Initiation Protocol)
24 years ago
deraadt
3a7228c21c
create /usr/share/man/ps{1-9} directories and sub-directories
24 years ago
todd
1aa6198836
This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in the
cases where we did not previously handle them.
Thanks to Scott Atwood <atwood@cs.stanford.edu> for reminding us of this.
24 years ago
deraadt
dce4147483
more
24 years ago
deraadt
05ce95589d
more
24 years ago
deraadt
5a863ed47d
forgot to update this
24 years ago
deraadt
17c9582cac
after seeding from the host.random file, immediately reset the seed file, so
that if a shutdown-less reboot occurs, the next re-seed is not a repeat
24 years ago
deraadt
c923c0c04e
more verbose description
24 years ago
marc
7c60e5f4cc
make root perms match 4.4BSD.dist; ok deraadt@
24 years ago
millert
95c109f653
Since sh's bulitin echo(1) supports /t and /n there is no reason to
use printf(1) here. This way there is no possibility of format
string problems and we use a shell builtin instead of an external
command.
24 years ago
mickey
1309c042f6
grammar in comment
24 years ago
hugh
ac5c85ae03
printf(1) format string fixes! checked by theo.
inspiration from dynamo@ime.net .
also a typo fix.
24 years ago
aaron
3d99552464
Create /dev/pcvtctl mode 600.
24 years ago
aaron
85796607b6
Give examples of moused_flags usage for ps/2 and serial mice.
24 years ago
deraadt
9c20d39825
add all basic common arch dirs for cat9
24 years ago
deraadt
a192be4f93
2 sets of ptys; drahn
24 years ago
aaron
3b4f4c518d
Create /root with mode 0700 instead of 0755; deraadt@ ok
24 years ago
deraadt
288ce11016
disable talkd and fingerd by default, what the heck, they are less used these days
24 years ago
provos
68a2be9ae1
add primes that can be used for diffie-hellman key exchange
24 years ago
millert
6af4c12eba
crank maxproc for staff login class
24 years ago
aaron
d0ff2688ea
moused will now co-exist with X
24 years ago
millert
856e772218
If /etc/mailer.conf specifies a mailer other than sendmail, there
may be no /etc/mail/sendmail.cf so don't include that in the check
for whether or not to run /usr/sbin/sendmail. Instead, check for
the existence of /etc/mailer.conf. Pointed out by Theo.
24 years ago
aaron
0a2ee57885
When including the listing of a directory in root's security mail, pass the
-q flag to ls(1) so that non-printable characters will appear as '?'. This
prevents a malicious user from fooling the administrator into thinking the
contents of a file name are actually valid script output (note that you can
put newlines in file names); deraadt@ ok
24 years ago
rahnds
bd06fda82a
Another piece of the raid device support. Make device nodes.
24 years ago
mickey
617ae7b46c
vrrp proto number per rfc 2338
24 years ago
angelos
4e69cc8345
Remove ipsec-acl
24 years ago
deraadt
ad9e62f556
mtu disc example
24 years ago