summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-06don't allow opening of /dev/vmm if we are in an unsupported configurationMike Larkin
2015-12-06Change kernel internal pledge variables to 64bit (to prepare for moreTheo de Raadt
2015-12-06un-needed extern which was removed a while backMike Larkin
2015-12-06Remove a 250-line catalog of AT&T ksh bugs. ok tedummcc
2015-12-06man page missed switchover from vmmctl -> vmctl.Mike Larkin
2015-12-06pledge "dpath" to allow creation of nodes via mkfifo(2) and mknod(2)Theo de Raadt
2015-12-06multicast_{host,router} -> multicast.Martin Pieuchot
2015-12-06Add missing rc bits for rebound.Robert Peichaer
2015-12-06remove trailers option that was already obsolete when this code was imported.Ted Unangst
2015-12-06remove txpower option. only relevant to the now irrelevant wi driver.Ted Unangst
2015-12-06Use __progname instead of manually handling argv[0].Tobias Stoeckmann
2015-12-06Avoid out of boundary access on illegal command line arguments.Tobias Stoeckmann
2015-12-06Validate input files to prevent out of boundary accesses.Tobias Stoeckmann
2015-12-06switch on the return value of bus_dmamap_load_mbuf not value != 0Jonathan Gray
2015-12-06pledge "getpw" is not needed here.tb
2015-12-06Since the page zeroing thread runs without the kernel lock,Bret Lambert
2015-12-06spacingReyk Floeter
2015-12-06g/c pf_change_a6(). it's exactly the same thing as pf_change_ap() with p =Henning Brauer
2015-12-06Treat quiz the same way as the other games and try to preserve the looktb
2015-12-065.8 is out for a quite a while now. Remove the deletion of binariesRobert Peichaer
2015-12-06Check .Xr links by forking "man -f" rather than manually lookingIngo Schwarze
2015-12-06multicast_router -> multicastAntoine Jacoutot
2015-12-06document LC_CTYPE; feedback and OK jmc@Ingo Schwarze
2015-12-06Use ENVIRONMENT rather than CAVEATS to document LC_CTYPE.Ingo Schwarze
2015-12-06unbreak kernel link if vmm isnt being built as part of the kernel.David Gwynne
2015-12-06typo in log entrymmcc
2015-12-06Print the TTY in the vmctl status output.Reyk Floeter
2015-12-06When a new vm is created with VMM_IOC_CREATE, the kernel assigns aReyk Floeter
2015-12-06restore VMM mode after resume from suspend/hibernateMike Larkin
2015-12-06Check errno from config_getvm() correctlyReyk Floeter
2015-12-06Report errno from config_getvm() correctlyReyk Floeter
2015-12-06syncTheo de Raadt
2015-12-06Terminate all running VMs on startup: we're not able to pick up stateReyk Floeter
2015-12-05Fix previous by using the right argument name.mmcc
2015-12-05use argument names consistently.Igor Sobrado
2015-12-05Let special/ftp compile again. 'ares' is only used inside #ifndef SMALL, soKenneth R Westerback
2015-12-05Send bad whitespace to the attic.Kenneth R Westerback
2015-12-05Multiple cleanups.Martin Pieuchot
2015-12-05Silence gcc whining about using 'serrno' uninitialized by initializingKenneth R Westerback
2015-12-05Implement the .inst assembler directive for arm.Tobias Ulmer
2015-12-05Remove ancient and no longer valid installation instructions.mmcc
2015-12-05Remove LBL-specific stuff and a reference to CHANGES.mmcc
2015-12-05multicast_{host,router} is now just multicast;Jason McIntyre
2015-12-05Remove a few NULL-checks before free().mmcc
2015-12-05g/c unneeded af (address family) params to pf_change_ap and _icmpHenning Brauer
2015-12-05Remove a bunch of NULL-checks before free().mmcc
2015-12-05initialize host, to get rid of gcc warning, the conditions are correct.Sebastian Benoit
2015-12-05Make sure we use the same cpu numbering for the kern.cptime2 sysctl as weMark Kettenis
2015-12-05prefer rsa-sha2-512 over -256 for hostkeys, too; noticed by naddy@Markus Friedl
2015-12-05Print shorter error message if opening /dev/vmm failed.Reyk Floeter