aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* sys: declare bit sets unsignedElliott Mitchell2024-05-091-2/+2
* kern/intr: redeclare intr_setaffinity()'s third arg constantElliott Mitchell2024-05-091-1/+1
* kern/intr: change ->ie_irq to unsignedElliott Mitchell2024-05-091-2/+2
* sound: Rename oss_audioinfo->real_device to oss_audioinfo->legacy_deviceChristos Margiolis2024-05-091-1/+1
* sound: Add missing oss_mixerinfo devnode and legacy_device fieldsChristos Margiolis2024-05-091-1/+3
* sockets: garbage collect PRCOREQUESTS and stale commentGleb Smirnoff2024-05-071-24/+0
* Remove cross-references to GBDEPoul-Henning Kamp2024-05-072-2/+2
* endian.h: Define uint{16,32,64}_tWarner Losh2024-05-061-2/+4
* mbuf: Add EXT_CTL for mbufs backed by a CTL backend bufferJohn Baldwin2024-05-021-0/+1
* sdt: Add macros which expand to probe and provider structure namesMark Johnston2024-05-011-16/+21
* cons: Add boot option to mute boot messages after bannerJustin Hibbits2024-04-302-0/+3
* Fix new users of MAXPHYS and hide it from the kernel namespaceAndrew Gallatin2024-04-302-7/+11
* bitset: Add ORNOT macrosJake Freeland2024-04-283-0/+16
* sys/namei.h: move NI_CAP_VIOLATION() macro from namei.h to vfs_lookup.cKonstantin Belousov2024-04-241-5/+0
* elf_common.h: Add STO_AARCH64_VARIANT_PCSAndrew Turner2024-04-241-0/+3
* sys/signal.h: move union sigval into dedicated private header sys/_sigval.hKonstantin Belousov2024-04-232-21/+62
* sigqueue(2): add impl-specific flag __SIGQUEUE_TIDKonstantin Belousov2024-04-231-0/+4
* thread: Simplify sanitizer integration with thread creationMark Johnston2024-04-222-1/+5
* sys: Remove two double words in source code commentsGordon Bergling2024-04-202-2/+2
* sys/acl.h: reduce header pollutionBrooks Davis2024-04-151-3/+5
* sysproto.h: sys/acl.h -> sys/types.hBrooks Davis2024-04-151-1/+1
* sys/_{cpu,domain}set.h: don't require sys/param.hBrooks Davis2024-04-152-0/+4
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-151-0/+2
* sys/malloc.h: move sys/proc.h MALLOC_DECLAREs hereBrooks Davis2024-04-152-6/+3
* vm: improve kstack_object pindex calculation to avoid pindex holesBojan Novković2024-04-101-1/+2
* Revert "unix: new implementation of unix/stream & unix/seqpacket"Gleb Smirnoff2024-04-091-7/+0
* sockets: Add hhook in sonewconn for inheriting OSD specific dataStephen J. Kiernan2024-04-091-1/+2
* unix: new implementation of unix/stream & unix/seqpacketGleb Smirnoff2024-04-081-0/+7
* mbuf: provide mc_uiotomc() a function to copy from uio(9) to mchainGleb Smirnoff2024-04-081-0/+1
* mbuf: provide mc_get() that allocates struct mchain of given lengthGleb Smirnoff2024-04-081-0/+1
* mbuf: add mc_split() that works on two struct mchainGleb Smirnoff2024-04-081-0/+11
* mbuf: provide new type for mbuf manipulation - mbuf chainGleb Smirnoff2024-04-081-0/+114
* sys/queue.h: Add {LIST,TAILQ}_REPLACE().Dag-Erling Smørgrav2024-04-081-0/+34
* sys/queue.h: Whitespace cleanup.Dag-Erling Smørgrav2024-04-081-30/+30
* netinet: add a probe point for IP, IP6, ICMP, ICMP6, UDP and TCP stats countersKristof Provost2024-04-081-0/+11
* capsicum.h: Include ktrace.h only in kernelJake Freeland2024-04-081-1/+1
* ktrace: Record namei violations with KTR_CAPFAILJake Freeland2024-04-071-1/+10
* ktrace: Record detailed ECAPMODE violationsJake Freeland2024-04-072-8/+31
* Bump __FreeBSD_version for llvm 18.1.3 mergeDimitry Andric2024-04-061-1/+1
* sdt: Use designated initializers for various definitionsMark Johnston2024-04-031-18/+28
* Fix the logic which determines if the destination Q variable can represent th...Lawrence Stewart2024-04-021-9/+12
* kern linker: Don't invoke dtors without having invoked ctorsMark Johnston2024-03-311-0/+5
* inpcb: fully retire inp_ppcb pointerGleb Smirnoff2024-03-291-1/+1
* kerneldump: Add flag to indicate kernel core was successfully dumpedStephen J. Kiernan2024-03-281-0/+1
* Optimize HPTS so that little work is done until we have a hpts thread that is...Randall Stewart2024-03-281-1/+3
* sockets: define shutdown(2) constants in cpp namespaceGleb Smirnoff2024-03-271-0/+3
* Remove a reference to xrpu from timetc.hJosef 'Jeff' Sipek2024-03-251-1/+1
* cdevpriv(9): add iteratorKonstantin Belousov2024-03-231-0/+2
* ddb: Add CTF-based pretty printingBojan Novković2024-03-221-0/+3
* kassert.h: update MPASS definition commentaryMitchell Horne2024-03-211-2/+8