| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix style of comment blocks. | bdrewery | 2014-02-22 | 1 | -4/+8 |
* | Print a backtrace if the SDT(9) stub gets called so that there's at least | markj | 2014-02-22 | 1 | -1/+3 |
* | Fix a race between kern_proc_{o,}filedesc_out and fdescfree leading | mjg | 2014-02-21 | 1 | -2/+2 |
* | Fix M_FILEDESC leak in fdgrowtable() introduced in r244510. | bdrewery | 2014-02-17 | 1 | -11/+17 |
* | Remove redundant memcpy of fd_ofiles in fdgrowtable() added in r247602 | bdrewery | 2014-02-16 | 1 | -1/+0 |
* | Include the CPU id in the per-CPU timer swi thread descriptions. | adrian | 2014-02-14 | 1 | -2/+5 |
* | Preserve one character space for a trailing '\0'. | pluknet | 2014-02-14 | 1 | -1/+1 |
* | Fix a bug in be_uuid_dec(); it called le16dec() instead of be16dec(), | brueffer | 2014-02-13 | 1 | -1/+1 |
* | Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf() | ian | 2014-02-12 | 2 | -22/+9 |
* | Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as an | jhb | 2014-02-11 | 1 | -0/+3 |
* | Create two public UMA_ZONE_PCPU zones: 64 bit sized and pointer sized. | glebius | 2014-02-10 | 2 | -13/+27 |
* | Remove identical vnet sysctl handlers, and handle CTLFLAG_VNET | glebius | 2014-02-07 | 1 | -1/+4 |
* | Drop the 3rd clause from all 3 clause BSD licenses where I am the sole | jhb | 2014-02-05 | 5 | -15/+0 |
* | ULE works on Book-E since r258002, so remove statements to the contrary. | nwhitehorn | 2014-02-01 | 1 | -4/+0 |
* | Back out r261266 pending security buy-in. | jamie | 2014-01-31 | 1 | -25/+0 |
* | The posix_madvise(3) and posix_fadvise(2) should return error on | kib | 2014-01-30 | 1 | -2/+3 |
* | Add a jail parameter, allow.kmem, which lets jailed processes access | jamie | 2014-01-29 | 1 | -0/+25 |
* | fix spelling of lock_initialized.. jhb approved.. | jmg | 2014-01-28 | 1 | -2/+2 |
* | Allow sigwait(2) in capabilities mode. | csjp | 2014-01-28 | 2 | -1/+2 |
* | Accept O_CLOEXEC in shm_open(). | rmh | 2014-01-24 | 1 | -1/+1 |
* | The posix_fallocate(2) syscall should return error number on error, | kib | 2014-01-23 | 1 | -1/+3 |
* | Implement generic support for early printf. Thought I can't find the | imp | 2014-01-22 | 1 | -0/+22 |
* | Fix a typo. | jhb | 2014-01-21 | 1 | -1/+1 |
* | Bump up WITNESS_COUNT from 1024 to 1536 so there are sufficient entries for | neel | 2014-01-20 | 1 | -1/+1 |
* | Fix comment. | glebius | 2014-01-17 | 1 | -1/+1 |
* | Implement a kqueue notification path for sendfile. | adrian | 2014-01-17 | 1 | -12/+531 |
* | Add in a default initialiser for the EVOPS_SENDFILE kqueue filterops. | adrian | 2014-01-17 | 1 | -0/+1 |
* | Simplify wait/nowait code, eventually killing last remnant of | glebius | 2014-01-16 | 1 | -20/+19 |
* | Remove historical macro. | glebius | 2014-01-16 | 1 | -1/+1 |
* | Add sglist_append_bio(9) to append a struct bio's data to a sglist | bryanv | 2014-01-13 | 1 | -0/+40 |
* | Refactor out the common sendfile code from the do_sendfile() and the | adrian | 2014-01-09 | 1 | -40/+53 |
* | Add a compile-time control over the size of KN_HASHSIZE. | adrian | 2014-01-07 | 1 | -0/+4 |
* | Plug a memory leak in dup2 when both old and new fd have ioctl caps. | mjg | 2014-01-03 | 1 | -0/+1 |
* | Don't check for fd limits in fdgrowtable_exp. | mjg | 2014-01-03 | 1 | -6/+1 |
* | Delete echoed doesn't rub out the previous character, so always | imp | 2013-12-31 | 1 | -4/+2 |
* | The arguments to sched:::off-cpu are the thread and associated process of | markj | 2013-12-29 | 1 | -1/+1 |
* | Fix accounting for the negative cache entries when reusing v_cache_dd. | kib | 2013-12-27 | 1 | -4/+10 |
* | Revert r259200. There are geoms/drivers which do not update | kib | 2013-12-27 | 1 | -1/+1 |
* | In sys/kern/vfs_mountroot.c, remove static function parse_isspace(), | dim | 2013-12-25 | 1 | -7/+0 |
* | In sys/kern/subr_witness.c, remove static function | dim | 2013-12-25 | 1 | -7/+0 |
* | In sys/kern/sched_ule.c, remove static function sched_both(), which is | dim | 2013-12-25 | 1 | -24/+0 |
* | Fix copy-pasting of CJK fullwidth characters. | ed | 2013-12-24 | 1 | -1/+7 |
* | o Add virtual terminal mmap request handler. | ray | 2013-12-23 | 1 | -0/+11 |
* | Extend libteken to support CJK fullwidth characters. | ed | 2013-12-20 | 1 | -1/+1 |
* | Move list of ttys handling from the allocating procedures, to the | glebius | 2013-12-20 | 1 | -10/+10 |
* | Fix compilation on 32 bit architectures and use INT64_MAX instead of | se | 2013-12-19 | 1 | -3/+6 |
* | Fix overflow for timeout values of more than 68 years, which is the maximum | se | 2013-12-19 | 1 | -1/+2 |
* | Invoke the kld_* event handlers from linker_load_file() and | markj | 2013-12-19 | 1 | -24/+14 |
* | - Rename tty_makedev() into tty_makedevf() and make it capable | glebius | 2013-12-18 | 1 | -36/+73 |
* | The fasttrap fork handler is responsible for removing tracepoints in the | markj | 2013-12-18 | 1 | -5/+5 |