index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: introduce typesafe_bsearch() and typesafe_bsearch_r()
Yu Watanabe
2018-09-19
1
-3
/
+16
*
util: introduce typesafe_qsort_r()
Yu Watanabe
2018-09-19
1
-2
/
+8
*
util: introduce memcmp_safe()
Yu Watanabe
2018-08-08
1
-3
/
+10
*
pam_systemd: move socket_from_display() from util.[ch] to pam_systemd.c
Lennart Poettering
2018-07-25
1
-1
/
+0
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-4
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
util: add qsort_r_safe(), similar to qsort_safe()
Lennart Poettering
2018-04-18
1
-0
/
+8
*
util: introduce typesafe_qsort(), a typesafe version of qsort()/qsort_safe()
Lennart Poettering
2018-04-11
1
-0
/
+8
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: add bsearch_safe and use where appropriate
Zbigniew Jędrzejewski-Szmek
2018-03-26
1
-0
/
+13
*
basic: split out update_reboot_parameter_and_warn() into its own .c/.h files
Lennart Poettering
2018-02-22
1
-2
/
+0
*
util: minor tweaks to disable_core_dumps()
Lennart Poettering
2018-01-10
1
-1
/
+1
*
tree-wide: introduce disable_core_dumps helper and port existing users
Jan Klötzke
2018-01-10
1
-0
/
+2
*
condition: extend ConditionKernelVersion= with relative version checks
Lennart Poettering
2017-12-26
1
-0
/
+2
*
basic: split out blockdev-util.[ch] from util.h
Lennart Poettering
2017-12-25
1
-5
/
+0
*
process-util: move fork_agent() to process-util.[ch]
Lennart Poettering
2017-12-25
1
-2
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
util: make get_block_device() available
Franck Bui
2017-09-13
1
-0
/
+3
*
basic/util: move execute_directory() to separate file
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-2
/
+0
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
Add enable_disable() helper
Zbigniew Jędrzejewski-Szmek
2016-08-01
1
-0
/
+4
*
Merge pull request #3777 from poettering/id128-rework
Zbigniew Jędrzejewski-Szmek
2016-07-23
1
-2
/
+0
|
\
|
*
sd-id128: split UUID file read/write code into new id128-util.[ch]
Lennart Poettering
2016-07-22
1
-2
/
+0
*
|
core: support percentage specifications on TasksMax=
Lennart Poettering
2016-07-22
1
-0
/
+3
|
/
*
util: introduce physical_memory_scale() to unify how we scale by physical memory
Lennart Poettering
2016-06-14
1
-0
/
+1
*
core: parse `rd.rescue` and `rd.emergency` as initrd-specific shorthands (#3488)
Ivan Shapovalov
2016-06-13
1
-0
/
+1
*
core: rework reboot parameter logic a bit
Lennart Poettering
2016-04-12
1
-1
/
+1
*
include sys/sysmacros.h in more places
Mike Frysinger
2016-03-15
1
-0
/
+1
*
Merge pull request #2589 from keszybz/resolve-tool-2
Lennart Poettering
2016-02-13
1
-0
/
+10
|
\
|
*
Add memcpy_safe
Zbigniew Jędrzejewski-Szmek
2016-02-11
1
-0
/
+10
*
|
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
|
/
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-0
/
+3
*
util-lib: move character class definitions to string-util.h
Lennart Poettering
2015-11-03
1
-7
/
+0
*
util-lib: move inotify-related definitions to fs-util.[ch]
Lennart Poettering
2015-10-27
1
-12
/
+0
*
util-lib: move fdname_is_valid() to fd-util.[ch]
Lennart Poettering
2015-10-27
1
-2
/
+0
*
process-util: move a couple of process-related calls over
Lennart Poettering
2015-10-27
1
-23
/
+0
*
mount-util: move fstype_is_network() and name_to_handle_at() definitions over
Lennart Poettering
2015-10-27
1
-8
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-94
/
+15
*
util-lib: split out globbing related calls into glob-util.[ch]
Lennart Poettering
2015-10-27
1
-11
/
+3
*
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
1
-4
/
+0
*
macro: move DECIMAL_STR_WIDTH() into macro.h
Lennart Poettering
2015-10-27
1
-9
/
+0
*
util-lib: move web-related calls into web-util.[ch]
Lennart Poettering
2015-10-27
1
-5
/
+0
*
util-lib: split out syslog-related calls into syslog-util.[ch]
Lennart Poettering
2015-10-27
1
-10
/
+0
*
util-lib: move running_in_chroot() into virt.[ch]
Lennart Poettering
2015-10-27
1
-2
/
+0
*
util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]
Lennart Poettering
2015-10-27
1
-6
/
+0
*
util-lib: move is_main_thread() to process-util.[ch]
Lennart Poettering
2015-10-27
1
-2
/
+0
*
util-lib: split out umask-related code to umask-util.h
Lennart Poettering
2015-10-27
1
-19
/
+0
*
util-lib: move more locale-related calls to locale-util.[ch]
Lennart Poettering
2015-10-27
1
-19
/
+0
*
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
1
-56
/
+0
*
util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]
Lennart Poettering
2015-10-27
1
-29
/
+0
[next]