summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-03Further removal of differences (using install instead of cp, sortingTheo de Raadt
2019-05-03Insert after the right element on queue.Nicholas Marriott
2019-05-03Do not store the mouse position we calculate as the start of a drag backNicholas Marriott
2019-05-03Add missing bridge_getbif(), reported by jsg@.Martin Pieuchot
2019-05-03avoid duplicate "bad argument" error message, also shortening the codeIngo Schwarze
2019-05-03Enter dangling .so links into the database, to avoid harassingIngo Schwarze
2019-05-03Use the right index for user-keys.Nicholas Marriott
2019-05-03When processing unknown output options, prevent passing NULL to printf.anton
2019-05-03In fs_lookup(), use stat(2) rather than access(2) to check file existence.Ingo Schwarze
2019-05-03Add a "forwarded" log format that extends the "combined" log formatTheo Buehler
2019-05-03An if_put() was missing in one branch of bridge_process(). ThisAlexander Bluhm
2019-05-03Fix mouse positioning when the pane is not entirely visible.Nicholas Marriott
2019-05-03Fixed endless loop/ OOB write on 64 bit systems with large buffers.Tobias Stoeckmann
2019-05-03In man(1) mode with a specific section requested,Ingo Schwarze
2019-05-03Correct ordering when adding after an existing item.Nicholas Marriott
2019-05-03Adjust some comments that were misleading. Those flags are used by bgpdClaudio Jeker
2019-05-03Bump SET_NAME_LEN to 128 since arouteserver produces names that are moreClaudio Jeker
2019-05-03Rename -c to -s since the correct term is snapshot, not current. AlsoFlorian Obser
2019-05-03Make sure that the as-set name is not too long when parsing the config file.Claudio Jeker
2019-05-03Instead of processing keys all together, put them up on the clientNicholas Marriott
2019-05-03typo in previousIan Darwin
2019-05-03sysupgrade gains -n for no-reboot option. Accidentally duplicated benno's dif...Ian Darwin
2019-05-03During debugging, media are often built without DESTDIR correctly set.Theo de Raadt
2019-05-03Make VOP_ADVLOCK() safe to use without kernel lockVisa Hankala
2019-05-03Only fetch and upgrade if a new snapshot is available.Florian Obser
2019-05-03Revert previous, I got too excited and forgot about the config file :(Florian Obser
2019-05-03Fix reverse attribute in status line, GitHub issue 1709.Nicholas Marriott
2019-05-03In man(1) mode, when the first argument starts with a digit,Ingo Schwarze
2019-05-03Use the correct (according to POSIX) format for left-justificationDarren Tucker
2019-05-03Free channel objects on exit path. Patch from markus at blueflash.cc,Darren Tucker
2019-05-03basic macro cleanup; from Fabio Scotoni <fabio at esse dot ch>Ingo Schwarze
2019-05-03Free host on exit path. Patch from markus at blueflash.cc, ok djm@Darren Tucker
2019-05-03Wrap XMSS including in ifdef. Patch from markus at blueflash.cc, ok djmDarren Tucker
2019-05-03missing breakJonathan Gray
2019-05-03Revert "drm/i915/fbdev: Actually configure untiled displays"Jonathan Gray
2019-05-02Avoid opening log files on "no log"kn
2019-05-02Add a print function to mainbus(4) such that it prints unconfigured devicesMark Kettenis
2019-05-02Avoid running the activate function for a partially attached ehci(4) driver.Mark Kettenis
2019-05-02Fix up some bits about window-size that seem to have got lost.Nicholas Marriott
2019-05-02Reset root port after last STP interface is removed.Martin Pieuchot
2019-05-02Index 0 is out of range for hrStorageIndex.Gerhard Roth
2019-05-02Give filter programmers a more friendlier error message when returning aMartijn van Duren
2019-05-02works on newer AMD Ryzen APUs/CPUs as wellMark Kettenis
2019-05-02regenMark Kettenis
2019-05-02add Cryptographics Co-processor found on newer AMD Ryzen CPUs/APUsMark Kettenis
2019-05-02Allow non-root users to become master when they are the first to open a drmMark Kettenis
2019-05-02Add test fseek(,-1) works properly.YASUOKA Masahiko
2019-05-02pbuild class: bump datasize and maxproc; these should be sufficient forAntoine Jacoutot
2019-05-02Fix a comparison in open_memstream not to confuse when a negativeYASUOKA Masahiko
2019-05-02Fix vmm_support.S compilation error with gcc 8.3Mike Larkin