OpenGrok
Cross Reference: Makefile
xref
: /
src
/
sys
/
rump
/
fs
/
lib
/
libtmpfs
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
libtmpfs
History log of
/src/sys/rump/fs/lib/libtmpfs/Makefile
Revision
Date
Author
Comments
1.6
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.5
09-May-2012
riastradh
branches: 1.5.2; 1.5.16;
Adapt tmpfs_rename to use genfs_rename.
1.4
22-Jun-2010
rmind
branches: 1.4.8; 1.4.12;
Replace tmpfs_pool custom allocator code with a simpler layer for memory
accounting. Use wired memory (which can be limited) for meta-data, and
kmem(9) for string allocations.
Close PR/31944. Fix PR/38361 while here. OK ad@.
1.3
29-Jul-2008
pooka
branches: 1.3.14; 1.3.16;
Install rump libraries and utilities to the base system and remove the
private non-installed build infrastructure from sys/rump.
breakdown of commit:
* install relevant headers into /usr/include/rump
* build sys/rump/librump/rumpuser and sys/rump/librump/rumpkern
from src/lib and install as librumpuser and librump, respectively
+ this retains the ability to test a librump build with just the
kernel sources at hand
* move sys/rump/fs/lib/libukfs and sys/rump/fs/lib/libp2k to src/lib
for general consumption, they are not kernel-space dwellers anyway
* build and install sys/rump/fs/lib/lib$fs as librumpfs_$fs
* add chapter 3 manual pages for rump, rumpuser, ukfs and p2k
* build and install userspace kernel file system daemons if MKPUFFS=yes
is spexified
* retire fsconsole for now, it will make a comeback with an actually
implemented version shortly
1.2
07-Aug-2007
pooka
branches: 1.2.2; 1.2.4; 1.2.8; 1.2.14; 1.2.30; 1.2.34; 1.2.36; 1.2.38; 1.2.40;
more bsd.own.mk inclusion
1.1
05-Aug-2007
pooka
branches: 1.1.2;
Introduce RUMPs - Runnable Userspace Meta-Programs
/sys/rump contains programs which run unmodified kernel code in an
emulated userspace environment. The kernel environment is provided
by librump. Currently supported are a number of file systems,
which by using puffs integrate seamlessly into the system and
provide a similar user experience to if the code was running as
part of the kernel. Potential future rumpification targets include
for example parts of the networking stack and some device drivers.
This work was supported by Google Summer of Code 2007.
1.1.2.2
05-Aug-2007
pooka
Introduce RUMPs - Runnable Userspace Meta-Programs
/sys/rump contains programs which run unmodified kernel code in an
emulated userspace environment. The kernel environment is provided
by librump. Currently supported are a number of file systems,
which by using puffs integrate seamlessly into the system and
provide a similar user experience to if the code was running as
part of the kernel. Potential future rumpification targets include
for example parts of the networking stack and some device drivers.
This work was supported by Google Summer of Code 2007.
1.1.2.1
05-Aug-2007
pooka
file Makefile was added on branch matt-mips64 on 2007-08-05 22:28:06 +0000
1.2.40.1
19-Oct-2008
haad
Sync with HEAD.
1.2.38.1
31-Jul-2008
simonb
Sync with head.
1.2.36.1
18-Sep-2008
wrstuden
Sync with wrstuden-revivesa-base-2.
1.2.34.2
11-Aug-2010
yamt
sync with head.
1.2.34.1
04-May-2009
yamt
sync with head.
1.2.30.1
28-Sep-2008
mjf
Sync with HEAD.
1.2.14.2
02-Nov-2007
joerg
Reduce diff to HEAD by adding files forgotten in early merges.
1.2.14.1
07-Aug-2007
joerg
file Makefile was added on branch jmcneill-pm on 2007-11-02 12:43:42 +0000
1.2.8.2
03-Sep-2007
yamt
sync with head.
1.2.8.1
07-Aug-2007
yamt
file Makefile was added on branch yamt-lazymbuf on 2007-09-03 14:45:13 +0000
1.2.4.2
20-Aug-2007
ad
Sync with HEAD.
1.2.4.1
07-Aug-2007
ad
file Makefile was added on branch vmlocking on 2007-08-20 22:07:21 +0000
1.2.2.2
15-Aug-2007
skrll
Sync with HEAD.
1.2.2.1
07-Aug-2007
skrll
file Makefile was added on branch nick-csl-alignment on 2007-08-15 13:50:29 +0000
1.3.16.1
03-Jul-2010
rmind
sync with head
1.3.14.1
17-Aug-2010
uebayasi
Sync with HEAD.
1.4.12.1
02-Jun-2012
mrg
sync to latest -current.
1.4.8.1
23-May-2012
yamt
sync with head.
1.5.16.1
27-Dec-2015
skrll
Sync with HEAD (as of 26th Dec)
1.5.2.1
03-Dec-2017
jdolecek
update from HEAD
Indexes created Sun Oct 19 22:09:57 GMT 2025