summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge revision 1.715 from OpenBSD:glebius2012-06-061-2/+2
* Fix the build.pluknet2012-06-061-1/+1
* Remove spurious ARM symbols from lookup table.fabient2012-06-061-0/+8
* mdoc: add missing -width argument to Bl -tag.joel2012-06-0615-16/+16
* ATA/SATA controllers have no idea about protocol of the connected devicemav2012-06-065-9/+27
* Enhance the Atmel SoC chip identification routines to account for moreimp2012-06-069-82/+255
* Check the return value of pci_find_cap()kevlo2012-06-061-6/+7
* Fix licenseemax2012-06-051-10/+10
* Add a very simple debug tool that would dump list of interfaces,emax2012-06-052-0/+200
* The cmsg_len field includes the cmsg header. So use CMSG_LEN().tuexen2012-06-051-4/+4
* Use default error handler when flushing disk caches.mav2012-06-051-1/+1
* mdoc police.obrien2012-06-051-22/+30
* Don't crash trying to load symbols from striped file.glebius2012-06-051-0/+2
* Fix a small typo. Fireware -> firmware.ed2012-06-051-1/+1
* 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
OpenPOWER on IntegriCloud