summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Tx/Rx checksum offload ioctl handling and make Rx handler honoryongari2008-11-251-9/+26
* Make fxp(4) build with FXP_IP_CSUM_WAR.yongari2008-11-251-2/+2
* Sort head files and removed ununsed header file.yongari2008-11-251-13/+9
* Fix various whitespace botches, mostly having them at the end of a line.imp2008-11-251-15/+13
* Whitespace fix.yongari2008-11-253-25/+25
* Add support for Marvell PATA M88SX6121.rpaulo2008-11-252-0/+2
* Replace disclaimer with the one from COPYRIGHT. Joint authors aggreedimp2008-11-253-30/+33
* Replace three magic constants with L1_S_SIZE, since that's what isimp2008-11-251-3/+3
* Tweak the disclaimer section of the license to match COPYRIGHT, forimp2008-11-2527-270/+298
* Correct typo in comment: thier -> theiremaste2008-11-241-1/+1
* Restore sfence semantics in mxge after the introductiongallatin2008-11-242-25/+25
* Make sure arc4random(9) is properly seeded when /etc/rc.d/initrandom returns.cperciva2008-11-242-3/+24
* use consistent stylesam2008-11-241-10/+8
* This actually works on Linux, I just had wrong directory permission.pjd2008-11-241-4/+0
* Include TODO messages even if tests succeeds, so we can detect when somethingpjd2008-11-241-6/+18
* Change the universe target to warn the user for every world or kernel thatdes2008-11-241-8/+14
* Correction: these PMCs do not support a "umask" modifier.jkoshy2008-11-243-9/+0
* - Document the rules used to determine when spellings of eventsjkoshy2008-11-241-16/+24
* Save the value read from TX queue CSR, so we don't test against ayongari2008-11-241-1/+1
* print the extended tx/rx descriptor for 5416 and later partssam2008-11-241-9/+32
* nuke special handling of RXORN interrupt; the hal marks the FATALsam2008-11-242-17/+4
* Document ale(4).delphij2008-11-242-0/+5
* Fixed style issues with variable ordering and naming, spacing andscf2008-11-232-77/+99
* Remove DELAY() on hdac_audio_commit().mav2008-11-231-1/+0
* Eliminate an unused variable reported by coverityimp2008-11-231-4/+2
* It's possible that the dump device has gone away after it wasdwmalone2008-11-231-1/+1
* Make the new CCEQ macro a little more like the old one - first dodwmalone2008-11-231-1/+1
* Add a test for r185231.stefanf2008-11-231-0/+9
* Fix $? at the first command of a function. The previous exit status was savedstefanf2008-11-231-0/+1
* Do not use soft PCM volume for digital outputs to allow SPDIF AC3 bypassmav2008-11-231-4/+8
* Mark all the places where Linux is not POSIX-compilant. Tested on ext3.pjd2008-11-233-0/+8
* Don't use PRIV_ROOT. Here we check if user can share ZFS file system, sopjd2008-11-231-2/+1
* fstest for Linux:pjd2008-11-239-56/+53
* Remove vfs_mountedon(9) manual page. The vfs_mountedon(9) has beenhrs2008-11-232-78/+0
* Strictly differentiate digital and analog PCM devices according to codecmav2008-11-232-58/+91
* vn_fullpath(9) does not assume vp is locked by the caller now.hrs2008-11-231-3/+3
* fstest for Linux:pjd2008-11-231-2/+26
* FreeBSD's way of handling rmdir("..") is not POSIX-compilant.pjd2008-11-231-9/+3
* Shorter version.pjd2008-11-231-14/+4
* Add support for pathconf(2).pjd2008-11-231-1/+57
* Detect operating system automatically.pjd2008-11-231-5/+21
* Enhance the explanation of using filesystem-specific mount optionskeramida2008-11-231-3/+28
* fstest for Linux:pjd2008-11-231-4/+27
* Report card erase sector size as disk stripe size.mav2008-11-231-0/+2
* Improve detach handling: close races, flush queue.mav2008-11-231-13/+16
* Implement -T option as found in Linux df(1). When given, file system typepjd2008-11-232-7/+19
* Add backward compatibility ifdefs for non-multiq kernelskmacy2008-11-233-2/+29
* correct sortingsam2008-11-231-1/+1
* work around periodic leak on queue overrun by enabling coalescing of packets ...kmacy2008-11-231-1/+1
* buf_ring_peek should return NULL if the ring is empty rather thankmacy2008-11-231-1/+4
OpenPOWER on IntegriCloud