deraadt
0bf9d22953
handle new config -e non-tty input case
19 years ago
espie
cfce6166ab
also use new libobjc on old architectures, since it builds fine with
gcc 2.95.
tests and okay miod@, marc@.
19 years ago
biorn
74516645f6
chpass will not change the kerberos password
19 years ago
deraadt
80d3a1cd18
sync
19 years ago
deraadt
b3e427d15e
nicer ramdisk chunk including wsmouse and ttyC0
19 years ago
henning
50e41e169b
unify shared code a bit again to make future syncs easier
From: Alexander von Gernler <grunk@pestilenz.org>
19 years ago
beck
8bcecb1403
Make the default syslog.conf not make the console and root logins
unusable when problems occur. Provide commented out examples showing
people how to direct output to /dev/console or as messages to root,
for situations where such output might acutally be useful, rather than
something that keeps you from fixing a problem due to the screen
getting spewed at.
ok jolan@ ian@ brad@ marco@ krw@ fgsch@
19 years ago
krw
147b5734d3
Regen/sync.
19 years ago
krw
06c55b1216
Add a couple more wskbd's to i386 and amd64 'ramdisk)' cases so kbd(8)
has something to work with when more than one keyboard is present
during install/upgrade. Remove some superfluous wd's and sd's while
there.
Problem noted by Jan Johansson when trying to get a 'sv' keymap to
work with his usb keyboard. Diagnosis & solution suggested by miod@.
ok deraadt@
19 years ago
beck
e432cee459
correct strlcpy abuse
ok millert@
19 years ago
henning
f2765f2a2f
move the "reply from ... " log msg in -d mdoe uop a bit so it actually
comes before the "adjusting local clock by..." one, joerg
19 years ago
henning
3ce098c434
extra paranoia, from a discussion with joerg
19 years ago
millert
da1224ce71
rm libcurses++
19 years ago
henning
90903372f9
correctness: only account for offset after settime in next and deadline
when those timers are actually running. due to the way ntpd's logic works
this does not really make a difference, but correctness is good.
spotted by me, joerg agrees
19 years ago
henning
d2787fa263
after setting the clock hard correct the "next" and "deadline" timestamps
by the offset
From: Joerg Sonnenberger <joerg@britannica.bec.de>
19 years ago
henning
7082200ffe
prevent replies with negative delay from being used, could happen with -s
From: Joerg Sonnenberger <joerg@britannica.bec.de> of dragonfly
19 years ago
jmc
b93669c8f7
fix wmemchr.3 MLINKS;
ok espie@
19 years ago
tom
d8e9908683
Remove redundant line
ok espie@ otto@ millert@ deraadt@
19 years ago
espie
5e8683629a
introduce some wchar functions (from citrus and an itojun@ diff)
okay deraadt@, cloder@, pvalchev@
thanks to everyone who commented on that.
19 years ago
henning
422918a907
move the few needlessly special-cased root:wheel 0644 files to BIN1
19 years ago
jmc
81e42dac83
mark up NULL w/ .Dv;
19 years ago
tedu
beab5e9daf
make it crystal clear that errstr is NULL after success
19 years ago
henning
1d63988cd7
sample hostapd.conf from reyk, to be tweaked
19 years ago
henning
bde0993dcc
say hi to _hostapd
19 years ago
jmc
c05ca7a4be
- our pages do not have a LIBRARY section;
- attach rcs id
- wording tweak
19 years ago
espie
f76955fe66
Import w* functions so that I can send smaller diffs around.
(Nothing activated yet, of course)
okay deraadt@
19 years ago
deraadt
e073c9beee
if, at boot time, a /etc/resolv.conf.save is found, assume this is from
a dhclient that crashed so hard it was unable to swap the file back,
and hence, finish that job. i convinced krw and henning that this is
right right place (not in netstart)
19 years ago
djm
188f234dcf
unbreak; ok pval@
19 years ago
deraadt
bd9da8ca6c
if dhcp is used to get an address on any interface, ignore /etc/mygate
ok krw
(this lets us do something rather cool with the zaurus in particular)
19 years ago
otto
6b05c439ae
Xr readlink(1). ok jmc@
19 years ago
jmc
859ea819ae
add entries for /usr/share/man/ps2/{cats,zaurus};
ok millert@ deraadt@
19 years ago
millert
f88828f0f2
Add /bin/ksh to builtin list of OK shells.
19 years ago
deraadt
e4965e2eb0
sync
19 years ago
deraadt
896118808e
clone from hppa
19 years ago
deraadt
27c32208aa
hppa64 chunkies
19 years ago
deraadt
2b14ede110
add hppa64 dirs
19 years ago
uwe
2444642ab9
Document special On/Off key functions, and point at the information.
19 years ago
deraadt
802a185408
OK, this is an insane commit. Comes from johnb@ugrad.cs.ualberta.ca, pr 3589.
somehow he got his YP and DNS screwed up and nslookup $h was dealing with h = ""
which was doing nslookup "", which is bad and hangs boots. be more careful
by doing echo $h | nslookup instead.
19 years ago
deraadt
827c2a7c87
show that net.inet.etherip.allow can be set here; pr 3972 ckuethe
19 years ago
tdeval
cefaf602d1
MMAP(2) malloc, here we go again.
19 years ago
henning
4395949868
zap includes, grunk
19 years ago
henning
b7d0279fa2
zap includes, Alexander von Gernler <grunk@pestilenz.org>
19 years ago
millert
b1ad694262
only set HOME if not already set; ok deraadt@
19 years ago
otto
8b4d0d1471
ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@
19 years ago
deraadt
e2a2b5a722
remove balony advice, recommended by beck
19 years ago
pat
4d0a547963
ansi + de-register
ok otto deraadt
19 years ago
otto
e73b3e19e1
Do not promise anything about the contents of resolved on failure.
ok millert@
19 years ago
deraadt
3f1febb4bc
strcasestr(3), a case-insensitive version of strstr(3). already in netbsd
and freebsd, apparently written by torek, the man we never see anymore;
submitted by jcs, but he is not around right now for the libc major crank
so i sneak it in for him
19 years ago
tedu
e548ff89cc
make the resolver stat resolv.conf and update if it changes.
useful feedback and ok deraadt@
19 years ago
uwe
fdcaecd531
comment fix; ok beck@
19 years ago