summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2019-05-31Rename struct plimit field p_refcnt to pl_refcnt to avoid confusionVisa Hankala
2019-05-30Fix the initialization of bp before calling vfs_getcwd_commonBob Beck
2019-05-30namei() generate KTR_NAMEI record input filenames, but getcwd(2) andTheo de Raadt
2019-05-30use copyoutstr, instead of fragile range math; ok beckTheo de Raadt
2019-05-30Correct call to vfs_getcwd_common from within __realpathBob Beck
2019-05-29The past is fuzzy, but it appears during development of __getcwd, *retvalTheo de Raadt
2019-05-25Do not account spinning time as running time when a thread crosses aMartin Pieuchot
2019-05-24rename struct for consistencyanton
2019-05-24fix incorrect order of argumentsanton
2019-05-24A source location in kubsan is an absolute path making reports quiteanton
2019-05-24The latest inteldrm update brought along code making use ofanton
2019-05-24Prevent a kernel hang if an empty message is sent over an SOCK_SEQPACKETAlexander Bluhm
2019-05-22SLIST-ify the timecounter list.cheloha
2019-05-22Read and assign the integer value only once. With this sysctl_int() willClaudio Jeker
2019-05-21Fix uninitialized return code in adjfreq(2); CID 1480285Stefan Sperling
2019-05-20kern.timecounter.choices: Don't offer the dummy counter as an option.cheloha
2019-05-19include uvm.h -> uvm_extern.h; ok visa@anton
2019-05-17Add SMR_ASSERT_NONCRITICAL() in assertwaitok(). This eases debuggingVisa Hankala
2019-05-16Remove incorrect optimization. The current logic for skipping idle CPUsVisa Hankala
2019-05-15rework the zero warning slightly, and more completely disable until we'reTed Unangst
2019-05-14Add lock order checking for smr_barrier(9). This is similar to theVisa Hankala
2019-05-13Add a kernel implementation of realpath() as __realpath().Bob Beck
2019-05-13When killing a process, the signal is handled by any thread thatAlexander Bluhm
2019-05-13dup2(n,n) would rlimit check before handling the n==n shortcut,Theo de Raadt
2019-05-12no need to store the wmesg passed to rwsleep() as a static variable anymoreanton
2019-05-11wxneeded binaries on wxallowed filesystems were refused execution. We haveTheo de Raadt
2019-05-11make rw-lock adaptiveAlexandr Nedvedicky
2019-05-11Restore previous behavior of limiting deadlock detection to posix-styleanton
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-05-10Reduce number of timehands from to just two.cheloha
2019-05-09If mallocing the array program header fails, give up on coredumpingPhilip Guenther
2019-05-09Ensure that pagedaemon wakeups as a result of failed UVM_PLA_NOWAITBob Beck
2019-05-09Unlock adjfreq(2), adjtime(2), clock_settime(2), and settimeofday(2).cheloha
2019-05-09Don't unconditionally throw away dma memory when we don't need to.Bob Beck
2019-05-09Add a sysctl accessor to struct pf_status. The pf_status only holds theClaudio Jeker
2019-05-09disable stack printing for now since at least arm64 can't print themTed Unangst
2019-05-08print a few warnings when calling free with a zero size.Ted Unangst
2019-05-08group function prototypesanton
2019-05-08Add a compile-time option called SPLASSERT_WATCH which changes theanton
2019-05-08Modify the buffer cache to always flip recovered DMA buffers high.Bob Beck
2019-05-06Bring back lockf deadlock detection from the dead. Back in 2007, the deadlockanton
2019-05-04Removed all diagnostic, calling printf() here might create a recursion.Martin Pieuchot
2019-05-04Relax the check in knote_{de,en}queue: don't panic w/o KERNEL_LOCK().Martin Pieuchot
2019-05-03Make VOP_ADVLOCK() safe to use without kernel lockVisa Hankala
2019-05-01add a KERNEL_ASSERT_LOCKED() to ptsignalDavid Gwynne
2019-05-01sprinkle some KERNEL_ASSERT_LOCKED()David Gwynne
2019-04-30tc_setclock: always call tc_windup() before leaving windup_mtx.cheloha
2019-04-28add WITNESS support to barriers modelled on the timeout stuff visa did.David Gwynne
2019-04-23Remove file name and line number output from witness(4)Visa Hankala
2019-04-20#define ELFROUNDSIZE 4 /* XXX Should it be sizeof(Elf_Word)? */Theo de Raadt