aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* svn revisions r269964 and r269963 seemed to have impaired small memorySean Bruno2014-09-221-0/+2
* Reprase r271616 comments.Alexander Motin2014-09-171-2/+2
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratherAdrian Chadd2014-09-171-3/+3
* Modify cpuset_setithread() to take a CPU ID as an integer, not a char.Adrian Chadd2014-09-161-1/+1
* Validate the mode argument in access, eaccess, and faccessat for optionalEnji Cooper2014-09-161-0/+3
* Add comments describing r271604 change.Alexander Motin2014-09-151-0/+12
* Add couple memory barries to serialize tdq_cpu_idle and tdq_load accesses.Alexander Motin2014-09-141-0/+2
* Fix error handling in cpuset_setithread() introduced in r267716.Alexander V. Chernikov2014-09-131-6/+17
* Fix various issues with invalid file operations:John Baldwin2014-09-127-225/+55
* Tweak pipe_truncate() to more closely match pipe_chown() and pipe_chmod()John Baldwin2014-09-121-4/+8
* Simplify vntype_to_kinfo() by returning when the desired value is foundJohn Baldwin2014-09-121-5/+2
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().Gleb Smirnoff2014-09-102-4/+0
* Avoid unlocking unlocked mutex in RCTL jail code. Specific test caseEdward Tomasz Napierala2014-09-091-2/+4
* - Make hhook_run_socket() vnet-aware instead of adding CURVNET_SET() aroundHiroki Sato2014-09-081-31/+20
* pause_sbt(): Take the cold path (ie. use DELAY()) if KDB is activeJean-Sébastien Pédron2014-09-081-1/+1
* Fix for r271182.Gleb Smirnoff2014-09-071-4/+6
* Plug unnecessary fp assignments in kern_fcntl.Mateusz Guzik2014-09-051-2/+2
* Set vnet context before accessing V_socket_hhh[].Gleb Smirnoff2014-09-051-0/+4
* Allow multiple image activators to run on the same execution by changingSean Bruno2014-09-042-4/+4
* Change a very strange code in m_demote() to simple assertion.Gleb Smirnoff2014-09-041-6/+2
* Provide m_catpkt(), a wrapper around m_cat() that deals with M_PKTHDR mbufs.Gleb Smirnoff2014-09-041-0/+16
* Plug a hypothetical use after free in sysctl kern.proc.groups.Mateusz Guzik2014-09-041-2/+2
* Add KASSERTs to catch the case where a developer may have forgotten toBenno Rice2014-09-041-0/+2
* Style.Konstantin Belousov2014-09-031-2/+2
* Retire thread_unthread(), it has only one caller. Update comment inKonstantin Belousov2014-09-031-18/+5
* Right now, thread_single(SINGLE_EXIT) returns after the p_numthreadsKonstantin Belousov2014-09-031-5/+14
* Fix dereference after NULL check.Gleb Smirnoff2014-09-031-3/+4
* Fix up proc_realparent to always return correct process.Mateusz Guzik2014-09-031-2/+6
* Automatically prefault a limited number of mappings to resident pages inAlan Cox2014-08-311-3/+3
* Add missing proctree locking to fill_kinfo_proc consumers.Mateusz Guzik2014-08-301-0/+2
* Rename shm_dict_init to shm_init to fix a compiler warning.Andreas Tobler2014-08-291-1/+1
* Use a unit number allocator to provide suitable st_dev and st_ino valuesJohn Baldwin2014-08-291-2/+19
* Add function and wrapper to switch lockmgr and vnode lock back toKonstantin Belousov2014-08-291-0/+8
* Return real parent pid in kinfo (used by e.g. ps)Mateusz Guzik2014-08-281-4/+13
* vt(4): Add cngrab() and cnungrab() callbacksJean-Sébastien Pédron2014-08-271-0/+4
* - Remove socket file operations declaration from sys/file.h.Gleb Smirnoff2014-08-263-18/+24
* Fix up races with f_seqcount handling.Mateusz Guzik2014-08-262-17/+15
* Revert the handling of all siginfo sa_flags except SA_SIGINFO to theKonstantin Belousov2014-08-241-8/+8
* Plug a memory leak in case of failed lookups in capability mode.Mateusz Guzik2014-08-241-25/+16
* Use refcount_init in sigacts_alloc.Mateusz Guzik2014-08-241-1/+1
* Fix getppid for traced processes.Mateusz Guzik2014-08-241-6/+23
* Properly reparent traced processes when the tracer dies.Mateusz Guzik2014-08-241-11/+22
* Restore pre-r239157 handling of sched_yield(), when thread time slice wasAlexander Motin2014-08-232-2/+4
* In do_lock_pi(), do not override error from umtxq_sleep_pi() whenKonstantin Belousov2014-08-221-2/+4
* Ensure that sigaction flags for signal, which disposition is reset toKonstantin Belousov2014-08-221-33/+44
* Check the validity of struct sigaction sa_flags value, reject unknownKonstantin Belousov2014-08-221-0/+4
* Fix a panic which occurs in a VIMAGE-enabled kernel after r270158, andHiroki Sato2014-08-221-5/+35
* For vendors like Juniper, extensibility for sockets is important. AMarcel Moolenaar2014-08-181-6/+85
* Expand the elf brandelf infrastructure to give access to the whole ELFWarner Losh2014-08-181-0/+13
* Bring in the new automounter, similar to what's provided in most otherEdward Tomasz Napierala2014-08-171-0/+4