Age | Commit message (Collapse) | Author |
|
might no longer point to the same memory as before.
The bug was reported and fix was tested by LEVAI Daniel. Thanks!
|
|
|
|
ok gerhard@ blambert@
|
|
No functional change.
ok henning@, mikeb@
|
|
thought about renaming the functions to just "snmp", but "smi" totally
makes sense. So add a comment that explains the meaning of SMI (not life).
|
|
|
|
is undefined. Add a warning to that effect. OK deraadt@ jmc@
|
|
found out the hard way by chris@ and mpi@
|
|
|
|
Potentially fixes a race/panic reported by claudio@
ok jsg@
|
|
Potentially fixes a race/panic reported by claudio@
ok jsg@
|
|
|
|
GENERIC.MP on a 2x88100(6:1)@33 4605 can now make build on local disk and
local net; but it still needs to boot its kernel off the network at the
moment.
|
|
- the am7990_get() - now lance_get() - is unchanged.
- the interrupt acknowledge logic is unchanged, and will disable interrupts,
then acknowledge all interrupt conditions.
Add ILACC (79900) support (from NetBSD).
Both LANCE (am7990.c) and ILACC (am79900.c) code share as much common code
(lance.c) as possible. This affects all le(4) attachments, but the changes
are mostly mechanical, to split am7990-specific parts from lance-agnostic
parts.
Compile tested on all affected platforms. Tested on alpha, hp300, luna88k,
mvme88k, sparc, sparc64 and vax.
|
|
reported by Han Boetes.
while here, rename re_buff accordingly for consistency.
ok florian@
|
|
reduces the actual diff needed, and allows one to build mount_tmpfs
without reinstalling the includes.
(still awaiting review on the uvm bits)
okay krw@, tedu@
|
|
an I/O error.
When such thing happens, the device is more likely to be already gone
or non responding, but the task responsible for aborting the pipe has
not been executed.
Fix a problem where the ehci(4) controller would vomit^Wprint a lot of
"ehci_idone:" messages in loop leaving the machine unusable, initially
reported by ajacoutot@ and later by RD Thrush.
Fix tested by RD Thrush and Markus Bergkvist, thanks!
ok miod@
|
|
command byte. This allows at least my USB keyboard to be part of
the console on a Lenovo E20.
ok miod@
|
|
This code was added back when the scsi code between the kernel and the boot
blocks was shared, to work around an obscure kernel problem (and definitely
not related to bootstrap, at all).
While there, increase the target selection timeout from 2ms to 250ms, to
match the value currently used by the kernel.
Crank boot blocks version. Booting a kernel from disk is now significantly
faster.
|
|
pkg_add(1) to work properly.
Keep previous Defaults env_keep that were mostly used for building src
and ports only for users in the 'wsrc' group.
Add commented ftp_proxy http_proxy.
People wanting VISUAL/PAGER/EDITOR... can easily set it up... or it will
be another commit.
discussed^bikeshedded with many
ok nick@ dcoppa@ espie@ sthen@ millert@
|
|
|
|
req. by krw@ millert@
|
|
discussed with and ok miod@
|
|
unconditional actions. Introduce _if_addr() and _if_mode() variants of these
to act on a given cmmu type only, or on a matching address line only.
This makes the code slightly larger but easier to read and a tad faster.
- report each cmmu on its own line in dmesg, sorted by type (I$ first, then D$).
make sure disabled line information ends up in dmesg, rather than in the
early bootstrap messages.
- fix the multiprocessor writeback logic in m8820x_dma_cachectl() again to be
more reliable; also only rendezvous the cmmus after all cmmu operation have
been issued, instead of doing a rendezvous per cpu.
|
|
|
|
|
|
ports.
|
|
them via sysctl(KERN_PROC). In struct kinfo_proc the per-process
flags move to p_psflags, leaving the per-thread flags in p_flags.
Flag descriptions in ps(1) updated to be less obtuse.
discussed with matthew@ some time ago; ok jca@, manpage bits ok jmc@
|
|
ufs_readdir() to match
|
|
not returned instead of the offset after that one.
udf_uiodir() returns -1 when there isn't enough space for the next entry,
so just break from the loop and return 0 in that case.
Remove the bogus printf there now that this is handled correctly.
problem reported by espie@
|
|
|
|
|
|
|
|
|
|
|
|
These are the direct sources from NLnet Labs upstream, minus these:
contrib doc/images examples packaging/fedora
ok deraadt@ jakob@
|
|
These are the direct sources from NLnet Labs upstream, minus these:
compat contrib libunbound/python pythonmod testcode testdata winrc
ok deraadt@ jakob@
|
|
|
|
after the last entry that fit, but I had it setting it to the cookier
of the entry after that, so it would skip one entry for each block
required.
Remove the no-longer-needed cnt/cntp variable while we're touching things.
prodding and testing by espie@
|
|
the build for libfuse.
ok guenther@
|
|
|
|
|
|
(markus.uhlin; bredband dot net), thanks!
|
|
|
|
important (and write-only) register state; this will allow this driver to
be used as a console before it attaches, to be used shortly.
|
|
|
|
|
|
|
|
http://sqlite.org/changes.html.
Tested in a bulk and ok landry@ ok espie@
|
|
|