1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-11-01 17:51:08 +03:00
Commit Graph

2244 Commits

Author SHA1 Message Date
Kay Sievers
b10941c08d volume_id: add and export string encoding function
Needed for mount(8) to lookup LABEL=* in /dev/disk/by-label/*. Characters
not suited for a filename will be escaped and the encoded LABEL=* string
is able to find the corresponding symlink.
2007-05-17 20:09:24 +02:00
Kay Sievers
2f2c4fa442 replace_chars: replace spaces in node name 2007-05-17 20:01:54 +02:00
Kay Sievers
c266640503 udevsettle: use long options 2007-05-17 02:17:13 +02:00
Fabio Massimo Di Nitto
51b5c5f889 rules: ignore partitons that span the entire disk 2007-05-16 20:15:21 +02:00
Scott James Remnant
8246d00d88 run_program: log "info" not "error" if program is missing 2007-05-16 20:06:39 +02:00
Scott James Remnant
ca4f2c41b0 replace_untrusted_chars: replace all whitespace with space 2007-05-16 20:00:29 +02:00
Kay Sievers
05610c088e udev_db: escape path names with \x00 instead of %00 2007-05-16 19:51:13 +02:00
Kay Sievers
c6594afda4 volume_id: add function documentation 2007-05-15 01:11:48 +02:00
Kay Sievers
f1a9ac32b9 create_floppy_devices: remove dead "unlink" code 2007-05-15 01:08:48 +02:00
Miklos Vajna
88243f0974 path_id: remove on make uninstall 2007-05-13 00:06:26 +02:00
Miklos Vajna
74ced8c890 create_floppy_devices: add man page 2007-05-13 00:02:20 +02:00
Kay Sievers
fdc9a0b52a udevd: close /proc/meminfo after reading 2007-05-11 16:53:56 +02:00
Kay Sievers
85135c740b release 111 2007-05-10 12:42:56 +02:00
Kay Sievers
f29fdd3cef volume_id: vol_id depends on libvolume_id 2007-05-10 12:40:18 +02:00
Kay Sievers
c7301bb3ce rules: SUSE update 2007-05-09 16:26:00 +02:00
Kay Sievers
223cfa97fc volume_id: add remaining names for prober lookup by type 2007-05-09 16:06:15 +02:00
Matthias Schwarzott
564794bbd3 rules: Gentoo update 2007-05-09 08:25:51 +02:00
Kay Sievers
9377c8d80c vol_id: use libvolume_id prober list for --probe-all 2007-05-08 20:00:02 +02:00
Kay Sievers
c1091150be volume_id: give access to list of all available probers 2007-05-08 19:59:23 +02:00
Kay Sievers
1b679f0a8b rules: SUSE update 2007-05-07 15:35:10 +02:00
Kay Sievers
02c38c8033 rules: use ID_FS_UUID_SAFE 2007-05-07 15:34:49 +02:00
Kay Sievers
1c6c7ab118 vol_id: add ID_FS_UUID_SAFE 2007-05-06 02:24:21 +02:00
Kay Sievers
13361e4704 volume_id: rename UUID_64BIT_LE/BE 2007-05-06 02:23:48 +02:00
Kay Sievers
68d5578852 vol_id: README update 2007-05-04 17:16:08 +02:00
Kay Sievers
a6abdbfc7e volume_id: add DDF support 2007-05-04 16:54:46 +02:00
Kay Sievers
444f07fea4 volume_id: add internal UUID_STRING 2007-05-04 16:53:19 +02:00
Matthias Schwarzott
ee466b321e volume_id: fix Makefile for parallel make 2007-05-03 23:24:17 +02:00
Kay Sievers
9f1f67b168 udevd: use fgets() to read /proc files
Based on a patch by:
  George Beshers <gbeshers@sgi.com>
2007-05-03 23:21:11 +02:00
Kay Sievers
1d9cdcdf91 vol_id: use volume_id_get_* 2007-05-03 14:24:56 +02:00
Kay Sievers
e7ea9c50e8 volume_id: add volume_id_get_* functions
In a future version of libvolume_id, struct volume_id will be
an opaque data type, which can't be accessed directly.

No interface has changed for now, until all known users are
converted not to access the structure directly.
2007-05-03 14:22:39 +02:00
Kay Sievers
4a86b682ab vol_id: use long options 2007-05-03 11:00:02 +02:00
Kay Sievers
4c13270a77 volume_id: use md native uuid format 2007-05-03 09:24:16 +02:00
Kay Sievers
34ee018186 rules: Fedora update 2007-05-03 02:12:18 +02:00
Kay Sievers
8d8a237425 rules: SUSE update 2007-05-03 02:04:19 +02:00
Kay Sievers
25b5bb4245 release 110 2007-05-01 14:33:39 +02:00
Kay Sievers
97ad45b219 rules: SUSE update 2007-05-01 14:21:04 +02:00
Kay Sievers
4fa3d99db7 ata_id: use getopt_long() 2007-05-01 14:19:31 +02:00
Kay Sievers
5f605a6cf1 usb_id: add <devpath> to help text 2007-05-01 14:18:36 +02:00
Kay Sievers
68ab3e137b don't create $tempnode for devices without major 2007-04-30 21:48:30 +02:00
Matthias Schwarzott
cfdea0f647 ata_id: don't log error for libata devices on older kernels 2007-04-29 00:08:30 +02:00
Kay Sievers
6ed3edfb69 volume_id: minix version 3 support 2007-04-28 23:45:49 +02:00
Kay Sievers
e18e6d7999 volume_id: old md metadata has only 32 bit for the uuid 2007-04-28 23:06:20 +02:00
Kay Sievers
900878ac80 rules: Fedora update 2007-04-28 13:29:24 +02:00
Matthias Schwarzott
54b813ba0d rules: Gentoo update 2007-04-27 11:42:34 +02:00
Harald Hoyer
1343a9524f udevcontrol: allow to set global variables in udevd
The initial patch is from Harald, possible new bugs are from me.
2007-04-26 22:52:20 +02:00
Kay Sievers
01ad1ef5f3 volume_id: ext - fix endianess in version number 2007-04-26 22:46:27 +02:00
Matthias Schwarzott
702e02313c Makefile: respect CFLAGS/LDFLAGS 2007-04-25 23:22:25 +02:00
Kay Sievers
a0ee4ac513 delete copies of default rules in SUSE rules 2007-04-25 12:56:50 +02:00
Kay Sievers
db6e59df56 unset variable with ENV{VAR}="" 2007-04-25 01:52:00 +02:00
Kay Sievers
07bc6002ca volume_id: add md metadata 1.0, 1.1, 1.2 support 2007-04-24 18:35:24 +02:00