VirtualBox

source: vbox/trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100267   17 months vboxsync Additions: Make the R0 physical heap configurable to allow for …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95092   3 years vboxsync VBoxGuest-netbsd.c: Adapt to cdevsw changes. bugref:8547 …
(edit) @95090   3 years vboxsync VBoxGuest-netbsd.c: Fix mouse range. bugref:8547 wsmux(4) doesn't …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92502   3 years vboxsync VBoxGuest-netbsd.c: bugref:8547: if /dev/vboxguest already exists, …
(edit) @91255   3 years vboxsync VBoxGuest-netbsd.c: ​Catch up with config(9) changes in 9.99.88. …
(edit) @88952   4 years vboxsync VBoxGuest-netbsd.c: ​Catch up with config(9) changes. bugref:8547.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @79251   5 years vboxsync VBoxGuest-netbsd.c: do_sys_mknod() lost its retval parameter in 8.99.46
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76447   6 years vboxsync VBoxGuest-netbsd.c: Check for NOCRED and FSCRED too (might be an …
(edit) @76445   6 years vboxsync VBoxGuest-netbsd.c: Explicitly include <iprt/err.h>, don't rely on …
(edit) @76444   6 years vboxsync VBoxGuest-netbsd.c: Fix kauth check for wheel group membership.
(edit) @76443   6 years vboxsync VBoxGuest-netbsd.c: Fix typo in "ENOMEM" in previous.
(edit) @75781   6 years vboxsync VBoxGuest-netbsd.cpp: Correctly set requestor. bugref:9105
(edit) @70873   7 years vboxsync VMMDev,VBoxGuest: Classify who is calling the host (part 1). bugref:9105
(edit) @70133   7 years vboxsync VBoxGuest-netbsd.c: Provide stub "locators.h" required by wsmousevar.h …
(edit) @70087   7 years vboxsync VBoxGuest: Enabled option reading from the host on all platforms.
(edit) @70069   7 years vboxsync doxygen fix
(edit) @70066   7 years vboxsync VBoxGuest: Enabled VGDrvCommonProcessOptionsFromHost for all but linux …
(edit) @70065   7 years vboxsync VBoxGuest-netbsd.c: VBoxGuestNetBSDISR - fix inverted return value.
(edit) @70059   7 years vboxsync VBoxGuest-netbsd.c: oops, fix doxygen fallout from the renaming.
(edit) @70049   7 years vboxsync VBoxGuest-netbsd.c: further clarify pci_mapreg_map() calls.
(edit) @70048   7 years vboxsync VBoxGuest-netbsd.c: give mem bus space members their usual names. …
(edit) @70047   7 years vboxsync VBoxGuest-netbsd.c: give io bus space members their usual names.
(edit) @70046   7 years vboxsync VBoxGuest-netbsd.c: rename pc to the usual sc_pc
(edit) @70045   7 years vboxsync VBoxGuest-netbsd.c: fix spurious trailing whitespace in previous.
(edit) @70044   7 years vboxsync VBoxGuest-netbsd.c: rename very confusingly named struct …
(edit) @70043   7 years vboxsync VBoxGuest-netbsd.c: use "sc" as the softc variable name as is standard …
(edit) @70042   7 years vboxsync VBoxGuest-netbsd.c: attach wsmouse(4) as a child to provide mouse …
(edit) @70011   7 years vboxsync VBoxGuest-netbsd.c: fix tabs in copy-pasted ioconf code
(edit) @69983   7 years vboxsync VBoxGuest-netbsd.c: call config_init_component() for MODULE_CMD_INIT …
(edit) @69979   7 years vboxsync VBoxGuest-netbsd.c: shuffle the code around to make the narration …
(edit) @69936   7 years vboxsync VBoxGuest-netbsd.c: catch up with ioctl changes
(edit) @69812   7 years vboxsync VBoxGuest-netbsd.c: paste here a copy of VBoxGuestIDC() as now required.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69308   7 years vboxsync VBoxGuest: scm updates
(edit) @63549   8 years vboxsync scm cleanups
(edit) @63455   8 years vboxsync VBoxGuest-netbsd.c: fix indentation and brace placement.
(edit) @63454   8 years vboxsync VBoxGuest-netbsd.c: match should return 0 on failure.
(edit) @63453   8 years vboxsync VBoxGuest-netbsd.c: unmap alreay mapped registers on attach error leg too.
(edit) @63450   8 years vboxsync VBoxGuest-netbsd.c: unmap registers on detach so that the module can …
(edit) @63449   8 years vboxsync VBoxGuest-netbsd.c: don't save a pointer to transient pci_attach_args, …
(edit) @63411   8 years vboxsync VBoxGuest-netbsd.c: fix printf formats in logs.
(edit) @63410   8 years vboxsync VBoxGuest-netbsd.c: Oops, add func argument missed in previous.
(edit) @63409   8 years vboxsync VBoxGuest-netbsd.c: Use func in Log messages instead of hardcoding …
(edit) @63408   8 years vboxsync VBoxGuest-netbsd.c: Sprinkle LogFlow.
(edit) @63355   8 years vboxsync VBoxGuest-netbsd.c: handle changed pci_intr_string(9) signature.
(edit) @63350   8 years vboxsync VBoxGuest-netbsd.c: catch up with renaming done in r103107 - it's …
(edit) @63343   8 years vboxsync VBoxGuest-netbsd.c: fix doxygen comments to match signatures.
(copy) @63339   8 years vboxsync Additions/common/VBoxGuest: NetBSD support, based on FreeBSD version. …
copied from trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c
(edit) @62521   8 years vboxsync (C) 2016
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette