index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
12
-1
/
+13
*
util-lib: split out globbing related calls into glob-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
socket-util: move CMSG_FOREACH() from macro.h to socket-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]
Lennart Poettering
2015-10-27
2
-0
/
+2
*
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
2
-4
/
+5
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
2
-0
/
+2
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
3
-0
/
+3
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
4
-0
/
+4
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
16
-3
/
+19
*
util: move logind_running() to login-util.[ch]
Lennart Poettering
2015-10-24
1
-1
/
+3
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
29
-144
/
+174
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-13
/
+15
*
keymap: Drop keyboard-keys-to-name.h
Martin Pitt
2015-10-14
1
-1
/
+0
*
document ability to disable MACAddressPolicy
Jacob Keller
2015-10-06
2
-1
/
+4
*
Merge pull request #1428 from franciozzy/tagenhance
Kay Sievers
2015-10-01
1
-1
/
+2
|
\
|
*
Support OP_NOMATCH for TAG key
Felipe Franciosi
2015-09-30
1
-1
/
+2
*
|
udev: fix format string after conversion to log_*_errno()
Michal Schmidt
2015-10-01
1
-1
/
+1
*
|
tree-wide: remove a number of invocations of strerror() and replace by %m
Lennart Poettering
2015-09-30
2
-5
/
+4
*
|
basic: split out cpu set specific APIs into cpu-set-util.[ch]
Lennart Poettering
2015-09-30
1
-21
/
+22
*
|
udev: ata_id - ATA_ID_SATA_CAPABILITY == 76
Kay Sievers
2015-09-22
1
-5
/
+5
*
|
Fixup WWN bytes for big-endian systems
Tom Lyon
2015-09-21
1
-0
/
+4
*
|
tree-wide: replace while(1) by for(;;) everywhere
Lennart Poettering
2015-09-09
4
-4
/
+4
*
|
tree-wide: update empty-if coccinelle script to cover empty-while and more
Lennart Poettering
2015-09-09
6
-23
/
+15
*
|
Merge pull request #1207 from poettering/coccinelle-fixes
Daniel Mack
2015-09-09
6
-44
/
+17
|
\
\
|
*
|
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
5
-12
/
+6
|
*
|
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-09-09
2
-10
/
+4
|
*
|
tree-wide: drop redundant if checks before safe_close()
Lennart Poettering
2015-09-09
1
-12
/
+4
|
*
|
tree-wide: make more code use safe_close()
Lennart Poettering
2015-09-09
1
-8
/
+4
|
*
|
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-09-09
1
-6
/
+3
*
|
|
udev: build by-path identifiers for ATA devices.
David Milburn
2015-09-08
1
-12
/
+34
|
/
/
*
|
sd-login: fix sd_seat_get_active() to return ENODATA
v226
David Herrmann
2015-09-08
1
-1
/
+1
*
|
udev: ignore ENOEXEC from cgroup lookup
David Herrmann
2015-09-03
1
-1
/
+1
*
|
udev: net_id - support predictable ifnames on virtio buses
Tom Gundersen
2015-09-02
1
-0
/
+8
*
|
udev: control - add FIXME comment to remove work-around
Kay Sievers
2015-08-27
1
-0
/
+5
*
|
Bug #944: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-08-17
1
-8
/
+4
*
|
Merge pull request #939 from karelzak/smatch
Tom Gundersen
2015-08-12
1
-1
/
+2
|
\
\
|
*
|
udev: variable dereferenced before check 'cmsg'
Karel Zak
2015-08-06
1
-1
/
+2
*
|
|
gpt-auto-generator: apply partition-type flags only to specific partition-types
Kay Sievers
2015-08-11
1
-0
/
+5
|
/
/
*
|
Merge pull request #883 from phomes/bool_vs_error_codes
Daniel Mack
2015-08-06
1
-2
/
+2
|
\
\
|
*
|
tree-wide: do not return error codes as bool
Thomas Hindoe Paaboel Andersen
2015-08-06
1
-2
/
+2
*
|
|
tree-wide: fix indentation
Thomas Hindoe Paaboel Andersen
2015-08-06
1
-1
/
+1
|
/
/
*
|
udev: uaccess - do not log error when device node disappears
Kay Sievers
2015-08-05
1
-2
/
+2
*
|
smack-util: revise smack-util apis and add read smack attr apis
WaLyong Cho
2015-08-04
1
-2
/
+2
*
|
sd-event: make sure sd_event_now() cannot fail
Lennart Poettering
2015-08-03
1
-18
/
+10
*
|
tree-wide: introduce mfree()
David Herrmann
2015-07-31
2
-10
/
+5
[next]