summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Protect the whole pipex(4) layer by NET_LOCK(). pipex(4) wasmvs4-39/+47
2020-07-06pipex_rele_session() frees memory pointed by `old_session_keys'. Use it inmvs1-2/+2
2020-07-06fix spellingderaadt1-2/+2
2020-07-06Save and restore FPU around signal handlers.kettenis2-4/+24
2020-07-06Hide most of the contents behind #ifdef _KERNEL. Reorganize the file akettenis1-11/+18
2020-07-06IEEE1275 (Open Firmware) defines that parameter name strings can have akettenis6-219/+50
2020-07-06defer access of fb_info pointer in drm_fb_helper_hotplug_event()jsg1-1/+2
2020-07-06Add support for timeconting in userland.pirofti54-68/+657
2020-07-06Repair athn(4) in client mode against WPA2 access points.stsp2-13/+30
2020-07-06match on D-Link DWA-121 rev B1jsg1-1/+2
2020-07-06regenjsg2-4/+9
2020-07-06add D-Link DWA-121 rev B1jsg1-1/+2
2020-07-06Fix pmap_pted_ro() such that it actually takes away PROT_EXEC when asked tokettenis1-3/+2
2020-07-06wire up kstat(4)dlg14-28/+42
2020-07-06kstat does open, close, and ioctl.dlg1-1/+9
2020-07-06tell the kernel how to build kstatdlg1-1/+4
2020-07-06add kstat(4), a subsystem to let the kernel expose statistics to userland.dlg2-0/+882
2020-07-05Double checking you committed the correct diff sometimes payskrw6-23/+23
2020-07-05use the intended operator in cpu_rnd_messybits(); ok kettenis@naddy1-2/+2
2020-07-05Nuke struct scsi_link's "scsibus" member. The two drivers using itkrw6-16/+14
2020-07-05Use scsi_link's 'bus' field rather than slightly more obscurekrw1-4/+2
2020-07-05Enable xhci(4) and a (deliberately) tiny set of USB devices.kettenis2-3/+14
2020-07-05We need to set the bypass bit for "raw" DMA memory as well.kettenis1-1/+23
2020-07-05Count traps and interrupts. And count system calls in the same placekettenis2-4/+10
2020-07-05Don't forget to schedule an AST in need_resched().kettenis1-1/+7
2020-07-05uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like done in utvfu(4)landry1-2/+3
2020-07-05Save FPU state to PCB before running a signal handler. This doesn'tkettenis1-1/+9
2020-07-05Make sure we return ENAMETOOLONG when copying a string into a buffer ofkettenis2-2/+12
2020-07-05We're self-hosted now.kettenis1-5/+1
2020-07-05Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.stsp1-1/+2
2020-07-05match on "ti,am335-sdhci" used since linux 5.8-rc3jsg1-3/+5
2020-07-04Bump the size of the ramdisk.kettenis1-2/+2
2020-07-04Use block device numbers instead of character device numbers.kettenis1-4/+4
2020-07-04Nestle all sc_link initialization near config_found() invocation.krw1-4/+4
2020-07-04Fill in nam2blk array.kettenis1-1/+5
2020-07-04Nestle all sc_c.sc_link initialization near config_found() invocation.krw2-9/+10
2020-07-04Set dsisr member of the trapframe struct to a defined value before fallingkettenis1-1/+2
2020-07-04OF_finddevice() returns -1 upon failure. Fix various checks of the returnkettenis2-7/+8
2020-07-04Fix intermittent failing device initialization seen on some Synapticsmglocker1-9/+10
2020-07-04Do the same as libc, store "-1" in the return value when a syscall failed.mpi2-6/+9
2020-07-04Remove no-op cn30xxgmx_reset_board().visa3-12/+3
2020-07-04Use klist_invalidate() in knote_processexit()visa1-6/+14
2020-07-04It's been agreed upon that global locks should be expressed usinganton8-72/+72
2020-07-04Permit the stack to check transport and network checksums. Although the linkprocter1-9/+3
2020-07-03Use an LFENCE instruction everywhere where we use RDTSC when we arekettenis2-9/+18
2020-07-03Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.florian2-9/+9
2020-07-03We need a RAMDISK kernel config as well of course.kettenis1-0/+50
2020-07-03Pass the expected 'scsibus_attach_args *' to scsibus_attach() viakrw2-5/+5
2020-07-02timecounting: make the dummy counter interrupt- and MP-safecheloha1-2/+2
2020-07-02Add RAMDISK config for powerpc64.kettenis2-1/+6