Age | Commit message (Collapse) | Author |
|
Replaces GNU sendbug/sendpr, the wonderful shell script that had
trouble dealing with signals, behaved differently depending on what
file it read upon startup, and suffered from issues plaguing most
large shell scripts.
OK deraadt@.
|
|
commit message had explained the problem at least vaguely. disable the
workaround so that if the bug exists, it can rear it's head again
(in 10 minutes of playing around, i could not find any unusual behaviour)
|
|
like fmt_scaled(3) does. Ranges from picoseconds to days.
Also removes a couple of unneeded curses operations.
ok deanna, ok deraadt
|
|
programs.
prompted by deraadt@ and cloder@, ok cloder@, henning@, xsa@
|
|
|
|
deraadt@.
"reads right" deraadt@
|
|
|
|
as no more than one interrupt is registered for a given level.
Then, if the VME interrupt vector reading cycle fails on the 188 interrupt
arbiter, we can use this table as a hint if it has a valid entry, since
we know on which ipl line the interrupt occured.
This basically silences the
m188_ext_int: timeout getting VME interrupt vector, level 3, mask 0x400<IRQ3>
occasional messages appearing when the MVME376 is overloaded.
|
|
pointer indirection for a similar result; also move the interrupt disabling
code to the public routines, so that we do not end altering the psr more
than necessary.
|
|
From Johan Veenhuizen
|
|
OK otto@ (before lock).
|
|
of new fields in the future is less disruptive. This is done similar
to how struct proc is handled for ps(1). ok jmc (man page changes)
tested fkr simon, and more suggestions from millert
|
|
a valid config file again.
|
|
"router" needs to be added before "router-dead-time".
Figured out by Stuart Henderson
|
|
OK mbalmer@, xsa@, henning@, idea prompted by deraadt
|
|
and let snprintf(3) decide if the path fitted into the buffer.
Inspired by a diff from Nicholas Marriott.
OK millert@ ray@
|
|
(happens when the machine is an IPv6 router).
from kame
ok deraadt, mbalmer
|
|
|
|
|
|
*c && !isspace(*c) is not equivalent to !isspace(*c)
ok millert@
|
|
From Nicholas Marriott.
ok millert@ deraadt@
|
|
|
|
|
|
|
|
but defer the remainder of their initialisation until after the other devices
on their PCI bus have attached. This ensures that any USB2 controller has also
completed its initialisation before we start to initialise the USB1 parts.
This minimises the chance that a nasty SMM implementation will trash the USB1
controller's config when it performs legacy emulation handover of the USB2 part.
This time without accidentally leaving the OHCI controller shutdown, and with
some cosmetic fixes.
ok dlg@, OHCI tests mglocker@
|
|
Save SOF (frame timing adjustment) before the very first host controller
reset, rather than at suspend/resume, otherwise any BIOS inserted value
is lost immediately.
ok dlg@
|
|
Wait the stable power delay on a USB hub only once per hub (not per port),
and defer the delay for root hubs until the host controller event thread
starts, permitting some concurrency. Speeds up the boot process dramatically
when you have lots of host controllers.
ok dlg@
|
|
This includes a nasty hack to reduce openings and throw away command slots
if the device supports a lower queue depth than the host controller does.
Yes, we're thinking about a better solution.
|
|
|
|
silicon image 3124/3132/3531 sata chipsets eventually.
so far this is the autoconf glue, an actual match routine for the 3124, and
interrupt establishment code. it is split up between pci and ic cos there
are cardbus variants of these controllers that we can support in the
future.
thanks to jolan@ for the name, it was better liked than my initial
suggestion of siisl(4).
|
|
don't use xa->flags afterwards.
|
|
reported by Aleksander Piotrowski.
|
|
|
|
of work to be done, but hopefully the layout is good.
|
|
big and out of date; this way we can make intro(8) do some work;
|
|
|
|
- tweak SEE ALSO
|
|
|
|
|
|
Now we are able to select correctly designated forwarders and downstream
dependent routers per interface.
Tested and OK norby@
|
|
|
|
|
|
|
|
|
|
Zap all calls to simple_lock/unlock() on it (those calls are
#defined away though). Remove the LK_INTERLOCK from the calls
to vn_lock() and cleanup the filesystems wich implement VOP_LOCK().
(by remvoing the v_interlock from there calls to lockmgr()).
ok pedro@, art@, tedu@
|
|
|
|
|
|
List evhttp stuff commented out, should probably get its own man page
|
|
OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself
|
|
entries for undocumented functions to be filled in later, preferably
by someone who uses libevent.
|