| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
(threads, CPU load counters, etc.). Each source is tagged with a group
and an order similar to the SYSINIT SI_SUB_* and SI_ORDER_*. After
the file is parsed, all the sources are then sorted. Currently, the only
affects of this are that the CPU loads are now sorted by CPU ID (so
CPU 0 is always first). However, this makes it easier to add new types
of event sources in the future and have them all clustered together
instead of intertwined with threads.
- Python lists perform insertions at the tail much faster than insertions
at the head. For a trace that had a lot of events for a single event
source, the constant insertions of new events to the head of the
per-source event list caused a noticable slow down. To compensate,
append new events to the end of the list during parsing and then
reverse the list prior to drawing.
- Somewhere in the tkinter internals the coordinates of a canvas are
stored in a signed 32-bit integer. As a result, if an the box for
an event spans 2^31, it would actually end up having a negative
X offset at one end. The result was a single box that covered the
entire event source. Kris worked around this for some traces by
bumping up the initial ticks/pixel ratio from 1 to 10. However, a
divisor of 10 can still be too small for large tracefiles (e.g.
with 4 million entries). Instead of hardcoding the initial scaling
ratio, calculate it from the time span of the trace file.
- Add support for using the mouse wheel to scroll the graph window
up and down.
|
| | |
| | |
| | |
| | |
| | | |
Mute all mixer controllable amplifiers initially to let mixer to unmute
only some of them later. This should reduce clicks and noises during boot.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Improve comments, fix style(9) and typos, unify separators.
Obtained from: Freescale, Semihalf
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Improve comments, eliminate redundant debug output, fix style(9) and other
minor tweaks for code readability.
Obtained from: Freescale, Semihalf
|
| | |
| | |
| | |
| | |
| | |
| | | |
routine finishes executing.
MFC after: 1 week
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
o Eliminate tlb0[] (a s/w copy of TLB0)
- The table contents cannot be maintained reliably in multiple MMU
environments, where asynchronous events (invalidations from other cores)
can change our local TLB0 contents underneath.
- Simplify and optimize TLB flushing: system wide invalidations are
performed using tlbivax instruction (propagates to other cores), for
local MMU invalidations a new optimized routine (assembly) is introduced.
o Improve and simplify TID allocation and management.
- Let each core keep track of its TID allocations.
- Simplify TID recycling, eliminate dead code.
- Drop the now unused powerpc/booke/support.S file.
o Improve page tables management logic.
o Simplify TLB1 manipulation routines.
o Other improvements and polishing.
Obtained from: Freescale, Semihalf
|
| | |
| | |
| | |
| | |
| | | |
PR: 47818
Reviewed by: keramida
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
FreeBSD 7.1
Submitted by: Jan Henrik Sylvester <me janh de>
MFC after: 3 days
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
example files.
PR: 123035
Submitted by: Lawrence Mayer <lawmay3@i12.com> (original version)
|
| | |
| | |
| | |
| | | |
Submitted by: Colin Percival
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- add a reference to the config(5) manpage;
- hopefully clarify the format of the 'env FILENAME' directive.
I am putting these notes in sys/${arch}/conf/GENERIC and not
in sys/conf/NOTES because:
1. i386/GENERIC already had reference to a similar option (hints..)
and to documentation (handbook)
2. GENERIC is what most users look at when they have to modify or
create a new kernel config, so having the suggestion there is
more effective.
I am only touching i386 and amd64 because the other GENERIC files
are already out of sync, and I am not sure what is the overall plan.
MFC after: 3 days
|
| | |
| | |
| | |
| | | |
MFC after: 3 days
|
| | |
| | |
| | |
| | |
| | |
| | | |
and reference a few related manpages.
MFC after: 3 days
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
of error messages" section.
Submitted by: naddy
MFC after: 1 week
|
| | |
| | |
| | |
| | | |
MFC after: 2 months
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
output from make(1) and its picky what it should look like.
Also use make's conditional assignment operator rather than test and set.
|
| | |
| | |
| | |
| | | |
Fix that. Also move the current buffer size into the 'cpa' structure.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
down will cause a fault. Check the phy power state before possibly
reading from the bb, this can happen as ar5212Reset intentionally
calls ar5212GetRfgain before bringing the bb out of reset (but we
do it here and not in the caller to guard against other possible uses).
|
| | |
| | |
| | |
| | |
| | |
| | | |
of gcc, where the meaning of 'inline' was changed to match C99.
Noticed by: rdivacky
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
an error to read files past the 32bit byte offset, for instance
on DVDs."
Submitted by: phk@
MFC after: 10 days
|
| |
| |
| |
| |
| |
| |
| | |
latency tunable.
Reviewed by: jfv
MFC after: 1 day
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
argument. Before this fix, after searching the currently-running kernel,
we would still search the a.out argument - completely override the in-kernel
list, essentially defeating the K flag's purpose.
PR: 47387
Submitted by: Ryan Beasley <ryanb@goddamnbastard.org>
|
| |
| |
| |
| |
| | |
1. Export usb serial port unit number as sysctl.
2. Fix bug on handsfree port.
|
| | |
|
| |
| |
| |
| | |
MFC after: 1 week
|
| | |
|
| |
| |
| |
| | |
Submitted by: several
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
expected in acd_fixate().
This should fix various problems folks are having with 'burncd' reporting
"burncd: ioctl(CDRIOCFIXATE): Input/output error" during the fixate phase
when "fixate" is issued together with the "data" command.
PR: 95979
Submitted by: Jaakko Heinonen <jh@saunalahti.fi>
|
| |
| |
| |
| |
| |
| | |
table to approximate mW<->dBM.
Submitted by: Paul B. Mahol
|
| |
| |
| |
| |
| |
| | |
debug symbols.
Reviewed by: jhb
|
| |
| |
| |
| | |
Submitted by: Alexander Best <alexbestms@math.uni-muenster.de>
|
| |
| |
| |
| |
| | |
PR: amd64/130303
MFC after: 1 week
|
| |
| |
| |
| |
| | |
PR: kern/128331
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| | |
- fix struct memeber's name [1]
PR: docs/130413 [1]
Submitted by: Thomas Mueller <tmueller@sysgo.com> [1]
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| | |
by the new kernel option COMPAT_ROUTE_FLAGS for binary backward
compatibility. The RTF_LLDATA flag maps to the same value as RTF_LLINFO.
RTF_LLDATA is used by the arp and ndp utilities. The RTF_LLDATA flag is
always returned to the userland regardless whether the COMPAT_ROUTE_FLAGS
is defined.
|
| |
| |
| |
| |
| |
| | |
Also fix RCSid spamage.
Inspired by patch from: Christoph Mallon <christoph.mallon@gmx.de>
|
| | |
|
| |
| |
| |
| |
| |
| | |
o Use an ISC-style license as did by the author.
Obtained from: OpenBSD
|
| |
| |
| |
| |
| |
| | |
o Use ISC style copyright as did by the author.
Obtained from: OpenBSD
|
| |
| |
| |
| |
| | |
Submitted by: Ben Kaduk <minimarmot gmail com>
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| | |
interrupt-only GPIOs. Honor this, and allow interrupt attachment, but not
read/write access for such devices.
Reported by: Niels Eliasen
|
| |
| |
| |
| |
| | |
Reviewed by: trhodes, keramida
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| | |
some confusion when reading the manual page.
PR: 117798
Discussed with: keramida, brueffer
Recommended by: phk
|
| |
| |
| |
| | |
remove historic assertion that labels are always present.
|
| | |
|
| |
| |
| |
| | |
Submitted by: "Jared Go" <jared@hobnob.com>
|