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