Age | Commit message (Collapse) | Author |
|
at this moment.
|
|
various CPUs were iterating over the same global buffer at the same
time to modify it and never ended.
This diff includes some ideas submited by Thor Simon to NetBSD via miod@.
ok mikeb@, haesbaert@
|
|
all threads in a process instead of returning only the '%cpu' for
the main thread.
This makes top(1) display the correct percentage of CPU usage for
threaded processes when theads are not displayed.
ok sthen@, mikeb@
|
|
|
|
deadlock ourselves - based on an infrequent hang caught by sthen, and
diagnosed by kettenis and me. Fix after some iterations is to simply
call uvm_map_allocate and allocate the map entry before grabbing the
lock so we don't wait while holding the lock.
ok miod@ kettenis@
|
|
- Add some macros for working with the various newer generations of chipsets
- Make use of the 5717 macro in a few places
- Add some bits for identifying and supporting some of the newer chipsets
ok sthen@
|
|
|
|
modern brand new construct known as `switch'.
|
|
function pointer arguments which are {used as,} wrappers around the kernel
printf function.
No functional change.
|
|
|
|
expcted to provide it nowadays.
|
|
|
|
|
|
|
|
DB_ELFSIZE ought to be defined in <machine/db_machdep.h>, not <machine/exec.h>
|
|
|
|
(or never did) support a.out binaries (i.e. where _KERN_DO_AOUT is not defined).
|
|
1758 bytes (MTU 1740) and raise hardmtu to allow the user to set them.
Tests by Mark Patruck, Michal Markowski, mikeb, beck, dtucker. ok mikeb@
|
|
any additional chip reprogramming, and is tested to work fine on DP83815.
ok mikeb@
|
|
ok dlg@
|
|
ok sthen@
|
|
|
|
instead of going down the PCI_ANY_ID path.
as discussed with and ok by sthen@
|
|
up the VFS calls in the error paths in coredump()
Pointed out by armani@, ok beck@
|
|
It was removed as this function was redone to use pmemrange in mid 2010
with the result that kernel malloc and other users of this function can
consume the page daemon reserve and run us out of memory.
ok kettenis@
|
|
to do work, just as is done when waking it up.
tested by me, phessler@, espie@, landry@
ok kettenis@
|
|
|
|
Found in a dmesg from Carsten Kunze on bugs@. Okay brynet@.
|
|
ok mikeb@
|
|
ok markus claudio haesbaert henning
|
|
other interface types. suggested/tested Mattieu Baptiste, ok dlg@ yasuoka@
giovanni@, ifconfig(8) reminder jmc@
|
|
Fixes the few TEXTREL which crept in libc.so.
|
|
No functional change.
OK millert@
|
|
v9. Without it it's not possible to find out at what time a flow
started/ended with only flowStartSysUpTime/flowEndSysUpTime. Fix this
by using flowStartSeconds/flowEndSeconds for v10.
Problem reported by Chris Ivancic and Colin Ligertwood, analyzed by
benno@
Tested by benno@ against nprobe (which doesn't care that much one way
or the other)
Tested by Chris Ivancic against solarwinds collector.
OK benno@
|
|
upcoming per-CPU profiling modifications and it does not make much sense
to profile such low-level functions anyway.
ok kettenis@, miod@
|
|
that we send. It seems to want some extra padding, but it isn't entirely
clear how much. So pass the size of the entire buffer that we allocate for
this command instead, which seems to always work.
ok stsp@
|
|
case). On our platforms, sizeof(struct sockaddr) matches sizeof(struct
sockaddr_in) so this hasn't caused problems but it is still incorrect.
From Anthony Low. OK martynas@ bluhm@
|
|
|
|
ok miod@
|
|
- print what type of device is.
tested by sthen@. similar diff tested by jasper@ and gonzalo@.
ok mpi@ and sthen@
if you have one of these devices please give it a try and mail the details.
|
|
a.out->ELF transition.
|
|
as packed due to them containing 32-bit types at 16-bit but not 32-bit aligned
offsets. The boot block updates (especially mkboot) come straight from NetBSD.
|
|
in fpsp has to be renamed due to a clash with other parts of the kernel.
|
|
ok jsg@ krw@
|
|
|
|
initialized. (In the case where it wasn't initialized, the computed
*retval ends up getting clobbered by the EINVAL error anyway so it's
not an info leak, but it's still technically undefined behavior.)
pointed out by Maxime Villard on tech
ok guenther
|
|
and i cant fix it without breaking a 5721 in another box.
sthen@ agrees it is sad.
|
|
when you hit it. Separate out these tests.
ok millert@ kettenis@, phessler@, with miod@ bikeshedding.
|
|
ok sthen@
|
|
consistent with other drivers.
- Clear IFF_ALLMULTI flag early and at the top of myx_iff().
- Set IFF_ALLMULTI when in promisc mode.
ok dlg@
|