millert
70439042af
daemon's group should be daemon, not guest!
24 years ago
millert
58ab2921de
Sample lines for sudo and chat using !progname syntax
24 years ago
millert
a61f3f83b9
First appeared in OpenBSD 2.1
24 years ago
angelos
57c64ad01a
Add a sample commented out net.inet.ip.ipsec-acl=0 entry.
24 years ago
aaron
4b320721b1
Uncomment ulpt targets.
24 years ago
mickey
e81b06f631
record ntpd pid on startup
24 years ago
deraadt
961bcc762e
no need to spec the link path
24 years ago
millert
300af685b4
Expose MDXTransform functions to be consistent with sha1 and rmd160.
24 years ago
brian
a412374761
resolf.conf -> resolv.conf; charnier@xp11.frmug.org
24 years ago
millert
b5559ee3ec
Add FNM_NOSYS, meaning "The implementation does not support this function",
for XPG conformance. We don't use it but programs might check for it.
24 years ago
niklas
1a56b09e77
Add ch to some dead ports for consistency, of course not tested.
24 years ago
niklas
0a82264d88
we do not even have the x68k port, why have etc files for it then?
24 years ago
niklas
5079ecb19b
ch* creation on platforms which had them in conf.c but missed them in MAKEDEV
24 years ago
niklas
3aa989f9cb
operator should have perms to write and change tapes. ch* is still missing
in some MAKEDEVs, will see to them in a separate commit.
24 years ago
deraadt
62b19bd261
silence all extra route addition printouts
24 years ago
itojun
8633698891
correct reject route installations for IPv6. improve comments.
24 years ago
itojun
63f011978a
more comment fixes.
24 years ago
itojun
698be66964
improve comments. we don't usually need explicit configs.
24 years ago
todd
d29d5ce8db
implimented -> implemented
24 years ago
aaron
b13b9f5520
Suffix "i.e." and "e.g." with a comma. Just another really picky man page
commit, as we want our documentation to be as consistently formatted as
possible (it's getting there :-)).
24 years ago
itojun
ebed23c1c1
disallow packets to malicious 6to4 prefix, based on
http://playground.iijlab.net/i-d/draft-itojun-ipv6-transition-abuse-00.txt
25 years ago
niklas
f7dac6d2af
A more normal way of building kerberos, faster, and it works with SUDO
25 years ago
todd
9ba3eae32a
fix non behavior
with this `!' lines in /etc/hostname.* run even without certain lines
(like a comment) preceeding it.
25 years ago
aaron
33d9936e34
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.
25 years ago
millert
11c5695fa6
Adda a stripcom function to strip comments (and leading whitespace,
depending on IFS). This replaces the ed and sed code previously
used to do this.
25 years ago
aaron
d4dc0165bd
In Unix land we prefer "whitespace" to "white space" or "white-space". At
least, this is the impression I get from looking at a lot of Perl docs.
25 years ago
millert
e079ac6af2
Make P_tmpdir point to /tmp/ not /var/tmp
Really, there should be a way to make configurable by the admin
at runtime (say, a gettmpdir() function).
25 years ago
todd
a195edf346
sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>, add ksyms.
25 years ago
todd
9c283bc975
$OpenBSD$
25 years ago
todd
caa254507a
$OpenBSD$
25 years ago
deraadt
96494ea71f
typo fix; halogen@nol.net
25 years ago
aaron
903ef12fdf
Add /etc/ssh_host_key* to the changelist.
25 years ago
aaron
9f8e4d853e
existance -> existence
25 years ago
aaron
a74b2e14eb
Use Dq/Sq and friends.
25 years ago
deraadt
2e407ed6c6
install crypto headers
25 years ago
itojun
9ad07384fa
add ip6defaultif, which configures default outgoing interface
when no neighboring router is found (rare case). this is to conform
strictly to the ND spec. it is safe to leave it empty.
25 years ago
hin
7e0be9982c
Include files for KerberosIV have moved.
(ok art@)
25 years ago
deraadt
c2fc570e13
repair prototypes; cky@pobox.com
25 years ago
itojun
d148e30e7f
add freeifaddrs(3), which reclaims region allocated by getifaddrs(3).
in sync with kame and bsdi.
25 years ago
itojun
68fe588191
add getifaddrs(3), from bsdi4.
this will help future apps from complexity of SIOCGIFCONF.
NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF.
25 years ago
millert
b98db3f883
Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow
off_t to be visible in stdio.h even in strict ansi mode. This is needed
for ftello()/fseeko() and it allows us to remove the horrible fpos_t hack.
25 years ago
millert
662058799b
Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.
Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively
since fpos_t is actually a 64bit type.
25 years ago
mjacob
970df73852
add SES device
25 years ago
deraadt
e462b3f68d
do not install /usr/include/dev/microcode/
25 years ago
deraadt
4c1f6cf797
description error; discovered in a bar in sweden..
25 years ago
deraadt
3c39f4289c
swapctl 2nd arg is const
25 years ago
itojun
e0d756a4f5
revise extended scoped address format support. delimiter and the order
is changed, based on discussion in ipngwg scoped address cabal.
past code: fe80::1@de0
now: de0%fe80::1
this will be in sync with next extended address format proposal
(which should be final - I don't want to make this kind of change again).
25 years ago
itojun
8524fc7ded
add rshd/rlogind for tcp6 cases.
25 years ago
itojun
cf609e03ea
add IPv6 loopback (::1) as "localhost".
25 years ago
rahnds
913b16f326
Use the correct terminal entry for Openfirmware console.
Allows visual editors to be used.
25 years ago