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
:
proj/eudev.git
eudev-4
master
nonrot
rule_generator_eudev3
v1.X
v2.X
Repository for eudev development
eudev team <eudev@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial fork eudev-4
Anthony G. Basile
2016-06-22
224
-0
/
+70025
*
Empty eudev-4 branch
Anthony G. Basile
2016-06-22
127
-34412
/
+0
*
udevd: remove unnecessary cgroups handling
Murray Calavera
2016-05-31
4
-309
/
+0
*
shared: remove unused file `exit-status`
Murray Calavera
2016-04-24
3
-77
/
+0
*
shared: remove unused function `execute_command`
Murray Calavera
2016-04-24
2
-42
/
+0
*
src/shared/util.c: fix typo
Anthony G. Basile
2016-03-21
1
-1
/
+1
*
src/shared/util.c: add fallback for ppoll(), issue #129.
Anthony G. Basile
2016-03-21
1
-0
/
+20
*
src/udev/udevd.c: add eudev startup message for kmsg
Richard Narron
2015-11-22
1
-0
/
+7
*
Forward-ported network rule-generator code from eudev-1.10
v3.1.4
3.1.4
Ian Stakenvicius
2015-09-25
2
-11
/
+190
*
Revert "udevd: warn if we receive SIGCHLD from untracked worker"
v3.1.3
Anthony G. Basile
2015-09-11
1
-6
/
+0
*
Merge pull request #122 from RomainNaour/musl-fixes
blueness
2015-09-11
2
-0
/
+27
|
\
|
*
build-sys: check for strndupa
Romain Naour
2015-07-31
2
-0
/
+12
|
*
build-sys: check for mallinfo
Romain Naour
2015-07-31
1
-0
/
+15
*
|
Add missing space between filename and error message
Robert C. Sheets
2015-09-08
1
-1
/
+1
|
/
*
udevd: don't unref worker objects on SIGSTOP/SIGCONT
Tom Gundersen
2015-07-20
1
-2
/
+2
*
udevd: warn if we receive SIGCHLD from untracked worker
Tom Gundersen
2015-07-20
1
-0
/
+6
*
libudev: fix commit 3df6350
Anthony G. Basile
2015-07-20
1
-2
/
+1
*
libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...
Tom Gundersen
2015-07-20
1
-14
/
+22
*
sd-device: get_subsystem - don't complain if a device does not have a subsystem
Tom Gundersen
2015-07-20
1
-1
/
+2
*
src/gudev: remove Gobject libudev support.
Anthony G. Basile
2015-07-20
20
-2994
/
+0
*
It's moved to the iio-sensor-proxy D-Bus service.
Bastien Nocera
2015-07-20
3
-329
/
+0
*
Rename mkdir_p -> udev_mkdir_p to avoid symbol collisions.
Anthony G. Basile
2015-06-18
4
-4
/
+4
*
udevd: fix REMOVE handling
Chris Clayton
2015-06-18
3
-5
/
+6
*
Revert "udev: don't close std{in,out,err}"
Anthony G. Basile
2015-06-18
1
-0
/
+12
*
configure.ac: bump udev to 220 and eudev to 3.1
Anthony G. Basile
2015-05-30
1
-1
/
+1
*
random-util.c: remove <sys/auxv.h> missing in uClibc
Anthony G. Basile
2015-05-29
1
-1
/
+0
*
src/shared/missing.h: O_PATH and AT_EMPTY_PATH missing in uClibc's <fcntl.h>
Anthony G. Basile
2015-05-29
1
-0
/
+8
*
src/shared/util.h: update qsort_safe() for musl
Anthony G. Basile
2015-05-27
1
-4
/
+5
*
udev/net_id: Only read the first 64 bytes of PCI config space
Jason S. McMullan
2015-05-27
1
-4
/
+5
*
src/shared/path-util.c: import prefix_root() from upstream
Anthony G. Basile
2015-05-27
2
-0
/
+35
*
nspawn: finish user namespace support
Lennart Poettering
2015-05-27
3
-11
/
+24
*
udevd: main - use _exit() when daemonizing
Tom Gundersen
2015-05-27
1
-2
/
+4
*
ata_id: drop spurious space
Lennart Poettering
2015-05-27
1
-1
/
+1
*
udevd: on_worker - distinguish between EINTR and EAGAIN
Tom Gundersen
2015-05-27
1
-2
/
+5
*
src/shared/util.h: import loop_write() from upstream
Anthony G. Basile
2015-05-27
2
-0
/
+39
*
udevd: worker - use loop_write() rather than send()
Tom Gundersen
2015-05-27
1
-4
/
+8
*
udev-ctrl: make _unref() always return NULL
Tom Gundersen
2015-05-27
1
-27
/
+23
*
udevd: remove stale comment
Tom Gundersen
2015-05-26
1
-4
/
+0
*
udevd: explicitly update queue file before answering to ping
Tom Gundersen
2015-05-26
1
-20
/
+20
*
udevd: make udev_ctrl_connection global
Tom Gundersen
2015-05-26
2
-21
/
+25
*
treewide: Correct typos and spell plural of bus consistent
Torstein Husebø
2015-05-26
2
-2
/
+2
*
udevd: remove unused function
Thomas Hindoe Paaboel Andersen
2015-05-26
1
-4
/
+0
*
udevd: don't explicitly count the number of workers
Tom Gundersen
2015-05-26
1
-13
/
+8
*
udevd: keep workers in a hashmap rather than a list
Tom Gundersen
2015-05-26
1
-82
/
+74
*
udevd: worker - drop reference counting
Tom Gundersen
2015-05-26
1
-30
/
+32
*
udev: fix weird coding-style
David Herrmann
2015-05-26
1
-1
/
+1
*
udevd: worker - allow passing NULL to worker_unref()
Tom Gundersen
2015-05-26
1
-2
/
+1
*
udevd: worker - use _exit() rather than exit()
Tom Gundersen
2015-05-26
1
-1
/
+1
*
src/shared/util.[ch]: import functions from upstream for previous commits
Anthony G. Basile
2015-05-26
2
-1
/
+480
*
udevd: modernize error handling
Tom Gundersen
2015-05-26
1
-42
/
+32
[next]