| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Notes:
svn path=/head/; revision=139762
|
|
|
|
|
|
|
|
|
| |
Some amd64 laptops fail to boot with these flags.
PR: kern/75482
Notes:
svn path=/head/; revision=139759
|
|
|
|
|
|
|
|
| |
the +/-64k blr offset limitation. With gcc bug #12769 fixed, it's
time to put enable this.
Notes:
svn path=/head/; revision=139758
|
|
|
|
| |
Notes:
svn path=/head/; revision=139757
|
|
|
|
|
|
|
|
| |
APIs expect ETIMEDOUT not EAGAIN, this simplifies userland code a
bit.
Notes:
svn path=/head/; revision=139751
|
|
|
|
| |
Notes:
svn path=/head/; revision=139749
|
|
|
|
| |
Notes:
svn path=/head/; revision=139748
|
|
|
|
| |
Notes:
svn path=/head/; revision=139747
|
|
|
|
| |
Notes:
svn path=/head/; revision=139745
|
|
|
|
|
|
|
|
|
|
|
| |
and if the client (erroneously) reads the RPC length as 0 bytes, the
client can loop around in the socket callback. Explicitly check for
the length being 0 case and teardown/re-connect.
Submitted by: Mohan Srinivasan
Notes:
svn path=/head/; revision=139744
|
|
|
|
| |
Notes:
svn path=/head/; revision=139743
|
|
|
|
| |
Notes:
svn path=/head/; revision=139742
|
|
|
|
| |
Notes:
svn path=/head/; revision=139741
|
|
|
|
| |
Notes:
svn path=/head/; revision=139740
|
|
|
|
|
|
|
|
| |
sys/syscallsubr.h where all the other kern_foo() prototypes live.
- Resort kern_execve() while I'm there.
Notes:
svn path=/head/; revision=139739
|
|
|
|
| |
Notes:
svn path=/head/; revision=139738
|
|
|
|
|
|
|
| |
It has been in stable for at least 5 years now.
Notes:
svn path=/head/; revision=139737
|
|
|
|
| |
Notes:
svn path=/head/; revision=139735
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
turn it back on. Specifically, the actual changes are now less intrusive
in that the _get_spin_lock() and _rel_spin_lock() macros now have their
contents changed for UP vs SMP kernels which centralizes the changes.
Also, UP kernels do not use _mtx_lock_spin() and no longer include it. The
UP versions of the spin lock functions do not use any atomic operations,
but simple compares and stores which allow mtx_owned() to still work for
spin locks while removing the overhead of atomic operations.
Tested on: i386, alpha
Notes:
svn path=/head/; revision=139733
|
|
|
|
| |
Notes:
svn path=/head/; revision=139732
|
|
|
|
| |
Notes:
svn path=/head/; revision=139731
|
|
|
|
| |
Notes:
svn path=/head/; revision=139730
|
|
|
|
|
|
|
|
|
| |
panic curlen != 0, which is perfectly normal.
Approved by: mux
Notes:
svn path=/head/; revision=139729
|
|
|
|
|
|
|
|
|
|
|
|
| |
to be the same as Boca Research Turbo Serial 654 (4 serial port).
While add the 8 port variants as well.
Submitted by: sten@blinkenlights.nl
PR: kern/75793
MFC after: 1 week
Notes:
svn path=/head/; revision=139728
|
|
|
|
| |
Notes:
svn path=/head/; revision=139727
|
|
|
|
| |
Notes:
svn path=/head/; revision=139724
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The main changes are:
1. Use of multiple bus dma tags.
2. Timing of CAM requests by the driver.
3, Firmware interface change relating to retrieving AEN's.
4. Removal of twa_intrhook.
5. Bundling of latest firmware with BBU capability.
Reviewed by:re
Approved by:re
Notes:
svn path=/head/; revision=139723
|
|
|
|
|
|
|
|
| |
Expect caller to lock before calling sis_stop()
Various style stuff.
Notes:
svn path=/head/; revision=139717
|
|
|
|
| |
Notes:
svn path=/head/; revision=139715
|
|
|
|
| |
Notes:
svn path=/head/; revision=139714
|
|
|
|
| |
Notes:
svn path=/head/; revision=139708
|
|
|
|
|
|
|
|
|
| |
in revision 1.141.
Lock assertion failures reported by: Kris Kennaway
Notes:
svn path=/head/; revision=139700
|
|
|
|
|
|
|
| |
o Use capitalized "Ethernet" for consistency.
Notes:
svn path=/head/; revision=139699
|
|
|
|
| |
Notes:
svn path=/head/; revision=139696
|
|
|
|
|
|
|
|
|
|
| |
with some revisions of the chip (particularly when using multiple TX
descriptors).
MFC after: 1 week
Notes:
svn path=/head/; revision=139693
|
|
|
|
|
|
|
| |
implemented "sis_nextdesc" pointer to keep a pointer instead.
Notes:
svn path=/head/; revision=139691
|
|
|
|
|
|
|
|
|
|
| |
their fields directly in the softc structure.
This is a no-op which shortens most of the affected source lines
by N * 10 characters.
Notes:
svn path=/head/; revision=139690
|
|
|
|
| |
Notes:
svn path=/head/; revision=139689
|
|
|
|
|
|
|
| |
MFC after: 3 days
Notes:
svn path=/head/; revision=139688
|
|
|
|
|
|
|
|
|
|
| |
class is a reserved word in C++
Submitted by: Markus Brueffer < markus AT brueffer DOT de >
MFC after: 3 days
Notes:
svn path=/head/; revision=139686
|
|
|
|
|
|
|
|
|
|
|
|
| |
interface as well. This is not an expected revision id per the
datasheet, but unfortunately there are such cards out there with
a 82557 chipset, and they want to use the 82503.
PR: kern/75739
Reported by: Andre Albsmeier <andre.albsmeier@siemens.com>
Notes:
svn path=/head/; revision=139683
|
|
|
|
| |
Notes:
svn path=/head/; revision=139682
|
|
|
|
|
|
|
|
|
|
|
| |
- Mark mount, unmount and nmount MPSAFE.
- Add a stub for _umtx_op().
- Mark open(), link(), unlink(), and freebsd32_sigaction() MPSAFE.
Pointy hats to: several
Notes:
svn path=/head/; revision=139681
|
|
|
|
|
|
|
|
|
| |
the free'd element, and ultimate NULL deref of the failed allocation.
MFC after: 1 week
Notes:
svn path=/head/; revision=139680
|
|
|
|
|
|
|
|
|
|
|
| |
(we ignore it).
- Remove code used for handling spoil events, as spoiling is not possible
anymore, because we keep consumers open for writing all the time.
MFC after: 4 days
Notes:
svn path=/head/; revision=139671
|
|
|
|
|
|
|
|
|
| |
all the time. Remove unused code then.
MFC after: 4 days
Notes:
svn path=/head/; revision=139670
|
|
|
|
| |
Notes:
svn path=/head/; revision=139668
|
|
|
|
| |
Notes:
svn path=/head/; revision=139667
|
|
|
|
| |
Notes:
svn path=/head/; revision=139666
|
|
|
|
|
|
|
| |
the partially implemented vnode-readoption code in vgonechrl().
Notes:
svn path=/head/; revision=139665
|