aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
Commit message (Expand)AuthorAgeFilesLines
* kerneldump: add livedump_start_vnode(9)Vijeyalakshumi Koteeswaran10 hours2-1/+2
* sockets: remove unused KPIs to manipulate socketsGleb Smirnoff15 hours1-23/+0
* Rename VM_LAST to more appropriate VM_GUEST_LASTMateusz Guzik20 hours1-1/+1
* Bump __FreeBSD_version for bus resource API changeJohn Baldwin5 days1-1/+1
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin5 days1-10/+8
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin5 days1-16/+14
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin5 days1-12/+13
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin5 days1-6/+6
* new-bus: Introduce a simpler bus API for managing resourcesJohn Baldwin5 days1-0/+37
* rman: Add rman_get/set_typeJohn Baldwin5 days1-0/+2
* ktls: deep copy tls_enable struct for in-kernel tcp consumersRichard Scheffenegger6 days1-7/+10
* ktrace: Add __ktrace_usedMark Johnston10 days1-0/+2
* imgact_elf: Add const to the checknote parameter to __elfN(parse_notes)John Baldwin2024-03-051-1/+1
* imgact_elf: Add const to a few struct image_params pointersAlex Richardson2024-03-051-3/+3
* imgact_elf: Add const to the header_supported callback argumentsAlex Richardson2024-03-041-2/+2
* riscv: catch up with EARLY_PRINTF changesMitchell Horne2024-03-041-0/+1
* sys/mount.h: align values of MNTK_XXX flagsKonstantin Belousov2024-03-031-18/+20
* rman: Remove rman_set_start/endJohn Baldwin2024-02-271-2/+0
* umtxvar.h: Add missing includeOlivier Certner2024-02-191-0/+2
* iov.h: Fix a typo in a source code commentGordon Bergling2024-02-191-1/+1
* sys: Simplify enabling EARLY_PRINTF uartsAndrew Turner2024-02-131-0/+9
* Bump __FreeBSD_version after clang/llvm PIE changeDimitry Andric2024-02-111-1/+1
* aio_read2/aio_write2: add AIO_OP2_VECTOREDKonstantin Belousov2024-02-111-0/+1
* libc: add aio_read2() and aio_write2() functionsKonstantin Belousov2024-02-111-0/+7
* lio_listio(2): add LIO_FOFFSET flag to ignore aiocb aio_offsetKonstantin Belousov2024-02-111-0/+4
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-02-101-0/+2
* unix: retire LOCAL_CONNWAITGleb Smirnoff2024-02-082-3/+0
* Belatedly bump __FreeBSD_version for libsysBrooks Davis2024-02-071-1/+1
* libthr: move _umtx_op_err() to libsysBrooks Davis2024-02-051-0/+1
* Revert "sockets: retire sorflush()"Gleb Smirnoff2024-02-031-0/+1
* cdefs: Introduce __result_use_or_ignore_checkMark Johnston2024-02-032-8/+20
* sys/cdefs.h: add __noexcept and __noexcept_ifLexi Winter2024-02-021-0/+11
* timerfd: Move kern_timerfd_* prototypes to <sys/syscallsubr.h>John Baldwin2024-01-312-7/+5
* syscallsubr.h: Sort kern_membarrier prototype alphabeticallyJohn Baldwin2024-01-311-2/+2
* sys/mount.h: use __inlineKonstantin Belousov2024-01-301-1/+1
* sockets: garbage collect SS_ISCONFIRMINGGleb Smirnoff2024-01-301-1/+1
* SCHEDULER_STOPPED(): Rely on a global variableOlivier Certner2024-01-262-7/+5
* SCHEDULER_STOPPED(): Move it (back) to 'systm.h'Olivier Certner2024-01-262-11/+12
* panic()/KERNEL_PANICKED(): Move back to using 'panicstr' as a flagOlivier Certner2024-01-261-2/+1
* intrng: Allow alternative IPI PICs to be registered and usedJessica Clarke2024-01-241-0/+1
* intrng: Extract arm/arm64 IPI->PIC glue codeJessica Clarke2024-01-241-12/+9
* intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root argJessica Clarke2024-01-241-1/+1
* callout: retire callout_async_drain()Gleb Smirnoff2024-01-241-5/+3
* Bump __FreeBSD_version for kern_openatfp(9) and kcmp(2)Konstantin Belousov2024-01-241-1/+1
* Add kern_openatfp(9)Konstantin Belousov2024-01-241-0/+2
* kern_openat(): rename fd argument to dirfdKonstantin Belousov2024-01-241-1/+1
* regenKonstantin Belousov2024-01-243-2/+13
* kcmp(2): implement for vnode filesKonstantin Belousov2024-01-241-0/+1
* kcmp(2): implement for generic file typesKonstantin Belousov2024-01-241-0/+1
* Add kcmp(2) kernel bitsKonstantin Belousov2024-01-243-0/+11