OpenGrok
Cross Reference: Makefile
xref
: /
src
/
sys
/
rump
/
dev
/
lib
/
libdisk
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
libdisk
History log of
/src/sys/rump/dev/lib/libdisk/Makefile
Revision
Date
Author
Comments
1.10
05-Apr-2019
christos
need subr_disklabel.c
1.9
19-Oct-2015
pooka
branches: 1.9.18;
Add a COMMENT describing what each component roughly does.
"make describe" prints the comment.
Requested/inspired by Vincent Schwarzer on rumpkernel-users
1.8
16-May-2015
pooka
Satisfy yet another non-modular driver still requiring a manual init call.
1.7
16-Feb-2010
pooka
branches: 1.7.20; 1.7.38;
Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".
XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Makefile.kern.inc.
1.6
23-Nov-2009
pooka
branches: 1.6.2;
If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.
This allows use of subr_disk_mbr on all archs. Default to it for
the rump disk component. No functional change for regular kernels.
(The other option would've been to include dkbad in disklabels
everywhere, but arguably this approach has less possible side-effects,
especially given that wedges and related magic will take over the
world any second now).
1.5
23-Nov-2009
pooka
kern_physio is already provided by rumpvfs
1.4
06-Oct-2009
pooka
Build proper version for i386 (since it works) and dummy versions
for the rest until the disklabel MD problems get sorted out.
1.3
11-Sep-2009
pooka
librumpdev_disk doesn't compile on a lot of platforms, so replace
it with a dummy for now until I can work out the problems (nothing
in-tree links against it yet).
1.2
07-Sep-2009
pooka
remember to build opendisk
1.1
09-Jun-2009
pooka
branches: 1.1.2;
Checkpoint a bunch of work-in-progress: support for disk devices
and raidframe. Raidframe works well enough to configure a raid in
the rump kernel, but the usage is "interesting" (pending some other
changes/cleanup from other parts in my tree).
These are not built by default yet.
1.1.2.4
11-Mar-2010
yamt
sync with head
1.1.2.3
16-Sep-2009
yamt
sync with head
1.1.2.2
20-Jun-2009
yamt
sync with head
1.1.2.1
09-Jun-2009
yamt
file Makefile was added on branch yamt-nfs-mp on 2009-06-20 07:20:35 +0000
1.6.2.1
30-Apr-2010
uebayasi
Sync with HEAD.
1.7.38.2
27-Dec-2015
skrll
Sync with HEAD (as of 26th Dec)
1.7.38.1
06-Jun-2015
skrll
Sync with HEAD
1.7.20.1
03-Dec-2017
jdolecek
update from HEAD
1.9.18.1
10-Jun-2019
christos
Sync with HEAD
Indexes created Thu Oct 23 22:10:10 GMT 2025