index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extras
/
cdrom_id
/
cdrom_id.c
Age
Commit message (
Expand
)
Author
2008-10-02
use no_argument, required_argument, optional_argument in longopts
Kay Sievers
2008-09-10
update file headers
Kay Sievers
2008-09-06
use libudev code, unify logging, pass udev context around everywhere
Kay Sievers
2008-08-22
vol_id: make the --offset= argument optional
Kay Sievers
2008-07-30
use autotools
Kay Sievers
2008-06-12
cdrom_id: fix recognition of blank media
Kay Sievers
2008-06-11
cdrom_id: export ID_CDROM_MEDIA_TRACK_COUNT_AUDIO=, ID_CDROM_MEDIA_TRACK_COUN...
Kay Sievers
2008-05-14
cdrom_id: fix segfault
Matthias Schwarzott
2008-04-21
cdrom_id: add more help text
Kay Sievers
2008-04-20
logging: add trailing newline to all strings
Kay Sievers
2008-04-09
cdrom_id: replace with version which also exports media properties
Kay Sievers
2006-01-09
replace libsysfs
Kay Sievers
2005-09-27
switch tools and volume_id from LGPL to GPLv2
Kay Sievers
2005-08-18
fix typo in cdrom_id syslog
Kay Sievers
2005-08-17
cdrom_id: change err() to info() to help with debugging problems
Greg Kroah-Hartman
2005-08-17
Always open the cdrom drive in non-blocking mode in cdrom_id
Greg Kroah-Hartman
2005-08-12
added the cdrom.h #defines directly into the cdrom_id.c file
Greg Kroah-Hartman
2005-08-11
fix klibc build issue in cdrom_id.c
Greg KH
2005-08-11
changed cdrom_id exports to be easier to understand and consistant with other...
Greg KH
2005-08-11
Created cdrom_id program to make it easier to determine cdrom types
Greg KH