Age | Commit message (Collapse) | Author |
|
can't be done just abandon attempt to clean up the routing and arp
tables and carry on. Code adapted from itojun's route6d.c.
May address problem reported on misc@ by Marc Peters.
Best we can do for now.
ok claudio@
|
|
|
|
the messages into dynamically allocated memory rather than a char
array on the stack. Revealed by armish bus error when installing
latest snap.
ok deraadt@
|
|
duplication arcs in the hvmd. Add a workaround for this problem.
ok deraadt@
|
|
block. Fix crashes occuring when the client sample frequency is much
larger than the device sample frequency. Found by Alexander Polakov,
thanks.
ok deraadt@
|
|
Reported by Wesley M.A. on misc@, ok deraadt
|
|
than checking if they're zero - export_address() is always called for these.
Fixes memory corruption when doing ipsecctl -ssa with md5sig. Debugging
hints from deraadt@, ok kettenis@ deraadt@
|
|
the mbuf it just sent on the previous interface. this is bad because the
previous interface could have modified the mbuf chain, which can make the
subsequent m_copym()s panic.
this copies the dance that rtsock.c does for broadcasting mbufs which
copies the mbuf before transmit, except for the last interface which it
handles outside the loop.
tested by halex@ who verified it fixes his panic.
ok claudio@ deraadt@
|
|
Change it to `all 7xx systems, but 712 and 2nd generation 715, run old PDC'.
|
|
installation, the kernel may need less than this). Stress that there is no
much point running with less than 32MB nowadays (unless you love being
swap-bound).
|
|
|
|
|
|
people curs^Wblessed with EISA-capable alpha systems.
|
|
|
|
This fixes a panic "Non dma-reachable buffer..." on amd64.
While there, fix bus_dmamap_sync() offsets.
OK: deraadt@, jsing@
|
|
"/var/db/dhclient.leases.<IFNAME>".
Tweak and ok jmc@
|
|
deleted. Be happy that the goal of no default route has been achieved.
Part of the cleaning up the logs prodding by deraadt@.
ok guenther@. error in first version pointed out by sthen@.
|
|
state_panic() instead of state_init().
state_init() immediately issues a new DISCOVER message and neither
checks dhclient.leases.IF nor daemonizes.
state_panic() looks for a lease in dhclient.leases.IF, and if none
are available, waits for 'retry' seconds before retarting the
DISCOVER process. Most importantly it calls go_daemon() to take the
process into the background, giving back the command prompt.
Reported by otto@ and deraadt@. ok deraadt@.
|
|
|
|
verbiage adjustments.
Fixes from & ok jmc@.
|
|
external configuration occurs on a interface with an associated
dhclient. Also add INT to SIGNALS section and alphabetize the
list of signals.
Tweaks from & ok jmc@.
|
|
version)
|
|
|
|
Much help from jmc@, positive feedback from sthen@
|
|
ok djm, deraadt.
|
|
the problems i had on the xserve g5 are mostly likely specific to
that machine and im inclined to agree. we're going to see a lot
more machines with the new chips than people with xserve g5s.
this also includes fixes for ip checksum handling compared to the
code i put in before.
tested by various people again.
sthen@ and claudio@ have agreed to babysit this. they can back it
out if im not around.
ok deraadt@
|
|
If a smtp session got bogus data from a remote server and has just
issued an internal query, then defer the deletion of that session
until it gets the reply.
ok gilles@ deraadt@
|
|
|
|
ok gilles@
|
|
privileged process. This ensures a quicker exit of any previous
copy of dhclient.
Prodded by deraadt@
|
|
function priv_resolv_conf().
|
|
|
|
reached in it's stream and turn it on for t-integrity. This should catch
cases where the session is not fuzzed for being too short (cf. my last
"oops" commit)
|
|
limit. This allows c++ memory hogs, such as pcre's pcrecpp_unittest.cc,
to compile on m88k.
|
|
the link comes back we will start from scratch with DISCOVER. Stops
pointless attempts to issue packets over a disconnected interface.
Noticed by deraadt@
|
|
make sense to deraadt@, ok/wording tweak from mikeb.
|
|
kernel APR. Return write-back for every design but those involving 88410,
where write through is returned.
Apparently the use of writeback on single-processor kernels using 88410 (197SP,
197DP) has only been working by fat chance, and the last two years of uvm
changes, as well as the switch to ELF (causing kernel rodata to move `up')
exposes silent memory corruption on (88410-size) aliased addresses.
(I am guilty of not using my 197DP board much after making 197LE write-back
capable, as 197LE turned out to be faster and more stable, for I would have
noticed this earlier).
Further thought needs to happen about this. It might be possible to switch to
writeback by default again as long as bus_dma maps things write-through on
88410 designs, and perhaps with a part of the kernel mapped with a write-through
BATC, since BATC have precedence upon page tables. Right now I'm trying to get
a stable release out of the door.
|
|
#$%&#@! MC88410 chip. This will allow design-agonstic m88k-specific code to be
able to tell pure 88110 kernels apart from possible 88110+88410 ones.
|
|
This does not work and causes systems to come up without seeing any hard disk(s).
The Intel documentation states that the OS should not be trying to do this, only
the BIOS.
ok dlg@
|
|
message. Tweak error message wording while here for consistency.
tweaks and ok kettenis@
|
|
ok miod@
|
|
(matches the STANDARDS section on the ftpd(8) man page); suggested by
jmc@ in a discussion about this man page with Sebastian Rother and
myself.
ok jmc phessler
|
|
we actually reach $offset
|
|
|
|
ok espie
|
|
for the remaining pre 802.11b wireless drivers.
ok krw@ phessler@
|
|
portable test hosts at 2800
|
|
filesystems to get a useful error message than `File exists'.
ok guenther@ todd@ beck@ phessler@ mpi@ gievanni@ deraadt@
|
|
cache. Issue pointed out by Don Nasco.
Deemed the correct thing to do by sthne@, phessler@ and chris@.
|
|
ok sthen@
|