summaryrefslogtreecommitdiffstats
path: root/src/udev/scsi_id (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* udev: free fd before return in scsi_serial.cLukas Nykryn2012-09-231-1/+2
|
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-261-7/+5
| | | | | | also a number of minor fixups and bug fixes: spelling, oom errors that didn't print errors, not properly forwarding error codes, few more consistency issues, et cetera
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-251-2/+2
| | | | | | | | glibc/glib both use "out of memory" consistantly so maybe we should consider that instead of this. Eliminates one string out of a number of binaries. Also fixes extra newline in udev/scsi_id
* udev: add some O_CLOEXECKay Sievers2012-07-051-1/+1
|
* scsi_id: fix truncated model in by-id device linksJean Delvare2012-05-271-0/+1
| | | | | | | | | Do not forget the leading "S" when appending the serial number, otherwise we chop the last character of the model name. Addresses: https://bugzilla.novell.com/show_bug.cgi?id=763397 Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers2012-04-131-2/+2
|
* udev: switch to systemd logging functionsKay Sievers2012-04-082-93/+48
|
* udev: fix gcc warningsKay Sievers2012-04-041-4/+4
|
* move imported udev into placeKay Sievers2012-04-046-0/+1822