summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-09-05Whitespace.kettenis1-4/+4
2020-09-05allow compile of kernels with DDB, in more cases.deraadt2-2/+6
2020-09-05Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use itkrw5-20/+22
2020-09-05Add mpii(4).kettenis3-9/+12
2020-09-05Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYkrw13-27/+27
2020-09-04Restrict the size of the page table to 2G such that it never occupies morekettenis1-2/+2
2020-09-04Make the kernel address space a bit bigger.kettenis1-1/+1
2020-09-04Restrict the size of the page table to 2G such that it never occupies morekettenis1-1/+5
2020-09-04Add kstat to cnmac(4)visa8-89/+351
2020-09-04Replace TAILQ concatenation loop with TAILQ_CONCATbket1-5/+2
2020-09-04drm/amdgpu: Fix buffer overflow in INFO ioctljsg1-0/+4
2020-09-04Add RK3308 pinctrl supportjmatthew1-1/+153
2020-09-04Add RK3308 GRFjmatthew1-1/+2
2020-09-03amd64: lapic: refactor timer programmingcheloha1-19/+34
2020-09-03Sprinkle some more eieio(); seems to avoid triggering the KASSERT(new > old).kettenis1-3/+5
2020-09-03The "USL" VT switch and keyboard ioctls are a hack and don't follow thekettenis1-8/+8
2020-09-03Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.krw14-28/+28
2020-09-02Add #define SID_SCSI2_RESPONSE 0x2 to allow elimination of another bunch ofkrw1-1/+2
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw2-4/+4
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw11-23/+23
2020-09-02vfs_shutdown() is neccessary to ensure buffer cache drain before reexec()deraadt2-2/+8
2020-09-02Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on themglocker2-16/+21
2020-09-01Fix signotify() for powerpc64 bsd.mpgkoehler2-5/+15
2020-09-01zap nasty whitespacetb1-3/+3
2020-09-01Implement address translation for bus_space_mmap(9).kettenis1-1/+25
2020-09-01Store the device tree node in the pcitag_t.kettenis2-4/+38
2020-09-01Fix a leak due to a missing free on m_defrag(m, M_NOWAIT) failure.tb1-2/+8
2020-09-01Add PMAP_NOCACHE flag to the address returned by the generickettenis1-2/+2
2020-09-01Fix write un-protecting of kernel memory. p was used uninitializedpatrick2-6/+6
2020-09-01Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big tokrw19-122/+122
2020-09-01Use sysctl_bounded_args for simple cases in cpu_sysctl on loongsongnezdo1-21/+7
2020-09-01Remove unused sysctl_int_arr(9)gnezdo2-17/+2
2020-09-01Convert *_sysctl in ipsec_input.c to sysctl_bounded_arrgnezdo5-63/+37
2020-09-01Convert icmp6_sysct to sysctl_bounded_argsgnezdo2-27/+16
2020-08-31crank to 6.8-betaderaadt3-9/+9
2020-08-31Backout clear endpoint stall on open(2). It seems to break an illuminatedpatrick1-3/+1
2020-08-30Don't include "net/netisr.h" header. It's not needed here.mvs2-4/+2
2020-08-30pppac(4) uses per cpu counters for collect `ifnet' statistics, but inmvs2-7/+6
2020-08-30Compactify SDEV_/ADEV_ flags & quirks to eliminate the gaps in bit use and thuskrw2-17/+10
2020-08-30Reorganize the interrupt handler code to avoid a potential bogus KASSERT,kettenis1-10/+12
2020-08-30Lock all kernel PTE entries into the page tables, even "managed" oneskettenis1-1/+4
2020-08-30add missing wakeup for the unlikely dying caseanton1-1/+3
2020-08-30use unique wait messages with msleep_nsec()anton1-2/+2
2020-08-30avoid a invalid pointer deref in hvn_stop()jsg1-1/+1
2020-08-30PLL1(CPU_PLL) stability improvement for Allwinner H3/H2+uaa1-6/+21
2020-08-29More recent MMC specificiations add READ(12)/WRITE(12). So add cd_cmd_rw12()krw1-4/+20
2020-08-29Use ISSET() to check b_flags for B_READ.krw2-4/+4
2020-08-29Missing u_int -> u_int32_t chunks from previous.krw1-5/+9
2020-08-29Use u_int32_t for nsecs, making it crystal clear that the valueskrw2-12/+16
2020-08-29Only fall back on using the first potential root disk as the boot disk ifkettenis1-2/+4