Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate structs and struct lists generically. | Richard Jones | 2009-07-07 | 1 | -3/+3 |
| | | | | | | | | | | | This modifies the way that struct and struct lists are generated (for return values) so that there is no need to add an explicit new type when adding a new structure. All tests pass, and the C API should be compatible. I have also inspected the changes that are made to the generated code by hand. | ||||
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Call 'udevadm settle' after operations which add/remove device nodes. | Richard W.M. Jones | 2009-07-01 | 1 | -0/+23 |
| | | | | | | | | | | | | | Because udev operates asynchronously, we found errors which were caused by a previous command (eg. sfdisk or pvremove) creating or removing a device, and that change not having happened by the time the next command was run. This patch adds calls to '/sbin/udevadm settle' after any commands which can add or remove device nodes. If udev is not being used or not available, this should have no effect. The command fails and this is silently ignored. | ||||
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 1 | -12/+12 |
| | |||||
* | Add IS_DEVICE checks for all calls which take a device parameter. | Richard Jones | 2009-06-10 | 1 | -0/+12 |
| | |||||
* | Add: lvresize, resize2fs commands. | Richard Jones | 2009-05-18 | 1 | -0/+24 |
| | |||||
* | Add vg-activate{,-all} commands, and resize recipe. | Richard Jones | 2009-05-18 | 1 | -0/+39 |
| | |||||
* | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, ↵ | Richard W.M. Jones | 2009-05-15 | 1 | -0/+18 |
| | | | | sfdisk-disk-geometry commands. Pass --no-reread flag to sfdisk. | ||||
* | Fix unchecked malloc (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -0/+4 |
| | |||||
* | Implement lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 1 | -0/+54 |
| | |||||
* | Added test suite. | Richard Jones | 2009-04-11 | 1 | -0/+131 |
| | |||||
* | Bug fix: Trailing whitespace from 'pvs' command. | Richard Jones | 2009-04-08 | 1 | -0/+6 |
| | |||||
* | Implement simple lvs/vgs/pvs commands. | Richard Jones | 2009-04-07 | 1 | -0/+115 |
| | |||||
* | Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands. | Richard Jones | 2009-04-07 | 1 | -3/+3 |
| | |||||
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 1 | -0/+50 |