summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-23fix retry-loop in netif-rename codeMatthias Schwarzott
2007-01-23unlink old database file before creating a new oneSergey Vlasov
udev_db_add_device() can be called when the corressponding database entry already exists - it should overwrite the old entry in this case. However, if the old entry was a symlink, fopen(filename, "w") will not overwrite it properly - it will keep the symlink and create a file named after the symlink target. Calling unlink(filename) before trying to create the database file fixes the problem. Signed-off-by: Sergey Vlasov <vsu@altlinux.ru>
2007-01-22vol_id: document -LAndrey Borzenkov
2007-01-21udevd: init signal pipe before daemonizingSergey Vlasov
2007-01-21vol_id: add -L to print raw partition labelAndrey Borzenkov
2007-01-21correct typo in extras/scsi_id/scsi_id.confMatthias Schwarzott
2007-01-21fix INSTALL_PROGRAM vs. INSTALL_SCRIPTPeter Breitenlohner
2007-01-02release 104Kay Sievers
2007-01-02use git-archive instead of git-tar-treeKay Sievers
2007-01-02update Fedora rulesKay Sievers
2006-12-08rename "udev.c" to "test-udev.c" - it is only for testingKay Sievers
2006-12-08remove outdated documentationKay Sievers
2006-12-08rename config "filename" to "dir"Kay Sievers
2006-12-06inotify syscall definitions for M32RKazuhiro Inaoka
2006-12-05SELinux: label created symlink instead of nodeRussell Coker
The current code will label the target of a symlink rather than the link itself. This means that the link does not get it's context set and the target gets the wrong context. Incidentally this affects the labelling of hard disk device nodes and can get in the way of booting. Also get_media() should not be called with devname==NULL.
2006-11-27scsi_id: remove trailing garbage from ID_SERIAL_SHORTMarco d'Itri
2006-11-27write_cd_rules: identity-based persistenceMarco d'Itri
Bryan Kadzban wrote: > Marco d'Itri wrote: > > Bryan Kadzban wrote: > > > > > This is a sort of follow-up of my path-based persistence patch for > > > net devices; it's the opposite type of addition for CD symlinks. > > > > Looks good. I am attaching a slightly reformatted version, I think it > > should be applied. > > That's probably a lot more clear than my version anyway: what you posted > looks like it does basically the same thing, just with some changes in > the order and sense of checks.
2006-11-27man: recreate from xmlKay Sievers
2006-11-27man: fix udevmonitor textKay Sievers
Thanks to Bauke Jan Douma.
2006-11-15volume_id: fix endianess bug in linux_raid detectionKay Sievers
2006-11-15update SUSE rulesKay Sievers
2006-11-14update SUSE rulesKay Sievers
2006-11-14update example rulesKay Sievers
2006-11-14update Fedora rulesKay Sievers
2006-10-20release 103Kay Sievers
2006-10-15update Fedora rulesKay Sievers
2006-10-15update SUSE rulesKay Sievers
2006-10-15volume_id: add comment about hfs uuid conversionKay Sievers
2006-10-13volume_id: add checksum check to via_raidKay Sievers
2006-10-13persistent storage rules: skip gnbd devicesKay Sievers
2006-10-10release 102Kay Sievers
2006-10-10update SUSE rulesKay Sievers
2006-10-10scsi_id: export ID_SERIAL_SHORT without vendor/productKay Sievers
2006-10-08if /sys/subsystem exists, skip class, bus, block scanningKay Sievers
2006-10-08first try "subsystem" link at a parent device, before guessingKay Sievers
2006-10-03writing_udev_rules: fix typo in example ruleDaniel Drake
This was pointed out by SG Wilkinson.
2006-10-02path_id: fix SAS disk handlingMUNEDA Takahiro
2006-09-30update default rulesKay Sievers
2006-09-30update SUSE rulesKay Sievers
2006-09-30create missing ChangeLog for version 101Kay Sievers
2006-09-30release 101Kay Sievers
2006-09-23add IMPORT operations to the udev man pageBryan Kadzban
2006-09-23cleanup default rulesBryan Kadzban
2006-09-20update slackware rulesPiter PUNK
2006-09-20fix spelling in deprecation warningKay Sievers
Found by Andreas Hanke.
2006-09-20fix udevinfo help text typoArjan Opmeer
2006-09-20udevtrigger: fix typo that prevents partition eventsMichaƂ Bartoszkiewicz
2006-09-20update Frugalware rulesVMiklos
2006-09-19udevtrigger: trigger devices sorted by their dependencyKay Sievers
Resolve the links to the real device location in the tree, and sort the list, to make sure that parent devices are triggered before their childs.
2006-09-19udev_sysfs: unify symlink resolvingKay Sievers