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
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