aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Add some more initializations to quiet riscv build.Rick Macklem2019-12-132-4/+5
* | Fix the build for MAC not defined and a couple of might not be initialized.Rick Macklem2019-12-131-5/+4
* | r355677 requires that vop_stdioctl() be global so it can be called from NFS.Rick Macklem2019-12-132-2/+2
* | Avoid relying on silent type casting in the native atomic_load_32.Mark Johnston2019-12-121-1/+1
* | Bump __FreeBSD_version since r355677 changes the internal interfaceRick Macklem2019-12-121-1/+1
* | Add support for NFSv4.2 to the NFS client and server.Rick Macklem2019-12-1218-200/+3655
* | cxgbe(4): Never use hardware checksumming in netmap tx.Navdeep Parhar2019-12-121-10/+5
* | Implement atomic state updates using the new vm_page_astate_t structure.Mark Johnston2019-12-121-43/+36
* | Rather than pass the address of the packet information control block toCy Schubert2019-12-123-6/+4
* | in6_cksum() returns zero when checksums are good.Cy Schubert2019-12-121-1/+1
* | Add kern_sync(9), and make kernel code call it instead of goingEdward Tomasz Napierala2019-12-123-13/+21
* | Add comments and macros to the tcr_el1 setting code to help understand it.Andrew Turner2019-12-122-6/+18
* | [PowerPC] Fix SPE floating point environment manipulationBrandon Bergren2019-12-121-1/+1
* | [PowerPC] Fix powerpc 32 bit build in mmu_oea64.cBrandon Bergren2019-12-121-0/+6
* | Follow RFC 4443 p2.2 and always use own addresses for reflected ICMPv6Andrey V. Elsukov2019-12-122-14/+67
* | arm64: rockchip: rk_pinctrl: Fix parse_bias for RK3399Emmanuel Vadot2019-12-121-10/+24
* | arm64: rockchip: rk_pinctrl: Add bias parsing based on the SoC typeEmmanuel Vadot2019-12-121-15/+35
* | Rename tdq_ipipending and clear it in sched_switch().Mark Johnston2019-12-121-4/+12
* | Bump __FreeBSD_version for r355641, new sig set opsKyle Evans2019-12-121-1/+1
* | vfs: locking primitives which elide ->v_vnlock and shared locking disablementMateusz Guzik2019-12-117-4/+165
* | fd: static-ize and devolatile openfilesMateusz Guzik2019-12-112-3/+2
* | Move reset to the interrutp processing stageWarner Losh2019-12-112-19/+19
* | dwmmc: Use device_delete_childrenEmmanuel Vadot2019-12-111-7/+1
* | makesyscalls.lua: trim trailing spaces/commas from argsKyle Evans2019-12-111-0/+1
* | dwmmc: Handle the card detect interruptEmmanuel Vadot2019-12-116-4/+81
* | arm64: rockchip: Add a module for rk_dwmmcEmmanuel Vadot2019-12-112-1/+16
* | dwmmc: Add a detach methodEmmanuel Vadot2019-12-113-1/+63
* | arm64: rk3328: Add the *clk_peri_niu clocksEmmanuel Vadot2019-12-111-0/+2
* | arm64: Add explicit devices for dwmmc variantEmmanuel Vadot2019-12-112-3/+5
* | arm linuxulator: regen sysent after r355621Ed Maste2019-12-112-6/+6
* | arm linuxulator: put syscall type and argument on one lineEd Maste2019-12-111-4/+2
* | arm linuxulator: add "make sysent" generated filesEd Maste2019-12-115-0/+10634
* | arm linuxulator: add syscalls.conf and Makefile for "make sysent"Ed Maste2019-12-112-0/+36
* | Extract code common to _vm_map_clip_start and _vm_map_clip_end into aDoug Moore2019-12-111-41/+38
* | add a sanity check to the system call registration codeAndriy Gapon2019-12-111-3/+6
* | uma: pretty print zone flags sysctlRyan Libby2019-12-112-2/+48
* | Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-1017-23/+23
* | Add a callout_func_t typedef for functions used with callout_*().John Baldwin2019-12-102-10/+10
* | Do not attach children of owc_gpiobus until interrupts are working.Ian Lepore2019-12-101-1/+1
* | [ig4] Remove unused methods from bus interfaceVladimir Kondratyev2019-12-102-4/+0
* | cxgbe(4): Simplify the firmware version checks a bit.Navdeep Parhar2019-12-101-9/+4
* | Fix the TAA state machine to do the right thing when the TAAScott Long2019-12-101-2/+1
* | Add a helper function to the swapout daemon's deactivation code.Mark Johnston2019-12-101-57/+64
* | Introduce vm_page_astate.Mark Johnston2019-12-1024-121/+131
* | UFS: implement VOP_INACTIVE()Konstantin Belousov2019-12-103-0/+36
* | Avoid access to stale ip pointer and call UPDATE_POINTERS() afterAndrey V. Elsukov2019-12-101-1/+2
* | cxgbe(4): Use TX_PKTS2 work requests in netmap Tx if it's available.Navdeep Parhar2019-12-103-4/+16
* | cxgbe(4): Update T4/5/6 firmwares to 1.24.11.0.Navdeep Parhar2019-12-1012-33858/+42
* | vfs: refactor vhold and vdropMateusz Guzik2019-12-102-91/+118
* | Allow baud rates of 1,228,800 and 1,843,200 on CP2101/2/3 usb-serial adapters.Ian Lepore2019-12-091-1/+5