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
millert
f0296c6304
Use ed, not sed, for pulling the interesting bits out of /etc/sysctl.conf.
25 years ago
mickey
056e88e108
let sed do all the work, do not invoke extra grep; millert@ ok
25 years ago
itojun
e33ff2d8ae
add IPv6 reverse lookup table for loopback (::1).
XXX shares database file with IPv4 one (0.0.127.in-addr.arpa)
25 years ago
itojun
42c0283582
add IPv6-ready rcmd() friends.
rcmd(): IPv4 only
rcmd_af(): af independent
ruserok(): af independent
iruserok(): IPv4 only
iruserok_sa(): af independent
25 years ago
millert
042b0288fa
Don't bind arrow keys in pdksh, the binding are already there by default.
25 years ago
deraadt
08f28aa616
repair
25 years ago
smurph
0048945467
fix getty problem with ttys.
25 years ago
brian
5d383ee4b5
Correct serial device names
Submitted by: kevlo@
25 years ago
aaron
7f1ab2f579
Use .Er macro when referring to errno error names.
25 years ago
aaron
9da79ea1ef
ie. -> i.e.,
25 years ago
pjanzen
9bbca5e9e2
Clarify and mention that errno is set to ENOMEM on failure of malloc(),
calloc(), and realloc(). Idea from NetBSD.
25 years ago
pjanzen
f33db6dba0
Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.
25 years ago
itojun
36b9de6321
add IPv6 items.
25 years ago
brad
99f7473e91
VIAO -> VAIO
25 years ago
deraadt
59e467706f
ask for even more information to dmesglog
25 years ago
peter
c6505f287c
sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbin
25 years ago
todd
6972dae0fb
allow arbitrary commands in /etc/hostname.* files if the line starts with '!'
25 years ago
angelos
7cf6ad9f3a
Add mobileip (proto 55)
25 years ago
d
16dcd011b5
include thread_private.h
25 years ago
angelos
99e0feeccc
rtadvd.conf
25 years ago
angelos
e7d135ea8e
rtadvd.conf
25 years ago
deraadt
e22790e158
update header requirements; bde
25 years ago
aaron
a66ee899c2
Grammar; deraadt@
25 years ago
itojun
e6a63dafc5
add following IPv6 configs: rtadvd_flags route6d_flags rtsold_flags
25 years ago
deraadt
2c0db369bd
rtsol case can configure the interface up, since it would be nice to finish
DAD before the actual rtsol(8) run happens later. and since it will rtsol,
it is going to be up in any case.
25 years ago
itojun
c569c5d0e0
one more indentation fix.
25 years ago
itojun
f8b1753146
indentation fix (todd's part)
25 years ago
todd
4eada90c42
fix rtsold case, reset cmd for each iteration!
25 years ago
itojun
fe06db64fe
allow options after "rtsol".
XXX both "dhcp" and "rtsol" has keyword *down* at the end. is it okay?
25 years ago
itojun
26e17f25b4
echo "IPv6 autoconf: interfaces" before invoking rtsol.
sleep for net.inet6.ip6.dad_count seconds to ensure that IPv6 DAD is completed.
TODO: rtsold (rc.conf line), manpage
25 years ago