summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-07-03syncTheo de Raadt
2019-07-03Don't check if unsigned value is less than zeroians
2019-07-02acpi_set_gpehandler: turn edge arg into flags, add support forJoshua Stein
2018-04-27Import lpd, a re-implementation of the lpr daemon following the latestEric Faurot
2019-07-02Drop % from register name used for register variable since it makes clangMark Kettenis
2019-07-02Register rktemp(4) as a thermal sensor with the thermal zone support code.Mark Kettenis
2019-07-02Register cpu(4) as a cooling device. This supports passive cooling byMark Kettenis
2019-07-02Add thermal zone handling code. This provides support for thermal zonesMark Kettenis
2019-07-02Command prompt key presses need to avoid the command queue, GitHub issueNicholas Marriott
2019-07-02Add cpuid support for arm64 so that we can recognize whichPatrick Wildt
2019-07-02I totally forgot about the instance where blink-and-insert can beMark Lumsden
2019-07-02The "always hint that getpw operation is happening with access() the YPTheo de Raadt
2019-07-02Update to tzdata2019b from www.iana.orgTodd C. Miller
2019-07-02re-add framebuffer size change from 1.4 that was lost in the bigJoshua Stein
2019-07-02R.I.P. timespecfix(); ok visa@ mpi@cheloha
2019-07-02React properly to the very unlikely cases where snprintf(3) mayAlexander Bluhm
2019-07-02up_generate_default() needs to fake a prefix entry so that the outboundClaudio Jeker
2019-07-02Replace mkstemp/fdopen/unlink dances with tmpfile.Martijn van Duren
2019-07-02When source address tracking record is used for "route-to", the nextYASUOKA Masahiko
2019-07-02Use IPL_TTY for locks used as arguments to spin_lock_irq() andJonathan Gray
2019-07-02Use IPL_TTY for locks used as arguments to spin_lock_irq() andJonathan Gray
2019-07-01use the standard spelling of the word "idiosyncrasy";Ingo Schwarze
2019-07-01delete trailing whitespace and space-tab sequences; no code change;Ingo Schwarze
2019-07-01Document which mechanism protect some fields used w/o KERNEL_LOCK().Martin Pieuchot
2019-07-01Use timeout_add_msec(9)kn
2019-07-01Check if user tries to go to current directory in dired-goto-file.Mark Lumsden
2019-07-01drm/i915/gen9+: Fix initial readout for Y tiled framebuffersJoshua Stein
2019-07-01Nuke unused variable 'retries'.Kenneth R Westerback
2019-07-01kevent(2): remove 24hr timeout limitcheloha
2019-07-01Compile with -fno-jump-tables to avoid relocations in _dl_boot_bind() whenMark Kettenis
2019-07-01Remove stray comma.Mark Kettenis
2019-07-01Need to compile rcrt0.o with -fno-jump-tables on powerpc as well.Mark Kettenis
2019-07-01syncVisa Hankala
2019-07-01Switch the default compiler on octeon to clang.Visa Hankala
2019-07-01Implement the 'h' register constraint on mips64. This lets clang buildVisa Hankala
2019-07-01Simplify and clarify logic in take_charge().Kenneth R Westerback
2019-07-01Must update the nexthop state before dropping the nexthop referenceClaudio Jeker
2019-07-01Link the state and the source track to keep the source track whileYASUOKA Masahiko
2019-07-01document control name changesMarc Espie
2019-07-01document changesMarc Espie
2018-04-06Import LLVM 6.0.1 release including clang, lld and lldb.Patrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-07-01add dired-goto-fileMark Lumsden
2019-07-01The proceed reply doesn't have a parameter, resulting in subsequent filtersMartijn van Duren
2019-07-01Remove no longer needed local variable oasp.Claudio Jeker
2019-07-01Forgot to commit this patch.Kevin Lo
2019-07-01Oops, forgot to commit this patch.Kevin Lo
2019-07-01Unify the way object in the RDE are reference counted. The affectedClaudio Jeker
2019-07-01Add a "fill" style attribute to clear the entire format drawing area inNicholas Marriott