aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move to a more robust and conservative alloation scheme for devctl messagesWarner Losh2020-09-171-8/+33
* Increase the default vm.max_user_wired value.Mark Johnston2020-09-171-2/+7
* Add dtb/sifive moduleMitchell Horne2020-09-171-0/+6
* Reduce code duplication by introducing linux_copyout_sockaddr()Edward Tomasz Napierala2020-09-171-40/+26
* Add support for SOUND_MIXER_WRITE_MONITOR ioctl. Fixes alsamixer(1)Edward Tomasz Napierala2020-09-172-0/+5
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-1721-51/+22
* geom_part: make it possible recovering broken GPT after some LBAs cut offEugene Grosbein2020-09-171-1/+2
* Put calls to check_pgrp_jobc() in fixjobc_kill() under INVARIANTS.Konstantin Belousov2020-09-171-0/+4
* Add check_pgrp_jobc() calls into process exit path.Konstantin Belousov2020-09-161-0/+3
* Fix fixjobc+orhpanage.Konstantin Belousov2020-09-161-29/+86
* Assert that P_TREE_GRPEXITED is set only once.Konstantin Belousov2020-09-161-0/+1
* proc_realparent: if p_oppid does not match pid of the current parentKonstantin Belousov2020-09-161-1/+1
* Improve ddb 'show pgrpdump' command.Konstantin Belousov2020-09-161-11/+17
* tmpfs: restore atime updates for reads from page cache.Konstantin Belousov2020-09-164-33/+49
* Style.Konstantin Belousov2020-09-162-19/+24
* if_media: definitions for 40GE LM4 ethernet media typeMitchell Horne2020-09-162-0/+4
* Move PLTs to the beginning of amd64 kernel modules.Mark Johnston2020-09-161-0/+4
* Use standard bool type, instead of non-standard boolean_tWarner Losh2020-09-162-2/+2
* Fix a LOR between the NFS server and server side krpc.Rick Macklem2020-09-161-2/+3
* Fix locking in uipc_accept().Mark Johnston2020-09-151-1/+4
* Add tmpfs page cache read support.Konstantin Belousov2020-09-154-10/+84
* Microoptimize tmpfs node ref/unref by using atomics.Konstantin Belousov2020-09-153-22/+18
* Convert page cache read to VOP.Konstantin Belousov2020-09-156-16/+60
* vfs_subr.c: export io_hold_cnt and vn_read_from_obj().Konstantin Belousov2020-09-152-3/+5
* Do not copy vp into f_data for DTYPE_VNODE files.Konstantin Belousov2020-09-156-12/+15
* e1000: Properly retain promisc flagEric Joyner2020-09-151-1/+1
* bhyve: do not permit write access to VMCB / VMCSEd Maste2020-09-152-2/+9
* igb(4): Fix define and includes with RSS option enabledEric Joyner2020-09-151-0/+5
* [PowerPC64LE] Use correct in_masks table on LE to fix checksummingBrandon Bergren2020-09-151-1/+2
* [PowerPC64LE] Set up the powernv partition table correctly.Brandon Bergren2020-09-151-2/+2
* bhyve: intercept AMD SVM instructions.Konstantin Belousov2020-09-152-37/+75
* Fix locking in uipc_accept().Mark Johnston2020-09-151-11/+7
* Simplify unix socket connection peer locking.Mark Johnston2020-09-152-178/+124
* Avoid an unnecessary malloc() when connecting dgram sockets.Mark Johnston2020-09-151-4/+10
* Simplify unp_disconnect() callers.Mark Johnston2020-09-151-37/+45
* Rename unp_pcb_lock2().Mark Johnston2020-09-151-18/+18
* Improve unix socket PCB refcounting.Mark Johnston2020-09-151-17/+45
* Update unix domain socket locking comments.Mark Johnston2020-09-152-53/+49
* Move SV_ABI_ERRNO translation into linux-specific code, to simplifyEdward Tomasz Napierala2020-09-159-8/+47
* Include sys/types.h hereWarner Losh2020-09-151-0/+1
* Use ATTR_DEFAULT in the arm64 locore.SAndrew Turner2020-09-151-8/+2
* We don't need the sc_ekeys_lock in standalone environment.Warner Losh2020-09-141-0/+2
* Don't do the busy dance in icee_open/closeWarner Losh2020-09-141-27/+0
* Tweak what's visible in the standalone environment. We define offsetofWarner Losh2020-09-141-4/+5
* cxgbe(4): Get the count of FCS errors from the MAC and not MPS for T6 ports.Navdeep Parhar2020-09-141-1/+27
* Add product ID strings for a couple Microchip usb hubs. Also, update theIan Lepore2020-09-141-2/+4
* Use MACHINE_CPUARCH when checking for arm64Andrew Turner2020-09-141-1/+1
* [PowerPC] Make cpu frequency detection endian-independentBrandon Bergren2020-09-141-3/+6
* Partially revert r346018 and use the if/then construct instead of shell.Gordon Tetlow2020-09-141-1/+4
* Poll statistics more frequently in mlx5en(4).Hans Petter Selasky2020-09-141-1/+1