aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Glue the arcmsr driver into the tree.Scott Long2005-03-317-0/+19
* Add a manual page for the arcmsr driver.Scott Long2005-03-312-0/+108
* Always free the returned env pointer even it doesn't indicate we're inNate Lawson2005-03-311-2/+3
* Add a check for cpufreq_unregister() being called with no cpufreq deviceNate Lawson2005-03-311-0/+5
* Additions to .PATH are cumulative so referencing $.PATH is not helpful.Nate Lawson2005-03-311-1/+1
* Add the Areca SATA RAID driver (arcmsr). This supports the ARC-11xx and 12xxScott Long2005-03-313-0/+7535
* If resource allocation fails, we could wind up freeing the cdev without itScott Long2005-03-312-2/+4
* reclaim mbufs in failure casesSam Leffler2005-03-311-0/+2
* Fix an amd64 issue I overlooked. When setting up a callout toBill Paul2005-03-311-3/+26
* - Move the doc project docs over to disc2 to free up some room for futureJohn Baldwin2005-03-311-0/+11
* Rewrite SA-05:01.telnet entry based on nectar's original commitBruce A. Mah2005-03-312-8/+10
* New release notes: SA-05:01.telnet (+MFC), restore(8) can once againBruce A. Mah2005-03-312-4/+24
* Change the ata_* methods to use a channel device instead of aSøren Schmidt2005-03-3111-142/+141
* Remove the print/acroread package due to licensing concerns.Ken Smith2005-03-311-1/+0
* Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp2005-03-3116-5/+26
* Document the new -A flag for ignoring archive errors.Hartmut Brandt2005-03-311-2/+5
* Almost complete rewrite of the archive code (except for the Makefile parsingHartmut Brandt2005-03-313-430/+499
* Move the MAX macro to a util.h so it becomes usable in other modules.Hartmut Brandt2005-03-312-4/+4
* cdev (still) needs per instance uid/gid/modePoul-Henning Kamp2005-03-313-15/+22
* Rename dev_ref() to dev_refl()Poul-Henning Kamp2005-03-313-3/+3
* Correct the PCI ID for the SiS 965, and add support for the SATA partSøren Schmidt2005-03-312-3/+5
* MFC: re(4) ALTQ support and replace of some RFC derived manual pages.Hiroki Sato2005-03-312-4/+4
* Remove check of numpst to allow more K8 variants to attach. The otherNate Lawson2005-03-311-1/+7
* Add note about PowernowNate Lawson2005-03-311-0/+2
* Add note about powerd(8)Nate Lawson2005-03-311-0/+7
* - Fix botched LK_NOWAIT removal. I mistakenly thought this compiled asJeff Roberson2005-03-311-1/+1
* - FFS supports shared locks, clear LK_NOSHARE from our vnode locks.Jeff Roberson2005-03-311-1/+2
* - Disable vfs shared locks by default. They must be specifically enabledJeff Roberson2005-03-311-1/+5
* - Set LK_NOSHARE for snapshot locks. snapshots require exclusive onlyJeff Roberson2005-03-312-22/+2
* - Add a LK_NOSHARE flag which forces all shared lock requests to beJeff Roberson2005-03-312-1/+6
* check copyin return value (and while we're at it copyout too)Sam Leffler2005-03-311-8/+14
* remove useless ptr check; cur_column can never be nullSam Leffler2005-03-311-1/+1
* handle potential null ptrSam Leffler2005-03-311-1/+3
* - apause() has been retired, remove LK_NOPAUSE as well.Jeff Roberson2005-03-311-1/+0
* - LK_NOPAUSE is a nop now.Jeff Roberson2005-03-319-17/+17
* - LK_NOPAUSE is a nop now.Jeff Roberson2005-03-311-1/+1
* - Remove apause(). It makes no sense with our present mutex implementationJeff Roberson2005-03-311-40/+0
* Don't define FS_DEBUG by default, as this causes growfs to write debuggingRobert Watson2005-03-311-1/+0
* Don't default to '/var/tmp/ffsinfo' for the output of ffsinfo(8), sinceRobert Watson2005-03-312-8/+8
* atapicam is broken, so comment it out since it may take a while to fix it.Warner Losh2005-03-311-1/+1
* Catch up with ATA-mkIIIPeter Grehan2005-03-313-53/+4
* Checkpoint today's tidy-up of the WIP disassembler. It now agrees withPeter Wemm2005-03-301-11/+40
* Commit my checkpoint of db_disasm.c that I hacked to understand some amd64Peter Wemm2005-03-301-78/+115
* style(9) nitsWarner Losh2005-03-301-2/+3
* close unlikely raceSam Leffler2005-03-301-2/+2
* correct commentSam Leffler2005-03-301-3/+3
* print new stats for cts burst extension logicSam Leffler2005-03-301-0/+2
* o fix bug where rate wouldn't lift off lowest setting when operating asSam Leffler2005-03-301-24/+47
* rev rate control api to pass the both the first+last tx descriptorsSam Leffler2005-03-304-6/+6
* o extend cts to cover packet burst when operating in 11g w/ protectionSam Leffler2005-03-303-29/+70