aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* Add osd_reserve() and osd_set_reserved(), which allow M_WAITOK allocationJamie Gritton2016-03-301-0/+8
* The sendfile(2) allows to send extra data from userspace before the fileGleb Smirnoff2016-03-292-4/+3
* Move pccard_safe_quote() up to subr_bus.c and rename toWarner Losh2016-03-281-0/+1
* Add td_swinvoltick to track last involuntary context switchConrad Meyer2016-03-251-0/+1
* Space and style(9) corrections for recent mbuf changes.Gleb Smirnoff2016-03-241-4/+6
* Generalize IPI support for ARM intrng and use it for interruptSvatopluk Kraus2016-03-241-4/+4
* Move mbuf provider under SDT to indicate that it is FreeBSD specificGeorge V. Neville-Neil2016-03-241-17/+15
* Add an mbuf provider to DTrace.George V. Neville-Neil2016-03-221-9/+47
* Regen.John Baldwin2016-03-213-3/+3
* Fully handle size_t lengths in AIO requests.John Baldwin2016-03-211-1/+1
* Track filemon usage via a proc.p_filemon pointer rather than its own lists.Bryan Drewery2016-03-212-1/+3
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-182-2/+2
* Add ummax()/ummin() to libkern.Justin Hibbits2016-03-181-0/+10
* fail(9): Only gather/print stacks if STACK is enabledConrad Meyer2016-03-171-1/+3
* Improve the implementation and documentation of theHans Petter Selasky2016-03-161-2/+4
* fail(9): Upstreaming some fail point enhancementsConrad Meyer2016-03-162-54/+196
* Provide sysctl(9) macro to deal with array of counter(9).Gleb Smirnoff2016-03-151-0/+21
* Revert r296868. The cast is useful to protect against passing incorrectGleb Smirnoff2016-03-141-1/+2
* Remove useless cast in SYSCTL_ADD_COUNTER_U64 macro.Gleb Smirnoff2016-03-141-2/+1
* Clean up repeated "All rights reserved"Ryan Stone2016-03-142-2/+2
* Regen.John Baldwin2016-03-122-39/+20
* Bump __FreeBSD_version for libelf cross-endian fix in r296685Ed Maste2016-03-121-1/+1
* Remove cn_consume from 'struct componentname'. It was never set to anythingEdward Tomasz Napierala2016-03-121-1/+0
* Fix autofs triggering problem. Assume you have an NFS server,Edward Tomasz Napierala2016-03-121-0/+1
* Add raw RX-50 support. These are 400k single sided disks with 80Warner Losh2016-03-101-0/+1
* Regen.John Baldwin2016-03-093-27/+27
* Simplify AIO initialization now that it is standard.John Baldwin2016-03-093-2/+3
* Upgrade our copies of clang, llvm, lldb and compiler-rt to 3.8.0Dimitry Andric2016-03-051-1/+1
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-031-2/+2
* If callout_stop_safe() noted that the callout is currently executing,Konstantin Belousov2016-03-021-1/+7
* Refactor the AIO subsystem to permit file-type-specific handling andJohn Baldwin2016-03-014-12/+127
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-1/+0
* Mark other parts of interrupt framework as INTR_SOLO option specific.Svatopluk Kraus2016-03-011-0/+2
* New way to manage reference counting of mbuf external storage.Gleb Smirnoff2016-03-011-19/+29
* buf_ring/drbr: Add buf_ring_peek_clear_sc and use it in drbr_peekSepherosa Ziehau2016-02-291-0/+31
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-284-2/+21
* Move IPI related parts back to (ARM) machine specific file now, whenSvatopluk Kraus2016-02-271-5/+14
* Add the bus_alloc_resource_anywhere() convenience function.Justin Hibbits2016-02-272-1/+8
* Improve error handling for posix_fallocate(2) and posix_fadvise(2).Mark Johnston2016-02-251-0/+1
* Provide more correct sizing of the KVA consumed by a vnode, used byKonstantin Belousov2016-02-241-0/+2
* Fix the definition of RM_MAX_END.Justin Hibbits2016-02-201-1/+1
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-0/+2
* Introduce bus_get_bus_tag() methodZbigniew Bodek2016-02-181-0/+4
* tcp/lro: Allow drivers to set the TCP ACK/data segment aggregation limitSepherosa Ziehau2016-02-181-1/+1
* Bump __FreeBSD_Version for u_long -> rman_res_t change (r294883).Justin Hibbits2016-02-161-1/+1
* The locking annotations for struct sockbuf originally used the key fromJohn Baldwin2016-02-162-21/+23
* POSIX states that #include <signal.h> shall make both mcontext_t andKonstantin Belousov2016-02-123-27/+66
* Adjust the size of PMC_DEFAULT_DEBUG_FLAGS to match the size of theKonstantin Belousov2016-02-121-1/+1
* o Gather all mbuf(9) allocation functions into kern_mbuf.c, and allGleb Smirnoff2016-02-111-85/+43
* Garbage collect unused arguments of m_init().Gleb Smirnoff2016-02-101-2/+1