Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-03 | volume_id: use PRIu64i, PRIx64 macros | Kay Sievers | |
2008-10-03 | volume_id: add btrfs | Kay Sievers | |
2008-10-03 | volume_id: better DDF raid detection | Kay Sievers | |
2008-10-03 | vol_id: always use the safe string versions for unencoded label and uuid | Kay Sievers | |
2008-10-03 | vol_id: fix logging glue | Kay Sievers | |
2008-10-03 | volume_id: add dbg() as noop to check for compile errors | Kay Sievers | |
2008-10-03 | move selinux noops to udev.h | Kay Sievers | |
2008-10-03 | vol_id: add size= option | Kay Sievers | |
2008-10-02 | usb_id: use libudev | Kay Sievers | |
2008-10-02 | libudev: get rid of selinux | Kay Sievers | |
"Hello world!" linked against libselinux parses /proc/mounts and whatever else on startup, even when the lib is not needed at all. Not funny! Get rid of that thing where it's not absolutely needed. | |||
2008-10-02 | use no_argument, required_argument, optional_argument in longopts | Kay Sievers | |
2008-10-02 | volume_id: hpfs - read label and uuid | Kay Sievers | |
2008-10-01 | build: include Makefile.am.inc in all Makefile.am | Kay Sievers | |
Many thanks to Chris Spiegel for finding the still current vol_id non-large-file-access bug, because of not including config.h. | |||
2008-09-29 | fix dbg() callers | Kay Sievers | |
2008-09-29 | gitignore: move *.8 to subdirs | Kay Sievers | |
2008-09-26 | libudev: rework list handling | Kay Sievers | |
2008-09-19 | always include config.h from Makefile | Kay Sievers | |
2008-09-19 | scsi_id: compiler warning on 32-bit | Alan Jenkins | |
The sg_io_v4 interface passes pointers as u64s. It turns out GCC disapproves of us casting a u64 straight to a 32 bit pointer. cc1: warnings being treated as errors scsi_serial.c: In function ‘sg_err_category4’: scsi_serial.c:159: warning: cast to pointer from integer of different size scsi_serial.c: In function ‘scsi_dump_v4’: scsi_serial.c:303: warning: cast to pointer from integer of different size | |||
2008-09-16 | vol_id: fix lib logging glue | Kay Sievers | |
2008-09-10 | use size definitions from libudev | Kay Sievers | |
2008-09-10 | get rid of udev_sysdeps.c | Kay Sievers | |
2008-09-10 | convert to libudev and delete udev_utils_string.c | Kay Sievers | |
2008-09-10 | extras: use libudev code | Kay Sievers | |
2008-09-10 | libudev: do not use any udev source file | Kay Sievers | |
2008-09-10 | libudev: rename libudev-utils.c libudev-util.c | Kay Sievers | |
2008-09-10 | libudev: get rid of udev_utils.c | Kay Sievers | |
2008-09-10 | libudev: get rid of udev_sysfs.c | Kay Sievers | |
2008-09-10 | update file headers | Kay Sievers | |
2008-09-10 | volume_id: merge util.h in libvolume_id-private.h | Kay Sievers | |
2008-09-10 | libudev: add selinux | Kay Sievers | |
2008-09-07 | udevadm: add --version --help options to man page, hide them as commands | Kay Sievers | |
2008-09-06 | vol_id: add --debug option | Kay Sievers | |
2008-09-06 | volume_id: linux_raid - fix logic for volumes with size == 0 | Kay Sievers | |
2008-09-06 | use libudev code, unify logging, pass udev context around everywhere | Kay Sievers | |
2008-09-01 | volume_id: fail on undefined __BYTE_ORDER | Kay Sievers | |
2008-08-31 | volume_id: hfs - calculate proper uuid | Kay Sievers | |
2008-08-29 | firmware.sh: lookup lookup kernel provided firmware directory | Kay Sievers | |
2008-08-29 | volume_id: remove left-over fd close() | Kay Sievers | |
2008-08-28 | volume_id: remove deprecated functions and bump major version | Kay Sievers | |
2008-08-22 | vol_id: make the --offset= argument optional | Kay Sievers | |
2008-08-12 | add missing includes | Kay Sievers | |
2008-07-30 | volume_id: create relative links | Kay Sievers | |
2008-07-30 | volume_id: move static lib to $prefix | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2008-07-30 | delete all Makefiles and move udev source to udev/ | Kay Sievers | |
2008-07-22 | use proper directory lib/lib64 for libvolume_id | Thomas Koeller | |
2008-07-18 | move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/ | Kay Sievers | |
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in. | |||
2008-07-10 | scsi_id: the fallback fix broke error handling | Kay Sievers | |
2008-07-10 | scsi_id: man page fix | Marco d'Itri | |
minus signs need to be escaped and the program is not in the $PATH anymore | |||
2008-07-10 | scsi_id: include sys/stat.h | Thomas Koeller | |
I could not build scsi_id because of a missing #include for sys/stat.h, so I had to add that. Signed-off-by: Thomas Koeller <thomas@koeller.dyndns.org> |