summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-02Test messing with "." both when having . unveiled for an operation, andBob Beck
2018-08-01On AMD CPUs, If the LFENCE serialization MSR bit is already set, thenBryan Steele
2018-08-01Fix segmentation fault on radiusd(8) when exiting.Ricardo Mestre
2018-08-01Fix an off-by-one string read access that could happen if an emptyIngo Schwarze
2018-08-01Fix various RK3399 clocks and add support for getting the clock frequencyMark Kettenis
2018-08-01After rewriting the parse buffer from scratch, we also have to resetIngo Schwarze
2018-08-01Initialize new lineflag member.Nicholas Marriott
2018-08-01Avoid a read access one byte beyond the end of an allocated stringIngo Schwarze
2018-08-01Use a single space after colon in another errx().Theo Buehler
2018-08-01Disallow negative reps, they make no sense. While here, sscanf -> strtonum.cheloha
2018-08-01Implement a partial update mechanism. Since the SPI-connected displayPatrick Wildt
2018-08-01Clarify that we chroot to the users home directory if -u is provided.Florian Obser
2018-08-01Remove midsentence period.rob
2018-08-01document when -exec evaluates to true; from kris katterjohnJason McIntyre
2018-08-01Update a comment to include -delete, -execdir, -ls and -print0 amongTheo Buehler
2018-08-01Document that -delete and -execdir prevent -print from being assumed.Theo Buehler
2018-08-01update currency exchange rates;Jason McIntyre
2018-07-31Zap v4mask and v6mask in host()kn
2018-07-31Relocate some public functions above the internal functions comment.rob
2018-07-31Display color depth alongside resolution when attaching simplefb(4).Frederic Cambus
2018-07-31Reshuffle order in struct rde_peer a bit. No functional change.Claudio Jeker
2018-07-31Do not leak path or use it after free.Nicholas Marriott
2018-07-31Stop reversing bytes read from the framebuffer. That was added sincePatrick Wildt
2018-07-31Move struct screen_sel into screen.c and tidy up members that are onlyNicholas Marriott
2018-07-31Fix some debugging output now that ber type and encoding are unsigned int.rob
2018-07-31Make ber type and encoding a unsigned int instead of unsigned long.Claudio Jeker
2018-07-31Clear history on RIS like most other terminals do.Nicholas Marriott
2018-07-31Implement setting the voltage of the regulators.Mark Kettenis
2018-07-31Correctly set the dividers for the clock of the "big" cores.Mark Kettenis
2018-07-31Fix setting the voltage; the code was using the wrong variable as a step size.Mark Kettenis
2018-07-31There is no longer the need to be careful in rde_softreconfig_in() whenClaudio Jeker
2018-07-31delay bailout for invalid authenticating user until after the packetDamien Miller
2018-07-31fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366Damien Miller
2018-07-31KNFTheo de Raadt
2018-07-30Declare then assign local variable, no binary change.anton
2018-07-30If we keep the BIOS framebuffer, stick to the desired framebuffer sizeMark Kettenis
2018-07-30regenMartin Pieuchot
2018-07-30Unlock sendmsg(2), sendto(2), recvfrom(2) and recvmsg(2).Martin Pieuchot
2018-07-30Replace fork with sniffer thread in Python. Clear the BPF listAlexander Bluhm
2018-07-30Add regress covering the recently fixed NULL pointer deref in open().anton
2018-07-30catch up with the symlink removal of /dev/{audio,mixer};Jason McIntyre
2018-07-30Fix a NULL-pointer dereference when calling open() on a cloned device with writeanton
2018-07-30improve consistency of markup for some variables, still far from perfectIngo Schwarze
2018-07-30recognize WSMOUSE_TYPE_TOUCHPAD devicesJoshua Stein
2018-07-30define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stopJoshua Stein
2018-07-30Some cleanups and clarification, especially regarding locking (observed by rob)Theo de Raadt
2018-07-30syncTheo de Raadt
2018-07-30rename 2nd argument of unveil from vague "flags" to "permissions";Theo de Raadt
2018-07-30Use the MI interrupt enable/distable API instead of the MD one on i386 andMark Kettenis
2018-07-30Tweak historyMarc Espie