summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Perform a lockless check in sigacts_shared.mjg2014-07-012-10/+5
* If we're doing RSS then ensure that the callwheel swi's are CPU pinned.adrian2014-06-301-0/+6
* Compile fixes:hselasky2014-06-282-6/+2
* Call fdcloseexec right after fdunshare.mjg2014-06-281-2/+2
* Make fdunshare accept only td parameter.mjg2014-06-283-4/+5
* Make sure to always clear p_fd for process getting rid of its filetable.mjg2014-06-281-5/+5
* Fix regression issue after r267961. Handle special string case forhselasky2014-06-281-2/+5
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-2835-289/+318
* Revert r267961, r267973:gjb2014-06-2735-318/+289
* In order to get vt(4) a bit closer to the feature set provided by sc(4),marius2014-06-271-13/+14
* Add CTLFLAG_NOFETCH flag; console vty code runs before tunable fetchemaste2014-06-271-3/+3
* Use a common tunable to choose between vt(4)/sc(4)emaste2014-06-271-0/+43
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-2734-286/+315
* Check lower bound of cmsg_len.mjg2014-06-271-1/+1
* Remove duplicated includes.pjd2014-06-262-5/+2
* sysctl subsystem uses sxlocks so avoid to setup dynamic sysctl nodesattilio2014-06-241-13/+28
* Tidy up fd-related functions called by do_execvemjg2014-06-231-18/+2
* Don't take filedesc lock in fdunshare().mjg2014-06-221-9/+6
* Permit changing cpu mask for cpu set 1 in presence of driversmelifaro2014-06-222-14/+91
* fd: replace fd_nfiles with fd_lastfile where appropriatemjg2014-06-223-8/+8
* do_dup: plug redundant adjustment of fd_lastfilemjg2014-06-221-2/+0
* In msdosfs_setattr(), add a check for result of the utimes(2)kib2014-06-171-0/+24
* Revert r266925 as it can lead to instant panic at fexecve():dchagin2014-06-171-29/+0
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-162-5/+5
* Use vn_io_fault for the writes from core dumping code. Recursing intokib2014-06-151-52/+137
* Implement simple direct-mapped cache for popular filesystem identifiers tomav2014-06-121-0/+30
* Remove unneeded mountlist_mtx acquisition from sync_fsync().mav2014-06-111-4/+1
* Move root_mount_hold() functionality to separate mutex.mav2014-06-111-12/+15
* Devolatile as needed.kib2014-06-091-4/+4
* Change the nblock mutex, protecting the needsbuffer buffer deficitkib2014-06-091-27/+42
* Refresh a comment. The VM_STACK option was eliminated in r43209.alc2014-06-091-3/+3
* Remove extra branching from r267232.mav2014-06-081-9/+5
* Use atomics to modify numvnodes variable.mav2014-06-081-9/+15
* Remove write-only local variable.kib2014-06-081-2/+0
* Initialize the pbuf counter for directio using SYSINIT, instead ofkib2014-06-081-8/+0
* ktrace: Use designated initializers for the data_lengths array.jilles2014-06-061-15/+14
* Convert functions to the new-style format.davide2014-06-051-20/+6
* Introduce a procedural interface to the ifnet structure. The newmarcel2014-06-021-0/+13
* Pin the right thread.adrian2014-06-011-1/+1
* To allow to run the interpreter itself add a new ELF branding type.dchagin2014-05-311-0/+29
* Whitespace only.glebius2014-05-301-25/+24
* Commit the rest of the changes that were intended to be part of r266826.markj2014-05-291-0/+9
* Initialize r_flags the same way in all cases using a sanitized copy oftruckman2014-05-281-15/+15
* Add a new taskqueue setup method that takes a cpuid to pin theadrian2014-05-241-9/+56
* Check for mismatched vref()/vdrop()bjk2014-05-211-0/+2
* When exec_new_vmspace() decides that current vmspace cannot be reusedkib2014-05-201-0/+9
* Slightly restructure the final loop in rman_reserve_resource_bound().truckman2014-05-191-7/+4
* Initialize loginclass mutex using MTX_SYSINIT instead of using SI_SUB_CPU.trasz2014-05-141-10/+1
* Be even more paranoid about overflow.truckman2014-05-121-4/+4
* Nuke a couple of unnecessary assigments. Nothing uses the values of rstarttruckman2014-05-121-2/+0
OpenPOWER on IntegriCloud