GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
udev.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
store the imported device information in the udevdb
Kay Sievers
2005-06-26
1
-0
/
+1
*
udev: handle all events - not only class and block devices
Kay Sievers
2005-06-05
1
-8
/
+1
*
udev: move dev.d/ handling to external helper
Kay Sievers
2005-06-05
1
-1
/
+0
*
udev: allow final assignments :=
Kay Sievers
2005-06-05
1
-0
/
+5
*
[PATCH] add RUN key to be able to run rule based notification
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+4
*
[PATCH] support log-priority levels in udev.conf
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] correct enum device_type
kay.sievers@vrfy.org
2005-04-26
1
-6
/
+6
*
[PATCH] replace strncpy()/strncat() by strlcpy()/strlcat()
kay.sievers@vrfy.org
2005-04-26
1
-18
/
+16
*
[PATCH] allow unlimitied count of symlinks
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] remove typedef for call_foreach_file() handler function
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+1
*
[PATCH] correct udev_init_device
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+2
*
[PATCH] move kernel name/number evaluation into udev_init_device()
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+1
*
[PATCH] switch device type to enum
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+8
*
[PATCH] switch major/minor to dev_t
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+2
*
[PATCH] create /block/*/range count of partitons for all_partitions
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+2
*
[PATCH] provide temporary device node for callouts to access the device
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+3
*
[PATCH] remove default_* permissions from udev.conf file
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+0
*
[PATCH] allow multiline rules by backslash at the end of the line
kay.sievers@vrfy.org
2005-04-26
1
-2
/
+1
*
[PATCH] complete removal of explicit udev permissions config file
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+0
*
[PATCH] remove unused timestamp field
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+0
*
[PATCH] simplify permission handling
kay.sievers@vrfy.org
2005-04-26
1
-8
/
+6
*
[PATCH] trivial cleanups and change some comments
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+5
*
[PATCH] remove unused variables
kay.sievers@vrfy.org
2005-04-26
1
-2
/
+0
*
[PATCH] don't call the hotplug scripts with a test run
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+1
*
[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] handle whole hotplug event with udevd/udev
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+3
*
[PATCH] add NAME{ignore_remove} attribute
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+1
*
[PATCH] Make dev.d/ handling a separate processing stage
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+4
*
[PATCH] make the udev object available to more processing stages
kay.sievers@vrfy.org
2005-04-26
1
-2
/
+0
*
[PATCH] add ACTION to udev object to expose it to the whole process
kay.sievers@vrfy.org
2005-04-26
1
-2
/
+3
*
[PATCH] replace tdb database by simple lockless file database
kay.sievers@vrfy.org
2005-04-26
1
-9
/
+4
*
[PATCH] Don't use any syslog() in signal handler, cause it may deadlock.
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] cleanup netif handling and netif-dev.d/ events
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+2
*
[PATCH] big cleanup of internal udev api
kay.sievers@vrfy.org
2005-04-26
1
-9
/
+9
*
[PATCH] remove sleeps from udev as it is external now
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+0
*
[PATCH] prevent deadlocks on an corrupt udev database
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+3
*
[PATCH] switch udev's seqnum to u64
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+1
*
[PATCH] Fix naming ethernet devices in udevstart
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+3
*
[PATCH] udev - read long lines from config files overflow fix
arun@codemovers.org
2005-04-26
1
-0
/
+2
*
[PATCH] pass SEQNUM trough udevd
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+4
*
[PATCH] Make udev/udevstart be one binary
trini@kernel.crashing.org
2005-04-26
1
-3
/
+7
*
[PATCH] DEVPATH for netdev
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] netdev - udevdb+dev.d changes
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+2
*
[PATCH] add /etc/dev.d/ support for udev add and remove events.
greg@kroah.com
2005-04-26
1
-0
/
+1
*
[PATCH] first stupid try for a rule compose gui
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+3
*
[PATCH] Increase the name size as requested by Richard Gooch <rgooch@ras.ucal...
greg@kroah.com
2005-04-26
1
-1
/
+1
*
[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]
kay.sievers@vrfy.org
2005-04-26
1
-94
/
+10
*
[PATCH] rename strn*() macros to strmax
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+3
*
[PATCH] better fix for NAME="foo-%c{N}" gets a truncated name
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+3
*
[PATCH] cleanup mult field string handling
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+6
[next]