| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the ABI when enabled. There is no longer an embedded lock_profile_object
in each lock. Instead a list of lock_profile_objects is kept per-thread
for each lock it may own. The cnt_hold statistic is now always 0 to
facilitate this.
- Support shared locking by tracking individual lock instances and
statistics in the per-thread per-instance lock_profile_object.
- Make the lock profiling hash table a per-cpu singly linked list with a
per-cpu static lock_prof allocator. This removes the need for an array
of spinlocks and reduces cache contention between cores.
- Use a seperate hash for spinlocks and other locks so that only a
critical_enter() is required and not a spinlock_enter() to modify the
per-cpu tables.
- Count time spent spinning in the lock statistics.
- Remove the LOCK_PROFILE_SHARED option as it is always supported now.
- Specifically drop and release the scheduler locks in both schedulers
since we track owners now.
In collaboration with: Kip Macy
Sponsored by: Nokia
|
| |
|
|
|
|
| |
registering different TOMs.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
2. Put carg{,f}(3) under the FBSD_1.1 namespace where it belongs
(requested by kan@)
|
| |
|
|
|
|
| |
omitted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
cards:
o RocketRAID 172x series
o RocketRAID 174x series
o RocketRAID 2210
o RocketRAID 222x series
o RocketRAID 2240
o RocketRAID 230x series
o RocketRAID 231x series
o RocketRAID 232x series
o RocketRAID 2340
o RocketRAID 2522
Many thanks to Highpoint for their continued support of FreeBSD.
Submitted by: Highpoint
|
| |
|
|
|
|
| |
live on -- an afterlife.
|
|
|
|
| |
src/sys/powerpc/powerpc to src/sys/powerpc/aim.
|
|
|
|
| |
src/sys/powerpc/powerpc and modified for its new location.
|
| |
|
| |
|
| |
|
|
|
|
| |
symbols whose ABI has changed should be added to FBSD_1.1.
|
| |
|
| |
|
| |
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
because of the absence of a destination directory or if the
"destination directory" is not a directory.
PR: bin/11826
Submitted by: Denis Eremenko <moonshade@pnhz.kz>
Approved by: grog@
X-MFC after: various freezes
|
|
|
|
| |
return value of sqrt.
|
|
|
|
|
|
|
|
| |
loop count.
2. Add function pthread_mutex_setyieldloops_np to turn a mutex's yield
loop count.
3. Make environment variables PTHREAD_SPINLOOPS and PTHREAD_YIELDLOOPS
to be only used for turnning PTHREAD_MUTEX_ADAPTIVE_NP mutex.
|
| |
|
|
|
|
| |
add a new version for them.)
|
|
|
|
|
|
|
|
|
|
| |
it's multi DAC / playback channels is not that good. Enabling vchans
make the bug more visible since playback allocation will look for
possible free hardware channels first (i.e: the next DAC, the very first
has been consumed by vchan mixer) which in this case has been proven faulty.
Tested by: Dominic Fandrey <LoN_Kamikaze at gmx dot de>
URL: http://lists.freebsd.org/pipermail/freebsd-stable/2007-December/039022.html
|
| |
|
|
|
|
|
|
| |
@ ALC262.
Submitted by: Carlos A. M. dos Santos <unixmania at gmail dot com>
|
|
|
|
|
| |
though it doesn't provides proper (sane, valid, usable, etc) analog CD
playback due to its stripped down nature.
|
|
|
|
|
|
|
|
|
| |
chipsets.
The HT1000 DMA engine seems to not always like 64K transfers and sometimes barfs data all over memory leading to instant chrash and burn.
Also fix 48bit adressing issues, apparently newer chips needs 16bit writes and not the usual fifo thing.
HW donated by: Travis Mikalson at TerraNovaNet
|
|
|
|
|
|
| |
user/system/idle stats. -h feeds the memory column through
humanize_number() to reduce the amount of column overflowing. -H turns
this off. -h is turned on by default if stdout is a tty.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
o push include paths to the Makefile
o use the AFTER trick to simplify adding new items
o prepare stat blocks for additional data
o align values for verbose output
o fillin some missing stats
MFC after: 1 week
|
|
|
|
| |
changing references to the flag
|
|
|
|
|
|
| |
about redefinitions
MFC after: 1 week
|
|
|
|
|
|
| |
32-bit binaries.
MFC after: 3 days
|
| |
|
|
|
|
|
|
| |
pty(4) changes.
MFC after: 3 days
|
|
|
|
| |
Submitted by: jmallet@
|
| |
|
| |
|
|
|
|
| |
Rotting in an old src tree since: March 2005
|
|
|
|
|
| |
Requested by: rwatson
Submitted by: rwatson
|
|
|
|
|
|
| |
redirects, and path MTU changes
Reviewed by: silby
|
|
|
|
|
|
|
|
|
| |
- make neccessary changes to release offload resources when a syncache
entry is removed before connection establishment
- disable checks for offloaded connection where insufficient information
is available
Reviewed by: silby
|