| Age | Commit message (Expand) | Author |
| 2018-04-14 | Change the default precision of timestamps from 9 digits (nanosecs) | kre |
| 2018-04-14 | Allow the precision of the sub-second field of timestamps to | kre |
| 2018-04-13 | make this narrower by popular request. | christos |
| 2018-04-12 | ignore the ancient NetBSD emulation tag. | christos |
| 2018-04-12 | let the modular code load the sysv modules. | christos |
| 2018-04-11 | fix type confusion on 32 bits | christos |
| 2018-04-11 | flip the default and enable kernel timestamps. | christos |
| 2018-04-10 | Remove m_getclr. It is unused, confusing (vs m_clget), and is a weak | maxv |
| 2018-04-10 | Put the "free" functions close to one another. No functional change. | maxv |
| 2018-04-10 | Localify m_ext_free. | maxv |
| 2018-04-08 | Add new sysctl(3) entry: security.models.extensions.user_set_dbregs | kamil |
| 2018-04-08 | expose pmf debug switches with sysctl. | mlelstv |
| 2018-04-08 | limits are bytes, vm sizes are clicks. | mlelstv |
| 2018-04-01 | Add the ability to prepend a timestamp [ sec.nsec] relative to boottime | christos |
| 2018-04-01 | Instead of expanding the syslog level into <level> early, defer expansion | christos |
| 2018-04-01 | Move the add char portion to its own function. | christos |
| 2018-03-31 | factor out some repeated code and simplify the logputchar function. | christos |
| 2018-03-30 | correct typo: and and -> and | maya |
| 2018-03-30 | correct typo: and and -> and (comments only) | maya |
| 2018-03-21 | Localify and remove unused prototypes. | maxv |
| 2018-03-21 | Remove these global variables. They are unused, racy, and the only thing | maxv |
| 2018-03-19 | socket: remove now incorrect comment that so_error is only udp | roy |
| 2018-03-19 | socket: clear error even when peeking | roy |
| 2018-03-19 | socket: report receive buffer overflows | roy |
| 2018-03-19 | ddb: rename "show lockstat" to "show lockstats" to avoid conflicting with loc... | ozaki-r |
| 2018-03-18 | - Convert sb_lowat to unsigned for consistency. There are no negative value | christos |
| 2018-03-18 | stsrt with an alignment of 1 (which means no alignment). From alnsn | christos |
| 2018-03-18 | Turn KASSERTS that check alignment which are user triggerable into errors. | christos |
| 2018-03-18 | finish MD glue for compat ucode module. | christos |
| 2018-03-17 | move the compat code in compat. | christos |
| 2018-03-17 | CID/1427732: Don't dereference NULL execname if there is no emul_arg. | christos |
| 2018-03-16 | PR/53103: Timo Buhrmester: linux emulation of sendto(2) broken | christos |
| 2018-03-16 | Get rid of a redundant output | ozaki-r |
| 2018-03-16 | Add a new command, show all locks, which shows information of active locks | ozaki-r |
| 2018-03-16 | Add a new command, show lockstat, which shows statistics of locks | ozaki-r |
| 2018-03-13 | Make sysctl_doeproc() more predictable | kamil |
| 2018-03-11 | Make a comment meaningful. ie: s/Ditto/what it was copying/ (more or less) | kre |
| 2018-03-09 | Remove M_PKTHDR from secondary mbufs when reassembling packets. | maxv |
| 2018-03-07 | Fix typo in comment (s/is/if/) - NFC. | kre |
| 2018-03-05 | Remove PT_GET_SIGMASK / PT_SET_SIGMASK | kamil |
| 2018-03-04 | expose struct devicelist alldevs again. | mlelstv |
| 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 |