Age | Commit message (Expand) | Author |
2019-12-12 | move the lka_report.c code into lka_filter.c, they were originally split as | Gilles Chehade |
2019-12-12 | Make owner value mandatory | kn |
2019-12-12 | tc_setclock: reintroduce timeout_adjust_ticks() call | cheloha |
2019-12-12 | correct output option list, from Alarig Le Lay | Theo de Raadt |
2019-12-12 | Recommit "timeout(9): make CIRCQ look more like other sys/queue.h data struct... | cheloha |
2019-12-12 | Recommit "tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjus... | cheloha |
2019-12-12 | Reintroduce socket locking inside socket event filters. | Visa Hankala |
2019-12-12 | Allow sleeping inside kqueue event filters. | Visa Hankala |
2019-12-12 | Unhook <machine/stdarg.h> from <sys/stdarg.h>. Nowadays all the | Visa Hankala |
2019-12-12 | Do not crash in tree modes if the pane is only 1 in width, reported by | Nicholas Marriott |
2019-12-12 | Add function to the right file. | Nicholas Marriott |
2019-12-12 | start documenting the proc filter API, this is a work in progress, not | Gilles Chehade |
2019-12-12 | On a HP EliteBook 830 G6 the Computrace executable is located in | Alexander Bluhm |
2019-12-12 | Change source-file to use new file code which allows it to read from | Nicholas Marriott |
2019-12-12 | Do not check if client is dead if it is NULL. | Nicholas Marriott |
2019-12-12 | Rewrite the code for reading and writing files. Now, if the client is | Nicholas Marriott |
2019-12-12 | Header cleanup. | Martin Pieuchot |
2019-12-12 | Only create (and check) resolvers listed in preferences. | Florian Obser |
2019-12-12 | Refactor kernel route message handling. | denis |
2019-12-12 | vmd: start vms defined in vm.conf in a staggered fashion | pd |
2019-12-12 | Make ldpd lookup the adjacency not only by source IP address but also | YASUOKA Masahiko |
2019-12-11 | add a note about the 'extensions' field in the signed object | Damien Miller |
2019-12-11 | Logitech Webcam C922 Pro works fine (supports 60fps at 1280x720). | Marcus Glocker |
2019-12-11 | Convert sendto() to sendmsg(). | denis |
2019-12-11 | Fix 2 memory leaks in error paths and a double-free (kroute_insert already | remi |
2019-12-11 | Merge existing decls and decls introduced in rev 1.10 | Jeremie Courreges-Anglas |
2019-12-11 | The file passed to realpath(3) must exists, adjust man page to new | Alexander Bluhm |
2019-12-11 | it's no longer possible to disable privilege separation in sshd, so | Damien Miller |
2019-12-11 | Tweak previous to check the wrapped flag and stop if not set. | Nicholas Marriott |
2019-12-11 | ld.so may fail to remove the LD_LIBRARY_PATH environment variable for | Todd C. Miller |
2019-12-11 | Allow search across wrapped lines and fix some inconsistencies in how th | Nicholas Marriott |
2019-12-11 | Plug leaks related to running queue maintenance. ok florian@ | Otto Moerbeek |
2019-12-11 | add sys/wait.h to unbreak builds; following "Replace p_xstat with ps_xexit and | Stuart Henderson |
2019-12-11 | Do not set cursor colour to default unless it has been changed, GitHub | Nicholas Marriott |
2019-12-11 | use sockaddr_storage to store the address used to generate mcast entries. | David Gwynne |
2019-12-11 | Replace p_xstat with ps_xexit and ps_xsig | Philip Guenther |
2019-12-11 | %r26 hasn't been used by the threads implementation since 2016, so stop | Philip Guenther |
2019-12-11 | vmd: proper concurrency control when pausing a vm | pd |
2019-12-10 | some more corrections for documentation problems spotted by Ron Frederick | Damien Miller |
2019-12-10 | loading security keys into ssh-agent used the extension constraint | Damien Miller |
2019-12-10 | add security key types to list of keys allowed to act as CAs; | Damien Miller |
2019-12-10 | when acting as a CA and using a security key as the CA key, remind the | Damien Miller |
2019-12-10 | chop some unnecessary and confusing verbiage from the security key | Damien Miller |
2019-12-10 | Make bundled IPcomp/ESP policies work with IPSEC_LEVEL_REQUIRE. | tobhe |
2019-12-10 | Just output a generic error message: | Antoine Jacoutot |
2019-12-10 | If a file or directory component does not exists, realpath(3) returns | Alexander Bluhm |
2019-12-10 | Make TMUX_CONF a list of files and expand leading $FOO or ~. | Nicholas Marriott |
2019-12-10 | We can receive a delete and free an SA that is referenced in sa_nextr. | tobhe |
2019-12-10 | Print started and stopped domains alike | kn |
2019-12-10 | Like other architectures, luna88k bootloader also needs arc4.c. | Kenji Aoyama |