| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework handling of thread sleeps before timers are working. | jhb | 2016-03-31 | 3 | -60/+11 |
* | Refactor; no functional changes. | trasz | 2016-03-31 | 1 | -24/+24 |
* | Tidy up the unmapped I/O code in qphysio. | jhb | 2016-03-31 | 1 | -23/+17 |
* | Fix overflows, making it impossible to add negative amounts using rctl(8). | trasz | 2016-03-31 | 1 | -1/+9 |
* | Add osd_reserve() and osd_set_reserved(), which allow M_WAITOK allocation | jamie | 2016-03-30 | 1 | -25/+60 |
* | The sendfile(2) allows to send extra data from userspace before the file | glebius | 2016-03-29 | 2 | -29/+31 |
* | Remove some NULL checks for M_WAITOK allocations. | trasz | 2016-03-29 | 3 | -10/+0 |
* | Move the various per-type arrays of OSD data into a single structure array. | jamie | 2016-03-28 | 1 | -92/+98 |
* | Move pccard_safe_quote() up to subr_bus.c and rename to | imp | 2016-03-28 | 1 | -0/+32 |
* | Plug leak in m_unshare. | np | 2016-03-26 | 2 | -2/+4 |
* | Add td_swinvoltick to track last involuntary context switch | cem | 2016-03-25 | 1 | -1/+3 |
* | Space and style(9) corrections for recent mbuf changes. | glebius | 2016-03-24 | 1 | -2/+2 |
* | Generalize IPI support for ARM intrng and use it for interrupt | skra | 2016-03-24 | 2 | -10/+23 |
* | Move mbuf provider under SDT to indicate that it is FreeBSD specific | gnn | 2016-03-24 | 1 | -11/+9 |
* | Pass the expected struct radix_node_head * to vfs_free_netcred. | bdrewery | 2016-03-24 | 1 | -1/+1 |
* | Fix M_RTABLE memory leak from r274118 (11/2014). | bdrewery | 2016-03-24 | 1 | -1/+1 |
* | Wait for root mount tokens before showing the root mount prompt. | trasz | 2016-03-22 | 1 | -0/+3 |
* | Add an mbuf provider to DTrace. | gnn | 2016-03-22 | 2 | -2/+54 |
* | Regen. | jhb | 2016-03-21 | 3 | -4/+4 |
* | Fully handle size_t lengths in AIO requests. | jhb | 2016-03-21 | 2 | -7/+7 |
* | o "avaliable" -> "available". | maxim | 2016-03-21 | 1 | -1/+1 |
* | aio_qphysio(): Avoid uninitialized pointer read on error. | pfg | 2016-03-18 | 1 | -1/+2 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | jhibbits | 2016-03-18 | 1 | -20/+30 |
* | fail(9): Only gather/print stacks if STACK is enabled | cem | 2016-03-17 | 2 | -0/+9 |
* | fail(9): Upstreaming some fail point enhancements | cem | 2016-03-16 | 2 | -133/+759 |
* | Free the temporary buffer in sysctl_handle_counter_u64_array(). | glebius | 2016-03-15 | 1 | -0/+1 |
* | Provide sysctl(9) macro to deal with array of counter(9). | glebius | 2016-03-15 | 1 | -0/+24 |
* | Provide high precision conversion from ns,us,ms -> sbintime in kevent | gibbs | 2016-03-12 | 1 | -17/+42 |
* | Do not include system call wrappers in libc for old FreeBSD system calls. | jhb | 2016-03-12 | 1 | -4/+4 |
* | Refactor the way we restore cn_lkflags; no functional changes. | trasz | 2016-03-12 | 1 | -4/+4 |
* | Remove cn_consume from 'struct componentname'. It was never set to anything | trasz | 2016-03-12 | 1 | -12/+0 |
* | Fix autofs triggering problem. Assume you have an NFS server, | trasz | 2016-03-12 | 1 | -0/+19 |
* | Use SI_SUB_LAST instead of SI_SUB_SMP as the "catch-all" subsystem. | jhb | 2016-03-11 | 1 | -1/+1 |
* | Regen. | jhb | 2016-03-09 | 3 | -96/+18 |
* | Simplify AIO initialization now that it is standard. | jhb | 2016-03-09 | 6 | -105/+61 |
* | Convert all panics from the link_elf_obj kernel linker for object | kib | 2016-03-07 | 1 | -41/+92 |
* | In the link_elf_obj.c, handle sections of type SHT_AMD64_UNWIND same | kib | 2016-03-06 | 1 | -1/+28 |
* | Replace all resource occurrences of '0UL/~0UL' with '0/~0'. | jhibbits | 2016-03-03 | 3 | -7/+7 |
* | If callout_stop_safe() noted that the callout is currently executing, | kib | 2016-03-02 | 2 | -6/+7 |
* | Fix regression in r296242 affecting several drivers. For EXT_NET_DRV, | glebius | 2016-03-02 | 1 | -1/+5 |
* | Correct a comment. | bdrewery | 2016-03-01 | 1 | -1/+1 |
* | Use SCHEDULER_STOPPED() in cv_*wait*() instead of checking panicstr. | jhb | 2016-03-01 | 1 | -5/+5 |
* | Refactor the AIO subsystem to permit file-type-specific handling and | jhb | 2016-03-01 | 5 | -391/+755 |
* | Remove taskqueue_enqueue_fast(). | jhb | 2016-03-01 | 1 | -7/+0 |
* | Remove an alternative way for dealing with root interrupt controller | skra | 2016-03-01 | 1 | -21/+0 |
* | Mark other parts of interrupt framework as INTR_SOLO option specific. | skra | 2016-03-01 | 1 | -6/+10 |
* | New way to manage reference counting of mbuf external storage. | glebius | 2016-03-01 | 3 | -158/+87 |
* | Implement process-shared locks support for libthr.so.3, without | kib | 2016-02-28 | 3 | -11/+335 |
* | Move IPI related parts back to (ARM) machine specific file now, when | skra | 2016-02-27 | 1 | -173/+9 |
* | Remove the errno argument from unp_drop(). | ed | 2016-02-26 | 1 | -5/+10 |