aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add new USB ID.Hans Petter Selasky2013-03-182-0/+2
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,Justin Hibbits2013-03-1811-65/+1457
* r119712 introduced SIS_TYPE_83816 but it was not actually set inPyun YongHyeon2013-03-182-3/+2
* Print out the current fifo queue depth correctly - not just the maxAdrian Chadd2013-03-181-1/+2
* Dump out information about the RX descriptor free list and FIFO information.Adrian Chadd2013-03-181-0/+16
* Log some more information when the RX buffer allocation failed.Adrian Chadd2013-03-181-2/+5
* Sync back vmcontention branch into HEAD:Attilio Rao2013-03-1814-448/+997
* Eliminate an intermediate buffer and some memcpy() operations, and doIan Lepore2013-03-171-67/+43
* Fix typo in sysctl descriptionMartin Matuska2013-03-171-1/+1
* Remove negative name cache entry pointing to the target name, whichKonstantin Belousov2013-03-172-0/+2
* In m_align() add assertions that mbuf is virgin, similar to assertionsGleb Smirnoff2013-03-171-4/+12
* Add MEXT_ALIGN() macro, similar to M_ALIGN() and MH_ALIGN(), but forGleb Smirnoff2013-03-171-1/+13
* In m_megapullup() instead of reserving some space at the end of packet,Gleb Smirnoff2013-03-171-10/+6
* Fix a typo in a comment.Rui Paulo2013-03-171-1/+1
* In the uart module build ofw_bus_if.h on arm along with sparc64 as LINTAndrew Turner2013-03-171-0/+3
* Add a macro that gets the physical address of a memory mapped deviceIan Lepore2013-03-174-8/+13
* The -mno-apcs-frame argument is unavaliable on clang, also ignore it there.Andrew Turner2013-03-171-1/+1
* Require CAP_SEEK if both O_APPEND and O_TRUNC flags are absent.Pawel Jakub Dawidek2013-03-161-1/+1
* Add __aeabi_memset to libkern, implemented using memset, as clang mayAndrew Turner2013-03-162-0/+50
* Fix the '-Wtautological-compare' warning emitted by clang for comparing theNeel Natu2013-03-161-1/+1
* Allow vmm stats to be specific to the underlying hardware assist technology.Neel Natu2013-03-164-10/+43
* Style: Whitespace fixes.Pawel Jakub Dawidek2013-03-161-3/+2
* Style: Remove redundant space.Pawel Jakub Dawidek2013-03-161-1/+1
* Hide version string under verbose.Joel Dahl2013-03-161-2/+6
* - Replace compat macros with function calls.Gleb Smirnoff2013-03-163-3/+3
* - Replace compat macros with function calls.Gleb Smirnoff2013-03-161-17/+15
* Contrary to what the deleted comment said, the m_move_pkthdr()Gleb Smirnoff2013-03-161-35/+10
* Add END to ARM libkern assembly functionsAndrew Turner2013-03-164-1/+19
* Move the __aeabi_unwind_cpp_pr{0,1,2} functions to libkern so they can beAndrew Turner2013-03-163-23/+59
* The compiler argument -mno-apcs-frame has no meaning when using EABI as weAndrew Turner2013-03-161-0/+2
* Implement the required but unused __aeabi_unwind_cpp_* functions in theAndrew Turner2013-03-161-0/+15
* Fix the indentation for a few commands that were missed or incorrectlyAndrew Turner2013-03-161-3/+3
* Adjust the indentation of the trampoline compilation to make the commandsAndrew Turner2013-03-161-19/+18
* Add an END macro to ARM. This is mostly used to tell gas where the boundsAndrew Turner2013-03-1636-13/+355
* Sort syscalls properly.Pawel Jakub Dawidek2013-03-151-1/+1
* Why'd I keep this here? remove it entirely now.Adrian Chadd2013-03-151-2/+0
* Fix two bugs:Adrian Chadd2013-03-151-3/+8
* Add support for Exar XR17V358 8-port serial device to puc(4)Ryan Stone2013-03-151-0/+20
* Separate the copyright lines and the informational block by a blank line.Konstantin Belousov2013-03-151-0/+1
* - Use m_getcl() instead of hand allocating.Gleb Smirnoff2013-03-154-104/+51
* We can, and should use M_WAITOK here.Gleb Smirnoff2013-03-151-1/+1
* Add my copyright for the 2012 year work, in particular vn_io_fault()Konstantin Belousov2013-03-151-0/+5
* Use m_get/m_gethdr instead of compat macros.Gleb Smirnoff2013-03-1510-22/+16
* - Use m_getcl() instead of hand allocating.Gleb Smirnoff2013-03-151-12/+8
* - Use m_getcl() instead of hand allocating.Gleb Smirnoff2013-03-151-11/+8
* - Use m_getcl() instead of hand allocating.Gleb Smirnoff2013-03-154-33/+22
* Use m_getcl() instead of hand made allocation.Gleb Smirnoff2013-03-151-10/+5
* Implement the helper function vn_io_fault_pgmove(), intended to use byKonstantin Belousov2013-03-152-0/+41
* Use m_get() and m_getcl() instead of compat macros.Gleb Smirnoff2013-03-153-7/+8
* Use m_get2() + m_align() instead of hand made key_alloc_mbuf(). CodeGleb Smirnoff2013-03-151-104/+50