summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Finish r274118#2: commit forgotten uipc_debug.cmelifaro2014-11-061-2/+0
* After the changes in r274118 make NOIP kernels compile by hiding anbz2014-11-061-0/+2
* Add sysctl kern.proc.cwdmjg2014-11-061-0/+67
* filedesc: avoid taking fdesc_mtx when not necessary in fddropmjg2014-11-061-5/+7
* filedesc: just free old tables without altering the list which is freed anywaymjg2014-11-061-4/+2
* Extend struct ucred with group table.mjg2014-11-051-3/+6
* Remove old hack abusing domattach from NFS code.melifaro2014-11-051-48/+73
* [SA-14:25] Fix kernel stack disclosure in setlogin(2) / getlogin(2).des2014-11-041-15/+16
* Add a new thread state "spinning" to schedgraph and add tracepoints at thejhb2014-11-044-0/+69
* Simplify logic a bit. Ensure data buffer is properly aligned,hselasky2014-11-041-5/+8
* Enable vt(4) by defaultdumbbell2014-11-041-3/+3
* Clean up confusing comment. Move it to the place of code which iskib2014-11-031-4/+6
* When other end of the pipe closed during the write, but some byteskib2014-11-031-5/+5
* Provide an on-stack temporary buffer for small ioctl requests.mjg2014-11-031-8/+11
* filedesc: plus sys/kdb.h include which crept in with r274007mjg2014-11-031-1/+0
* filedesc: plug unnecessary fdp NULL checks in fdescfreee and fdcopymjg2014-11-031-6/+3
* filedesc: create a dedicated zone for struct filedesc0mjg2014-11-031-2/+5
* Followup to r273966. Fix the build with ADAPTIVE_LOCKMGRS kernel option.kib2014-11-021-1/+1
* filedesc: move freeing old tables to fdescfreemjg2014-11-021-7/+8
* filedesc: factor out some code out of fdescfreemjg2014-11-021-67/+85
* Fix two issues with lockmgr(9) LK_CAN_SHARE() test, which determineskib2014-11-022-6/+8
* filedesc: tidy up fdcheckstdmjg2014-11-021-16/+15
* filedesc: lock filedesc lock in fdcloseexec only when neededmjg2014-11-021-3/+1
* Fix up module unload for syscall_module_handler consumers.mjg2014-11-011-1/+1
* vt(4): Adjust the cursor position after changing the window sizedumbbell2014-11-011-0/+7
* Add type qualifier volatile to the base (userspace) address argumentkib2014-10-312-51/+33
* filedesc: drop retval argument from do_dupmjg2014-10-311-17/+14
* filedesc: fix missed comments about fdsetugidsafetymjg2014-10-312-5/+3
* filedesc: make fdinit return with source filedesc locked and new one sizedmjg2014-10-311-32/+45
* filedesc: iterate over fd table only once in fdcopymjg2014-10-311-21/+21
* filedesc: tidy up fdfreemjg2014-10-311-22/+14
* filedesc: tidy up fdcopy a little bitmjg2014-10-311-3/+4
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-303-20/+9
* filedesc: make sure to force table reload in fget_unlocked when count == 0mjg2014-10-301-1/+6
* filedesc: microoptimize fget_unlocked by retrying obtaining reference countmjg2014-10-301-4/+3
* filedesc: get rid of atomic_load_acq_int from fget_unlockedmjg2014-10-301-37/+47
* Rework virtual machine hypervisor detection.jhb2014-10-281-59/+8
* Convert kern_umtx.c to use fueword() and casueword().kib2014-10-281-217/+346
* Replace some calls to fuword() by fueword() with proper error checking.kib2014-10-282-11/+23
* Add fueword(9) and casueword(9) functions. They are like fuword(9)kib2014-10-281-0/+130
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-281-17/+20
* Simplify sys_getloginclass.mjg2014-10-281-14/+4
* Change loginclass mutex to an rwlock.mjg2014-10-281-34/+60
* Tidy up functions related to uidinfo management.mjg2014-10-271-45/+47
* De-k&r-ify function definitions in kern/kern_resource.cmjg2014-10-271-57/+20
* Avoid dynamic syscall overhead for statically compiled modules.mjg2014-10-267-21/+29
* Fix up an assertion in kern_setgroups, it should compare with ngroups_max + 1mjg2014-10-261-1/+1
* Tidy up sys_setgroups and kern_setgroups.mjg2014-10-261-8/+8
* Use a temporary buffer in sys_setgroups for requests with <= XU_NGROUPS groups.mjg2014-10-261-5/+12
* Now that sysctl_root is only called with sysctl lock in shared mode, updatemjg2014-10-261-2/+3
OpenPOWER on IntegriCloud