aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused bhndb_devclass.John Baldwin2022-05-093-4/+1
* Remove unused cfi_devclass.John Baldwin2022-05-095-6/+5
* asmc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* dev/amd*: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-096-14/+6
* Split-out SID-getting code to a separate functions.Ruslan Bukin2022-05-091-13/+44
* linux(4): Regen for prctl fix.Dmitry Chagin2022-05-094-6/+6
* linux(4): Fix 039e98e6.Dmitry Chagin2022-05-092-2/+2
* linux(4); Style.Dmitry Chagin2022-05-091-1/+1
* linux(4): Return native error from futex_atomic_op to avoid conversion by the...Dmitry Chagin2022-05-094-25/+20
* linux(4): Fixed offset miscalculation in the preadv/pwritev syscalls.Dmitry Chagin2022-05-091-4/+11
* linux(4): Regen for prctl syscall.Dmitry Chagin2022-05-094-24/+24
* linux(4): Change prctl syscall definition to match Linux actual one.Dmitry Chagin2022-05-092-8/+8
* linux(4): The futex_wait operation should restart.Dmitry Chagin2022-05-091-2/+0
* sockbufs: make sbrelease_internal() privateGleb Smirnoff2022-05-092-2/+1
* sockets: remove the socket-on-stack hack from sorflush()Gleb Smirnoff2022-05-094-31/+24
* sockets: don't call dom_dispose() on a listening socketGleb Smirnoff2022-05-092-3/+4
* sockets: assert that any protocol with PR_RIGHTS has dom_dispose()Gleb Smirnoff2022-05-091-2/+6
* ng_socket: don't assign NULL in C99 sparse initializerGleb Smirnoff2022-05-091-9/+0
* bluetooth: don't assign NULL in C99 sparse initializerGleb Smirnoff2022-05-091-5/+0
* unix/*: unp_internalize() can sleep, so allocate mbufs with M_WAITOKGleb Smirnoff2022-05-091-37/+12
* sockets: make SO_SND/SO_RCV a enumGleb Smirnoff2022-05-092-10/+7
* Fix bd82711aff98 serial number trailing spaces removal.Alexander Motin2022-05-091-1/+1
* genet: fix output packet corruption in uncommon caseMike Karels2022-05-091-2/+1
* asmc: Update Mac Pro 6 sensor definitionsAdam S2022-05-092-14/+14
* Allocate resources selectively.Ruslan Bukin2022-05-093-7/+108
* Change __unused to __diagused.Ruslan Bukin2022-05-093-5/+5
* linux(4): Use the right function to get the bit index in vdso binuptime.Dmitry Chagin2022-05-081-6/+6
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-05-0815-6/+172
* linux(4): Refactor vdso_gettc_x86 includes.Dmitry Chagin2022-05-084-15/+5
* linux(4): Add a helper intended for copying timespec's from the userspace.Dmitry Chagin2022-05-088-108/+47
* linux(4): Prevent time_t overflows on i386.Dmitry Chagin2022-05-081-0/+5
* linux(4): Zero out high order bits of nanoseconds in the compat mode.Dmitry Chagin2022-05-082-3/+8
* linux(4): Add a helper intended for copying timespec's to the userspace.Dmitry Chagin2022-05-083-73/+50
* linux(4): Regen for ppoll_time64 syscall.Dmitry Chagin2022-05-082-3/+3
* linux(4): Fix ppoll_time64 syscall definition.Dmitry Chagin2022-05-081-1/+1
* epair: unbind prior to returning to userspaceKristof Provost2022-05-071-0/+3
* in_rss: fix set but not used warningKristof Provost2022-05-071-2/+0
* epair: fix set but not used warningKristof Provost2022-05-071-2/+0
* param.h: Bump FreeBSD_Version to 1400058 for devclass newbus changesWarner Losh2022-05-071-1/+1
* msgbuf: Allow microsecond granularity timestampsWarner Losh2022-05-071-2/+10
* Add FDT attachment driver for ARM System MMU v3.2 controller.Ruslan Bukin2022-05-075-15/+195
* Change iommu list lock to SX as we need a sleepable lock so weRuslan Bukin2022-05-071-5/+6
* Fix !INVARIANTS build.Ruslan Bukin2022-05-072-6/+6
* Check if iommu ctx is valid before passing it to functions.Ruslan Bukin2022-05-071-0/+5
* Return error code from IOMMU_MAP and fix build.Ruslan Bukin2022-05-071-1/+3
* Add OFW_IOMMU id type for pci_get_id() so we can ask parent IOMMURuslan Bukin2022-05-074-0/+36
* Correctly measure system load averages > 1024Alan Somers2022-05-063-9/+10
* acpi_support: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0611-40/+12
* isa: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-063-12/+4
* vmd: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1