aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* When clearing altsigstack settings on exec, do it to the right thread.Konstantin Belousov2017-03-171-1/+2
* Don't clear p_ptevents on normal SIGKILL deliveryEric Badger2017-03-161-4/+2
* Use UMA_ALIGN_PTR instead of sizeof(void *) for zone alignment.John Baldwin2017-03-151-1/+1
* Relax the locking requirements for vm_object_page_noreuse(). WhileAlan Cox2017-03-151-2/+2
* When draining a callout, don't clear CALLOUT_ACTIVE while it is running.Mark Johnston2017-03-151-2/+6
* Add missing pieces of r315280Eric van Gyzen2017-03-142-3/+26
* Use atop() instead of OFF_TO_IDX() for convertion of addresses orKonstantin Belousov2017-03-142-3/+3
* When the RTC is adjusted, reevaluate absolute sleep times based on the RTCEric van Gyzen2017-03-143-18/+121
* Use designated initializers for kevent_copyops.Konstantin Belousov2017-03-141-3/+5
* Hide kev_iovlen() definition under #ifdef KTRACE, fixing build ofKonstantin Belousov2017-03-141-0/+2
* Change 'Hz' back to 'HZ'... it's referring to the kernel config optionIan Lepore2017-03-121-1/+1
* Correct the abbreviations for microseconds (us, not ms), and for Hz (not HZ).Ian Lepore2017-03-121-1/+1
* Avoid reusing p_ksi while it is on queue.Konstantin Belousov2017-03-121-1/+22
* Accept linkers representation for ELF segments with zero on-disk length.Konstantin Belousov2017-03-121-3/+7
* Style.Konstantin Belousov2017-03-121-10/+4
* Ktracing kevent(2) calls with unusual arguments might leads to anKonstantin Belousov2017-03-122-4/+16
* Simplify the control flow and tidy up a comment in map_insert.Alan Cox2017-03-111-41/+38
* trace thread running state when a thread is run for the first timeAndriy Gapon2017-03-112-0/+8
* actually implement proc:::lwp-exit probeAndriy Gapon2017-03-111-0/+1
* Fix NULL pointer dereference and panic with shm file pread/pwrite.Mahdi Mokhtari2017-03-101-2/+4
* In linker_load_file() print name of a file that failed to load.Gleb Smirnoff2017-03-091-1/+2
* Reduce stack usage in link_elf_load_file(), allocating struct nameidata.Gleb Smirnoff2017-03-091-20/+25
* m_mbuftouio() doesn't modify the mbuf.Gleb Smirnoff2017-03-071-1/+1
* don't stop in issignal() if P_SINGLE_EXIT is setEric Badger2017-03-071-6/+7
* When selecting brand based on old Elf branding, prefer the brand whichKonstantin Belousov2017-03-071-2/+15
* Require whole brand string matching for old Elf branding.Konstantin Belousov2017-03-071-2/+2
* Consistently use vm_ooffset_t type for the vm object offset inKonstantin Belousov2017-03-071-3/+3
* Fix the KASSERT check from r314813.Hiren Panchasara2017-03-071-1/+1
* We've found a recurring problem where some userland process would beHiren Panchasara2017-03-071-0/+5
* Fix compilation of r314784 on 32 bit.Gleb Smirnoff2017-03-061-1/+1
* In panic() print current timestamp, which matches timestamp in the dumpGleb Smirnoff2017-03-061-1/+1
* Instead of direct use of vm_map_insert(), call vm_map_fixed(MAP_CHECK_EXCL).Konstantin Belousov2017-03-061-12/+7
* Style and punctuation fixes.Alan Cox2017-03-051-4/+4
* Export a sysctl dev.<clkdom>.<unit>.clocks for each clock domain containingEmmanuel Vadot2017-03-051-0/+5
* Fix grammar in some comments in subr_sleepqueue.cEric van Gyzen2017-03-031-7/+7
* Fix a ticks comparison in sched_pctcpu_update().Mark Johnston2017-03-031-1/+5
* kern_sig.c: ANSIfy and remove archaic register keywordEd Maste2017-03-021-67/+26
* Style.Konstantin Belousov2017-03-021-2/+1
* Implement taskqueue_poll_is_busy() for use by the LinuxKPI.Hans Petter Selasky2017-03-021-0/+17
* Make gtaskqueue compatible with drm-next such that they can be used with theSean Bruno2017-03-011-0/+2
* Use vm_map_insert() instead of vm_map_find() in elf_map_insert().Konstantin Belousov2017-03-011-3/+4
* When deallocating the vm object in elf_map_insert() due toKonstantin Belousov2017-03-011-7/+12
* locks: ensure proper barriers are used with atomic ops when necessaryMateusz Guzik2017-03-012-2/+2
* Provide a comment on why stdio.h needs to be included.Scott Long2017-02-281-0/+7
* Include stdio.h to fix libsbuf build.Jung-uk Kim2017-02-281-0/+1
* Implement sbuf_prf(), which takes an sbuf and outputs itScott Long2017-02-281-12/+34
* Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff2017-02-281-6/+4
* Do not leak mount references for dying threads.Konstantin Belousov2017-02-253-5/+6
* Remove cpu_deepest_sleep variable.Konstantin Belousov2017-02-241-1/+0
* Cast values to (int) before comparing them to the range of theWarner Losh2017-02-241-4/+4