History log of /src/sys/rump/dev/lib/libvnd |
Revision | Date | Author | Comments |
1.4 | 26-Jan-2016 |
pooka | Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile.
Leave compat headers around in the old locations.
The commit changes some autogenerated files, but I'll fix the generators shortly and regen.
|
1.3 | 19-Oct-2015 |
pooka | Add a COMMENT describing what each component roughly does.
"make describe" prints the comment.
Requested/inspired by Vincent Schwarzer on rumpkernel-users
|
1.2 | 20-Aug-2015 |
christos | use ioconf files for pseudo-device attach prototypes
|
1.1 | 17-Jul-2014 |
prlw1 | branches: 1.1.2; 1.1.6; 1.1.8; Add vnd support to rump
|
1.1.8.3 | 19-Mar-2016 |
skrll | Sync with HEAD
|
1.1.8.2 | 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.1.8.1 | 22-Sep-2015 |
skrll | Sync with HEAD
|
1.1.6.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.6.1 | 17-Jul-2014 |
tls | file Makefile was added on branch tls-maxphys on 2014-08-20 00:04:38 +0000
|
1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
1.1.2.1 | 17-Jul-2014 |
tls | file Makefile was added on branch tls-earlyentropy on 2014-08-10 06:56:50 +0000
|
1.1 | 20-Aug-2015 |
christos | branches: 1.1.2; 1.1.18; use ioconf files for pseudo-device attach prototypes
|
1.1.18.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.18.1 | 20-Aug-2015 |
jdolecek | file VND.ioconf was added on branch tls-maxphys on 2017-12-03 11:39:10 +0000
|
1.1.2.2 | 22-Sep-2015 |
skrll | Sync with HEAD
|
1.1.2.1 | 20-Aug-2015 |
skrll | file VND.ioconf was added on branch nick-nhusb on 2015-09-22 12:06:14 +0000
|
1.2 | 02-Dec-2014 |
pooka | Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR, with the default provided by Makefile.rump (they're all 0.0 anyway)
|
1.1 | 17-Jul-2014 |
prlw1 | branches: 1.1.2; 1.1.6; 1.1.8; Add vnd support to rump
|
1.1.8.1 | 06-Apr-2015 |
skrll | Sync with HEAD
|
1.1.6.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.6.1 | 17-Jul-2014 |
tls | file shlib_version was added on branch tls-maxphys on 2014-08-20 00:04:38 +0000
|
1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
1.1.2.1 | 17-Jul-2014 |
tls | file shlib_version was added on branch tls-earlyentropy on 2014-08-10 06:56:50 +0000
|
1.3 | 26-Jul-2016 |
pgoyette | When calling devsw_attach() we need to use the expected/official driver name (as listed in the devsw_conv[] table) to get the expected device majors. Once rump initialization is finished (ie, it has created its required device nodes), we need to detach the [bc]devsw so the module initialization code doesn't get EEXIST.
|
1.2 | 26-Jan-2016 |
pooka | branches: 1.2.2; Put the kernelside rump kernel headers into <rump-sys> instead of sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile.
Leave compat headers around in the old locations.
The commit changes some autogenerated files, but I'll fix the generators shortly and regen.
|
1.1 | 17-Jul-2014 |
prlw1 | branches: 1.1.2; 1.1.6; 1.1.8; Add vnd support to rump
|
1.1.8.2 | 05-Oct-2016 |
skrll | Sync with HEAD
|
1.1.8.1 | 19-Mar-2016 |
skrll | Sync with HEAD
|
1.1.6.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.6.1 | 17-Jul-2014 |
tls | file vnd_component.c was added on branch tls-maxphys on 2014-08-20 00:04:38 +0000
|
1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
1.1.2.1 | 17-Jul-2014 |
tls | file vnd_component.c was added on branch tls-earlyentropy on 2014-08-10 06:56:50 +0000
|
1.2.2.1 | 26-Jul-2016 |
pgoyette | Sync with HEAD
|