aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* devfs_allocv(): styleHEADmainKonstantin Belousov3 hours1-2/+1
* cdev_pager_allocate(): ensure that the cdev_pager_ops ctr is called only onceKonstantin Belousov3 hours1-19/+51
* linprocfs: Fix i386 time typeWarner Losh3 hours1-8/+8
* linux: Make module standalone-buildableWarner Losh5 hours1-0/+2
* linprocfs: Add support for proc/sysvipc/{msg,sem,shm}Ricardo Branco8 hours1-0/+182
* usb: Remove uneeded revision verbosity from quirks listAhmad Khalifa8 hours1-434/+382
* usb: Fix quirks listAhmad Khalifa8 hours2-27/+19
* nvme: Add telemetry page definitionsWarner Losh10 hours1-0/+24
* tcp rack: improve handling of front statesMichael Tuexen13 hours1-1/+2
* arm64: add page-to-pte convenience macrosDoug Moore22 hours1-59/+48
* intr: Document how to get the interrupt frameWarner Losh30 hours1-1/+4
* kern/intr: remove support for passing trap frame as argumentElliott Mitchell30 hours1-11/+4
* linux: Adjust rlimit SIGPENDING & MSGQUEUE behaviour to match linprocfsRicardo Branco31 hours1-6/+23
* vm: Change the return types of kernacc and useracc to boolJohn Baldwin31 hours2-6/+6
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin31 hours16-61/+174
* md: Merge two switch statements in mdstart_vnodeJohn Baldwin31 hours1-24/+20
* sctp: improve heartbeat timer computationMichael Tuexen33 hours1-10/+10
* sctp: store heartbeat creation time as time_tMichael Tuexen33 hours2-2/+2
* sctp: store vtag expire time as time_tMichael Tuexen33 hours2-7/+7
* Increase IOAPIC_MAX_ID to 255 (from 254)Ed Maste32 hours1-1/+6
* sctp: store cookie secret change time as time_tMichael Tuexen34 hours4-6/+6
* madt: print CPU APIC ID as signed intEd Maste33 hours1-2/+2
* kmod.mk use ${XARGS}Simon J. Gerraty33 hours1-2/+4
* nvmf_transport: Remove invalid assertionJohn Baldwin36 hours1-2/+0
* ctl_backend_block: Correct value of NVME nsdata nuse fieldJohn Baldwin36 hours1-1/+1
* nvmf: Use strlcpy instead of strncpy to ensure terminationJohn Baldwin36 hours1-1/+1
* posix: POSIX-1.2008 moved SA_* from XSI to base standardWarner Losh37 hours1-1/+1
* conf: Generate fdt_static_dtb.h in OBJDIRJustin Hibbits33 hours1-1/+1
* tpm20: Support partial readsJustin Hibbits33 hours4-3/+10
* ukswitch: fix non-debug buildEd Maste39 hours1-2/+2
* arm64: Update the page table list in locoreAndrew Turner42 hours1-3/+5
* arm64: Merge common page table creation codeAndrew Turner42 hours1-14/+14
* arm64/gicv3: Check if the hardware supports LPIsAndrew Turner42 hours3-0/+12
* dev/psci: Check all compat stringsAndrew Turner42 hours1-5/+11
* arm64: Flush the spintable release addressAndrew Turner42 hours1-1/+1
* arm64: Support a shared release for spin-tableAndrew Turner42 hours2-9/+67
* am64: Allow cpu.h to be included from assemblyAndrew Turner42 hours1-0/+4
* ahc(4): Default to memory mapped IOHP van Braam2 days4-9/+6
* nfscl: Do not do readahead for directoriesRick Macklem2 days1-30/+1
* New sysctl to disable NOMATCH until devmatch runsIsaac Cilia Attard2 days1-1/+5
* Address module reproducibility issuesDan McGregor2 days7-7/+9
* intr/x86: replace use of vector in interface with intsrcElliott Mitchell2 days4-26/+28
* arm: add missing atomic-pointer functionsElliott Mitchell2 days1-2/+9
* sys: declare bit sets unsignedElliott Mitchell2 days1-2/+2
* intrng: switch flag arguments to unsignedElliott Mitchell2 days1-5/+5
* kern/intr: redeclare intr_setaffinity()'s third arg constantElliott Mitchell2 days3-4/+4
* kern/intr: change ->ie_irq to unsignedElliott Mitchell2 days2-3/+3
* arm/pmu: remove passing trap frame as argumentElliott Mitchell2 days1-7/+3
* sound: Rename oss_audioinfo->real_device to oss_audioinfo->legacy_deviceChristos Margiolis2 days2-3/+3
* sound: Add missing oss_mixerinfo devnode and legacy_device fieldsChristos Margiolis2 days2-7/+8