aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* dtrace sched:::preempt should fire only when there is preemptionAndriy Gapon2017-03-251-1/+5
* Make sendfile(2) more robust against file change. This fixes a possibleGleb Smirnoff2017-03-241-4/+3
* Don't require the presence of the compat_3_brand.Ed Schouten2017-03-231-1/+2
* move thread switch tracing from mi_switch to sched_switchAndriy Gapon2017-03-233-19/+28
* Update r315753 with the proper flag name.Konstantin Belousov2017-03-221-8/+6
* Add a flag BI_BRAND_ONLY_STATIC to specify that the brand onlyKonstantin Belousov2017-03-221-3/+11
* Adjust r314851 to not require every brand to specify interpreter path.Konstantin Belousov2017-03-221-1/+5
* Print out name of non-dynamic sysctl in sysctl_remove_oid_lockedEnji Cooper2017-03-221-1/+2
* kern_fail: Allow sleeping for more than 2147483/hz secondsConrad Meyer2017-03-211-1/+1
* tighten buffer bounds in imgact_binmisc_populate_interpEd Maste2017-03-211-1/+1
* Use IDX_TO_OFF(), not ptoa(), when converting the difference between twoAlan Cox2017-03-201-3/+4
* Style fixes. In particular, the variable "bogus" is used like a Boolean.Alan Cox2017-03-191-8/+8
* Regenerate syscall files for r315526Eric van Gyzen2017-03-193-2/+36
* Add clock_nanosleep()Eric van Gyzen2017-03-192-31/+111
* Avoid unnecessary calls to vm_map_protect() in elf_load_section().Alan Cox2017-03-181-4/+6
* nanosleep: plug a kernel memory disclosureEric van Gyzen2017-03-181-1/+1
* Fix bright colors for syscons, and make them work for the first timeBruce Evans2017-03-181-2/+18
* 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