index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
udevsend.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] support log-priority levels in udev.conf
kay.sievers@vrfy.org
2005-04-26
1
-13
/
+19
*
[PATCH] rename LOG to USE_LOG in all places
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] remove udevsend syslog noise on udevd startup
kay.sievers@vrfy.org
2005-04-26
1
-2
/
+2
*
[PATCH] correct detection of hotplug.d/ udevsend loop
kay.sievers@vrfy.org
2005-04-26
1
-4
/
+5
*
[PATCH] handle renamed network interfaces properly if we manage hotplug.d/
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] klibc supports LOG_PID now, so remove our own implementation
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+0
*
[PATCH] udevsend/udevd handle events without a subsystem
kay.sievers@vrfy.org
2005-04-26
1
-24
/
+20
*
[PATCH] rename udev_lib to udev_utils and dev_d to udev_multiplex
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+0
*
[PATCH] add MANAGED_EVENT to the forked udev environment
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+6
*
[PATCH] remove udev_lib dependency from udevsend, which makes it smaller
kay.sievers@vrfy.org
2005-04-26
1
-5
/
+4
*
[PATCH] pass the whole event environment to udevd
kay.sievers@vrfy.org
2005-04-26
1
-44
/
+46
*
[PATCH] replace tdb database by simple lockless file database
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] reduce syslog noise of udevsend if multiple instances try to start udevd
kay.sievers@vrfy.org
2005-04-26
1
-2
/
+2
*
[PATCH] wait() for specific pid to return from fork().
kay.sievers@vrfy.org
2005-04-26
1
-2
/
+2
*
[PATCH] cleanup udevd/udevstart
kay.sievers@vrfy.org
2005-04-26
1
-9
/
+6
*
[PATCH] close the syslog
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+3
*
[PATCH] PATCH udev close on exec
harald@redhat.com
2005-04-26
1
-0
/
+2
*
[PATCH] switch udev's seqnum to u64
kay.sievers@vrfy.org
2005-04-26
1
-16
/
+10
*
[PATCH] udevsend fallback
kay.sievers@vrfy.org
2005-04-26
1
-15
/
+37
*
[PATCH] udevd race conditions and performance, assorted cleanups - take 2
kay.sievers@vrfy.org
2005-04-26
1
-9
/
+8
*
[PATCH] replace fgets() with mmap() and introduce udev_lib.[hc]
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+1
*
[PATCH] overall trivial trivial cleanup
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] udev - safer string handling - part three
kay.sievers@vrfy.org
2005-04-26
1
-25
/
+1
*
[PATCH] udev - safer string handling all over the place
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+3
*
[PATCH] Have udevsend report more info in debug mode.
greg@kroah.com
2005-04-26
1
-0
/
+5
*
[PATCH] more logging.h cleanups to be a bit more flexible.
greg@kroah.com
2005-04-26
1
-3
/
+8
*
[PATCH] better credential patch
kay.sievers@vrfy.org
2005-04-26
1
-30
/
+1
*
[PATCH] udevd - client access authorization
kay.sievers@vrfy.org
2005-04-26
1
-4
/
+33
*
[PATCH] compile udevd with klibc
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] fix log option code so that it actually works for all udev programs.
greg@kroah.com
2005-04-26
1
-0
/
+5
*
[PATCH] convert udevsend/udevd to DGRAM and single-threaded
kay.sievers@vrfy.org
2005-04-26
1
-42
/
+38
*
[PATCH] udevd - fix socket path length
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+4
*
[PATCH] udevd - switch socket path to abstract namespace
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+2
*
[PATCH] udevd - allow to bypass sequence number
kay.sievers@vrfy.org
2005-04-26
1
-5
/
+4
*
[PATCH] make udevsend binary even smaller
greg@kroah.com
2005-04-26
1
-0
/
+2
*
[PATCH] let udevsend build with klibc
kay.sievers@vrfy.org
2005-04-26
1
-2
/
+2
*
[PATCH] udevsend now almost compiles with klibc, struct sockaddr_un is only p...
greg@kroah.com
2005-04-26
1
-5
/
+3
*
[PATCH] rework the logging code so that each program logs with the proper nam...
greg@kroah.com
2005-04-26
1
-0
/
+3
*
[PATCH] udevd - config cleanup
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+1
*
[PATCH] udevd - cleanup and better timeout handling
kay.sievers@vrfy.org
2005-04-26
1
-30
/
+48
*
[PATCH] udevd - next round of fixes
kay.sievers@vrfy.org
2005-04-26
1
-4
/
+6
*
[PATCH] udev - trivial style cleanup
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+1
*
[PATCH] udevd - cleanup and better timeout handling
kay.sievers@vrfy.org
2005-04-26
1
-4
/
+6
*
[PATCH] udevsnd : clean up message creation logic a bit.
greg@kroah.com
2005-04-26
1
-20
/
+10
*
[PATCH] udev - next round of udev event order daemon
kay.sievers@vrfy.org
2005-04-26
1
-14
/
+57
*
[PATCH] fix udevd exec
kay.sievers@vrfy.org
2005-04-26
1
-3
/
+5
*
[PATCH] whitespace cleanups
greg@kroah.com
2005-04-26
1
-5
/
+3
*
[PATCH] spilt udev into pieces
kay.sievers@vrfy.org
2005-04-26
1
-0
/
+152