summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add DTrace's io.d, which handles tranlsations for file, buffer andgnn2012-06-051-0/+220
* Before it gets lost in the noise.emax2012-06-051-1/+1
* Remove repeated words.joel2012-06-054-4/+4
* Minor spelling fixes.joel2012-06-051-2/+2
* Remove end of line whitespace.joel2012-06-051-13/+13
* RAID is an acronym.obrien2012-06-051-3/+3
* Various mdoc fixes.joel2012-06-051-8/+9
* Only build filemon(4) on x86.obrien2012-06-051-2/+6
* Correct examples to the latest version I had.obrien2012-06-052-9/+15
* Add missing newlines into XML output.mav2012-06-051-5/+5
* 1) Although unpublished version of standardache2012-06-051-17/+6
* Remove dead code.imp2012-06-051-140/+0
* Plug two interface address refcount leaks in early error return casesbz2012-06-051-1/+6
* Add mangled symbols for operator new / delete on 64-bit platforms.des2012-06-051-1/+9
* Tune and add some more CAM_DEBUG() points for the probe sequences.mav2012-06-052-39/+44
* Replace #ifdef CAMDEBUG + if + panic() with single KASSERT().mav2012-06-051-7/+2
* Do not reinvent a wheel and let default error handler do its job.mav2012-06-051-25/+4
* Tune and add some missing CAM_DEBUG() points for better consistency.mav2012-06-055-16/+48
* Mostly revert previous commit(s). After doing a bunch of local testing,adrian2012-06-053-18/+1
* style(9) for r236563.glebius2012-06-051-2/+2
* Create a function - ath_tx_kick() - which is called where ath_start() isadrian2012-06-053-10/+17
* Fix style nit: don't use leading zero for dates in .Ddeadler2012-06-059-9/+9
* More wording corrections and simplifications.wblock2012-06-051-5/+5
* Add a regression test for filemon(4) [r236592].obrien2012-06-043-0/+144
* Add a man page for filemon(4) [r236592].obrien2012-06-042-0/+167
* Add the 'filemon' device. 'filemon' is a kernel module that provides a deviceobrien2012-06-046-0/+1292
* Lines were a bit too long. Wrap some of them to 60 columns.sbruno2012-06-041-14/+27
* Upgrade to 9.8.3-P1, the latest from ISC. This version containsdougb2012-06-044-9/+19
* Migrate the TX path to a taskqueue for now, until a better way ofadrian2012-06-044-4/+20
* 1) IEEE Std 1003.1-2008, "errno" section, is explicit thatache2012-06-041-6/+16
* The loaddev environment variable is not modifiable once set, so it is notmarius2012-06-041-14/+16
* The workaround added in r151650 for handling firmwares that don't allowmarius2012-06-041-68/+56
* Fix build of aicasm when CC=clang. This was due to a side-effect of thedim2012-06-041-2/+1
* Allow the -p argument to kdump to accept either a PID or a thread ID.jhb2012-06-042-5/+7
* Plug more refcount leaks and possible NULL deref for interfaceemax2012-06-041-1/+4
* Replace the use of wall clock time with monotonically increasingdelphij2012-06-042-4/+4
* Make aicasm compile without warnings if -Wpointer-sign is enabled.dim2012-06-041-1/+1
* Integrate a fix for a very odd signal delivery problem foundgnn2012-06-042-14/+24
* Fix DTrace TSC skew calculation:zml2012-06-042-2/+2
* Add myself as a new committer.mjg2012-06-041-0/+2
* Microoptimisation of code from r236560, also coming from Nginx Inc.glebius2012-06-041-6/+4
* Optimise kern_sendfile(): skip cycling through the entire mbuf chain inglebius2012-06-041-4/+10
* Fix panic introduced by r235745. Panic occurs after first packet traverse ren...melifaro2012-06-041-2/+22
* Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBEmav2012-06-042-3/+11
* Remove some dead code that I doubt will ever be implemented.mav2012-06-041-108/+0
* Document -r option in SYNOPSIS and usage statement.trociny2012-06-042-3/+3
* On a child exit, call waitpid(2) to clean up the process table.trociny2012-06-041-0/+4
* Restore changes accidentally removed in r235537.gber2012-06-041-0/+3
* Eliminate the now-unused AT91C_MASTER_CLOCK option and change the oneimp2012-06-042-3/+2
* Various small changes to PV entry management:alc2012-06-043-36/+37
OpenPOWER on IntegriCloud