| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
register (MacBooks only).
This allows MacBooks to boot in SMP mode without any trick and solves
the timer problems with HZ=1000.
MFC after: 1 week
Reviewed by: njl (mentor), jhb
Approved by: njl (mentor), jhb
|
|
|
|
| |
Reviewed by: silby
|
|
|
|
|
|
| |
Previous value 16 was too small for real LAC as temporal activity
spike cound easily overflow queue demanding tunnel disconnection due
to possible state inconsistency.
|
|
|
|
| |
Prompted by: Glenn Halperin, Symbian Software
|
|
|
|
|
|
|
|
|
|
| |
that favours true hardware channel, the first instance of recording
request will grab this channel (the first channel is being used as
vchan master). In many cases, it is not really work as intended and give
false impression of broken recording.
PR: kern/118546
MFC after: 3 days
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
default to the value of MK_KERBEROS unless set explicitly by
WITH_GSSAPI/WITHOUT_GSSAPI. (This introduces another type of
MK_* variables which itself is questionable.)
- Teach tools/build/options/makeman script that generates the
src.conf(5) manpage about the new type of MK_* variables.
- Fix broken logic in lib/Makefile.
|
|
|
|
|
|
|
|
|
|
|
|
| |
when particular function can't be found in nsswitch-module. For
example, getgrouplist(3) will use module-supplied 'getgroupmembership'
function (which can work in an optimal way for such source as LDAP) and
will fall back to the stanard iterate-through-all-groups implementation
otherwise.
PR: ports/114655
Submitted by: Michael Hanselmann <freebsd AT hansmi DOT ch>
Reviewed by: brooks (mentor)
|
|
|
|
| |
Per request of: glenn halperin at symbian.com
|
|
|
|
| |
be transmitted if negotiated.
|
|
|
|
|
| |
to a much saner and simplier unified code path. Along the way, fix various
CAM nits and bugs so that the passthrough works correctly for all cases.
|
| |
|
|
|
|
|
|
|
|
|
| |
RELENG_7, the way to do a cross build changed from specifying only
TARGET_ARCH (which has an ambigous mapping to TARGET) to specifying
only TARGET (which has a unique mapping to TARGET_ARCH). Update the
example to reflect this.
MFC After: 1 week (the example change only)
|
| |
|
|
|
|
|
|
| |
already happened in pmap_modify_pv().
Submitted by: Mark Tinguely <tinguely AT casselton DOT net>
|
|
|
|
|
|
| |
only matters in the early stages of bootstrapping, of course, but gnu make can't
handle bsd make Makefiles at all if they use any of the 'dot' directives, which
src/Makefile has in abudnance.
|
|
|
|
|
|
|
|
|
|
| |
7.2.3, bytes 0-3 and 5-15 are used to calculate the checksum of a descriptor
tag.
PR: kern/90521
Submitted by: Björn König <bkoenig@cs.tu-berlin.de>
Reviewed by: scottl
Approved by: emax (mentor)
|
| |
|
|
|
|
|
|
| |
to the reworking of scheduler lock.
MFC: after 3 days
|
|
|
|
|
|
| |
add missing brackets.
MFC: after 1 day
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
for the port to drain).
+ Handle "*" as a priority properly.
+ Test what is free'ed.
+ Dynamically determine length vs. hardcoding it.
+ Free the previous message buffer (f_prevline) only after logging all the
messages and just before the process exit. Also check f_prevline for NULL
before using it.
+ The time displayed is not synchornized with the other log destinations.
+ Fix a comment.
Obtained from: Juniper Networks
|