History log of /src/sys/rump/dev/lib/libdisk |
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
|
1.2 | 26-Jan-2016 |
pooka | branches: 1.2.16; 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 | 16-May-2015 |
pooka | branches: 1.1.2; Satisfy yet another non-modular driver still requiring a manual init call.
|
1.1.2.3 | 19-Mar-2016 |
skrll | Sync with HEAD
|
1.1.2.2 | 06-Jun-2015 |
skrll | Sync with HEAD
|
1.1.2.1 | 16-May-2015 |
skrll | file disk_component.c was added on branch nick-nhusb on 2015-06-06 14:40:26 +0000
|
1.2.16.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.2.16.1 | 26-Jan-2016 |
jdolecek | file disk_component.c was added on branch tls-maxphys on 2017-12-03 11:39:06 +0000
|
1.2 | 30-Jan-2010 |
pooka | no longer used
|
1.1 | 11-Sep-2009 |
pooka | branches: 1.1.2; 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.1.2.3 | 11-Mar-2010 |
yamt | sync with head
|
1.1.2.2 | 16-Sep-2009 |
yamt | sync with head
|
1.1.2.1 | 11-Sep-2009 |
yamt | file dummy.c was added on branch yamt-nfs-mp on 2009-09-16 13:38:04 +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 | 09-Jun-2009 |
pooka | branches: 1.1.2; 1.1.24; 1.1.42; 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.42.1 | 06-Apr-2015 |
skrll | Sync with HEAD
|
1.1.24.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.2.2 | 20-Jun-2009 |
yamt | sync with head
|
1.1.2.1 | 09-Jun-2009 |
yamt | file shlib_version was added on branch yamt-nfs-mp on 2009-06-20 07:20:35 +0000
|