summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Always set `dtpr_size' to the total size required to hold all probe entries.mpi1-5/+4
2020-08-13qlw_xs_bus() must return 0 while bus 0 is being probed.krw1-2/+12
2020-08-13Add __multi3 from compiler_rt-8.xjca2-1/+56
2020-08-13Move compiler_rt type definitions to a separate headerjca2-32/+68
2020-08-13Add a ROUTE_FLAGFILTER socket option for routing sockets, allowingjmatthew2-5/+22
2020-08-13Use rtm_miss() rather than the simpler rtm_send() to send route deletejmatthew1-2/+8
2020-08-12getitimer(2): delay TIMESPEC_TO_TIMEVAL(9) conversion until copyout(9)cheloha1-10/+12
2020-08-12setitimer(2): ITIMER_REAL: don't call timeout_del(9) before timeout_add(9)cheloha1-3/+3
2020-08-12Reduce stack usage of kqueue_scan()visa1-8/+12
2020-08-12Remove interface statistics update for outgoing packets. We shouldn'tmvs2-13/+2
2020-08-12skip trying to read disabled bios on RV610jsg1-0/+10
2020-08-12drm/drm_fb_helper: fix fbdev with sparc64jsg2-1/+17
2020-08-11Run start routing without KERNEL_LOCK()kn1-6/+6
2020-08-11setitimer(2): write new timer value in one placecheloha1-6/+9
2020-08-11setitimer(2): consolidate copyin(9), input validation, input conversioncheloha1-8/+10
2020-08-11getitimer(2): don't enter itimer_mtx to read ITIMER_REAL itimerspeccheloha1-3/+6
2020-08-11Explicitly #include <scsi/scsi_debug.h> rather than assuming scsiconf.h will dokrw8-8/+16
2020-08-11struct process: annotate locking for getitimer(2), setitimer(2)cheloha1-3/+6
2020-08-10Get Elantech v1 touchpad with fw version 0x20022 working.mglocker1-2/+7
2020-08-10Do not block IPIs when acquiring the rendezvous mutex. Otherwise thevisa1-7/+5
2020-08-10Minor code shuffle to get all *_activate(), *_probe() and *_detach() functionskrw1-60/+60
2020-08-10Set `IFXF_MPSAFE' bit to pppac(4) related `ifnet'. This moves pppac(4)mvs1-14/+11
2020-08-10remove #if 0'd ufs2 magic error which predates ffs2 supportjsg1-9/+1
2020-08-10use EROFS when attempting to mount a 4.2BSD fs without MNT_RDONLYjsg1-2/+2
2020-08-10consistently return EINVAL on invalid BPBjsg1-3/+3
2020-08-10Remove the acpicpu_sc array and instead locate acpicpu instances usingjmatthew1-8/+5
2020-08-09hardclock(9): fix race with setitimer(2) for ITIMER_VIRTUAL, ITIMER_PROFcheloha1-1/+15
2020-08-09More code shuffling. Fix a rename missed in previous.krw1-93/+89
2020-08-09vether(4) is pretty dummy. It contains nothing requires to be protected.mvs1-10/+7
2020-08-09Shuffle functions and declarations around to more logical grouping. Nuke somekrw1-384/+379
2020-08-08Remove now unused M_ACAST flag.florian1-5/+3
2020-08-08scsi_link's are born knowing their bus. Use that instead of passing extrakrw1-18/+19
2020-08-08The only thing worse than trailing whitespace is leading spaces instead of tabs.krw5-107/+107
2020-08-08No longer prevent TCP connections to IPv6 anycast addresses.florian2-18/+2
2020-08-08adjtime(2): simplify input validation for new adjustmentcheloha1-13/+9
2020-08-07pfkey_get may allocate more memory than is needed to hold the SAtobhe2-14/+18
2020-08-07The IPv6 source address selection rewrite had one (known) differenceflorian1-2/+33
2020-08-07sosplice(9): fully validate idle timeoutcheloha1-2/+3
2020-08-07- Do better work in ifmedia_updkevlo1-11/+37
2020-08-07timeout(9): remove unused interfaces: timeout_add_ts(9), timeout_add_bt(9)cheloha2-35/+2
2020-08-06Allow pf(4) to divert packets from bridge(4) to local socket.bluhm1-1/+23
2020-08-06timeout(9): fix miscellaneous remote kcov(4) bugscheloha1-3/+6
2020-08-06Remove duplicate comment.mglocker1-5/+1
2020-08-06Remove defines for `netisr' bits which are not used anymore.mvs1-5/+1
2020-08-05Don't compare pointers against zero.mglocker1-3/+3
2020-08-05Use PFKEYV2_LIFETIME_CURRENT instead of magic number.tobhe1-2/+2
2020-08-05Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passingfcambus1-4/+9
2020-08-05Revert r1.614 of net/if.c. Modifications of `ifnet' list must still bemvs1-6/+3
2020-08-05drm: hold gem reference until object is no longer accessedjsg1-6/+4
2020-08-05drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()jsg1-1/+2