summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-09return type on a different line and use (void) instead of ()Jonathan Gray
2021-05-09fix indentationJonathan Gray
2021-05-08adapt ruslan@freebsd's disasm to our world, and replace the incomplete decoder.Theo de Raadt
2021-05-08similar to ruslan@freebsd's work, use https://github.com/riscv/riscv-opcodesTheo de Raadt
2021-05-08Recognize GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a.Kenneth R Westerback
2021-05-08Spoof GPT partitions of type 21686148-6449-6e6f-744e-656564454649 (a.k.a.Kenneth R Westerback
2021-05-08Perhaps the syntax '((' and '()' will be valid one day, but not at theMark Lumsden
2021-05-08Revert previous commit.Martijn van Duren
2021-05-08stop parsing if a digit is found as first character of an expression.Mark Lumsden
2021-05-08In the C locale make codepoints > 0x7f return EILSEQ, since these aren'tMartijn van Duren
2021-05-08Fix a race in the kqueue-read test. If the writer thread managed to fillanton
2021-05-08kernel setjmp saves 14 registers, not 13. ddb continue now works.Theo de Raadt
2021-05-07Replace random mix of u_int* and uint* types with consistent uint* types.Kenneth R Westerback
2021-05-07Print Synopsys version number, use OF_getpropbool(9) where appropriateMark Kettenis
2021-05-07Dynamic socket buffers make tests unreliable, set fixed buffer size.Alexander Bluhm
2021-05-07Fix the \x escape sequence to be limited to max 2 characters, instead ofMartijn van Duren
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2021-05-07Increase ConnectionAttempts from 4 to 10 as the tests occasionally timeDarren Tucker
2021-05-07RealTek -> RealtekJonathan Gray
2021-05-07Give an error if quoted string is found as first non-white char afterMark Lumsden
2021-05-07Take a note of expression length when it is extracted from lineMark Lumsden
2021-05-07include pid in LogVerbose spamDamien Miller
2021-05-07don't sigdie() in signal handler in privsep child process;Damien Miller
2021-05-07correct mistake in spec - the private key blobs are encoded verbatimDamien Miller
2021-05-07dump out a usable private key string too; inspired by Tyson WhiteheadDamien Miller
2021-05-07fix bounds tests gpio pin numbering starts at 0Jonathan Gray
2021-05-07add support for RTL8168FP/RTL8111FP/RTL8117 to re(4)Jonathan Gray
2021-05-06GPT_get_hdr() is actually spelled GPT_get_header().Kenneth R Westerback
2021-05-06Fix bogus return statement.Mark Kettenis
2021-05-06Add OF_getpropbool(9).Mark Kettenis
2021-05-06Bring comment in sync with the code. No functional change.Claudio Jeker
2021-05-06Add an 'expires' column to CSV & JSON outputjob
2021-05-06Clarify that athn(4) USB devices don't support power saving in hostap mode.Stefan Sperling
2021-05-06Add the line number of an error to error messages.Mark Lumsden
2021-05-06regenanton
2021-05-06Unlock lseek(2).anton
2021-05-06Add a number to parameters for ewprintf() via beeping.Mark Lumsden
2021-05-06Kill pfkeyv2_parsemessage() declaration which is absolutely uselessmvs
2021-05-06Refactor routines to stop/unstop processes and save the corresponding signal.Martin Pieuchot
2021-05-06export [ none | default-route ] changes are not handled by reload.Claudio Jeker
2021-05-06It is no longer required to reset a session when export is changed.Claudio Jeker
2021-05-06Make iwx(4) install CCMP keys to hardware from a task context toStefan Sperling
2021-05-06Improve reload behaviour of RDE peer flags and export_type.Claudio Jeker
2021-05-06Simplify file handling. There is no reason to use O_NONBLOCK on regularClaudio Jeker
2021-05-06More code cleanupClaudio Jeker
2021-05-06Give parse error if character found between blocks.Mark Lumsden
2021-05-06enable dwmmc(4)Jonathan Gray
2021-05-05Refactor vm_instance to return error value directly.dv
2021-05-05Replace DTLS w_epoch with epoch from TLSv1.2 record layer.Joel Sing
2021-05-05The StarFive JH7100 SoC found on the BeagleV beta boards has most ofMark Kettenis