chiark / gitweb /
7f2317723dd10d1a7f7c550cb84f40bf9a63fbb4
[elogind.git] / extras / scsi_id / ChangeLog
1 2003-dec-05:
2         * Makefile, scsi_id.8: Add a man page.
3
4 2003-dec-04:
5         * Makefile: Set and use variables that might be passed down when
6           built under udev (with or without klibc), don't set LDFLAGS or
7           STRIP.
8
9 2003-dec-04:
10         * scsi_id.c, scsi_id.h: Fix a bad bug - when parsing file options,
11           no space was allocated for the creation of the new argv[]
12           strings.
13
14 2003-dec-04:
15         * scsi_id.c: Catch too long a line in the config file.
16
17 2003-dec-02:
18         * scsi_id.h: Add u8 typedef to avoid ummm scsi.h kernel header
19           problem when built with klibc.
20
21 2003-dec-02:
22         * scsi_id.h: Add define of makedev() if built with klibc.
23
24 2003-dec-02:
25         * scsi_id.c: reset optind to 1 since klibc does not work if it is
26           reset to zero.
27
28 2003-dec-02:
29         * scsi_id.c: remove fflush() as it is not needed, and is not
30           supported by klibc.
31
32 2003-dec-02:
33         * scsi_serial.c: Make the functions do_scsi_page0_inquiry and
34           do_scsi_page80_inquiry static.
35
36 2003-dec-01:
37         * scsi_id.c: Don't use syslog LOG_PID, as it is not supported by
38           klibc.
39
40 2003-dec-01:
41         * scsi_id.c, scsi_serial.c: Hack - change include path to libsysfs
42           if built under klibc.
43
44 2003-dec-01:
45         * Makefile: Use "override" for CFLAGS so we can pass CFLAGS values
46           down when built with udev
47
48 2003-dec-01:
49         * scsi_id.c, Makefile: Use SCSI_ID_VERSION instead of VERSION.
50
51 2003-nov-25:
52         * scsi_id.c: Remove getopt_long (long option names), as there
53           is no support for that in klibc.
54
55 2003-nov-17:
56         * scsi_id.c: Patch from Brian King: check result of setting model,
57           not vendor in per_dev_options.
58
59 2003-nov-03:
60         * scsi_id.c, scsi_serial.c: Use new and correct path to libsysfs.h.
61
62 2003-nov-03:
63         * scsi_id.h: Fix scsi_id.h so var args in marcros works ok with
64           older gcc.