summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-28remove forgotten debug printf in envy_midi_closeAlexandre Ratchov
2015-08-28log battery changes every 10%, not every 21.Ted Unangst
2015-08-28Revert previous; we do need a timer, until I have a better idea. WeNicholas Marriott
2015-08-28We now only checking for name changes when the active pane has changed,Nicholas Marriott
2015-08-28Disable interrupts while the midi uart is not in use. Avoids generatingAlexandre Ratchov
2015-08-28Fix compiling a kernel without NBPFILTER > 0.Reyk Floeter
2015-08-28Add support for Irix-style "64-bit" archives.Mark Kettenis
2015-08-28Use ELF_LDFLAGS to pass the --version-script argument such that we actuallyMark Kettenis
2015-08-28Fix support of M-Audio Delta 44 cards that use different GPIO pins,Alexandre Ratchov
2015-08-28Check changed flag after restarting timer.Nicholas Marriott
2015-08-28Remove unused prototypes.Nicholas Marriott
2015-08-28Document an example that lets root run unrestricted doas commands asReyk Floeter
2015-08-28Don't leak name when freeing session, from Kuang-che Wu.Nicholas Marriott
2015-08-28Per-session timers for locking, and remove the global one-second timer.Nicholas Marriott
2015-08-28Make session_update_activity more useful and use it in more places.Nicholas Marriott
2015-08-28Remove the lock-server option which is a bit redundant, it isn't thatNicholas Marriott
2015-08-28Give clock mode its own timer.Nicholas Marriott
2015-08-28Run status update on a per-client timer at status-interval.Nicholas Marriott
2015-08-28Log time with message.Nicholas Marriott
2015-08-28Move format job cleanup onto its own timer.Nicholas Marriott
2015-08-28Rename 'part_blkno' to 'sector' as it has not held DEV_BSIZE values inKenneth R Westerback
2015-08-28Allow environment variables in #{}.Nicholas Marriott
2015-08-28Do proper GOT slot accounting for symbols that were forced to be local.Mark Kettenis
2015-08-28Error messages should not have a trailing period.Nicholas Marriott
2015-08-28Only do the automatic-rename dance if the pane has changed (seen output,Nicholas Marriott
2015-08-28Add obviously missing #includesPhilip Guenther
2015-08-28The PDE covering the APTE space should not confer exec permissions.Mike Larkin
2015-08-28Rework the UNIX domain socket garbage collector, including ideas fromPhilip Guenther
2015-08-28Modify ttystats_init() to tell us about the buffer size, so that weTheo de Raadt
2015-08-28Xr ntpctl; from Rob PierceTheo de Raadt
2015-08-28Kill coverity 128475Bob Beck
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2015-08-27Update: add include/libdrm, sort include/EGL, add share/util-macrosMatthieu Herrb
2015-08-27After more than a decade it seems safe to conclude that amap_clean works.Mark Kettenis
2015-08-27Nuke some trailing whitespace that keeps coming back.Kenneth R Westerback
2015-08-27The syn cache is completely implemented in tcp_input.c. So all itsAlexander Bluhm
2015-08-27If we take the address of a function pointer, we might get a pointer toMark Kettenis
2015-08-27size for free()Theo de Raadt
2015-08-27missing va_end(); OK deraadtGleydson Soares
2015-08-27delete a comment about gcc -WuninitializedTheo de Raadt
2015-08-27document CDIOREADTOCENTRIES, rather than the misspelled (but equivalent)Jason McIntyre
2015-08-27fairly simple size for free()Theo de Raadt
2015-08-27sizes for free()Theo de Raadt
2015-08-27Access the image of the floating point registers via p_md.md_regs, instead ofMiod Vallat
2015-08-27When syslogd is reloading a modified config, it does a reexec onAlexander Bluhm
2015-08-27When the dynamic TCP update is reducing so->so_snd.sb_hiwat theAlexander Bluhm
2015-08-27add a type of "auth-doas" to the perm check to allow login.conf fiddlingTed Unangst
2015-08-27Improve libtls error messages.Joel Sing
2015-08-27Split the persistent/configuration flags from temporary state flags andJoel Sing
2015-08-27Change AEAD out_len argument to size_t instead of ssize_t - while here,Joel Sing