Age | Commit message (Expand) | Author |
2017-09-17 | If file descriptors are exhausted during initialization, we see | Alexander Bluhm |
2017-09-17 | syslogd has special code to report errors before it has been | Alexander Bluhm |
2017-09-17 | vmd: send/recv pci config space instead of recreating pci devices on receive | pd |
2017-09-17 | vmd: re add rtc.per and rtc.sec evtimers on receive | pd |
2017-09-17 | When writing local output, syslogd ignores EAGAIN. Unfortunately | Alexander Bluhm |
2017-09-17 | Oops. Missed a file. | Kenneth R Westerback |
2017-09-17 | Create global 'log_procname' and set it to '<ifname>' or | Kenneth R Westerback |
2017-09-17 | use strip directly. The layers if macros are not actually helpful. | Theo de Raadt |
2017-09-17 | Some further shrinking, but obviously not enough. Something unknown | Theo de Raadt |
2017-09-17 | Give up on alpha floppies for now | Theo de Raadt |
2017-09-17 | link to mtrr(4) because the mem(4) driver supports ioctl(2) | Ingo Schwarze |
2017-09-17 | __progname has type char *, we cannot change its type without causing | Otto Moerbeek |
2017-09-17 | Do not print "cpuX launched" any longer. This reduces dmesg spam | Visa Hankala |
2017-09-16 | we already have a comparison function for libobjects, so move it up to | Marc Espie |
2017-09-16 | recognize @version, to be used for a system-wide version marker | Marc Espie |
2017-09-16 | Make sure to freezero() the wide-character copy of the user supplied password. | anton |
2017-09-16 | Carefully add casts to silence clang sign-compare warnings. ok millert@ | Otto Moerbeek |
2017-09-16 | Make sure that `fsr' is always initialized. Non-DEBUG kernels | Visa Hankala |
2017-09-16 | The copyin(9) family of functions should return EFAULT for all memory | Philip Guenther |
2017-09-15 | Coverity complains that top == NULL was checked and further down | Alexander Bluhm |
2017-09-15 | Coverity complained that the while loop at the end of m_adj() could | Alexander Bluhm |
2017-09-15 | Add dtbs the am335x_boneblack U-Boot image may use if a matching model | Jonathan Gray |
2017-09-15 | Use a poll() loop when trying read the default route from | Kenneth R Westerback |
2017-09-15 | Fix bitwise operations error messages; from FreeBSD | Antoine Jacoutot |
2017-09-15 | Clean up pf rules and states on remote machine so that they do not | Alexander Bluhm |
2017-09-15 | move the envelope handling code to its own function to clarify the | Eric Faurot |
2017-09-15 | Move/add log_procinit() and setproctitle() calls so they reliably work | Kenneth R Westerback |
2017-09-15 | port taskqs to vmd for use in future work on virtio devices | David Gwynne |
2017-09-07 | Copy IPv6 fragment test cases to IPv4 and adapt to the different | Alexander Bluhm |
2017-09-15 | vmd: improve a debug message with more information | Mike Larkin |
2017-09-15 | vmd: emulate UART scratch register, seems to be required by GRUB and | Mike Larkin |
2017-09-15 | wrap a long line | Mike Larkin |
2017-09-14 | fix accounting for received prefixes per neighbor | Peter Hessler |
2017-09-14 | clarify what inet6 autoconf does, mention and link to slaacd(8) | Sebastian Benoit |
2017-09-14 | clarify that slaacd is a client; Xr to rtadvd. feedback/ok benno jmc | Stuart Henderson |
2017-09-14 | spacing | Reyk Floeter |
2017-09-14 | Differentiate between a style string not being specified and an empty | Jonathan Gray |
2017-09-14 | Revert commitid: gJtIN6rRTS3CHy9b. | Damien Miller |
2017-09-14 | Strive to rationalize fatal[x]() usage and | Kenneth R Westerback |
2017-09-13 | Add missing pipe in sxitwi(4)'s match code to actually make | Patrick Wildt |
2017-09-13 | Check that pending "message repeated" is printed at exit and restart. | Alexander Bluhm |
2017-09-13 | Print SKIPPED if sudo and doas configuration is missing. Prevents | Alexander Bluhm |
2017-09-13 | Fix typo; ok benno@ jmc@ sthen@ tb@ | anton |
2017-09-13 | Remove unused (always 1) arguments from some functions, from Daniel | Nicholas Marriott |
2017-09-13 | Check that the hostname added by syslogd -h in file and server log | Alexander Bluhm |
2017-09-12 | - sprinkle variable name and printf tweaks | Jasper Lievisse Adriaanse |
2017-09-12 | mapalign returns MAP_FAILED for failuer; from George Koehler | Otto Moerbeek |
2017-09-12 | Do not segfault when there are two .Dt macros, the first without | Ingo Schwarze |
2017-09-12 | there is no offical way to get the max value of time_t, but this one works | Otto Moerbeek |
2017-09-12 | Syslogd does no longer keep the *:514 UDP sockets open by default. | Alexander Bluhm |