Age | Commit message (Collapse) | Author |
|
|
|
ok reyk@
|
|
- Split up choosing of cpu between fork and "normal" cases. Fork is
very different and should be treated as such.
- Instead of implicitly choosing a cpu in setrunqueue, do it outside
where it actually makes sense.
- Just because a cpu is marked as idle doesn't mean it will be soon.
There could be a thundering herd effect if we call wakeup from an
interrupt handler, so subtract cpus with queued processes when
deciding which cpu is actually idle.
- some simplifications allowed by the above.
kettenis@ ok (except one bugfix that was not in the intial diff)
|
|
argument, so remove any examples that were not particularly illustrative;
ok henning
|
|
function signature of bnx_tx_encap() such that people don't get weird ideas
like this again.
ok dlg@
|
|
only and no pure build dependencies; ok jmc@
|
|
Fix up the one case of lock recursion (which blatantly ignored the
comment right above it saying that we don't need to lock). The rest of
the lock usage has been checked and appears to be correct.
ok ariane@.
|
|
bus address space. Fixes a problem reported by david@.
|
|
some years ago for KL enumeration, building on the existing XBow support
to limit ourselves to a single node for now.
This is a work-in-progress; it currently lacks complete interrupt code,
as well as PCI resource management. And there are likely bugs creeping
inside.
|
|
of the Ethernet address.
|
|
|
|
|
|
with minor differences.
okay kettenis@ drahn@
|
|
|
|
|
|
|
|
In snaps for a while (way too long, according to deraadt@)
|
|
that don't use sys/poll.h, wont compile with gcc2. Fix this by
declaring the pollfd structure
spotted by and ok deraadt
|
|
Always cool to see email addresses @netbsd/@openbsd in the same program ;)
|
|
- display only section headers in warning messages if -w (asked by jmc@)
- better fix option: have process_line return the processed line, and use
that info.
- return proper line for comments (noticed by Thomas Klausner)
- let more code run always, only display warnings when wanted
- sorting of see also should be case-insensitive (noticed by jmc@)
|
|
instead of assuming it is. Makes sure we actually spin up the secondary
CPUs on Serengeti machines with certain firmware revisions.
Tested by Christophe Latt.
|
|
happen if no interfaces are configured during an install. Noticed by
jsing@.
Diff from jsing@, only slightly tweaked.
|
|
|
|
extremely siteXX-stupidlonghostname.tgz files worked out with krw
The shell script output is now substantially shorter than it was before
and blind people will appreciate this in our next release.
|
|
a bit more (and it is a lot prettier, too) ok krw
|
|
show which filename is being used. ok krw, mdoc repair from jmc
|
|
argument if the argument is deemed to be optional ('::').
feedback and ok jmc@ and millert@
|
|
|
|
|
|
|
|
(virtual) machines.
|
|
from NetBSD and Debian via ajacoutot@
tweaks and documentation updates by myself with help from jmc@
OK ajacoutot@ jmc@ "move ahead" deraadt@
|
|
SuperIO part, the Ethernet part needs a whole driver); kernel now boot
single user (or bsd.rd). Joint work with jsing@
|
|
hog the bus, and also to fake a valid interrupt register. The IOC3 device
is not a PCI device at all, but pretends to be one. Except its own
registers overlap the PCI configuration space, and some flavours do not
support disabling memory space in the control register, violating the PCI
specs. Fun.
|
|
|
|
them manually.
|
|
|
|
|
|
|
|
when a certificate name was explicitely provided. This would cause imsg to
fatal() because with some configurations, it would look for the wrong name
in the ssl tree and would fail to find the proper cert.
issue spotted by Gregory Edigarov <gregory.edigarov@gmail.com>, I found the
fix just a few minutes ago when I succeeded to reproduce the issue...
|
|
only half of the problem solved, we need to generate a mailer daemon too.
This fixes a bug in my smtpd where it would try to schedule a message,
detect that it is a loop and not schedule it, then trying again at next
queue walk ...
|
|
From brad
|
|
|
|
|
|
|
|
'# /dev/r...' line is not selected.
Noticed by deraadt@
|
|
sender, do not try to generate a mailer daemon message for it.
fixes a crash experienced by sthen@ that I could reproduce
|
|
mostly from and ok sthen@
|
|
it impossible to install a virgin one over the currently installed one.
from Mitja Muzenic, with a tweak
|
|
that only differ by CVS Id (adapted from FreeBSD mergemaster)
Ground work on the man page, from jmc@
* do not duplicate info
* rewordings
* move some stuffs around
ok jmc@ sthen@
|