chiark / gitweb /
elogind.git
2008-11-18 Kay Sieversbump version
2008-11-18 Kay Sieversvolume_id: update btrfs magic
2008-11-18 Kay Sieversautogen.sh: fix -print-multi-os-directory usage
2008-11-18 Kay Sieversrelease 133
2008-11-18 Kay Sieversupdate NEWS
2008-11-17 Kay Sieversfix $links substitution for devices without any link
2008-11-17 Kay Sieversudevd: fix cleanup of /dev/.udev/uevent_seqnum
2008-11-17 Kay Sieverslimit $attr(<symlink>) magic to well-known links only
2008-11-15 Sergey Vlasovudevadm: fix option parsing breakage with klibc
2008-11-14 Kay Sieverslibudev: device - handle disk "device" link for partiti...
2008-11-13 Kay Sieversvol_id: clarify error message
2008-11-13 Kay Sieversvolume_id: ntfs - mark as no other fs must match
2008-11-13 Kay Sieversfix spelling in comment
2008-11-13 Kay Sieversvolume_id: fat - accept empty FAT32 fsinfo signature
2008-11-13 Kay Sieversvolume_id: always check for all filesystem types and...
2008-11-13 Kay Sieversvolume_id: bump revision
2008-11-13 Kay Sieversremove len == 0 check, the index root is always '\0'
2008-11-13 Karel Zakvolume_id: fat - move check for msdos signature (0x55...
2008-11-13 Kay Sieversconfigure: add linux-hotplug mail address
2008-11-13 Kay Sieversupdate NEWS
2008-11-13 Kay Sieversrules: remove pnp shell script, acpi loads these module...
2008-11-13 Kay Sieversrules: remove DEVTYPE disk/partition
2008-11-13 Kay Sieversudevadm: info - unify -V and --version
2008-11-13 Kay Sieversset errno = ENOSYS in inotify stub
2008-11-13 Alan Jenkinsscsi_id: we don't use DEVPATH env var anymore, update...
2008-11-12 Kay Sieversmerge trie nodes, childs and root into a single array
2008-11-12 Kay Sieversreserve child slot 0
2008-11-12 Kay Sieversstring index - split nodes and childs to allow and...
2008-11-11 Kay Sieverssilence "comparison between signed and unsigned"
2008-11-11 Alan Jenkinsudevd: de-duplicate strings in rules
2008-11-07 Kay Sieversrelease 132
2008-11-07 Kay Sieversconvert debug string arrays to functions
2008-11-07 Kay Sieversfix size_t compiler warning on 32 bit platforms
2008-11-07 Kay Sieversrelease 131
2008-11-06 Kay Sieversudevadm: settle - exit if udevd exits
2008-11-06 Kay Sieverscleanup /dev/.udev/queue on startup and exit
2008-11-06 Kay Sieversrules: md - add mdadm 3 device naming
2008-11-06 Kay Sieversfix indentation
2008-11-05 Alan Jenkinsudevd: shrink struct token to 12 bytes
2008-11-05 Kay Sievers$links should be relative
2008-11-05 Kay Sieversunify string replacement
2008-11-05 Kay Sieversusb_id: MassStorage SubClass 6 is "scsi" not "disk"
2008-11-05 Kay Sieversdo not import the "uevent" file when we only read the...
2008-11-05 Kay Sieversfix cleanup of possible left-over symlinks
2008-11-05 Kay Sieversfix $links substitution
2008-11-05 Kay Sieversinfo() PROGRAM and IMPORT execution
2008-11-05 Kay Sieversvolume_id: btrfs update
2008-11-04 Kay Sieversfix list handling in enumerate and rules file sorting
2008-11-04 Kay Sieversfirmware.sh: record missing files in /dev/.udev/firmwar...
2008-11-01 Kay Sieversmove debugging strings inside #ifdef DEBUG
2008-11-01 Kay Sieversadd "devel" and "install" switches to autogen.sh
2008-11-01 Kay Sieversmove some info() to dbg()
2008-11-01 Kay Sieversfix udev_node_update_old_links() logic
2008-11-01 Kay Sieversskip entire rule containing device naming keys, if...
2008-11-01 Kay Sieverslog rules file and line number when NAME, SYMLINK,...
2008-11-01 Alan Jenkinsudevd: be more careful when matching against parents
2008-11-01 Alan Jenkinsudevd: fix termination of rule execution
2008-10-31 Kay Sieverswrite trace log to stderr
2008-10-30 Kay Sieversfstab_import: add "change" event match
2008-10-30 Kay Sieversedd_id: add "change" event match
2008-10-30 Kay Sieversrules: remove "add" match from usb device node rule
2008-10-30 Kay Sieversrules: remove SCSI timeouts
2008-10-29 Kay SieversATTR{}== always fails if the attribute does not exist
2008-10-29 Kay Sieversudevd: merge exec and run queue to minimize devpath...
2008-10-28 Alan Jenkinsudevd: simplify rules execution loop
2008-10-28 Kay Sieversupdate NEWS
2008-10-26 Alan Jenkinskerneldoc comment fixes
2008-10-26 Kay Sieverslibudev: device - allocate envp array only once
2008-10-26 Kay Sieverstest: add RUN+="socket: ..." to a test to run monitor...
2008-10-26 Kay Sieverslibudev: device - fill envp array while composing monit...
2008-10-26 Kay Sieversfix $attr{[<subsystem>/<sysname>]<attribute>} substitution
2008-10-26 Kay Sieversdo not init string arrays, just clear first byte
2008-10-26 Kay Sieversmatch_attr() - copy attr value only when needed
2008-10-26 Alan Jenkinsudevd: avoid implicit memset in match_attr()
2008-10-25 Alan Jenkinsudevd: use a tighter loop for compare_devpath()
2008-10-25 Alan Jenkinsfix handling of string_escape option
2008-10-25 Kay Sieversmatch KEY="A|B" without temporary string copy
2008-10-24 Kay Sieversremove debug printf
2008-10-24 Kay Sieversfix "unused" warnings
2008-10-24 Kay Sieverslibudev: monitor - cache result of monitor send buffer
2008-10-24 Kay Sieverslibudev: monitor - replace far too expensive snprintf...
2008-10-24 Kay Sieversspecial-case "?*" match to skip fnmatch()
2008-10-24 Kay Sieversdetermine at rule parse time if we need to call fnmatch()
2008-10-24 Kay Sieversdistinguish "match" from "assign" by (op < OP_MATCH_MAX)
2008-10-24 Kay Sieverscache uid/gid during rule parsing
2008-10-24 Kay Sieversfix uninitialized variable warnings
2008-10-24 Kay Sieversrules: let empty strings added to buffer always return...
2008-10-23 Kay Sieversskip SYMLINK rules for devices without a device node
2008-10-23 Alan Jenkinsudevd: fix WAIT_FOR_SYSFS execution order
2008-10-23 Kay Sieversrule_generator: fix netif NAME= value extraction regex
2008-10-23 Alan Jenkinsudevd: fix memory leak
2008-10-23 Kay Sieversshrink struct udev_event
2008-10-23 Kay Sieversshrink struct udev_event
2008-10-22 Kay Sieversdo not create temporary node ($tempnode) if node alread...
2008-10-22 Kay Sieversreplace in-memory rules array with match/action token...
2008-10-22 Kay Sievershandle numerical owner/group string in lookup_user...
2008-10-22 Alan Jenkinsuse re-entrant variants of getpwnam and getgrnam
2008-10-22 Kay Sieversadd util_resolve_subsys_kernel()
2008-10-22 Matthias Koenigvolume_id: swap - larger PAGE_SIZE support
2008-10-21 Alan Jenkinsreplace strncpy() with strlcpy()
next