Home | History | Annotate | Download | only in libukfs
History log of /src/lib/libukfs/Makefile
RevisionDateAuthorComments
 1.8  23-Jan-2016  christos Define _KERNTYPES for things that need it.
 1.7  11-Sep-2013  joerg If a library needs a symbol from another library, pull that library in
explicitly, even if the DT_NEEDED closure would normally already ensure
the presence.
 1.6  21-Mar-2012  matt branches: 1.6.2;
These directories default to WARNS=2
 1.5  11-Dec-2009  pooka branches: 1.5.6;
uncommit accidental changes
 1.4  11-Dec-2009  pooka Use range locking (fnctl(F_SETLK)) instead of file locking (flock()).
This allows to mount multiple (non-overlapping) partitions from the
same disk image.
 1.3  07-Oct-2009  pooka Add what is essentially disklabel support. All disk-based file
systems should be mounted with ukfs_mount_disk() from now on. The
partition argument specifies which label is being mounted (or the
entire image). E.g. partition 4 should be label 'e'.
 1.2  27-Nov-2008  pooka branches: 1.2.2;
LIBDPLIBS on librumpvfs
 1.1  29-Jul-2008  pooka branches: 1.1.2;
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.1.2.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.1.2.1  29-Jul-2008  wrstuden file Makefile was added on branch wrstuden-revivesa on 2008-09-18 04:39:25 +0000
 1.2.2.2  27-Nov-2008  pooka LIBDPLIBS on librumpvfs
 1.2.2.1  27-Nov-2008  pooka file Makefile was added on branch christos-time_t on 2008-11-27 16:14:47 +0000
 1.5.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.5.6.1  17-Apr-2012  yamt sync with head
 1.6.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed