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
uwe
65439d9ff8
Add commented-out machdep.kbdreset example.
19 years ago
brad
3d190e977a
Make realpath() thread-safe. New implementation does not use chdir(2) at all.
From: FreeBSD by Constantin S. Svintsoff <kostik (at) iclub.nsu.ru>
ok otto@ millert@
19 years ago
miod
2b51f76eec
Regen
19 years ago
miod
9d2b68553f
Move the apm description out of MAKEDEV.common, so that sparc can declare it
with a specific manpage reference.
19 years ago
miod
3a4de1d2ff
No apm on amd64 for now.
19 years ago
miod
80235349ef
Regen.
19 years ago
miod
6b99dee819
Add an apm interface to the tctrl(4) device found on SPARCbooks; currently
limited to power change events and battery status retrieval.
ok deraadt@ mickey@
19 years ago
deraadt
bdab9cead1
change root login shell to ksh as promised; ok many
19 years ago
millert
06b10d0e9a
Document that historic BSD getopt(3) set optopt for each char, not just
on error.
19 years ago
deraadt
1e9e29156d
encrypt swap by default. cheap, and why not. can be disabled by people
who have machines that hit swap a lot. decided after survey of developers,
we found that most turned this on. ok various
19 years ago
henning
de27be63ae
one more fatal/fatalx, alexander
19 years ago
henning
79255b7f6b
fatal vs fatalx, Alexander von Gernler
19 years ago
henning
a71057c067
remove now osolete comment, from a mail exchange with
Alexander von Gernler <grunk@pestilenz.org>
19 years ago
henning
e0f325591a
wpos in struct buf_read and datalen in imsg_get should be size_t and not
ssize_t
From: Alexander von Gernler <grunk@pestilenz.org>
19 years ago
henning
e381312b15
add ospfd, ok theo
From: Jason Crawford <jasonrcrawford@gmail.com>, whitespace fixes me
19 years ago
deraadt
a57004781b
during make release install *bsd* not just bsd*, so we pick up zaurus zbsdmod.o too
19 years ago
deraadt
1d7114c54f
Packages for zaurus - yuck yuck; for uwe
19 years ago
deraadt
ad3d40173a
also copy *.ipk files to RELEASEDIR
19 years ago
millert
8a3fb5a72d
Don't rmdir .ICE-unix from /tmp or /var/tmp either. OK deraadt@
19 years ago
millert
2f3df13003
Don't rmdir vi.recover or .X11-unix from /tmp or /var/tmp. OK deraadt@
19 years ago
deraadt
ec4763f3cc
remove package list. it has been a pain to maintain for years. simply
tell people where to look; idea from miod
19 years ago
drahn
1b6688df51
remove ttya reference, doesn't exist on zaurus, ok miod@ deraadt@
19 years ago
deraadt
54eb757722
add cat2/{cats,zaurus}
19 years ago
dtucker
0a9920c236
Fixes in ntpd_settime (ie ntpd -s):
- Handle errors from syscalls better
- Prevent curtime.tv_usec from being negative for negative offsets.
- Don't claim to have done settimeofday if it fails.
ok henning@
19 years ago
henning
62c3d341a1
nasty: host_dns used to run before forking and chrooting etc, so it was
guaranteed that its res_init() call was done once before fork etc...
that is no longer the case. call res_init() in main() early.
19 years ago