tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
etc
/
at
master
24 folders
39 files
amd
the master with comments in it is not that much of a good idea - if you enable amd in /etc/netstart by accident it will get very confused about all those comments - i removed it and put a sample master files there
29 years ago
etc.alpha
Nuke pointless 'pb#N:ob#0:' lines from floppy types.
3 years ago
etc.amd64
Nuke pointless 'pb#N:ob#0:' lines from floppy types.
3 years ago
etc.arm64
Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.
3 years ago
etc.armv7
Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.
3 years ago
etc.hppa
Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.
3 years ago
etc.i386
Nuke pointless 'pb#N:ob#0:' lines from floppy types.
3 years ago
etc.landisk
Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.
3 years ago
etc.loongson
Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.
3 years ago
etc.luna88k
Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.
3 years ago
etc.macppc
Nuke pointless 'pb#N:ob#0:' lines from floppy types.
3 years ago
etc.octeon
Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.
3 years ago
etc.powerpc64
Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.
3 years ago
etc.riscv64
Remove pointless ":ob#0:pb#0:[tb=swap:]" disktab lines.
3 years ago
etc.sparc64
Nuke pointless 'pb#N:ob#0:' lines from floppy types.
3 years ago
examples
tweak examples/iked.conf bits a little further following comments by aisha@ and Crystal Kolipe, ok aisha@ tobhe@
3 years ago
mail
Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script and all the other rc plumbing. OK deraadt@
3 years ago
mtree
Hook up snmpd_metrics
3 years ago
ppp
more missing rcs ids
11 years ago
rc.d
add configtest; OK martijn
3 years ago
root
things will be ready a bit earlier
3 years ago
rpki
Add HTTPS URL for LACNIC TA
4 years ago
signify
add 7.4 fw key
3 years ago
skel
Remove games from the default $PATH in /etc/skel
3 years ago
MAKEDEV.common
Update the number of default wskbd entries
3 years ago
MAKEDEV.man
Mention that the special files are created in the current working directory. Suggested by Scott Cheloha.
8 years ago
MAKEDEV.mansub
MAKEDEV.8 improvement pack: - refer to the section 4 manual page for every device target, whenever possible - repair a few minor quoting errors - repair a few sorting errors - fix a few device descriptions (ideally they would be synched with the .Nd line of their manpages, but we are not there... yet) - minor mdoc fixes
22 years ago
MAKEDEV.mi
extra spaces
9 years ago
MAKEDEV.sub
indentation whitespace nits (saves a few bytes even)
21 years ago
Makefile
Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script and all the other rc plumbing. OK deraadt@
3 years ago
Makefile.inc
whitespace found during review
10 years ago
changelist
Add /etc/rpki/skiplist
3 years ago
crontab
document the flags field, and combine flags in the rpki example; ok deraadt
6 years ago
daily
Process accounting and lastcomm(1) can detect execve(2) violations of pinsyscall(2) policy. Report such findings in daily mail like other security violations. User has to turn on accounting=YES in rc.conf.local to utilize this feature. OK deraadt@
3 years ago
fbtab.head
better description
27 years ago
fbtab.tail
do not use an old tty name; from graichen@axp5.physik.fu-berlin.de
30 years ago
ftpusers
No need to keep a manually maintained list of system daemons here, ftpd can disallow them itself. ok deraadt@ millert@, gsoares@ and aja@ like it too. ("nobody" still needs to be listed).
12 years ago
gettytab
Almost all terminals now support hardware tabs so default to OXTABS off.
7 years ago
group
(Re)add support for agentx in snmpd Current omissions in protocol support are notifications, index (de)allocation, and agent capabilities.
3 years ago
ksh.kshrc
Remove default ls -C alias.
8 years ago
locate.rc
s/updatedb(8)/locate.updatedb(8)/ in comment
4 years ago
mailer.conf
Now that makemap(8)/newaliases(8) are merged into smtpctl(8), update the paths.
10 years ago
master.passwd
Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script and all the other rc plumbing. OK deraadt@
3 years ago
minfree
install a /var/crash/minfree, of 4096, as suggested by david@city.ac.uk
30 years ago
moduli
Import regenerated moduli.
3 years ago
monthly
remove EOL whitespace
15 years ago
motd
new motd
28 years ago
netstart
Revert previous as it doesn't create additional lo(4) anymore
3 years ago
newsyslog.conf
increase lifetime of wtmp, since it is annoyingly short discussed with millert
4 years ago
nsd.conf
Switch nsd control socket from localhost to a unix domain socket. OK sthen
7 years ago
ntpd.conf
Perform contraint validation against 9.9.9.9 and 2620:fe::fe also (which avoids DNS lookups entirely, but yes this https is correctly validated) long discussions with otto, florian, and the quad9 crew.
6 years ago
pf.conf
Disallow the _pbuild user from making TCP/UDP connections in the default PF ruleset. This is not a complete block on _pbuild being able to communicate (e.g. non-TCP/UDP protocols don't have a PCB with userid, so PF can't restrict in those cases) but avoids some cases, and in particular makes it more obvious when a port does things like download extra distfiles or dependencies as part of the build process. Slight tweak from a diff by espie@.
8 years ago
pf.os
update pf.os for larger wscale by default
9 years ago
protocols
remove dup line; from j@bitminer
3 years ago
rc
Delete TAB only line.
3 years ago
rc.conf
Drop incomplete archs lists from wsmoused(8) comment
3 years ago
rpc
it's a tedu miracle! this file is just descriptions, so resurrect sprayd
12 years ago
services
Add openvpn ports (udp/1194 & tcp/1194) to /etc/services
4 years ago
shells
ftpd(8) allows users to connect when listed in /etc/ftpchroot too; this change has been suggested by form@ as a part of a larger issue we are looking at right now.
17 years ago
syslog.conf
Change syslog.conf comments relating to network logging to focus on client setup which is configured in the file itself, rather than talking partly about client (set in the file), command-line flags used for servers which are better suited to the syslogd(8) manual, and ISDN.
4 years ago
ttys.pty
use /bin/sh instead of /bin/ksh and add cvs id.
11 years ago
unbound.conf
Remove commented-out edns-buffer-size section from the default unbound.conf.
5 years ago
weekly
do not propagate TMPDIR and override value from /etc/locate.rc in weekly effectively reverting r1.9 to follow principal of least surprise
6 years ago