| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Submitted by: Coverity Prevent analysis tool
|
|
|
|
|
|
|
|
|
| |
the switch. Other interim tests (i.e., for minimum runtime) could
invalidate the start time. This fixes transitions to cooler states in that
now they go to the next active state (_AC0 -> _AC1) instead of going
straight to off (_AC0 -> off).
Submitted by: Alexandre "Sunny" Kovalenko (Alex.Kovalenko / verizon.net)
|
|
|
|
|
|
|
| |
rtc (+MFC), uart(4) default tty driver for sparc64 (+MFC),
snd_audiocs(4) (+MFC), cp(4)/ctau(4)/cx(4) MPSAFE (+MFC), em(4)
hardware VLAN support disabled by default (+MFC), fxp(4) flow control
disabled by default (+MFC), sppp(4) FR support (+MFC), libgpib.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
locks held, specify the ACPI_ISR flag to keep it from acquiring any more
mutexes (which could potentially sleep.) This should fix "could sleep"
warning messages on the following path:
msleep()
AcpiOsWaitSemaphore()
AcpiUtAcquireMutex()
AcpiDisableGpe()
EcGpeHandler()
AcpiEvGpeDispatch()
AcpiEvGpeDetect()
AcpiEvGpeDetect()
AcpiEvSciXruptHandler()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a socket from a regular socket to a listening socket able to accept new
connections. As part of this state transition, solisten() calls into the
protocol to update protocol-layer state. There were several bugs in this
implementation that could result in a race wherein a TCP SYN received
in the interval between the protocol state transition and the shortly
following socket layer transition would result in a panic in the TCP code,
as the socket would be in the TCPS_LISTEN state, but the socket would not
have the SO_ACCEPTCONN flag set.
This change does the following:
- Pushes the socket state transition from the socket layer solisten() to
to socket "library" routines called from the protocol. This permits
the socket routines to be called while holding the protocol mutexes,
preventing a race exposing the incomplete socket state transition to TCP
after the TCP state transition has completed. The check for a socket
layer state transition is performed by solisten_proto_check(), and the
actual transition is performed by solisten_proto().
- Holds the socket lock for the duration of the socket state test and set,
and over the protocol layer state transition, which is now possible as
the socket lock is acquired by the protocol layer, rather than vice
versa. This prevents additional state related races in the socket
layer.
This permits the dual transition of socket layer and protocol layer state
to occur while holding locks for both layers, making the two changes
atomic with respect to one another. Similar changes are likely require
elsewhere in the socket/protocol code.
Reported by: Peter Holm <peter@holm.cc>
Review and fixes from: emax, Antoine Brodin <antoine.brodin@laposte.net>
Philosophical head nod: gnn
|
| |
|
|
|
|
|
|
|
|
|
| |
New release notes: EN-05:01.nfs (+MFC), EN-05:02.sk (+MFC),
EN-05:03.ipi (+MFC).
To be consistent with other documentation, the release documentation
will henceforth include the one-word keyword (e.g. "fetch", "procfs"
above) in the names of advisories and errata.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
support, hme(4) MPSAFE (+MFC), random port number allocation fix,
IPX/SPX locking, gshsec(8), dump(8) -n, some ipfw(8) abbreviated
options deprecated, libarchive ISO and ZIP support, rpmatch(3),
telnet(1)/telnetd(8) -S, manpage cleanup.
MFCs noted: cd9660 less chatty,
Modified release notes: Fix typo (s/icss/ichss/) [1], add missing
"driver" in a couple of notes.
Submitted by: njl [1]
|
| |
|
|
|
|
|
| |
Reviewed by: tjr
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
| |
results in a performance gain on the order of 10% for amd64 (sledge),
ia64 (pluto1), i386+SSE (Pentium 4), and sparc64 (panther), and a
negligible improvement for i386 without SSE. (The i386 port still
uses the hardware instruction, though.)
|
|
|
|
|
|
|
|
|
| |
possible that the same packet would show up multiple times. This poses some
constraints on the TBD locking for snc(4) (see comment).
Obtained from: DragonFlyBSD
Submitted by: Joerg Sonnenberger
Reviewed by: rwatson
|
|
|
|
|
|
|
|
|
| |
renamed interfaces.
PR: kern/77645
Reported by: Harald Schmalzbauer <harryNOschmalzbauerSPAMde>
Reviewed by: yongari
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
| |
was a bad idea, but since it is done like this in the vendor source we keep
it around for older versions. As a safe guard against future misuse we don't
even define CALLOUT_INITIALIZER anymore.
This fixes ALTQ after callout_init_mtx() and takes altq_var.h off the vendor
branch.
Submitted by: Divacky Roman <xdivac02NOstud.fit.vutbrSPAMcz> (w/ changes)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
prompt parameter support in autoboot loader command,
uplcom(4) CTS support,
dc(4) ALTQ support,
IPv6 MTU feedback disabled,
ipfw(8) ALTQ classification and tagging, and
newsyslog -d option.
Update release notes:
F/pc98 still uses OLDCARD[1], and
fix some typos:
s/compatability/compatibility
s/behaviour/behavior/.
Spotted by: nyan[1]
|
|
|
|
|
|
|
| |
They are slower than the MI routines on modern hardware,
except for degenerate cases such as the Pentium 4.
PR: 67469
|
|
|
|
|
|
| |
number of pages.
Obtained from: Yahoo!
|
|
|
|
|
|
| |
make sure to call vn_finished_write(mp) before returning.
MFC after: 3 days
|
|
|
|
|
| |
80 characters and slightly reorder functions to get rid of static
prototypes.
|
|
|
|
| |
Split the usage line to not exceed 80 chars.
|
|
|
|
| |
Submitted by: Max Okumoto <okumoto@ucsd.edu>
|
|
|
|
|
|
|
|
| |
when looking into an already hashed archive, the code tried to use
the name shortened to the maximum length allowed for the archive.
Unfortunately it passed a buffer of junk to the hashing routine when
the name actually wasn't too long. Theoretically this could lead to
a false positive.
|
| |
|
|
|
|
|
|
| |
- Protect against negative values as array indexes.
Submitted by: Coverity Prevent analysis tool
|
|
|
|
| |
Submitted by: Coverity Prevent analysis tool
|
|
|
|
| |
Submitted by: Coverity Prevent analysis tool
|
|
|
|
| |
Submitted by: Coverity Prevent analysis tool
|
|
|
|
|
| |
Submitted by: Coverity Prevent analysis tool
MFC After: 3 days
|
|
|
|
| |
the multi-setting EST is preferable.
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
Submitted by: kris
|
|
|
|
|
|
|
| |
which is long gone.
Discussed with: mckusick
Reviewed by: phk
|
|
|
|
| |
workaround that does not rely on vfs_start().
|
|
|
|
|
|
|
|
| |
it to recognise what ABI to use on amd64 (and possibly others) platform.
Display PID and process name as a part of the 'info threads' output, TIDs
alone are too confusing. Introduce new commmands 'tid <tid>' and 'proc <pid>'
to accompany gdb's default 'thread <thread num>' to make the task of switching
between different contexts easier.
|
|
|
|
|
|
|
|
| |
instruction was faster on the 486, it's slower than our MD version on
modern processors.
Determined by: bde
PR: 67469
|
|
|
|
|
|
|
|
| |
NetBSD. They're buggy, giving particularly for inputs larger in
magnitude than 2**63.
Noticed by: bde
PR: 67469
|
|
|
|
|
|
|
| |
boot-time probe shorter, ACPI-CA 20041119, FILE 4.12, lukemftp
20050219.
Resorted tzdata note.
|
|
|
|
|
|
| |
bind()/connect() system calls, which is intended to confirm that the
right successes and errors occur when rendezvousing via the file system
name space.
|
|
|
|
|
|
|
| |
specific mappings from locore.S, re-organize iq31244_machdep.c to work with
the new locore.S
Spotted out by: jmg
|
|
|
|
|
| |
appears to fix the ath problem that had been reported. I don't see how
it can, so there's likely some other hidden bug.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
on the previous generation of Pentium-M processors (Banias). Support for
Dothan and later processors involves working with acpi_perf(4) to extract
information about supported states. This driver should work on MP systems
including HTT. It is experimental and may have a few bugs but has been
tested to not crash at least.
Thanks to Colin Percival for his initial work on this driver.
|
|
|
|
|
|
|
|
| |
explicitly using bzero().
Update copyright.
MFC after: 3 days
|
| |
|
|
|
|
|
| |
LAN side of things. It appears that all that's necessary is to relax
the check on the DLCR2 register in the probe.
|
|
|
|
| |
Fujitsu LAN SCSI card's ethernet side.
|