History log of /src/sys/rump/dev/lib/libputter |
Revision | Date | Author | Comments |
1.8 | 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.7 | 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.6 | 13-Mar-2014 |
pooka | branches: 1.6.6; rename component.c -> putter_component.c
|
1.5 | 04-Apr-2013 |
pooka | branches: 1.5.4; set correct include path
|
1.4 | 04-Apr-2013 |
pooka | create /dev/putter device node in component attach
|
1.3 | 31-Mar-2011 |
pooka | branches: 1.3.4; 1.3.14; actually add libpud and revert damage to libputter. pax -rw and forgetting to rm -rf CVS has some nasty side-effects ....
|
1.2 | 31-Mar-2011 |
pooka | add pud as a rump component
|
1.1 | 30-Jun-2010 |
pooka | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; Make putter its own component: rumpdev_putter. It was coupled in with rumpfs_puffs for prehistoric reasons which are no longer valid (namely, only fs components existed back then and there was no /dev support in rump fs namespace).
|
1.1.8.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.1.6.2 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.1.6.1 | 30-Jun-2010 |
uebayasi | file Makefile was added on branch uebayasi-xip on 2010-08-17 06:47:55 +0000
|
1.1.4.2 | 11-Aug-2010 |
yamt | sync with head.
|
1.1.4.1 | 30-Jun-2010 |
yamt | file Makefile was added on branch yamt-nfs-mp on 2010-08-11 22:55:01 +0000
|
1.1.2.2 | 03-Jul-2010 |
rmind | sync with head
|
1.1.2.1 | 30-Jun-2010 |
rmind | file Makefile was added on branch rmind-uvmplock on 2010-07-03 01:20:01 +0000
|
1.3.14.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.3.14.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.3.14.1 | 23-Jun-2013 |
tls | resync from head
|
1.3.4.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.5.4.1 | 18-May-2014 |
rmind | sync with head
|
1.6.6.2 | 19-Mar-2016 |
skrll | Sync with HEAD
|
1.6.6.1 | 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.4 | 13-Mar-2014 |
pooka | rename component.c -> putter_component.c
|
1.3 | 04-Apr-2013 |
pooka | branches: 1.3.4; 1.3.6; create /dev/putter device node in component attach
|
1.2 | 31-Mar-2011 |
pooka | actually add libpud and revert damage to libputter. pax -rw and forgetting to rm -rf CVS has some nasty side-effects ....
|
1.1 | 31-Mar-2011 |
pooka | add pud as a rump component
|
1.3.6.1 | 18-May-2014 |
rmind | sync with head
|
1.3.4.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.3.4.2 | 23-Jun-2013 |
tls | resync from head
|
1.3.4.1 | 04-Apr-2013 |
tls | file component.c was added on branch tls-maxphys on 2013-06-23 06:20:27 +0000
|
1.2 | 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.1 | 13-Mar-2014 |
pooka | branches: 1.1.4; 1.1.6; 1.1.10; 1.1.12; rename component.c -> putter_component.c
|
1.1.12.1 | 19-Mar-2016 |
skrll | Sync with HEAD
|
1.1.10.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.10.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.10.1 | 13-Mar-2014 |
tls | file putter_component.c was added on branch tls-maxphys on 2014-08-20 00:04:38 +0000
|
1.1.6.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.6.1 | 13-Mar-2014 |
yamt | file putter_component.c was added on branch yamt-pagecache on 2014-05-22 11:41:12 +0000
|
1.1.4.2 | 18-May-2014 |
rmind | sync with head
|
1.1.4.1 | 13-Mar-2014 |
rmind | file putter_component.c was added on branch rmind-smpnet on 2014-05-18 17:46:16 +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 | 30-Jun-2010 |
pooka | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.42; Make putter its own component: rumpdev_putter. It was coupled in with rumpfs_puffs for prehistoric reasons which are no longer valid (namely, only fs components existed back then and there was no /dev support in rump fs namespace).
|
1.1.42.1 | 06-Apr-2015 |
skrll | Sync with HEAD
|
1.1.24.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.6.2 | 17-Aug-2010 |
uebayasi | Sync with HEAD.
|
1.1.6.1 | 30-Jun-2010 |
uebayasi | file shlib_version was added on branch uebayasi-xip on 2010-08-17 06:47:55 +0000
|
1.1.4.2 | 11-Aug-2010 |
yamt | sync with head.
|
1.1.4.1 | 30-Jun-2010 |
yamt | file shlib_version was added on branch yamt-nfs-mp on 2010-08-11 22:55:01 +0000
|
1.1.2.2 | 03-Jul-2010 |
rmind | sync with head
|
1.1.2.1 | 30-Jun-2010 |
rmind | file shlib_version was added on branch rmind-uvmplock on 2010-07-03 01:20:01 +0000
|