summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update smp related documentation after recent changesavg2011-07-303-27/+13
* smp_rendezvous: master cpu should wait until all slaves are fully doneavg2011-07-301-31/+23
* Fix serious bug in ZIL that can lead to pool corruptionmm2011-07-302-17/+59
* Fix wrong initialization of "cmd" for calling the jail/unjail ioctl.mm2011-07-301-1/+2
* Fix accidential dos-style endings to unix-style line endingsmm2011-07-301-6/+6
* Fix invalid assertion of C++ external static data member declarationsmm2011-07-302-1/+7
* Fix a race in the device pager allocation. If another thread won andkib2011-07-301-2/+9
* Fix the devmtx lock leak from make_dev(9) when the old device cloningkib2011-07-301-1/+2
* Fix incorrect error reporting during the dfs ioctl function.adrian2011-07-301-3/+3
* Introduce the FRAC_5G EEPROM parameter.adrian2011-07-304-6/+26
* Prepare for embedded use of the AR9285/AR9287.adrian2011-07-302-12/+33
* Fix AR5416 radar parameter initialisation.adrian2011-07-301-8/+9
* Introduce a tunable to disable the time consuming parts of bootupbz2011-07-303-3/+36
* Fix the initial calibration sample count when doing ADC calibrations.adrian2011-07-301-2/+2
* Fix ANI handling to work correctly when (trying) to receive radar errors.adrian2011-07-302-30/+93
* Bring over AR5416 specific RX filter get/set routines.adrian2011-07-303-0/+44
* MFprojects/hid:mav2011-07-303-25/+69
* I noticed that the Merlin NICs I had (AR9220, AR9280) never completedadrian2011-07-301-2/+9
* Fix the AR9280 initial AGC calibration code.adrian2011-07-301-23/+20
* Add new device id of D-Link DGE-530T Rev. C controller. DGE-503Tyongari2011-07-302-0/+3
* Fix an error that could cause sysctl -a to enter an infinite loop in thenwhitehorn2011-07-301-6/+6
* Mount memsticks read-only by default to prevent them being filled bynwhitehorn2011-07-303-3/+3
* Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEPmckusick2011-07-306-37/+36
* Reset the NIC if ANI is enabled or disabled.adrian2011-07-291-1/+15
* Make ums(4) driver more picky, not attaching to "mouses" with absolutemav2011-07-291-8/+40
* In some cases, at least on Marvell 88SE912x controllers, Current Commandmav2011-07-292-6/+15
* Add control for ATA disk read-ahead, alike to the previously added writemav2011-07-291-11/+102
* In some cases failed SATA disks may report their presence, but don'tmav2011-07-291-8/+19
* Properly initialize an error variable to avoid returning uninitializedjhb2011-07-291-0/+1
* - Send the RELSIM_ADJUST_OPENINGS in response to a MPI_EVENT_QUEUE_FULL usingmarius2011-07-293-2/+86
* - Staticize functions as appropriate and comment out unused ones.marius2011-07-298-96/+152
* Revert my last change to this file, as BETA1 is not announced yet.bcr2011-07-281-6/+1
* Add a section to the jail chapter that explains why it is notbcr2011-07-281-1/+6
* To inet or not two inet. Unbreak static IPv4 configuration. If you triedbz2011-07-281-1/+1
* Looks like we're ready for 9.0-BETA1 builds.kensmith2011-07-261-1/+1
* Document the tftp.blksize variable added in src/lib/libstand/tftp.c.rodrigc2011-07-251-0/+5
* This a follow up commit from r224216 for powerpc 32-bit. Increaseandreast2011-07-251-2/+2
* remove RESTARTABLE_PANICS optionavg2011-07-257-42/+0
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-246-26/+29
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-247-43/+44
* Document the potential for jail escape.gjb2011-07-241-1/+8
* Fix various broken links in manual pages.gjb2011-07-2310-22/+19
* Do not try to execute FLUSHCACHE on close and print extra messages formav2011-07-231-2/+4
* Revert the apparently-unecessary module_path twiddling from r223917dougb2011-07-221-15/+2
* Default debugging error messages to off for journaled soft updates sysctls.mckusick2011-07-221-5/+3
* Fix the following bugs related to the SCTP support of netstat:tuexen2011-07-221-113/+204
* - Use mutex to serialize index/data register pair usage, whenmav2011-07-226-13/+94
* Add missing XHCI early takeover code. The XHCI takeover codehselasky2011-07-221-1/+66
* Turn on AUDIT_ARG_RIGHTS() for cap_new(2).jonathan2011-07-221-2/+0
* Implement a basic radar parameter API in the dfs_null module.adrian2011-07-221-3/+71
OpenPOWER on IntegriCloud