summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Document a known problem with handling the process intended to receivemjg2014-03-251-0/+16
* Remove long obsolete sysctl hw.bus.devctl_disable.mjg2014-03-251-37/+3
* Remove lockless check in devopen, while correct it does not make much sense.mjg2014-03-251-2/+0
* Make /dev/devctl mpsafe.mjg2014-03-251-7/+15
* change defaule permissions on /dev/devstat. while i'm here removeemax2014-03-241-2/+4
* Don't lose track of the KTR entries copied from 'ktr_buf_init[]' to theneel2014-03-221-1/+3
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-225-8/+8
* Mark the following sysctls as MPSAFE:mjg2014-03-211-5/+7
* Fix two issues with /dev/mem access on amd64, both causing kernel pagekib2014-03-211-0/+2
* Take filedesc lock only for reading when allocating new fdtable.mjg2014-03-211-2/+2
* Fix comments.attilio2014-03-191-6/+6
* Make the array pointed to by AT_PAGESIZES auxv properly aligned.kib2014-03-191-21/+24
* Fix GENERIC build.attilio2014-03-191-0/+1
* Regen per r263318.attilio2014-03-183-50/+6
* Remove dead code from umtx support:attilio2014-03-182-453/+8
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-1625-27/+27
* change td_retval into a union w/ off_t, with defines to mask thejmg2014-03-162-2/+2
* Remove AppleTalk support.glebius2014-03-143-13/+0
* Remove IPX support.glebius2014-03-142-8/+0
* Combine similar code from vprintf(9) and log(9).bdrewery2014-03-141-39/+25
* Replace 4.4BSD Lite's unix domain socket backpressure hack with a cleanerasomers2014-03-131-38/+24
* Use correct types for sizeof() in the calculations for the malloc(9) sizes [1].kib2014-03-121-6/+3
* The auio structure is only initialized when the vnode is symlink,kib2014-03-121-1/+1
* - Make runq_steal_from more aggressive. Previously it would examine onlyjeff2014-03-081-16/+11
* Partial revert of change 262914. I screwed up subversion syntax withasomers2014-03-071-24/+38
* sbin/devd/devd.8asomers2014-03-071-38/+24
* Fix PR kern/185813 "SOCK_SEQPACKET AF_UNIX sockets with asymmetricalasomers2014-03-062-26/+60
* 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
OpenPOWER on IntegriCloud