deraadt
3268b35e7d
grow the iso
12 years ago
espie
9056c37509
clean-up release dependency tree, so that release is "MI parallel-make clean"
(yeah, the md parts are NOT, not yet).
okay miod@, deraadt@
12 years ago
espie
6179cf1944
NOOBJ -> zap unneeded ${.CURDIR} for clarity.
ok miod@
12 years ago
jsg
f4126b94aa
unhook lint from the tree. The parser is incomplete and difficult
to fix and there are several alternatives that don't tell quite so many
dangerous lies.
enthusiastic agreement from a bunch of people
12 years ago
matthieu
034a6e9814
Missed kbproto documentation directory.
12 years ago
matthieu
cee8559e1b
New directories for protocol documentation.
12 years ago
jsing
9c39449e60
Regen.
12 years ago
jsing
17b8087c70
Remove raidframe device nodes.
12 years ago
jsing
47af857c8d
tedu the raidctl.
ok deraadt@
12 years ago
deraadt
4ad32a172a
btd went away
12 years ago
miod
9ccdbcf858
Hook IP22 kernels to the build, and document how to boot the installation
media on them. Try to be helpful and explain how things may fail on the
older PROM and what to do about this.
12 years ago
miod
339b14704c
regen
12 years ago
miod
bf14e4712b
Work in progress support for the SGI Indigo, Indigo 2 and Indy systems
(IP20, IP22, IP24) in 64-bit mode, adapated from NetBSD. Currently limited
to headless operation, input and video drivers will get ported soon.
Should work on all R4000, R4440 and R5000 based systems. L2 cache on R5000SC
Indy not supported yet (coming soon), R4600 not supported yet either (coming
soon as well).
Tested to boot multiuser on: Indigo2 R4000SC, Indy R4000PC, Indy R4000SC,
Indy R5000SC, Indigo2 R4400SC. There are still glitches in the Ethernet driver
which are being looked at.
Expansion support is limited to the GIO E++ board; GIO boards with PCI-GIO
bridges not ported yet due to the lack of hardware, and this kind of driver
does not port blindly.
Most of this work comes from NetBSD, polishing and integration work, as well
as putting as many ``R4x00 in 64-bit mode'' erratas as necessary, by yours
truly.
More work is coming, as well as trying to get some easy way to boot install
kernels (as older PROM can only boot ECOFF binaries, which won't do for the
kernel).
12 years ago
gsoares
342b524a97
rollback r1.76 since it may break some tools
noticed / requested by claudio@
discussed with henning / claudio / me
12 years ago
gsoares
8f39048d9e
zap appletalk (ddp) protocol suite here
these are obsolete and no longer available in kernel
"absolutely. ok" henning@
12 years ago
sthen
26c959eccf
install the rc.d script for tftpd, ok dlg@
12 years ago
matthieu
6e0f040f44
Add libXt documentation directory. spotted by naddy@
12 years ago
matthieu
b61d96b877
New dir for libXext doc.
12 years ago
dlg
2362239f24
ypbind likes a ypserv to talk to, and ypldap pretends to be ypserv.
this diff starts ypldap before ypbind instead of after.
ok deraadt@ ajacoutot@
12 years ago
dlg
8b575c2acb
add tftpd to the network daemons list just after ftpd and ftpproxy.
reminded by mikeb@
ok sthen@
12 years ago
dlg
48e7b29449
tftpd doesnt get run from inetd now.
12 years ago
dlg
4f6d7a7784
add rc.d bits for the new standalone tftpd daemon.
mostly from Kent R. Spillner
ok sthen@ robert@
12 years ago
matthieu
6b813ac8a7
New dirs for libICE and libSM docs
12 years ago
ajacoutot
a9219b74c9
Don't include ou=People in the basedn. ypldap(8) has had netid support
for a while now and groups are usually stored outside of People.
ok sthen@
12 years ago
aoyama
65916a5a8e
Add luna88k GENERIC.MP configuration file, based on mvme88k.
ok miod@
12 years ago
robert
fcf01602a4
enable nginx
12 years ago
robert
0f4ae4469a
these files are not needed here, they are going to get installed from
usr.sbin/nginx using the distribution target
12 years ago
krw
b50dd6d963
Fix previous fix for /altroot processing. Should now work for both
duid and device entries in fstab. As a bonus make commented out
lines in fstab in-eligable for altroot detection.
ok halex@ deraadt@
12 years ago
david
f7e9a65a75
install popa3d script; ok robert@ deraadt@
12 years ago
krw
f46ceee925
Let /altroot work with a duid-based fstab.
Reported by & fix tested by Dave Anderson. Thanks!
ok deraadt@
12 years ago
sobrado
702ebd8167
add missing authentication styles.
initially intended for YubiKey, jmc@ noted that list was out of date.
ok deraadt@, jmc@
12 years ago
giovanni
5aafe9b60b
Update pkg names revision for 5.1
12 years ago
dhill
2390f01b84
hook login_yubikey to the build
ok deraadt
12 years ago
sthen
7d90310832
Fix pexp for sendmail; it can be "sendmail: rejecting" as well as accepting.
From danh@, ok aja@ giovanni@
12 years ago
camield
8e1bed947f
Use nsdc to reliably stop nsd.
ok ajacoutot sthen
12 years ago
deraadt
4aadf85516
crank to 5.1-beta
13 years ago
miod
2a00e439f5
Add disabled getty lines for acpi(4) and dca(4) lines, better late than never.
13 years ago
ajacoutot
979dc6adeb
sndiod(1) does not 'reload', so set rc_reload to NO.
ok ratchov@
13 years ago
miod
c62ea48338
regen
13 years ago
miod
72f5df483a
Add audio nodes on hp300.
13 years ago
ajacoutot
0c53f1364d
Adapt after recent rc scripts change.
with input from and ok sthen@
13 years ago
ajacoutot
feab9b84d0
Move mandatory flags from daemon_flags to daemon.
ok sthen@
13 years ago
sobrado
ad486a01df
use a FQDN (i.e. one ending with a period) as tsig key example's name;
rename key1 to tsig1 to clearly identify this name as a transaction
signature digest; consistently use tsig key name on slave zone.
ok jakob@
13 years ago
ajacoutot
7341c2c314
Set rc_reload to NO. In rc.d(8), `reload' means reloading the
configuration without service disruption which is not what -HUP does for
nsd(8).
Anyway, zone operations (...) should be done using nsdc(8) and not with
an rc script.
discussed with and ok sthen@
13 years ago
ratchov
d5988520df
Handle aucat -> sndiod name change, and enable sndiod by default. Mostly
from ajacoutot@.
ok deraadt ajacoutot
13 years ago
halex
fa31551ce9
closing fd 0-2 is indeed bad style and potentially dangerous, as pointed
out by Arne Becker, who also supplied the diff, thanks!
ok schwarze@
agreed by many
13 years ago
ajacoutot
510e3b9553
Fix an issue when uid != euid (e.g. when running shutdown(8) as a
regular user, member of the operator group); rm(1) was waiting for
interactive input to remove the runfiles which made no sense, so just
use `-f'.
issue spotted by weerd@
ok weerd@ robert@
13 years ago
dtucker
04872c0bfe
regenerated moduli file; ok deraadt
13 years ago
ajacoutot
1be9f1cf5d
Add a sample mixerctl.conf(5).
Pretty terse for now but will eventually come with some more complex
examples when ratchov@ finishes some ongoing work on aucat(1).
ok ratchov@ jmc@ deraadt@
13 years ago
miod
3dbf7c2cbf
regen
13 years ago