todd
6aa943f8f7
ignore blank lines in addition to comments
fixes pr#1660 from wilfried@telia.com .. Thanks!
24 years ago
deraadt
8b515bb629
please alpha
24 years ago
deraadt
596e378ad5
repair unit number calculation
24 years ago
deraadt
ac223fc9c0
more fat utmp; ianm@cit.uws.edu.au
24 years ago
deraadt
71a95aef09
move utmp to large format, usernames to 32 chars; downsj
24 years ago
deraadt
752bbfde78
one entry for ttyC0; brad
24 years ago
deraadt
7705c78bba
bye bye other ttyo0 pieces; brad
24 years ago
deraadt
915bf67505
insecure serial ttys, ttyo0 goes away
24 years ago
deraadt
6124f1ee8a
move console ttys around. serial becomes tty0?, console ttyC?
24 years ago
drahn
03353ef206
support/make ttyEcfg for powerpc, wscons config node.
24 years ago
aaron
18d02aa854
Support for the wscons machine-independent console driver on the i386. To
become default in a few moments once deraadt commits new kernel config files.
IMPORTANT NOTE: A few important pieces are still required to be worked out
over the next few days. Users (and developers) relying on X should probably
stay away from -current until further notice. This should not take long, but
here is your first heads up. If you decide to upgrade your kernel anyway,
be sure to update your /etc/ttys file to use vt100 instead of vt220. The
rest of the fallout from this should be minor.
24 years ago
naddy
634498ce2d
Include <nl_types.h>. Conforms to SUSv2, mirrors NetBSD. ok deraadt@
24 years ago
niklas
d343548859
$OpenBSD$
24 years ago
niklas
412b4d9521
$OpenBSD$
24 years ago
aaron
1db9ae3cca
indent
24 years ago
art
14ffe2b733
machdep.unaligned_sigbus has changed the default.
24 years ago
art
d421bd5e29
Some machdep sysctls.
24 years ago
art
e4d77f1184
Install more bootblocks.
24 years ago
todd
fe6f29dd97
spelling
24 years ago
itojun
c9a8a9fa17
do not intsall rtadvd.conf into /etc, it is not required to use it
(rtadvd will derive the configuration from kernel settings).
make it clearer that rtadvd.conf is not necessary, in manpage.
sync with kame.
24 years ago
jj
95476400d1
Again, increase the size.
24 years ago
angelos
19f44e63b7
Fix RADIUS ports, per RFCs 2865/2866 (linuxfreak@partition.com)
24 years ago
brad
798215b0f5
add missing /usr/include/readline
24 years ago
millert
4d7e97ee91
Add /usr/libexec/sm.bin
24 years ago
angelos
da8f1ef537
Check whether /etc/inetd.conf exists before starting inetd (chuck@snew.com)
24 years ago
millert
db5f19efcb
Sync function comment with man page; fanf@covalent.net
24 years ago
millert
1742681900
Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk>
24 years ago
jason
51fee4eefb
support !command in bridgename.if files, too
24 years ago
angelos
c3cb2d2eec
Amend c_count comment per PR 1576.
24 years ago
mickey
7a56474ce3
add ru_SU.ISO_8859-5; from freebsd
24 years ago
naddy
6a20aa2db6
Add Greek and Ukrainian locale paths.
Discussed with espie@, angelos@, mickey@.
24 years ago
naddy
500b3c6b5d
libutil.h -> util.h
24 years ago
marc
c8d7b01a13
Add i386 specific sysctl to modify halt -p processing, required to make
24 years ago
todd
83df067d68
grammer/spelling
24 years ago
todd
f0cf4fb1ff
spelling
24 years ago
todd
33806e2a78
spelling
24 years ago
angelos
65a3864266
Correctly check empty mailq, closes PR 1602 (cjclark@alum.mit.edu)
24 years ago
smurph
4c2f3b0b79
Adding misc files.
24 years ago
millert
e6c1e8b9f9
Fix a problem introduced by the printf format sweep. Passing a NULL
pw_error() is prefectly legal but now we have to check for it explicity
(it was handled implicitly before since warn(name) would become warn(NULL)).
24 years ago
millert
af6569737a
Guard agaist multiple inclusion
Add missing __BEGIN_DECLS and use __P macro in function prototypes
24 years ago
millert
41df7a09a4
Guard against multiple inclusion
24 years ago
angelos
33523770b4
Back-out use of apachectl to start httpd:
1) It's one more dependency in /etc/rc
2) It's one more script that starts from /etc/rc (slowdown)
3) We're only going to be starting httpd in /etc/rc anyway (no other
weird operations), so there's no reason to force a change in rc.conf
4) apachectl(8) doesn't mention "startssl" directive
5) Admins can use apachectl to manage httpd regardless of how the
latter was started
Thanks to fgs@ for yelling about this :-)
24 years ago
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
aaron
3d200f23d8
Various repairs, mostly to get rid of short lines.
24 years ago
todd
06e9a61dc6
gnupg ring/data ownership/permission checking added; ok millert@
24 years ago
aaron
a23c3559c4
mdoc prefers `\e' as an escape character.
24 years ago
aaron
0cc0696d69
Better english; from provos@
24 years ago