The removal of CIRCLEQ left four queue macro families, but one sentence
in the man page wasn't updated.
PR: docs/94938
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: re
pad (cisco calls it sampling_interval) fields in netflow v5 header.
MFC rev. 1.4 netflow.h: replace disappeared URLs to Cisco docs by
new ones, style.
Approved by: re (kensmith)
> Clear TDF_SINTR in sleepq_resume_thread, also sleepq_catch_signal does
> not need to clear it now, this should fix panic when msleep is recursivly
> called. Patch is slightly adjusted after review.
Approved by: re (scottl)
> jhb 2006-04-06 17:17:45 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/i386/i386 machdep.c
> sys/i386/isa npx.c
> Log:
> - Don't set CR0_NE and CR0_MP in npx_probe() as they are already set
> earlier in cpu_setregs().
> - If we know this CPU has a FPU via cpuid, then just assume the INT16
> interface and make the npx device quiet to not clutter the dmesg. This
> is true for all Pentium and later CPUs and even some of the later 486dx
> CPUs.
>
> Reviewed by: bde
> Tested by: ps
> MFC after: 1 week
>
> Path Revision
> src/sys/i386/i386/machdep.c 1.625
> src/sys/i386/isa/npx.c 1.164
Requested by: jhb
Approved by: re (scottl)
> - Lock giant when assigning ni_vp and keep vfslocked state valid.
> - Consistently track ni_dvp and ni_vp with dvfslocked and vfslocked rather
> than trying to optimize it into a single lock. This adds more calls to
> lock giant with non smpsafe filesystems but is the only way to reliably
> hold the correct lock.
> - Remove an invalid assert in the mountedhere case in lookup and fix the
> code to properly deal with the scenario. We can actually have a lookup
> that returns dp == dvp with mountedhere set with certain unmount races.
Approved by: re (scottl)
> Bump up the NFS server dupreq cache limit to 2K (from 64). With a small
> duplicate request cache, under heavy load a lot of non-idempotent requests
> were getting served again, resulting in errors.
Approved by: re (scottl)
- Don't hold the device sx lock when going to sleep.
- Prevent possible live-lock in case of memory problems by freeing
already completed requests first.
Reported and tested by: markus, Bradley W. Dutton <brad-fbsd-stable@duttonbros.com>
Approved by: re (hrs)
# [1.3]
# Add more details about enabling a custom ruleset for /dev in `rc.conf',
# and add ruleset labels/numbering to the custom ruleset example.
#
# PR: docs/90362
# Submitted by: Roland Smith <rsmith@xs4all.nl>
# MFC after: 3 days
# [1.4]
# Expand contractions.
Approved by: re (hrs)
* top.X
revision 1.15
Document the -C option of top(1), which has been added to the source
and the usage message of top, but not to the manpage.
Pointy hat to: keramida
Reminded by: ru
MFC after: 1 week
* top.c
revision 1.18
Bring SYNOPSIS in line with usage().
----------
revision 1.19
Re-add option -C to usage().
Approved by: re (hrs)
Fix a one byte off error which causes "less" to crash if you view a
large file, jump to the end, scroll backwards with "b" and try to search
backwards afterwards.
Submitted by: Matthias Scheler
Approved by: re (hrs)
Fix storing offset of already synchronized data. Offset in entire array was
stored in metadata instead of an offset in single disk.
After reboot/crash synchronization process started from a wrong offset
skipping (not synchronizing) part of the component which can lead to data
corrutpion (when synchronization process was interrupted on initial
synchronization) or other strange situations like 'graid3 status' showing
value more than 100%.
Reported, reviewed and tested by: ru
Reported by: Dmitry Morozovsky <marck@rinet.ru>
Approved by: re (hrs)
sys/sparc64/sparc64/interrupt.S 1.9
- In intr_fast() fix a race which is fallout from critical sections no longer
raising the PIL and can cause corruption of the interrupt request lists.
- In intr_fast() assert that the ir_func to be called is non-zero.
- Increment interrupt stats after calling the handlers rather than before in
order to reduce the delay until direct and fast handlers are serviced.
Approved by: re (hrs)
Add support for (latest) VIA VT8251 audio controller.
A slight difference of this chip from its previous siblings is that
it need a gentle "wake up" on every (full) DMA buffer completion to
avoid stalled interrupt handler.
Thanks to George Hartzell for permission on doing remote debugging.
PR: i386/95949
Tested by: [1] George Hartzel
myself (remotely)
Approved by: re (hrs)
[1] http://lists.freebsd.org/pipermail/freebsd-multimedia/2006-April/004003.html
- Print number of physical/logical cores and more CPUID info.
- Add newer CPUID definitions for future use.
- Correct few MSR addresses while I am here.
- Fix spelling mistake.
Approved by: re (hrs)
date: 2006/04/19 05:10:34; author: delphij; state: Exp; lines: +1 -1
Make ldconfig as SERVER dependency. This makes it possible
for some early starting services from the ports collection
to have their shared objects available before start.
Reviewed by: freebsd-rc (dougb, brooks)
Approved by: re (hrs)