summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-19Plug memory leak of psensor if read_sensor does not return zero.tracey
2020-03-19Use bv_name() in debug output and include the hash of a map.Martin Pieuchot
2020-03-19Regression for unnamed map.Martin Pieuchot
2020-03-19Add support for unnamed map.Martin Pieuchot
2020-03-19When looking at which data should be recorded by the kernel include theMartin Pieuchot
2020-03-19Attach imxiomuxc(4) to i.MX8MM as well.Patrick Wildt
2020-03-19Little bit of tidying.Nicholas Marriott
2020-03-19Switch USB to use non-coherent buffers for data transfers. SincePatrick Wildt
2020-03-19Change input path so it doesn't require a pane.Nicholas Marriott
2020-03-19Separate variable declaration and assignment. No functional change.anton
2020-03-19Move unveil data structures away from the proc.h header into theanton
2020-03-19Do not set the history flag if there is no history.Nicholas Marriott
2020-03-19Add a flag to run a background process in a pty as well, not used forNicholas Marriott
2020-03-19Add C position for terminal centre with display-menu -x and -y.Nicholas Marriott
2020-03-19Various fixes to copying with select-word and select-line, includingNicholas Marriott
2020-03-19The tag file always needs to be closed before starting the pager,Ingo Schwarze
2020-03-181. Run Synaptics touchpads in plain W-mode. 2. Update the AGM-check.Ulf Brosziewski
2020-03-18Add 'ikectl reset id <ID>' command to reset all SAs from policies withtobhe
2020-03-18time() takes a strftime(3) format stringkn
2020-03-18use CRLF line-ending during the SMTP dialog in the local enqueuerEric Faurot
2020-03-18Whitelist 'map' type in order to use them in real (non BEGIN/END) rules.Martin Pieuchot
2020-03-18regenanton
2020-03-18Unlock flock(2).anton
2020-03-18Restart child process scan in dowait4() if single_thread_wait() sleeps.Visa Hankala
2020-03-18Plug mem leak in SADB_REGISTER.Martin Pieuchot
2020-03-18Break position calculation into a helper function.Nicholas Marriott
2020-03-17Print IO device names next to path with "list-io"kn
2020-03-17Mark a few functions as .globl such that they show up with their nameMark Kettenis
2020-03-17getopt is not required to set optarg to NULL when there is no argumentNicholas Marriott
2020-03-17Hook this up to the drm(4) panel code and add an override for theMark Kettenis
2020-03-17Do not return early if no bits changed because may still need to change the s...Nicholas Marriott
2020-03-17Ignore default-shell (and use /bin/sh) if it invalid not just if it isNicholas Marriott
2020-03-17Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this workMark Kettenis
2020-03-17Use strlcpy instead of strncpy to ensure results are NUL terminated.tobhe
2020-03-17Prevent out-of-bound read if `rate' doesn't match known values.Martin Pieuchot
2020-03-17Exit when m_get_string() returns NULL to prevent nullptr dereference intobhe
2020-03-17rework amd (not intel) smt/core/package detection.David Gwynne
2020-03-16Initialize session.rcptto to NULL before parsing command line optinos.Todd C. Miller
2020-03-16Actually attach panel (if we have one).Mark Kettenis
2020-03-16Replace video "framework" with a more generic port/endpoint "framework".Mark Kettenis
2020-03-16fix cast in isdigit() calls.Sebastian Benoit
2020-03-16Do not attempt to close a NULL pane when failing to create a new one.Nicholas Marriott
2020-03-16Prevent a NULL derefence in alloc_all_endpoints_fixed_ep()Jasper Lievisse Adriaanse
2020-03-16Consistently spell 'unsigned' as 'unsigned int', as style(9) seemsTheo Buehler
2020-03-16Adapt to tls13_record_layer.c r1.30 (the sequence number shouldn't wrap).Theo Buehler
2020-03-16The RFC is clear (section 5.3) that sequence number should never wrap.Theo Buehler
2020-03-16The assumption that in roa tables a prefix / source-as combo only appearsClaudio Jeker
2020-03-16Adjust selection correctly when scrolling, from Anindya Mukherjee.Nicholas Marriott
2020-03-16Remove unused function argument.Martin Pieuchot
2020-03-16Enable tests now that the original parent see the exit status after theMartin Pieuchot