aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-162-5/+5
* Use vn_io_fault for the writes from core dumping code. Recursing intoKonstantin Belousov2014-06-151-52/+137
* Implement simple direct-mapped cache for popular filesystem identifiers toAlexander Motin2014-06-121-0/+30
* Remove unneeded mountlist_mtx acquisition from sync_fsync().Alexander Motin2014-06-111-4/+1
* Move root_mount_hold() functionality to separate mutex.Alexander Motin2014-06-111-12/+15
* Devolatile as needed.Konstantin Belousov2014-06-091-4/+4
* Change the nblock mutex, protecting the needsbuffer buffer deficitKonstantin Belousov2014-06-091-27/+42
* Refresh a comment. The VM_STACK option was eliminated in r43209.Alan Cox2014-06-091-3/+3
* Remove extra branching from r267232.Alexander Motin2014-06-081-9/+5
* Use atomics to modify numvnodes variable.Alexander Motin2014-06-081-9/+15
* Remove write-only local variable.Konstantin Belousov2014-06-081-2/+0
* Initialize the pbuf counter for directio using SYSINIT, instead ofKonstantin Belousov2014-06-081-8/+0
* ktrace: Use designated initializers for the data_lengths array.Jilles Tjoelker2014-06-061-15/+14
* Convert functions to the new-style format.Davide Italiano2014-06-051-20/+6
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-0/+13
* Pin the right thread.Adrian Chadd2014-06-011-1/+1
* To allow to run the interpreter itself add a new ELF branding type.Dmitry Chagin2014-05-311-0/+29
* Whitespace only.Gleb Smirnoff2014-05-301-25/+24
* Commit the rest of the changes that were intended to be part of r266826.Mark Johnston2014-05-291-0/+9
* Initialize r_flags the same way in all cases using a sanitized copy ofDon Lewis2014-05-281-15/+15
* Add a new taskqueue setup method that takes a cpuid to pin theAdrian Chadd2014-05-241-9/+56
* Check for mismatched vref()/vdrop()Benjamin Kaduk2014-05-211-0/+2
* When exec_new_vmspace() decides that current vmspace cannot be reusedKonstantin Belousov2014-05-201-0/+9
* Slightly restructure the final loop in rman_reserve_resource_bound().Don Lewis2014-05-191-7/+4
* Initialize loginclass mutex using MTX_SYSINIT instead of using SI_SUB_CPU.Edward Tomasz Napierala2014-05-141-10/+1
* Be even more paranoid about overflow.Don Lewis2014-05-121-4/+4
* Nuke a couple of unnecessary assigments. Nothing uses the values of rstartDon Lewis2014-05-121-2/+0
* accept(),accept4(): Don't set *addrlen = 0 on [ECONNABORTED].Jilles Tjoelker2014-05-111-15/+2
* In cf_get_method, when we don't already know what clock speed the CPU isColin Percival2014-05-111-5/+6
* Add in support to optionally pin the swi threads.Adrian Chadd2014-05-101-1/+30
* Avoid unsigned integer overflow which can causeDon Lewis2014-05-051-2/+16
* Request a non-exiting process in sysctl_kern_proc_{o,}filedescMateusz Guzik2014-05-021-2/+2
* Free resources in an error case.Christian Brueffer2014-05-021-0/+1
* Garbage collect mtxpool_lockbuilder, the mutex pool historically usedRobert Watson2014-05-021-30/+0
* Ignore the error from pipespace_new when creating a pipe.Mateusz Guzik2014-05-021-28/+19
* Fix a 2038 bug.Brooks Davis2014-05-011-1/+2
* Given that as of r258002 the last external user is gone, make sched_lockMarius Strobl2014-04-291-1/+1
* Bump WITNESS_PENDLIST by MAXCPU to account for thePeter Grehan2014-04-291-1/+1
* Revert r263754, re-adding support for hw.bus.devctl_disable. BreakingBrooks Davis2014-04-281-3/+37
* Retire smp_active. It was racey and caused demonstrated problems withScott Long2014-04-262-4/+18
* Fix grammar error and trailing newline.Bryan Drewery2014-04-231-2/+1
* Fix a comment typo; conversion tables are for leap years, not leap seconds.Ian Lepore2014-04-201-1/+1
* Fix typo.Konstantin Belousov2014-04-171-1/+1
* Do not set M_BESTFIT if a strategy has already been provided. ThisNavdeep Parhar2014-04-161-1/+2
* Fix VIRTUAL and PROF interval timers for short intervals, broken at r247903.Alexander Motin2014-04-161-0/+8
* Refine r264422: set buf to NULL only when we don't allocate memory,Christian Brueffer2014-04-141-4/+4
* Free buf after usage.Christian Brueffer2014-04-131-1/+3
* Hide internal details of sbintime_t implementation wrapping INT64_MAX intoDavide Italiano2014-04-124-16/+16
* Use proper MFSNAMELEN for fs type.Bryan Drewery2014-04-121-1/+1
* Add kqueue support for devctl.David Xu2014-04-101-0/+41