summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-04cp -p the bootblocks to RELEASEDIR; ok tbTheo de Raadt
2017-04-03warn format string should be literal.Frederic Cambus
2017-04-03Change parse_string() to take an optional integer pointer that canKenneth R Westerback
2017-04-03Add caveat telling it's better to always read a data byte when passingOtto Moerbeek
2017-04-03Send and receive 1 byte of data in addition to the control message. This isOtto Moerbeek
2017-04-03WSDISPLAY_MAXFONTCOUNT macro was introduced in sys/dev/wscons/wsconsio.hFrederic Cambus
2017-04-03Simplify read_string() to just read the characters between the '"'s.Kenneth R Westerback
2017-04-03check return from pread, don't divide -1 for countTed Unangst
2017-04-03use recallocarray() because the array contains data that can be observedTheo de Raadt
2017-04-03initialize regmatch_t always, fixes grep -o ""Ted Unangst
2017-04-03provide size to free(9)Theo de Raadt
2017-04-03Fix silly code that printfs NULL when there are no fractional secondsBob Beck
2017-04-03Tweak parse_string() to not consume the ';'. Simplifies/shortensKenneth R Westerback
2017-04-03Tweak 'expecting' parse_warn() messages to be more consistent.Kenneth R Westerback
2017-04-03Compute address for ll/sc only once.Visa Hankala
2017-04-02Less convoluted code in soshutdown()Theo de Raadt
2017-04-02The character buffer should be resized using recallocarray()Theo de Raadt
2017-04-02Always use return value of asprintf to determine success/failure,Theo de Raadt
2017-04-02Check return value of asprintf(), and don't use 0 as a char *Tom Cosgrove
2017-04-02Change parse_string() warning from "filename must be a string" toKenneth R Westerback
2017-04-02Filter out RDTSCP, needed to handle solaris guests. We set the VMX controlMike Larkin
2017-04-02note that some hosts never generate tuples and are ignored;Jason McIntyre
2017-04-02update currency exchange rates;Jason McIntyre
2017-04-02On ARMv8, the translation table walk is fully coherent so there is noMark Kettenis
2017-04-02printf format strings should be literals. Reminded by clang.Visa Hankala
2017-04-02Drop address conversion cruft.Visa Hankala
2017-04-02Fix tcp stats reportingJeremie Courreges-Anglas
2017-04-02add overdrive 1000Jonathan Gray
2017-04-02Fix an out-of-bounds memory access with 64-bit armaps.Visa Hankala
2017-04-02Bring back the wait instruction into the idle loop, but only on octeon.Visa Hankala
2017-04-02Replace snprintf(NULL, malloc, snprintf.... with the much better asprintf.Theo de Raadt
2017-04-02Prefer pread() over lseek()+read()Philip Guenther
2017-04-02normalize order of arguments to if ()Theo de Raadt
2017-04-02Make dma range buffer cache pages visible in systat ioBob Beck
2017-04-02unlock tree, we are now hacking on 6.1-currentTheo de Raadt
2017-04-01MDT...Theo de Raadt
2017-03-31The default for the "Server directory?" question can possibly comeRobert Peichaer
2017-03-31Be quiet in case /var/syspatch/ is empty and that there's no remote sigAntoine Jacoutot
2017-03-30skip floppyB until more space is foundTheo de Raadt
2017-03-30Xr acpisbsJoshua Stein
2017-03-30syncTheo de Raadt
2017-03-30add a manpage for acpisbs, remove caveat from acpibatJoshua Stein
2017-03-30Only close the SA if an error happens before ikev2_msg_init() was calledPatrick Wildt
2017-03-30Disable client-initiated renegotiation.Joel Sing
2017-03-30correct NBPFILTER #ifdef'sTheo de Raadt
2017-03-30syncTheo de Raadt
2017-03-30these free() size choices appear to be wrong. joel has a diff that fixesTheo de Raadt
2017-03-30add signify public keys for syspatch for the current and next releaseRobert Nagy
2017-03-30Use m_devget(9) to replace code that does more or less the same but assumesMark Kettenis
2017-03-30Set interface flag to VMIFF_UP when using -i option. This way vmd will makeClaudio Jeker