summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-07-07add kstat support for reading the "hardware" counters for each ring.David Gwynne
2020-07-07add kstats for rx queues (ifiqs) and transmit queues (ifqs).David Gwynne
2020-07-06Wire down the timekeep page. If we don't do this, the pagedaemon mayMark Kettenis
2020-07-06Protect the whole pipex(4) layer by NET_LOCK(). pipex(4) wasmvs
2020-07-06pipex_rele_session() frees memory pointed by `old_session_keys'. Use it inmvs
2020-07-06fix spellingTheo de Raadt
2020-07-06Save and restore FPU around signal handlers.Mark Kettenis
2020-07-06Hide most of the contents behind #ifdef _KERNEL. Reorganize the file aMark Kettenis
2020-07-06IEEE1275 (Open Firmware) defines that parameter name strings can have aMark Kettenis
2020-07-06defer access of fb_info pointer in drm_fb_helper_hotplug_event()Jonathan Gray
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06Repair athn(4) in client mode against WPA2 access points.Stefan Sperling
2020-07-06match on D-Link DWA-121 rev B1Jonathan Gray
2020-07-06regenJonathan Gray
2020-07-06add D-Link DWA-121 rev B1Jonathan Gray
2020-07-06Fix pmap_pted_ro() such that it actually takes away PROT_EXEC when asked toMark Kettenis
2020-07-06wire up kstat(4)David Gwynne
2020-07-06kstat does open, close, and ioctl.David Gwynne
2020-07-06tell the kernel how to build kstatDavid Gwynne
2020-07-06add kstat(4), a subsystem to let the kernel expose statistics to userland.David Gwynne
2020-07-05Double checking you committed the correct diff sometimes paysKenneth R Westerback
2020-07-05use the intended operator in cpu_rnd_messybits(); ok kettenis@Christian Weisgerber
2020-07-05Nuke struct scsi_link's "scsibus" member. The two drivers using itKenneth R Westerback
2020-07-05Use scsi_link's 'bus' field rather than slightly more obscureKenneth R Westerback
2020-07-05Enable xhci(4) and a (deliberately) tiny set of USB devices.Mark Kettenis
2020-07-05We need to set the bypass bit for "raw" DMA memory as well.Mark Kettenis
2020-07-05Count traps and interrupts. And count system calls in the same placeMark Kettenis
2020-07-05Don't forget to schedule an AST in need_resched().Mark Kettenis
2020-07-05uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like...Landry Breuil
2020-07-05Save FPU state to PCB before running a signal handler. This doesn'tMark Kettenis
2020-07-05Make sure we return ENAMETOOLONG when copying a string into a buffer ofMark Kettenis
2020-07-05We're self-hosted now.Mark Kettenis
2020-07-05Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.Stefan Sperling
2020-07-05match on "ti,am335-sdhci" used since linux 5.8-rc3Jonathan Gray
2020-07-04Bump the size of the ramdisk.Mark Kettenis
2020-07-04Use block device numbers instead of character device numbers.Mark Kettenis
2020-07-04Nestle all sc_link initialization near config_found() invocation.Kenneth R Westerback
2020-07-04Fill in nam2blk array.Mark Kettenis
2020-07-04Nestle all sc_c.sc_link initialization near config_found() invocation.Kenneth R Westerback
2020-07-04Set dsisr member of the trapframe struct to a defined value before fallingMark Kettenis
2020-07-04OF_finddevice() returns -1 upon failure. Fix various checks of the returnMark Kettenis
2020-07-04Fix intermittent failing device initialization seen on some SynapticsMarcus Glocker
2020-07-04Do the same as libc, store "-1" in the return value when a syscall failed.Martin Pieuchot
2020-07-04Remove no-op cn30xxgmx_reset_board().Visa Hankala
2020-07-04Use klist_invalidate() in knote_processexit()Visa Hankala
2020-07-04It's been agreed upon that global locks should be expressed usinganton
2020-07-04Permit the stack to check transport and network checksums. Although the linkRichard Procter
2020-07-03Use an LFENCE instruction everywhere where we use RDTSC when we areMark Kettenis
2020-07-03Rename IN6_IFF_PRIVACY to IN6_IFF_TEMPORARY.Florian Obser
2020-07-03We need a RAMDISK kernel config as well of course.Mark Kettenis