summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-15After we stopped processing router advertisements in the kernelFlorian Obser
2017-08-15Convert to FDT-based interrupt establish API.Patrick Wildt
2017-08-15Apply KNF and fix whitespaces.Patrick Wildt
2017-08-15Apply KNF and fix whitespaces.Patrick Wildt
2017-08-15Add tests for pf divert-packet. Currently UDP packets are testedAlexander Bluhm
2017-08-15remove parens that were copied from ndinit's previous life as a macroTed Unangst
2017-08-15create a temp directory for all the temp files instead of trying to nameTed Unangst
2017-08-15Strip out -I/usr/include and -L/usr/lib from the --cflags/--libs output.Jasper Lievisse Adriaanse
2017-08-15add static test tooJasper Lievisse Adriaanse
2017-08-15remove vax leftoverJasper Lievisse Adriaanse
2017-08-15Align text locations to 16 (instead of 4) to match modern recommendationsTheo de Raadt
2017-08-15add tests for filter system directoriesJasper Lievisse Adriaanse
2017-08-15fmt0 is a wchar_t *, so use %ls to reportTheo de Raadt
2017-08-14msdofs: Add new CLUST_END constantStefan Fritsch
2017-08-14msdofs: Add new CLUST_END constantStefan Fritsch
2017-08-14Try for consistency in sizeof() usage.Kenneth R Westerback
2017-08-14Generate SIGILL for EXCP_UNKNOWN.Mark Kettenis
2017-08-14Add the amdisplay(4) and nxphdmi(4) drivers.ians
2017-08-14return a proper error message instead of 'no such file or directory' whenJasper Lievisse Adriaanse
2017-08-14sort SEE ALSO;Jason McIntyre
2017-08-14Add a very basic test for ctfdump(1) on amd64Uwe Stuehler
2017-08-14simplify LABEL extraction; from tb@Jasper Lievisse Adriaanse
2017-08-14db_ctf_pprintf() doesn't actually support formatting, so s/f$//Uwe Stuehler
2017-08-14Restore "print" in ddb; add "pp[rint]" for pretty-printingUwe Stuehler
2017-08-14Load CTF debug symbols before mountrootUwe Stuehler
2017-08-14whitespace and fix a comment typoJasper Lievisse Adriaanse
2017-08-14Add improvements to the DWARF frame unwinder to support xorguard.Mark Kettenis
2017-08-14catch ENOENT and display a proper error message when a specified disk image isJasper Lievisse Adriaanse
2017-08-14syncTheo de Raadt
2017-08-14vmm: exit on monitor/mwait and convert these instructions into #UDs asMike Larkin
2017-08-14vmm: add #defines for exception vectors that can be used to injectMike Larkin
2017-08-14vmd: set MSR_MISC_ENABLE=0 on vm creation, this will be re-set in vmmMike Larkin
2017-08-14don't allow starting vms whose name starts with '-', '.' or '_'Jasper Lievisse Adriaanse
2017-08-14validate vm names before creating them; a valid name contains alphanumericJasper Lievisse Adriaanse
2017-08-14Use sendsyslog() directly instead of syslog_r() for the "backwards memcpy"Philip Guenther
2017-08-14knf to fix tab/space mismatches that make it hard to tell what's insideTed Unangst
2004-05-21GDB 6.1 (excluding .info files)Mark Kettenis
2002-05-13Import binutils-2.11.2Federico G. Schwindt
1996-09-04Import of binutils, gas, ld & gprof from Cygnus 960904 treeNiklas Hallqvist
2017-08-14drop seriously lacking support for SEQPACKET.Ted Unangst
2017-08-14Do not dereference a pointer directly but use db_get_value() instead.Martin Pieuchot
2017-08-14Remove unneeded null pointer check in mpe_input*: ifp cannot be NULL.Reyk Floeter
2017-08-14move pf_get_wscale + pf_get_mss prototypes to pfvar.h (diff shrinkage)Henning Brauer
2017-08-14expose the half-open tcp states counter, ok bluhmHenning Brauer
2017-08-14add half-open tcp states accounting, road paved by sashanHenning Brauer
2017-08-14Apply pre-built unicore patch - perl-5.24.2Andrew Fresh
2017-08-14Apply local patches - perl-5.24.2Andrew Fresh
2017-08-14Fix merge issues, remove excess files - match perl-5.24.2 distAndrew Fresh
2017-08-14Import perl-5.24.2Andrew Fresh
2017-08-14tweak previous;Jason McIntyre