Age | Commit message (Expand) | Author |
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 |
2017-09-12 | In the default configuration syslogd(8) kept two *:514 UDP sockets | Alexander Bluhm |
2017-09-12 | use .Dv for ioctl(2) request names; | Ingo Schwarze |
2017-09-12 | use the standard .Fa idiom for ioctl(2) args, and kill .Tn | Ingo Schwarze |
2017-09-12 | use the standard .Fa idiom for ioctl(2) args | Ingo Schwarze |
2017-09-12 | minor markup corrections: Cd for options(4), Vt for data types | Ingo Schwarze |
2017-09-12 | standard .Fa markup for ioctl(2) args, and add one missing .Dv; | Ingo Schwarze |
2017-09-12 | Sleep for some time to avoid race reporting a different number of reference | Martin Pieuchot |
2017-09-12 | Include room for NUL-termination when calculating the length of archive | Martin Pieuchot |
2017-09-12 | option DDB_STRUCT is gone, 'show struct' now work in GENERIC. | Martin Pieuchot |
2017-09-12 | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar | Martin Pieuchot |
2017-09-12 | Skip forward declarations until ctfconv(1) properly merge them with | Martin Pieuchot |
2017-09-12 | Fix cross-compiling GCC toolchains on Clang archs. | Martin Pieuchot |
2017-09-12 | unused variable | Damien Miller |
2017-09-12 | fix tun/tap forwarding case in previous | Damien Miller |
2017-09-12 | Make remote channel ID a u_int | Damien Miller |
2017-09-12 | refactor channels.c | Damien Miller |
2017-09-12 | rename setredzone to setguardpage. | David Gwynne |
2017-09-12 | add a guard page on the end of each threads kernel stack. | David Gwynne |
2017-09-12 | Update the documentation regarding /dev/mem and /dev/kmem; | Ingo Schwarze |
2017-09-11 | add functions to provide direct access to guest memory as vmd addresses | David Gwynne |
2017-09-11 | bring SET, CLR, and ISSET macros in | David Gwynne |
2017-09-11 | Check event is initialized before delete; fixes crash reported by | Nicholas Marriott |
2017-09-11 | check double free before canary for chunks; ok millert@ | Otto Moerbeek |
2017-09-11 | Use signed ssize_t to make read(2) error check actually work. | Alexander Bluhm |
2017-09-11 | remove dead code. | Eric Faurot |
2017-09-11 | Use getrusage(2) for the built-in time trial instead of getttimeofday(2). | Todd C. Miller |
2017-09-11 | Coverty complains that the return value of sblock() is not checked | Alexander Bluhm |
2017-09-11 | missing parts for arm64, dependencies needed. | Marc Espie |
2017-09-11 | Sync alpha/mips64/powerpc mutex implementations. | Martin Pieuchot |
2017-09-11 | Mention that filter is a format. | Nicholas Marriott |
2017-09-11 | Do not free more lines than are available in the history. | Nicholas Marriott |
2017-09-11 | Avoid using an uninitialised variable. Found by the clang static analyser. | Jonathan Gray |
2017-09-11 | Don't test if an array is NULL. Fixes the build with clang which raised | Jonathan Gray |
2017-09-11 | Remove whitespace in inline assembly output constraint strings. While | Jonathan Gray |
2017-09-10 | str[n]casecmp_l(3) appeared in POSIX 2008, not in XPG 4; | Ingo Schwarze |
2017-09-10 | shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be | Philip Guenther |
2017-09-10 | Backslash escapes the next character in filename patterns. | Philip Guenther |
2017-09-10 | Fix spelling of 4.3BSD-Net/2. | Ingo Schwarze |
2017-09-10 | Assorted simple improvements: | Ingo Schwarze |
2017-09-10 | Previously, extended cell data was never reduced in size even when the | Nicholas Marriott |
2017-09-10 | - call usbd_deactivate() rather than simply returning in case of errors | Jasper Lievisse Adriaanse |
2017-09-10 | sysctl strings include the termingating NUL character in both in and out lengths | Tom Cosgrove |
2017-09-10 | Apply timeout to CAN and RS which also wait for ST. | Nicholas Marriott |
2017-09-10 | Use monotonic clock for statistics display. From Scott Cheloha. | Theo Buehler |