summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-13Check that the hostname added by syslogd -h in file and server logAlexander Bluhm
2017-09-12- sprinkle variable name and printf tweaksJasper Lievisse Adriaanse
2017-09-12mapalign returns MAP_FAILED for failuer; from George KoehlerOtto Moerbeek
2017-09-12Do not segfault when there are two .Dt macros, the first withoutIngo Schwarze
2017-09-12there is no offical way to get the max value of time_t, but this one worksOtto Moerbeek
2017-09-12Syslogd does no longer keep the *:514 UDP sockets open by default.Alexander Bluhm
2017-09-12In the default configuration syslogd(8) kept two *:514 UDP socketsAlexander Bluhm
2017-09-12use .Dv for ioctl(2) request names;Ingo Schwarze
2017-09-12use the standard .Fa idiom for ioctl(2) args, and kill .TnIngo Schwarze
2017-09-12use the standard .Fa idiom for ioctl(2) argsIngo Schwarze
2017-09-12minor markup corrections: Cd for options(4), Vt for data typesIngo Schwarze
2017-09-12standard .Fa markup for ioctl(2) args, and add one missing .Dv;Ingo Schwarze
2017-09-12Sleep for some time to avoid race reporting a different number of referenceMartin Pieuchot
2017-09-12Include room for NUL-termination when calculating the length of archiveMartin Pieuchot
2017-09-12option DDB_STRUCT is gone, 'show struct' now work in GENERIC.Martin Pieuchot
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-09-12Skip forward declarations until ctfconv(1) properly merge them withMartin Pieuchot
2017-09-12Fix cross-compiling GCC toolchains on Clang archs.Martin Pieuchot
2017-09-12unused variableDamien Miller
2017-09-12fix tun/tap forwarding case in previousDamien Miller
2017-09-12Make remote channel ID a u_intDamien Miller
2017-09-12refactor channels.cDamien Miller
2017-09-12rename setredzone to setguardpage.David Gwynne
2017-09-12add a guard page on the end of each threads kernel stack.David Gwynne
2017-09-12Update the documentation regarding /dev/mem and /dev/kmem;Ingo Schwarze
2017-09-11add functions to provide direct access to guest memory as vmd addressesDavid Gwynne
2017-09-11bring SET, CLR, and ISSET macros inDavid Gwynne
2017-09-11Check event is initialized before delete; fixes crash reported byNicholas Marriott
2017-09-11check double free before canary for chunks; ok millert@Otto Moerbeek
2017-09-11Use signed ssize_t to make read(2) error check actually work.Alexander Bluhm
2017-09-11remove dead code.Eric Faurot
2017-09-11Use getrusage(2) for the built-in time trial instead of getttimeofday(2).Todd C. Miller
2017-09-11Coverty complains that the return value of sblock() is not checkedAlexander Bluhm
2017-09-11missing parts for arm64, dependencies needed.Marc Espie
2017-09-11Sync alpha/mips64/powerpc mutex implementations.Martin Pieuchot
2017-09-11Mention that filter is a format.Nicholas Marriott
2017-09-11Do not free more lines than are available in the history.Nicholas Marriott
2017-09-11Avoid using an uninitialised variable. Found by the clang static analyser.Jonathan Gray
2017-09-11Don't test if an array is NULL. Fixes the build with clang which raisedJonathan Gray
2017-09-11Remove whitespace in inline assembly output constraint strings. WhileJonathan Gray
2017-09-10str[n]casecmp_l(3) appeared in POSIX 2008, not in XPG 4;Ingo Schwarze
2017-09-10shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to bePhilip Guenther
2017-09-10Backslash escapes the next character in filename patterns.Philip Guenther
2017-09-10Fix spelling of 4.3BSD-Net/2.Ingo Schwarze
2017-09-10Assorted simple improvements:Ingo Schwarze
2017-09-10Previously, extended cell data was never reduced in size even when theNicholas Marriott
2017-09-10- call usbd_deactivate() rather than simply returning in case of errorsJasper Lievisse Adriaanse
2017-09-10sysctl strings include the termingating NUL character in both in and out lengthsTom Cosgrove
2017-09-10Apply timeout to CAN and RS which also wait for ST.Nicholas Marriott
2017-09-10Use monotonic clock for statistics display. From Scott Cheloha.Theo Buehler