summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-07-30byebye fake.mtreeMarc Espie
2018-07-30Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O modeMartin Pieuchot
2018-07-30Inline trivial uaudio_id_name(). From Michael Bombardieri, thanks.Alexandre Ratchov
2018-07-30Remove a leftover unused struct.Nicholas Marriott
2018-07-30Don't ask drivers to join a wifi network before an AP has been chosen.Stefan Sperling
2018-07-30Add support for the GIC v3 ITS and use it to implement MSI support forMark Kettenis
2018-07-30cleanup initialization of chngdir. inspired by Ross L Richardson.Sebastian Benoit
2018-07-30replace exit() with return(), from Ross L Richardson.Sebastian Benoit
2018-07-30replace warn() + exit() with err()Sebastian Benoit
2018-07-30line too long and whitespace. From Ross L Richardson.Sebastian Benoit
2018-07-30reorder option parsing to be alphabetical/same order as usage andSebastian Benoit
2018-07-30When converting the bios memory map to memory clusters, clip segments atJonathan Matthew
2018-07-30update to nsd 4.1.23, from the release notes:Florian Obser
2018-07-30Simplify host()kn
2018-07-30Add ssdfb(4), a driver for the SSD1309 controller that drives anPatrick Wildt
2018-07-30Add colon for clarity.Antoine Jacoutot
2018-07-30apply the loop settle delay to handling of loop up and loop reset events,Jonathan Matthew
2018-07-30extend the loop settle time to 200ms, and adjust the check so that we'llJonathan Matthew
2018-07-30tweak previous;Jason McIntyre
2018-07-30KNFTheo de Raadt
2018-07-30document the current limitation (we don't yet find an above coveringBob Beck
2018-07-30Allow for us to do a CREATE style lookup on a read only filesystemBob Beck
2018-07-30activate unveil for testingTheo de Raadt
2018-07-29revert accidentally changed prototypeBob Beck
2018-07-29Don't exceed UNVEIL_MAX_VNODES with a long path now that we saveBob Beck
2018-07-29Make sure we don't count looking at .. as a componentBob Beck
2018-07-29Add regress for ensuring .. is appropriately *not* used as aBob Beck
2018-07-29Document that X509_{NAME,REQ,REQ_INFO}_free() are all NULL safe.Theo Buehler
2018-07-29Remove NULL checks before X509_{REQ,NAME}_free() and zap an unnecessaryTheo Buehler
2018-07-29replace hand-rolled tmp files with mkstemp()Sebastian Benoit