index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon
/
devsparts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
launch: Add add_drive 'label' option.
Richard W.M. Jones
2012-10-08
1
-0
/
+76
*
daemon: Code tidy up in devsparts.
Richard W.M. Jones
2012-07-02
1
-8
/
+9
*
New API: guestfs_nr_devices
Richard W.M. Jones
2012-06-29
1
-0
/
+17
*
New API: device-index.
Richard W.M. Jones
2012-06-13
1
-0
/
+23
*
daemon: Fix order of devices in guestfs_list_devices when > 26 disks.
Richard W.M. Jones
2012-06-13
1
-2
/
+2
*
Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.
Richard W.M. Jones
2012-03-14
1
-1
/
+1
*
daemon: Implement a growable strings buffer type.
Richard W.M. Jones
2012-03-13
1
-27
/
+23
*
Update FSF address.
Matthew Booth
2011-11-08
1
-1
/
+1
*
New API: part-to-partnum
Richard W.M. Jones
2011-10-25
1
-0
/
+25
*
Coverity: Close directory handle along error paths.
Richard W.M. Jones
2011-06-09
1
-0
/
+2
*
Coverity: Avoid calling sort_strings (NULL, 0) on empty list.
Richard W.M. Jones
2011-06-09
1
-2
/
+3
*
New API: part-to-dev: Convert partition name to device name.
Richard Jones
2010-09-15
1
-0
/
+27
*
Change to using ext2-based, cached supermin appliance.
Richard Jones
2010-08-23
1
-0
/
+4
*
change strncmp() == 0 to STREQLEN()
Jim Meyering
2009-11-09
1
-5
/
+5
*
New commands: mkfs-b, mke2journal*, mke2fs-J*
Richard W.M. Jones
2009-08-15
1
-17
/
+0
*
generator.ml: use new "Pathname" designation
Jim Meyering
2009-08-13
1
-1
/
+1
*
* src/generator.ml: Change all `String "device"' to `Device "device"'.
Jim Meyering
2009-08-13
1
-2
/
+0
*
change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/
Jim Meyering
2009-08-13
1
-1
/
+1
*
Fix errno check in readdir in devsparts.c
Matthew Booth
2009-08-06
1
-3
/
+5
*
Recognise cd-rom devices in devsparts.c
Matthew Booth
2009-08-06
1
-72
/
+96
*
Convert all TABs-as-indentation to spaces.
Jim Meyering
2009-08-03
1
-25
/
+25
*
fix comments; move declarations
Jim Meyering
2009-07-30
1
-6
/
+4
*
Don't show empty CD devices (RHBZ#514505).
Richard Jones
2009-07-29
1
-0
/
+27
*
remove trailing blanks
Jim Meyering
2009-07-03
1
-1
/
+1
*
Change to use virtio_blk (virtio block device) by default.
Richard W.M. Jones
2009-07-01
1
-2
/
+4
*
In the daemon, change all const char * parameters to char *.
Richard Jones
2009-06-10
1
-1
/
+1
*
Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, sfdisk-disk-geometr...
Richard W.M. Jones
2009-05-15
1
-43
/
+0
*
/dev/hd* is also a block device on RHEL 5.
Richard Jones
2009-05-07
1
-2
/
+4
*
Added test suite.
Richard Jones
2009-04-11
1
-0
/
+62
*
Implement list-devices and list-partitions.
Richard Jones
2009-04-06
1
-0
/
+133