summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andTheo de Raadt
2019-09-06fpuinit() comments should precede cpu_init() callTheo de Raadt
2019-09-06mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants.Patrick Wildt
2019-09-06Add mviic(4), a driver to support the I2C controller on thePatrick Wildt
2019-09-06Add I2C clock gates.Patrick Wildt
2019-09-06zero hash bits early in dwxe_iff()Jonathan Gray
2019-09-05Fix previous commit.Mark Kettenis
2019-09-05Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-09-05Nuke some 25+year old comments that the oracles at delphi would haveKenneth R Westerback
2019-09-05Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC.Patrick Wildt
2019-09-05Supermicro X8DTH-i/6/iF/6F fails to attach uhci(4) via PCI and AHCI.Alexander Bluhm
2019-09-05Devices that have no quirks don't need to appear in the list ofKenneth R Westerback
2019-09-05Add missing RCS Id.Patrick Wildt
2019-09-05Revert iwm(4) to software WPA crypto because of apparent firmware issues.Stefan Sperling
2019-09-05Nuke unused struct block_desc_cipher. The Eighties called and wantKenneth R Westerback
2019-09-05Add Allwinner H6 support.Mark Kettenis
2019-09-05em: Fix potential endless loopStefan Fritsch
2019-09-05Use the new set_blksz() interface to set the block size.Alexandre Ratchov
2019-09-05Use the new set_{blksz,nblks}() interface to set the block size.Alexandre Ratchov
2019-09-05Add the set_blksz() and set_nblks() audio driver functions.Alexandre Ratchov
2019-09-05Implement splassert() on mips64.Visa Hankala
2019-09-05Adjust interrupt priority levels on mips64 so that prioritiesVisa Hankala
2019-09-05Prepare the bat for kernels greater > 8MB of code, why because clang.Theo de Raadt
2019-09-05Nuke unused st_softc field 'numblks'.Kenneth R Westerback
2019-09-05There can be only one -- mode.Kenneth R Westerback
2019-09-04Shuffle sdstart() and sdminphys() declarations closer to their friends.Kenneth R Westerback
2019-09-04Hoist the quirks up another rung. drive_quirks is superfluous, justKenneth R Westerback
2019-09-04'quirks' field of struct modes is superfluous. There is only 1 mode. Just useKenneth R Westerback
2019-09-04Various whitespace nits.Kenneth R Westerback
2019-09-04The great density mode purge of 2006 (r1.62) was never carried throughKenneth R Westerback
2019-09-04Add RCS Id.Alexander Bluhm
2019-09-04Fix a route use after free in IPv6 multicast route. Move theAlexander Bluhm
2019-09-04msdosfs: remove timezone supportcheloha
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
2019-09-04gettimeofday, settimeofday(2): limit timezone supportcheloha
2019-09-04Add comment.Mark Kettenis
2019-09-03Add support for getting the frequency of the CPU clocks.Mark Kettenis
2019-09-03Shorten normal dmesg attach verbiage and expand SCSIDEBUG verbiage.Kenneth R Westerback
2019-09-03Enable amlmmc(4).Mark Kettenis
2019-09-03Add clang support.Mark Kettenis
2019-09-03a sprinkling of function ansificationTheo de Raadt
2019-09-03drop support for building with gcc; ok deraadt@Christian Weisgerber
2019-09-03only need one start: label; ok kettenisTheo de Raadt
2019-09-03delete incorrect casts, and a bit if ansi functions; ok jcsTheo de Raadt
2019-09-03Use cmplw mnemonic instead of cmpl with only 3 operands. Make clang happy.Mark Kettenis
2019-09-03some cleanup for clang; ok kettenisTheo de Raadt
2019-09-03Replace empty body of while loop with continue statement.Mark Kettenis
2019-09-03correct INET6 path in mpls_getttl() and avoid uninitialised variableJonathan Gray
2019-09-03remove duplicate test introduced in rev 1.3Jonathan Gray
2019-09-03Avoid uninitialized variable; using a for loop like in siif_recvmsg() wasMark Kettenis