summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2018-02-28in sockaddr_getsize_by_family() print the p_comm, pid and lidmrg
2018-02-25add defines to control whether or not mutex operations are skippedchs
2018-02-23Fix off-by-one, we don't want the entry point to equal the maximummaxv
2018-02-20Spinkle __predict_false to LOCKDEBUG functionsozaki-r
2018-02-17fix LOCAL_PEEREID to not return the same info for both sides...christos
2018-02-16Avoid a race condition between an LWP migration and curlwp_bindozaki-r
2018-02-14Use cpu_softintr_pozaki-r
2018-02-13Put time_second and time_uptime in different cache lines, probably savesmaxv
2018-02-12Add a KASSERT; we expect *from to be a single mbuf (not chained).maxv
2018-02-08Typos.dholland
2018-02-07Fix md(4) double attachment in TFTPROOT optionmanu
2018-02-07Spinkle ASSERT_SLEEPABLE to xcall functionsozaki-r
2018-02-06Check if adaptive mutex isn't called in interrupt contextozaki-r
2018-02-06Check the length of a passed name to avoid slient truncationozaki-r
2018-02-05Obtain proper initialized addresses of locks allocated by mutex_obj_alloc or ...ozaki-r
2018-02-05Sort XC_IPL_* in order of priority (NFC)ozaki-r
2018-02-05Avoid allocating unused softints that share a value of IPL between anotherozaki-r
2018-02-05Fix build of kernels that some (or all) IPL_SOFT* share a value (e.g., mips)ozaki-r
2018-02-04Add a proper defflag for GPROF, and include opt_gprof.h, otherwise we'remaxv
2018-02-03Try to fix the build: avoid duplicate case labels when IPL_SOFT* aremartin
2018-02-01Use high priority xcall with a softint of an IPL the same as psref class's oneozaki-r
2018-02-01Support arbitrary softint IPLs in high priority xcallozaki-r
2018-01-30Check if a queued work is tried to be enqueued again, which is not allowedozaki-r
2018-01-30Apply C99-style struct initialization to syncobj_tozaki-r
2018-01-28- don't return ENOMEM for errors not related to memorychristos
2018-01-27remove useless KASSERT.christos
2018-01-26Ensure that dev is not NULL - CID/1428649pgoyette
2018-01-26Bounds checking - CID/1428650pgoyette
2018-01-23Fix a comment. NFCpgoyette
2018-01-22Style and clarify.maxv
2018-01-22m_prepend does not tolerate being given len > MHLEN, so add a panic, andmaxv
2018-01-22Style, no functional change.maxv
2018-01-22Fix m_prepend(). If 'm' is not a pkthdr, it doesn't make sense to usemaxv
2018-01-21CID-1427760: While overrun can't happen, make it obvious that it can'tchristos
2018-01-21CID-1427768: Off by onechristos
2018-01-18Don't return the address of the kernel modules if the user is notmaxv
2018-01-18typo in commentskrll
2018-01-16Sanity-check if interlock is held when it's passedozaki-r
2018-01-14stylemaxv
2018-01-13Compilation of a kernel outside the build.sh framework exposed thereinoud
2018-01-12fix commentpara
2018-01-12Set EV_ONESHOT to prevent reschedulingchristos
2018-01-10Don't start callouts for domains before attaching domains on rump kernelsozaki-r
2018-01-09KASSERT() that kthread_join()'s target is expecting to be joined.pgoyette
2018-01-09remove struct emul's e_fault.maya
2018-01-09Merge autofs support from: Tomohiro Kusumichristos
2018-01-09add strndup and an alias to strdup.christos
2018-01-09check the magic first in case we got passed a junk pointer.christos
2018-01-08Use the proper process (the tracee) to get information about lwps andchristos
2018-01-08don't ignore error from copyout_piodchristos