summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-03-13Add support for i.MX8M PWM clocks.Patrick Wildt
2019-03-13Since new bindings might use the same clock index for divs, gates andPatrick Wildt
2019-03-13Store whether or not the VFP was active on entering the unhandledPatrick Wildt
2019-03-12Setting and getting the rounding mode on our arm64 FPU has not workedPatrick Wildt
2019-03-12Fix typo in debug print: wih -> withPatrick Wildt
2019-03-12Merge copy/pasted code to export STP states via ioctl into a function.Martin Pieuchot
2019-03-12Almost all terminals now support hardware tabs so default to OXTABSNicholas Marriott
2019-03-12Remove unused uaudioreg.h file.Alexandre Ratchov
2019-03-12Add a new driver for USB Audio Class v2.0 devices. It replaces theAlexandre Ratchov
2019-03-12Add new copy_output() and underrun() methods to support driversAlexandre Ratchov
2019-03-12uhci: Fix delayed completions for isochronous transfers.Alexandre Ratchov
2019-03-12Until we can figure out why it causes NMIs on some machines, skip theJonathan Matthew
2019-03-11Add missing bus powered bit, from aalm@Martin Pieuchot
2019-03-11Bring back revision 1.91 now that vmd has been fixed, repeating theanton
2019-03-11- in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RSTKevin Lo
2019-03-10Move adjtimedelta from kern_time.c to kern_tc.c.cheloha
2019-03-10Use SMR instead of reference counting for session reclamation.Visa Hankala
2019-03-10fix two wrong commentsMike Larkin
2019-03-10missing newline in a printfMike Larkin
2019-03-10vmm(4): add a debug printf if the host does not have writeback memoryMike Larkin
2019-03-09tc_windup: read active timecounter once at function start.cheloha
2019-03-09Use READ_ONCE() and WRITE_ONCE() in <sys/smr.h>.Visa Hankala
2019-03-09Add macros READ_ONCE() and WRITE_ONCE(). They constrain optimizationsVisa Hankala
2019-03-08Do not grab a `bif' pointer again, we already have it.Martin Pieuchot
2019-03-08Move the tag mechanism outside of net/if_bridge.c.Martin Pieuchot
2019-03-08the previous hkey version check was not accurate enough, so try theJoshua Stein
2019-03-08Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-03-07Return early in ucode loading if cpuid is not available. Should fixJonathan Gray
2019-03-07When accessing the child address cells make sure to use the size forPatrick Wildt
2019-03-06explicitly unmask keyboard brightness and screen brightness eventsJoshua Stein
2019-03-06thinkpad_[gs]et_backlight -> thinkpad_[gs]et_kbd_backlightJoshua Stein
2019-03-06Ignore rx interrupts if the interface isn't supposed to be running.Jonathan Matthew
2019-03-06Revert revision 1.91. It results in significant log spam whenTheo Buehler
2019-03-06increase dirhash mem a bit since very tiny machines are less common.Ted Unangst
2019-03-05Make sure pointer is within bounds before dereferencing it.anton
2019-03-05swap MFI_LD_PROG_BGI and MFI_LD_PROG_CC cases to match value orderJonathan Matthew
2019-03-05apply background init progress fix from r1.59 of mfii.cJonathan Matthew
2019-03-04move back to ifiq_input counting packets instead of queue operations.David Gwynne
2019-03-04don't need to initialise qdrops twice when setting up ifqs and ifiqs.David Gwynne
2019-03-04When closing the slave end of a pty, generate an EOF event to any kqueueanton
2019-03-04allow IPv6 to flow through pppx(4)denis
2019-03-04Add padding to struct sadb_x_counter to make it comply withStefan Sperling
2019-03-04Yet another (unsigned) cast who's only purpose is to incorrectly truncateTheo de Raadt
2019-03-04Make sure we clear all valid bytes in clrbuf.David Hill
2019-03-03Found some historical code. Don't cast the pointer for bzero to a different ...Theo de Raadt
2019-03-02Bump VMM_MAX_NAME_LEN to 64 to allow for longer vm names.Antoine Jacoutot
2019-03-02Limited the number of allowed stacked wsmux devices. A sufficiently long chainanton
2019-03-01Since ring->index points to the next free slot, once we reach index zeroPatrick Wildt
2019-03-01use a timeout to refill the rx ring when it's empty.David Gwynne
2019-03-01use ifiq_input instead of if_inputDavid Gwynne