summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+14
* Add missing bus_dmamap_sync() calls for the work DMA map.marius2011-03-061-1/+17
* - Allocate the DMA memory used for the work area as coherent as at leastmarius2011-03-061-3/+4
* - Allocate the DMA memory shared between the host and the controller asmarius2011-03-063-31/+41
* Mention setloginclass(2) in login_class(3).trasz2011-03-061-2/+7
* Move getloginclass(2) and setloginclass(2) to FBSD_1.2, where they should'vetrasz2011-03-061-2/+2
* Add FBSD_1.2; syscalls added in 9-CURRENT are supposed to go there.trasz2011-03-061-0/+3
* Add manual page for getloginclass(2) and setloginclass(2).trasz2011-03-062-2/+100
* Fix libzpool build.pjd2011-03-063-1/+5
* Obligatory first commit to the include myself in the list ofkargl2011-03-061-0/+3
* Add an EEPROM op that extracts out the power table offset.adrian2011-03-062-0/+8
* Make renaming of a ZVOL, ZVOL's parent directory and ZVOL snapshot work.pjd2011-03-055-2/+77
* Simplify zvol_remove_minors() a bit.pjd2011-03-051-7/+8
* Change HALDEBUG() to be a macro that conditionally calls the debug output rou...adrian2011-03-052-4/+11
* Style(9) fix.dchagin2011-03-051-2/+2
* Partially reworked r219042.dchagin2011-03-051-29/+21
* Add two missing vertical bars.gavin2011-03-051-2/+2
* Export login class information via kinfo and make it possible to viewtrasz2011-03-057-3/+37
* sh: Fix some warnings in code for arithmetic expressions.jilles2011-03-052-3/+5
* Regenerate.trasz2011-03-0510-12/+75
* Add two new system calls, setloginclass(2) and getloginclass(2). This makestrasz2011-03-0516-7/+344
* Be sure to stay within the bounds of the mod_str array when displayingnp2011-03-051-2/+6
* There is no need to hold an ingress queue's lock while processing itsnp2011-03-051-8/+0
* Calculate how many descriptors can be reclaimed before callingnp2011-03-051-37/+53
* Tweaks for rx:np2011-03-052-85/+112
* Store the ifnet rather than the port_info in each txq and rxq struct.np2011-03-053-10/+10
* A txpkts work request should have a valid FID.np2011-03-052-2/+5
* Upgrade the firmware on the card automatically if a better version isnp2011-03-052-17/+58
* Resume tx immediately in response to an SGE egress update from the hardware.np2011-03-053-42/+90
* Fix incorrect assertion.np2011-03-051-4/+5
* Flush both reads *and* writes to registers.mjacob2011-03-051-1/+1
* Use ffs() to locate free bits in the inode bitmap rather than a loop withjhb2011-03-041-10/+6
* Fix a panic that can happen when trying to destroy a lagg(4) with scheduler s...eri2011-03-041-1/+2
* Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, just liketrasz2011-03-041-2/+2
* POSIX.1-2008 moved some constants from the XSI option to the Base.jilles2011-03-042-5/+8
* One more fix. Now all ACL tests pass again.trasz2011-03-041-1/+1
* Adapt tools-crossfs.test to the new semantics.trasz2011-03-041-17/+9
* Make acl_strip_np(3) use new trivial ACL format for NFSv4 ACls (threetrasz2011-03-041-1/+1
* Adapt NFSv4 ACL regression test to the fact that the new ZFS usestrasz2011-03-041-2/+2
* Make ACL tests slightly easier to run.trasz2011-03-044-5/+5
* - Add a FEATURE for capsicum (security_capabilities).netchild2011-03-042-1/+3
* Add the Buffalo (Melco Inc.) WLI-UC-G301Ndaichi2011-03-043-0/+3
* Fix some _POSIX minimum/maximum values in limits.h:jilles2011-03-031-4/+15
* The sample rate module currently does the slightly wrong thing whenadrian2011-03-031-0/+1
* Print out shared flag for debug purpose.dchagin2011-03-031-8/+8
* Don't automatically send a START UNIT to sequential access devices-mjacob2011-03-031-0/+9
* Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED,dchagin2011-03-031-1/+1
* Make "struct pts_softc" point to ucred instead of uidinfo. This is no-op,trasz2011-03-031-12/+10
* Unbreak the build for no options INET6.bz2011-03-032-0/+8
* MFi386: revision 219186nyan2011-03-031-22/+7
OpenPOWER on IntegriCloud