Age | Commit message (Expand) | Author |
2019-02-04 | Make callers of witness_lock_list_{get,free}() responsible of raising | Visa Hankala |
2019-02-04 | Turns out we do need to handle control messages that exceed MLEN, so | Mark Kettenis |
2019-02-04 | When freeing the sem_undo structure in semundo_adjust(), update the | anton |
2019-02-03 | let tun read AF_MPLS packets from userland. | David Gwynne |
2019-02-03 | Add mvgicp(4), a driver for the Marvell extension to the GIC that | Patrick Wildt |
2019-02-03 | enable -msave-args when building with clang. | David Gwynne |
2019-02-03 | Always refault if relocking maps fails after IO. This fixes a regression | Visa Hankala |
2019-02-03 | Delete cases in kerntrap() that just jump to the default case | Philip Guenther |
2019-02-02 | Improve stack trace saving on i386: | Visa Hankala |
2019-02-02 | Improve stack trace saving on amd64: | Visa Hankala |
2019-02-01 | Properly account wired pages in pmap_randomize_level | Mike Larkin |
2019-02-01 | free size for wscons_event; ok deraadt@ visa@ | anton |
2019-02-01 | Complete athn(4) noisefloor calibration code and enable it. | Stefan Sperling |
2019-02-01 | Export per-TDB counters to userland. | Martin Pieuchot |
2019-02-01 | Do not silently return if extensions do not match the filters. | Martin Pieuchot |
2019-02-01 | Print xhci version in hex, from sc.dying at gmail. | Martin Pieuchot |
2019-02-01 | make m_pullup use the first mbuf with data to measure alignment. | David Gwynne |
2019-02-01 | In wskbdclose(), use the same logic as in wskbdopen() to determine if | anton |
2019-02-01 | fix up calculation of our physical function id, making the second port | Jonathan Matthew |
2019-02-01 | Fix lost interrupts in fec(4). Apparently the tick that talks to the | Patrick Wildt |
2019-01-31 | Bump version number to be able to distinguish bootloaders with softraid | Mark Kettenis |
2019-01-31 | matthew noticed that some clocks use tfind() which is not mpsafe. | Ted Unangst |
2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. | Todd C. Miller |
2019-01-31 | Implement booting from softraid on arm64. This consists of creating a | Patrick Wildt |
2019-01-31 | Enable IQ/ADC calibration in the athn(4) driver. | Stefan Sperling |
2019-01-31 | remove remnant of jackport | Ted Unangst |
2019-01-31 | tc_setclock: Don't rewind the system uptime during resume/unhibernate. | cheloha |
2019-01-31 | use "sc" as the name of the softc variable in the ioctl code too. | David Gwynne |
2019-01-30 | Replace hand rolled linked list with TAILQ. All made possible by the recent | anton |
2019-01-30 | Make bwfm(4) query firmware for RSSI levels and current transmit rate when | Stefan Sperling |
2019-01-30 | use MPLS_SHIM2LABEL and MPLS_LABEL2SHIM | David Gwynne |
2019-01-30 | add some macros to help turn labels into shims and back again. | David Gwynne |
2019-01-30 | dont store the unit when creating the interface, it's never used | David Gwynne |
2019-01-29 | check the result of rtalloc with rtisvalid instead of a compare with NULL | David Gwynne |
2019-01-29 | Enable CRYPTO for arm64 RAMDISK so that we can use softraid crypto. | Patrick Wildt |
2019-01-29 | Discard unwanted mouse events from the keyboard input channel when we're | Marcus Glocker |
2019-01-29 | Plumbing to simplify upcoming locking. | Martin Pieuchot |
2019-01-29 | Add a dedicated sysctl(2) node for witness(4). | Visa Hankala |
2019-01-29 | Accept control frames in monitor mode. | Kevin Lo |
2019-01-29 | call the "parent" interface ifp0 to be consistent with other drivers. | David Gwynne |
2019-01-29 | use a sockaddr_mpls when preparing an AF_MPLS sockaddr for mpls_output | David Gwynne |
2019-01-29 | ixl works fine on sparc64 | David Gwynne |
2019-01-29 | get rid of some more debug printfs | David Gwynne |
2019-01-29 | don't need to print the base queue number. | David Gwynne |
2019-01-28 | Simplify by using `spc' since we already have it, no behavior change. | Martin Pieuchot |
2019-01-28 | Stop accounting/updating priorities for Idle threads. | Martin Pieuchot |
2019-01-28 | Implement breaking into ddb on imxuart(4). When a break is detected, | Patrick Wildt |
2019-01-28 | get rid of unused global | David Gwynne |
2019-01-28 | fix mpe_start by if_put()ting the right ifp | David Gwynne |
2019-01-28 | make a start at supporting ipv6 on mpe. | David Gwynne |