rahnds
77459a6b37
Clean up MAKEDEV with respect to wscons. wsdisplay should not exist ttyEx
is used as that device. ttyEcfg needs to be created for wscons tools.
Additional cleanup and comments.
24 years ago
ericj
d6d258503f
use wscons devices here too
24 years ago
ericj
ba2e693359
add wscons devices
24 years ago
ericj
3b7693e62f
use vt100 instead of sun now
24 years ago
pjanzen
5ea197919c
Stamp out comma splices and misspellings.
24 years ago
rahnds
a431880834
Add device nodev for wsdisplay, wskbd, wsmouse as required by wsconctl.
24 years ago
millert
d2c7dd237a
When starting up sendmail in the background, redirect stderr to
/dev/null too. Otherwise, if there is a name resolution problem
the rc files may finish before sendmail forks into a daemon and it
will complain about EBADF on stderr (since init revoked it).
From a discussion between Theo and myself.
24 years ago
rahnds
de604cba83
Add device nodes for USB, move the console control from openfirmware to wscons.
24 years ago
espie
4cbc49a8f1
Boring... Add :L modifier to all tweakable variables tests.
Closes PR 1246
24 years ago
espie
67d1642e8f
Loose ends for amiga joy device:
MAKEDEV entry and manpage.
24 years ago
todd
e926da66f4
subtle bug .. global variables in a while loop need reset 'just incase'
24 years ago
aaron
b9e50c176b
Initialization script stuff for moused.
24 years ago
aaron
a8769792a5
New "pcvtctl" device used by moused to communicate with PCVT in the kernel.
24 years ago
brad
766312266c
explicit path to gated so that it will load as expected
24 years ago
deraadt
6bf62baabc
ssh always installed, no more static lib case
24 years ago
millert
6121d03607
Crank default datasize-{max,cur} and stacksize-cur
24 years ago
deraadt
1b49ff3dbc
proto svc_getreqset2
24 years ago
millert
6df46d482b
Prototype timelocal(), timegm(), and timeoff() in the non-ANSI, non-POSIX
section.
24 years ago
millert
dd78741d44
Fix typo introduced in last commit.
24 years ago
millert
768a4c7996
Add calls to setusercontext() and login_get*(). We basically call
setusercontext() in most places where previously we did a setlogin().
Add default login.conf file and put root in the "daemon" login class.
24 years ago
millert
c24c30dbae
login.conf code from BSDi. This does not include the bsd auth code
which will come later. At this stage it is primarily used for setting
resource limits.
24 years ago
brian
fca065d21c
Use an MRU of 1504 in the MP examples to allow room for the MP header
24 years ago
marc
d0411ed99a
Catch the bogus 'MAKEDEV mouse' and spit out a reasonable
24 years ago
itojun
2d8fcdbaf1
reorder ::1 and 127.0.0.1. getaddrinfo(3) returns entries in the
defined order, so we should return ::1 first.
24 years ago
aaron
368621cd11
More of the same.
24 years ago
aaron
12e75aa1a7
For man pages that describe multiple functions, split the .Nm arguments
onto separate lines in the NAME section.
24 years ago
aaron
52ecc95202
Remove trailing blank lines.
24 years ago
deraadt
dd2e686d36
use GENERIC and RAMDISK
24 years ago
deraadt
55d9659578
host.random whacking must be after /var is mounted, obviously
24 years ago
fgsch
87d46fcb5c
fix typo on utty creation; problem found by cfegan@cisco.com
24 years ago
aaron
bfdce62dd9
typo
24 years ago
provos
5722ba1903
return error if salt is too small; pr 1336
24 years ago
provos
45cd33a8a6
close fd for pw_lck on exec, okay deraadt@
24 years ago
rohee
f69c6ad0ce
Add a little blurb explaing the meaning of mtree's output.
millert@ ok.
24 years ago
mickey
11a40168e7
add hppa subdirs; espie, there is more than that
24 years ago
mickey
70cc2f081a
from freebsd:
strtofflags/fflagstostr to convert file flags
to/from binary from/into a string as used in chflags(1).
use u_int32_t instead of u_long (as freebsd does).
increase libc minor.
millert@ ok.
24 years ago
deraadt
4e331179db
chmod proper file; chouanard@parc.xerox.com
24 years ago
millert
be4e0317df
timed & rdate start before securelevel is set so no need to check
$securelevel; noted by ho@
24 years ago
itojun
b7b4f0446c
rtadvd.conf is not required, actually
24 years ago
matt
4e1db1cf3a
- Move ntpd out of rc.securelevel
- Add ntpdate and rdate rc knobs
Approved-And-Assisted-By: millert
24 years ago
rahnds
d9bace194d
Disable ttyE0 until powerpc is updated to the latest wscons.
24 years ago
fgsch
ee503aee5f
add utty, serial port for USB devices.
24 years ago
itojun
93d2c5671a
remove ip6defaultif, this is just for IPv6 specification pedants
24 years ago
millert
445ce1d5e3
Start sendmail in the background so it doesn't cause blockage
on reboot timing out on DNS problems.
24 years ago
espie
6a1ae7ce73
Clean-up after httpd
24 years ago
mickey
3b4062f622
knf; ouch, that hurts
24 years ago
mickey
3c9d5e13a7
new version of ffs from drahn@
combines binary search and table lookup.
tested on i386, sparc, ppc, hppa
24 years ago
millert
8859c18d03
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
constant). These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).
24 years ago
todd
36f7048812
nab latest CellServDB from arla; made sure all our local changes are in it
per art's recommendation. Now we are uptodate :-)
24 years ago
provos
040a884e7a
change IP for citi.umich.edu; from rees@umich.edu
24 years ago