summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Rework handling of thread sleeps before timers are working.jhb2016-03-313-60/+11
* Refactor; no functional changes.trasz2016-03-311-24/+24
* Tidy up the unmapped I/O code in qphysio.jhb2016-03-311-23/+17
* Fix overflows, making it impossible to add negative amounts using rctl(8).trasz2016-03-311-1/+9
* Add osd_reserve() and osd_set_reserved(), which allow M_WAITOK allocationjamie2016-03-301-25/+60
* The sendfile(2) allows to send extra data from userspace before the fileglebius2016-03-292-29/+31
* Remove some NULL checks for M_WAITOK allocations.trasz2016-03-293-10/+0
* Move the various per-type arrays of OSD data into a single structure array.jamie2016-03-281-92/+98
* Move pccard_safe_quote() up to subr_bus.c and rename toimp2016-03-281-0/+32
* Plug leak in m_unshare.np2016-03-262-2/+4
* Add td_swinvoltick to track last involuntary context switchcem2016-03-251-1/+3
* Space and style(9) corrections for recent mbuf changes.glebius2016-03-241-2/+2
* Generalize IPI support for ARM intrng and use it for interruptskra2016-03-242-10/+23
* Move mbuf provider under SDT to indicate that it is FreeBSD specificgnn2016-03-241-11/+9
* Pass the expected struct radix_node_head * to vfs_free_netcred.bdrewery2016-03-241-1/+1
* Fix M_RTABLE memory leak from r274118 (11/2014).bdrewery2016-03-241-1/+1
* Wait for root mount tokens before showing the root mount prompt.trasz2016-03-221-0/+3
* Add an mbuf provider to DTrace.gnn2016-03-222-2/+54
* Regen.jhb2016-03-213-4/+4
* Fully handle size_t lengths in AIO requests.jhb2016-03-212-7/+7
* o "avaliable" -> "available".maxim2016-03-211-1/+1
* aio_qphysio(): Avoid uninitialized pointer read on error.pfg2016-03-181-1/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-20/+30
* fail(9): Only gather/print stacks if STACK is enabledcem2016-03-172-0/+9
* fail(9): Upstreaming some fail point enhancementscem2016-03-162-133/+759
* Free the temporary buffer in sysctl_handle_counter_u64_array().glebius2016-03-151-0/+1
* Provide sysctl(9) macro to deal with array of counter(9).glebius2016-03-151-0/+24
* Provide high precision conversion from ns,us,ms -> sbintime in keventgibbs2016-03-121-17/+42
* Do not include system call wrappers in libc for old FreeBSD system calls.jhb2016-03-121-4/+4
* Refactor the way we restore cn_lkflags; no functional changes.trasz2016-03-121-4/+4
* Remove cn_consume from 'struct componentname'. It was never set to anythingtrasz2016-03-121-12/+0
* Fix autofs triggering problem. Assume you have an NFS server,trasz2016-03-121-0/+19
* Use SI_SUB_LAST instead of SI_SUB_SMP as the "catch-all" subsystem.jhb2016-03-111-1/+1
* Regen.jhb2016-03-093-96/+18
* Simplify AIO initialization now that it is standard.jhb2016-03-096-105/+61
* Convert all panics from the link_elf_obj kernel linker for objectkib2016-03-071-41/+92
* In the link_elf_obj.c, handle sections of type SHT_AMD64_UNWIND samekib2016-03-061-1/+28
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.jhibbits2016-03-033-7/+7
* If callout_stop_safe() noted that the callout is currently executing,kib2016-03-022-6/+7
* Fix regression in r296242 affecting several drivers. For EXT_NET_DRV,glebius2016-03-021-1/+5
* Correct a comment.bdrewery2016-03-011-1/+1
* Use SCHEDULER_STOPPED() in cv_*wait*() instead of checking panicstr.jhb2016-03-011-5/+5
* Refactor the AIO subsystem to permit file-type-specific handling andjhb2016-03-015-391/+755
* Remove taskqueue_enqueue_fast().jhb2016-03-011-7/+0
* Remove an alternative way for dealing with root interrupt controllerskra2016-03-011-21/+0
* Mark other parts of interrupt framework as INTR_SOLO option specific.skra2016-03-011-6/+10
* New way to manage reference counting of mbuf external storage.glebius2016-03-013-158/+87
* Implement process-shared locks support for libthr.so.3, withoutkib2016-02-283-11/+335
* Move IPI related parts back to (ARM) machine specific file now, whenskra2016-02-271-173/+9
* Remove the errno argument from unp_drop().ed2016-02-261-5/+10
OpenPOWER on IntegriCloud