summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* In rtrequest and rtinit check for sa_len != 0 for the givenbz2006-05-041-0/+6
* Use G_RAID3_FOREACH_SAFE_BIO() macro instead of G_RAID3_FOREACH_BIO() inpjd2006-05-041-6/+4
* Fix three more bugs in bfe:silby2006-05-042-17/+22
* Add 4Gb Fibre Channel support.mjacob2006-05-041-1/+10
* Remove MPT_PRT_INVARIANT- it was a silly idea.mjacob2006-05-042-8/+3
* Gratuitous tag alignment. It bugged me.mjacob2006-05-041-1/+1
* Hide another common print under bootverbose.scottl2006-05-031-1/+2
* add ath and wlan crypto supportsam2006-05-031-0/+6
* add ath and wlan crypto supportsam2006-05-031-0/+6
* Make amr_linux work as a module by avoiding calling amr_linux_ioctl_intambrisko2006-05-033-127/+41
* Restore the pre-5.x behavior of only beeping if the user makes a badjhb2006-05-031-5/+8
* Allow bus_dmamap_load() to pass ENOMEM back to the caller. This puts it intoscottl2006-05-032-8/+20
* Detect the snapshot file being prematurely unlinked.tegge2006-05-031-0/+10
* Temporarily undo clusters contribution to global runningbufspace whiletegge2006-05-031-0/+4
* A side effect of calling runningbufwakeup() is that bp->b_runningbufspace istegge2006-05-031-3/+10
* Close a race when VOP_LOCK() on a snapshot file is attempted at thetegge2006-05-022-42/+110
* Fix previous commit: the resource returned by rman_reserve_resource()marcel2006-05-021-10/+8
* Only print the driver name and version if bootverbose is set.scottl2006-05-021-1/+2
* Type.yongari2006-05-021-1/+1
* Add various constants for the PAT MSR and the PAT PTE and PDE flags.jhb2006-05-018-0/+127
* Break out socket access control and delivery logic from udp6_input()rwatson2006-05-011-96/+55
* Add a new 'pmap_invalidate_cache()' to flush the CPU caches via thejhb2006-05-0112-5/+145
* Using an idea from Stephan Uphoff, use the empty pte's that correspondpeter2006-05-011-50/+115
* Fix missing changes required for the amd64->i386 conversion. Add thepeter2006-05-011-3/+4
* Add inverted amplifier sense quirks for Sony VAIO VGN B1VP/B1XP.ariff2006-05-011-1/+2
* Don't attach to Marvell 88E805X (Yukon-II) by default, the driver is notsobomax2006-05-011-0/+2
* We shouldn't lock the topology here - we will panic on assertion insidepjd2006-04-301-2/+0
* Remove header pollution.scottl2006-04-301-1/+0
* Remove some header polution.scottl2006-04-303-3/+0
* vn_start_write()/vn_finished_write() is not needed here, becausepjd2006-04-291-2/+0
* Lock giant when assigning ni_vp and keep vfslocked state valid.kris2006-04-291-0/+1
* Add support for fragmenting ipv4 packets.thompsa2006-04-291-7/+85
* Eliminate unnecessary, recursive acquisitions and releases of the pagealc2006-04-291-5/+2
* vn_start_write() is called only when v_type != VCHR, so correspondingpjd2006-04-281-2/+3
* Also check use_pty in the ptmx clone lookup; this means that when ptmxrwatson2006-04-281-0/+3
* Remove the puc-specific hacks. The puc(4) driver now properly usesmarcel2006-04-282-33/+0
* Rewrite of puc(4). Significant changes are:marcel2006-04-2825-2334/+2129
* The nvidia binary blob sometimes defers tx completion notification to thejhb2006-04-281-1/+19
* Ensure outbound data packets in hostap mode are delivered only tosam2006-04-281-1/+12
* Interim fix for pmap problems I introduced with my last commit.peter2006-04-281-82/+65
* Implement the ipend() method of the serdev I/F.marcel2006-04-282-0/+10
* - Don't hold the device sx lock when going to sleep.pjd2006-04-281-6/+23
* - Remove dead code.pjd2006-04-282-17/+18
* Be sure to not destroy device twice. This is not possible in theory, butpjd2006-04-281-2/+13
* Be sure to not destroy device twice. This is not possible in theory, butpjd2006-04-281-2/+13
* Tweak the DMA limit from rev 1.33, it was off by one byte.silby2006-04-281-1/+1
* Switch all bus_dmamap_sync calls that used PREREAD to PREWRITE and allsilby2006-04-281-10/+10
* Enable the rr232x driver for amd64.scottl2006-04-284-0/+14
* Fix a typo.scottl2006-04-281-1/+1
* Fix a typo that slipped in right before commit.scottl2006-04-281-1/+1
OpenPOWER on IntegriCloud