Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove lots of unnecessary white space. | NeilBrown | 2013-06-19 | 1 | -1/+0 |
| | | | | | | | Now that I am using white-space mode in Emacs I can see all of this, and I don't like it :-) Signed-off-by: NeilBrown <neilb@suse.de> | ||||
* | Remove scattered checks for malloc success. | NeilBrown | 2012-07-09 | 1 | -8/+4 |
| | | | | | | | | | | | | | | malloc should never fail, and if it does it is unlikely that anything else useful can be done. Best approach is to abort and let some super-daemon restart. So define xmalloc, xcalloc, xrealloc, xstrdup which don't fail but just print a message and exit. Then use those removing all the tests for failure. Also replace all "malloc;memset" sequences with 'xcalloc'. Signed-off-by: NeilBrown <neilb@suse.de> | ||||
* | mdadm-1.5.0mdadm-1.5.0 | Neil Brown | 2004-01-22 | 1 | -0/+3 |
| | |||||
* | mdctl-v0.4mdctl-v0.4 | Neil Brown | 2001-07-26 | 1 | -0/+76 |