summaryrefslogtreecommitdiff
path: root/sys/dev/vmt.c
AgeCommit message (Expand)Author
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-11It's init as a process that's special, not init's original thread.Philip Guenther
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2013-11-11Replace most of our formating functions to convert IPv4/6 addresses fromMartin Pieuchot
2013-10-26Use the "activate" framework rather a shutdown hookTheo de Raadt
2013-10-14defer the first update of the sensor as late in the boot process we canDavid Gwynne
2013-07-03cast time_t to long long, time_t is signed, tv_nsec is longStefan Fritsch
2012-09-11Check that the host supports GET_SPEED as well as GET_VERSION before decidingDarren Tucker
2011-01-27Fix newlines for error on attach case. with & ok dlg.Darren Tucker
2010-11-03only let vmt match and therefore attach if mainbus is specifically askingDavid Gwynne
2010-10-26log suspends and resumes. resend hostname and address info from the guestDavid Gwynne
2010-10-26big update to vmware tools functionality from jonathan matthew.David Gwynne
2009-12-28whitespaceDavid Gwynne
2009-12-28tweak vmt to work on amd64 as well as i386. like i386, it is stillDavid Gwynne
2009-04-26in ca_attach() there is no need to set .value and .flags of sensors to 0,Constantine A. Murenin
2008-10-23use the correct idiom for NFOO things which come from "foo.h" filesTheo de Raadt
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-07-12reference vmt (openbsd) rather than vmware (xorg)Chris Kuethe
2008-07-08vmt(4) is a kernel level implementation of the vmware tools.David Gwynne