summaryrefslogtreecommitdiffstats
path: root/isys/devices.c
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one errors in read.Bill Nottingham2009-05-271-4/+4
* Fix blank network device descriptions in the loader. (#501757)Bill Nottingham2009-05-201-0/+1
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-8/+26
* Per strtol(3) man page, set errno=0 before call.David Cantrell2008-06-271-0/+3
* Use strtol() instead of atoi()David Cantrell2008-06-261-2/+26
* The units for /sys/block/foo/size aren't bytes. Fixes finding some disksJeremy Katz2008-03-201-1/+1
* Add the MAC address to the network device selection screen (#428229).Chris Lumens2008-01-161-1/+7
* Add some simple hardware probing code that uses sysfs.Bill Nottingham2007-12-201-0/+165