summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Merge from head up to r262415.dim2014-02-232-5/+11
|\
| * Fix style of comment blocks.bdrewery2014-02-221-4/+8
| * Print a backtrace if the SDT(9) stub gets called so that there's at leastmarkj2014-02-221-1/+3
* | On sparc64, VM_KMEM_SIZE_SCALE is not a constant expression, so itdim2014-02-231-0/+2
|/
* Fix a race between kern_proc_{o,}filedesc_out and fdescfree leadingmjg2014-02-211-2/+2
* Fix M_FILEDESC leak in fdgrowtable() introduced in r244510.bdrewery2014-02-171-11/+17
* Remove redundant memcpy of fd_ofiles in fdgrowtable() added in r247602bdrewery2014-02-161-1/+0
* Include the CPU id in the per-CPU timer swi thread descriptions.adrian2014-02-141-2/+5
* Preserve one character space for a trailing '\0'.pluknet2014-02-141-1/+1
* Fix a bug in be_uuid_dec(); it called le16dec() instead of be16dec(),brueffer2014-02-131-1/+1
* Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()ian2014-02-122-22/+9
* Expose OBJT_MGTDEVICE VM objects used for GEM/TTM with drm2 as anjhb2014-02-111-0/+3
* Create two public UMA_ZONE_PCPU zones: 64 bit sized and pointer sized.glebius2014-02-102-13/+27
* Remove identical vnet sysctl handlers, and handle CTLFLAG_VNETglebius2014-02-071-1/+4
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-055-15/+0
* ULE works on Book-E since r258002, so remove statements to the contrary.nwhitehorn2014-02-011-4/+0
* Back out r261266 pending security buy-in.jamie2014-01-311-25/+0
* The posix_madvise(3) and posix_fadvise(2) should return error onkib2014-01-301-2/+3
* Add a jail parameter, allow.kmem, which lets jailed processes accessjamie2014-01-291-0/+25
* fix spelling of lock_initialized.. jhb approved..jmg2014-01-281-2/+2
* Allow sigwait(2) in capabilities mode.csjp2014-01-282-1/+2
* Accept O_CLOEXEC in shm_open().rmh2014-01-241-1/+1
* The posix_fallocate(2) syscall should return error number on error,kib2014-01-231-1/+3
* Implement generic support for early printf. Thought I can't find theimp2014-01-221-0/+22
* Fix a typo.jhb2014-01-211-1/+1
* Bump up WITNESS_COUNT from 1024 to 1536 so there are sufficient entries forneel2014-01-201-1/+1
* Fix comment.glebius2014-01-171-1/+1
* Implement a kqueue notification path for sendfile.adrian2014-01-171-12/+531
* Add in a default initialiser for the EVOPS_SENDFILE kqueue filterops.adrian2014-01-171-0/+1
* Simplify wait/nowait code, eventually killing last remnant ofglebius2014-01-161-20/+19
* Remove historical macro.glebius2014-01-161-1/+1
* Add sglist_append_bio(9) to append a struct bio's data to a sglistbryanv2014-01-131-0/+40
* Refactor out the common sendfile code from the do_sendfile() and theadrian2014-01-091-40/+53
* Add a compile-time control over the size of KN_HASHSIZE.adrian2014-01-071-0/+4
* Plug a memory leak in dup2 when both old and new fd have ioctl caps.mjg2014-01-031-0/+1
* Don't check for fd limits in fdgrowtable_exp.mjg2014-01-031-6/+1
* Delete echoed doesn't rub out the previous character, so alwaysimp2013-12-311-4/+2
* The arguments to sched:::off-cpu are the thread and associated process ofmarkj2013-12-291-1/+1
* Fix accounting for the negative cache entries when reusing v_cache_dd.kib2013-12-271-4/+10
* Revert r259200. There are geoms/drivers which do not updatekib2013-12-271-1/+1
* In sys/kern/vfs_mountroot.c, remove static function parse_isspace(),dim2013-12-251-7/+0
* In sys/kern/subr_witness.c, remove static functiondim2013-12-251-7/+0
* In sys/kern/sched_ule.c, remove static function sched_both(), which isdim2013-12-251-24/+0
* Fix copy-pasting of CJK fullwidth characters.ed2013-12-241-1/+7
* o Add virtual terminal mmap request handler.ray2013-12-231-0/+11
* Extend libteken to support CJK fullwidth characters.ed2013-12-201-1/+1
* Move list of ttys handling from the allocating procedures, to theglebius2013-12-201-10/+10
* Fix compilation on 32 bit architectures and use INT64_MAX instead ofse2013-12-191-3/+6
* Fix overflow for timeout values of more than 68 years, which is the maximumse2013-12-191-1/+2
* Invoke the kld_* event handlers from linker_load_file() andmarkj2013-12-191-24/+14
OpenPOWER on IntegriCloud