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