aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* One more major cam_periph_error() rewrite to improve error handling andAlexander Motin2012-06-0910-537/+263
* Correct panic message.Pawel Jakub Dawidek2012-06-091-1/+1
* Fix typo introduced in r236559.Alexander V. Chernikov2012-06-091-1/+1
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofMitsuru IWASAKI2012-06-0917-681/+280
* Split the second half of vn_open_cred() (after a vnode has been found viaJohn Baldwin2012-06-083-158/+83
* Plug socket refcount leak on error in sys_sctp_peeloff.Mateusz Guzik2012-06-081-2/+2
* Add IDs for Marvell 88SE9220/9230/9235 PCIe 2.0 x2 6Gbps SATA controllers.Alexander Motin2012-06-081-0/+3
* Add support for the Sunix SER5437A dual serial PCI Express card.John Hay2012-06-081-0/+6
* In fdalloc() f_ofileflags for the newly allocated descriptor has to be 0.Pawel Jakub Dawidek2012-06-071-3/+2
* Eliminate redundant variable.Pawel Jakub Dawidek2012-06-071-5/+1
* Correct typo(?) and actually set PTHRESH to 32 and not 16 as per IntelMaksim Yevmenkin2012-06-071-1/+1
* Plug file reference leak in capability failure case.Pawel Jakub Dawidek2012-06-071-1/+1
* Sort includes.Mikolaj Golub2012-06-071-1/+1
* Add VIMAGE support to if_tap.Mikolaj Golub2012-06-071-0/+11
* Add CAM_DEBUG_INFO debug messages for periph created/invalidated/destroyedAlexander Motin2012-06-072-3/+29
* To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,Alexander Motin2012-06-077-78/+60
* Fix typo.Pyun YongHyeon2012-06-071-2/+2
* Fix a logic error when use PCIY_PMG capabilityKevin Lo2012-06-071-1/+1
* Remove declaration of scsi_interpret_sense(), removed 11 years ago.Alexander Motin2012-06-061-13/+0
* Fix a memory leak in the kernel case in scsi_command_string().Kenneth D. Merry2012-06-061-0/+4
* Improve handling of uiomove(9) errors for the NFS client.Konstantin Belousov2012-06-061-8/+48
* Remove stray break; that resulted from a last-minute, untested change.Warner Losh2012-06-061-1/+0
* Merge revision 1.715 from OpenBSD:Gleb Smirnoff2012-06-061-2/+2
* Fix the build.Sergey Kandaurov2012-06-061-1/+1
* ATA/SATA controllers have no idea about protocol of the connected deviceAlexander Motin2012-06-065-9/+27
* Enhance the Atmel SoC chip identification routines to account for moreWarner Losh2012-06-069-82/+255
* Check the return value of pci_find_cap()Kevin Lo2012-06-061-6/+7
* Use default error handler when flushing disk caches.Alexander Motin2012-06-051-1/+1
* Before it gets lost in the noise.Maksim Yevmenkin2012-06-051-1/+1
* Only build filemon(4) on x86.David E. O'Brien2012-06-051-2/+6
* Add missing newlines into XML output.Alexander Motin2012-06-051-5/+5
* Remove dead code.Warner Losh2012-06-051-140/+0
* Plug two interface address refcount leaks in early error return casesBjoern A. Zeeb2012-06-051-1/+6
* Tune and add some more CAM_DEBUG() points for the probe sequences.Alexander Motin2012-06-052-39/+44
* Replace #ifdef CAMDEBUG + if + panic() with single KASSERT().Alexander Motin2012-06-051-7/+2
* Do not reinvent a wheel and let default error handler do its job.Alexander Motin2012-06-051-25/+4
* Tune and add some missing CAM_DEBUG() points for better consistency.Alexander Motin2012-06-055-16/+48
* Mostly revert previous commit(s). After doing a bunch of local testing,Adrian Chadd2012-06-053-18/+1
* style(9) for r236563.Gleb Smirnoff2012-06-051-2/+2
* Create a function - ath_tx_kick() - which is called where ath_start() isAdrian Chadd2012-06-053-10/+17
* Fix style nit: don't use leading zero for dates in .DdEitan Adler2012-06-051-1/+1
* Add the 'filemon' device. 'filemon' is a kernel module that provides a deviceDavid E. O'Brien2012-06-046-0/+1292
* Migrate the TX path to a taskqueue for now, until a better way ofAdrian Chadd2012-06-044-4/+20
* The loaddev environment variable is not modifiable once set, so it is notMarius Strobl2012-06-041-14/+16
* The workaround added in r151650 for handling firmwares that don't allowMarius Strobl2012-06-041-68/+56
* Fix build of aicasm when CC=clang. This was due to a side-effect of theDimitry Andric2012-06-041-2/+1
* Plug more refcount leaks and possible NULL deref for interfaceMaksim Yevmenkin2012-06-041-1/+4
* Make aicasm compile without warnings if -Wpointer-sign is enabled.Dimitry Andric2012-06-041-1/+1
* Integrate a fix for a very odd signal delivery problem foundGeorge V. Neville-Neil2012-06-042-14/+24
* Fix DTrace TSC skew calculation:Zachary Loafman2012-06-042-2/+2