aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Update cachelimit after hashsize and bucketlimit were set.Andrey Zonov2012-10-191-6/+11
* Let SCHED_ULE give affinity to the CPU the tick interrupt triggered onMarius Strobl2012-10-191-1/+3
* Prefer __containerof() over __member2struct().Ed Schouten2012-10-195-7/+8
* Move socket UMA zone initialization functionality together intoAndre Oppermann2012-10-191-17/+16
* Move UMA socket zone initialization from uipc_domain.c to uipc_socket.cAndre Oppermann2012-10-192-17/+23
* Update to previous r241688 to use __func__ instead of spelled out functionAndre Oppermann2012-10-191-2/+2
* Remove splimp() comment from sysinit table and attribute SI_SUB_PROTO_BEGINAndre Oppermann2012-10-191-8/+2
* Fix build.Gleb Smirnoff2012-10-191-2/+2
* Replace deprecated M_DONTWAIT with M_NOWAIT.Tim Kientzle2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo2012-10-193-293/+783
* It seems that it is preferable to keep support for glabel also forAttilio Rao2012-10-184-0/+4
* Remove unnecessary includes from sosend_copyin() and fixAndre Oppermann2012-10-181-10/+4
* Remove double-wrapping of #ifdef ZERO_COPY_SOCKETS withinAndre Oppermann2012-10-181-17/+1
* Remove unneeded D_NEEDMINOR.Ed Schouten2012-10-181-1/+0
* Take advantage of if_baudrate_pf and calculate an effective baud rate onJohn Baldwin2012-10-181-6/+10
* Use if_initbaudrate().John Baldwin2012-10-181-1/+1
* Use if_initbaudrate().John Baldwin2012-10-181-1/+1
* Fix build after r241659.Gleb Smirnoff2012-10-181-1/+1
* Use LOG_WARNING level in in_attachdomain1() instead of printf().Andre Oppermann2012-10-181-2/+2
* Utilize new macro to initialize if_baudrate.Gleb Smirnoff2012-10-181-2/+2
* Mechanically remove the last stray remains of spl* calls from net*/*.Andre Oppermann2012-10-1824-236/+29
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-1815-102/+10
* It turns out that as documented, PCF8563_R_SECOND_VL (i.e. battery low)Marius Strobl2012-10-181-3/+11
* Utilize new macro to initialize if_baudrate.Gleb Smirnoff2012-10-181-1/+1
* Utilize new macro to initialize if_baudrate().Gleb Smirnoff2012-10-181-2/+2
* Add ability to queue nvme_request objects if no nvme_trackers are available.Jim Harris2012-10-184-32/+34
* Preallocate a limited number of nvme_tracker objects per qpair, ratherJim Harris2012-10-184-63/+80
* Create nvme_qpair_submit_request() which eliminates all of the codeJim Harris2012-10-183-48/+36
* Simplify how the qpair lock is acquired and released.Jim Harris2012-10-182-9/+10
* Cleanup uio-related code to use struct nvme_request andJim Harris2012-10-185-86/+118
* Add nvme_ctrlr_submit_[admin|io]_request functions which consolidatesJim Harris2012-10-186-129/+74
* Add struct nvme_request object which contains all of the parameters passedJim Harris2012-10-186-80/+173
* Merge struct nvme_prp_list into struct nvme_tracker.Jim Harris2012-10-187-98/+36
* Add return codes to all functions used for submitting commands to I/OJim Harris2012-10-187-30/+100
* Don't redefine macros defined in if.h and ethernet.h.Gleb Smirnoff2012-10-171-4/+0
* Fix VIMAGE build.Gleb Smirnoff2012-10-171-1/+1
* Avoid potential bad pointer dereference.Ed Maste2012-10-171-1/+1
* provide helper if_initbaudrate() to set if_baudrate_pf and if_baudrate_pf.Maksim Yevmenkin2012-10-173-3/+14
* Avoid panic when a netmap instance cannot obtain memory.Ed Maste2012-10-171-1/+2
* Always provide sndbuf and MSS values in a flowc command, even when theNavdeep Parhar2012-10-172-2/+11
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-1710-24/+0
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-175-29/+0
* zfs: make use of getnewvnode_reserve in zfs_mknode and zfs_zgetAndriy Gapon2012-10-171-0/+7
* Fix build.Xin LI2012-10-171-1/+1
* Whitespace cleanup.Navdeep Parhar2012-10-172-18/+18
* report total number of ports for each lagg(4) interfaceMaksim Yevmenkin2012-10-161-0/+3
* introduce concept of ifi_baudrate power factor. the idea is to workMaksim Yevmenkin2012-10-163-2/+4
* Add support for samsung HM250JIEitan Adler2012-10-161-0/+9
* Fix aha(4) build with i386 LINT (which includes 'device mca').Sergey Kandaurov2012-10-161-1/+2
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-1622-323/+386