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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
process-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use assert_se() for signal operations with constants
Zbigniew Jędrzejewski-Szmek
2018-12-21
1
-11
/
+3
*
process-util: rework getenv_for_pid() to use read_nul_string()
Lennart Poettering
2018-12-18
1
-19
/
+16
*
process-util: make get_process_environ() safer
Lennart Poettering
2018-12-18
1
-10
/
+17
*
Merge pull request #10935 from poettering/rlimit-nofile-safe
Zbigniew Jędrzejewski-Szmek
2018-12-06
1
-0
/
+11
|
\
|
*
tree-wide: invoke rlimit_nofile_safe() before various exec{v,ve,l}() invocations
Lennart Poettering
2018-12-01
1
-0
/
+2
|
*
process-util: add new FORK_RLIMIT_NOFILE_SAFE flag for safe_fork()
Lennart Poettering
2018-12-01
1
-0
/
+9
*
|
tree-wide: use gcc attribute macros where appropriate
Lennart Poettering
2018-12-03
1
-1
/
+1
|
/
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-2
/
+1
*
process-util: check for correct kill return value (#10841)
David Leeds
2018-11-20
1
-2
/
+2
*
Merge pull request #10753 from keszybz/pager-no-interrupt
Lennart Poettering
2018-11-14
1
-1
/
+0
|
\
|
*
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
*
|
core: add namespace_fork() helper, that forks, joins a set of namespaces and ...
Lennart Poettering
2018-11-13
1
-0
/
+54
|
/
*
process-util: FOREACH_LINE excorcism
Lennart Poettering
2018-10-18
1
-2
/
+10
*
* hack around deficiencies in prctl() PR_SET_MM_*
Frank Schaefer
2018-10-05
1
-8
/
+26
*
trivial: fix spelling in code comments
Thomas Haller
2018-09-30
1
-1
/
+1
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-4
/
+2
*
tree-wide: Convert compare_func's to use CMP() macro wherever possible.
Filipe Brandenburger
2018-08-06
1
-6
/
+1
*
process-util: do not hide global variable
Yu Watanabe
2018-07-17
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
process-util: make use of delete_trailing_chars() in get_process_cmdline()
Lennart Poettering
2018-06-06
1
-6
/
+1
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-1
/
+1
*
process-util: also filter non-printable characters in get_process_com()
Lennart Poettering
2018-06-01
1
-4
/
+15
*
missing: define kernel internal limit TASK_COMM_LEN in userspace too
Lennart Poettering
2018-06-01
1
-1
/
+1
*
process-util: mention that wait_for_terminate_with_timeout() should be called...
Lennart Poettering
2018-06-01
1
-6
/
+9
*
process-util: add a new FORK_MOUNTNS_SLAVE flag for safe_fork()
Lennart Poettering
2018-05-24
1
-0
/
+11
*
process-util: add new helper call for adjusting the OOM score
Lennart Poettering
2018-05-17
1
-0
/
+9
*
tree-wide: use newa() rather than alloca() where we can
Lennart Poettering
2018-04-27
1
-1
/
+1
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-3
/
+3
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
Merge pull request #8461 from keszybz/oss-fuzz-fixes
Evgeny Vereshchagin
2018-03-19
1
-1
/
+1
|
\
|
*
unit-file: do not allow bogus IOSchedulingClass values
Zbigniew Jędrzejewski-Szmek
2018-03-17
1
-1
/
+1
*
|
basic/macros: rename noreturn into _noreturn_ (#8456)
Franck Bui
2018-03-15
1
-1
/
+1
|
/
*
process-util: don't install atfork() handler more than once
Lennart Poettering
2018-02-28
1
-4
/
+13
*
util: add new safe_close_above_stdio() wrapper
Lennart Poettering
2018-02-28
1
-2
/
+1
*
Merge pull request #8184 from poettering/color-ask-pw
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-9
/
+25
|
\
|
*
process: shortcut getenv_for_pid() for our own process
Lennart Poettering
2018-02-14
1
-9
/
+25
*
|
process-util: be more careful in is_kernel_thread()
Lennart Poettering
2018-02-12
1
-20
/
+44
|
/
*
sd-bus: cleanup ssh sessions (Closes: #8076)
Shawn Landden
2018-02-08
1
-0
/
+7
*
process-util: use raw_getpid() in getpid_cache() internally (#8115)
Lennart Poettering
2018-02-07
1
-2
/
+2
*
process-util: make our freeze() routine do something useful
Michal Sekletar
2018-01-12
1
-0
/
+11
*
util-lib: save/restore errno in cleanup calls
Lennart Poettering
2018-01-10
1
-0
/
+2
*
process-util: initialize block_signals
Yu Watanabe
2018-01-10
1
-1
/
+1
*
process-util: add new FORK_NEW_MOUNTNS flag to safe_fork()
Lennart Poettering
2018-01-04
1
-1
/
+4
*
process-spec: add another flag FORK_WAIT to safe_fork()
Lennart Poettering
2018-01-04
1
-10
/
+31
*
process-util: rework wait_for_terminate_and_warn() to take a flags parameter
Lennart Poettering
2018-01-04
1
-9
/
+20
*
process-util: add another fork_safe() flag for enabling LOG_ERR/LOG_WARN logging
Lennart Poettering
2018-01-04
1
-11
/
+14
*
raw-clone: beef up raw_clone() wrapper a bit
Lennart Poettering
2018-01-04
1
-1
/
+1
*
fix machinectl shell (in machined) (#7785)
Shawn Landden
2018-01-04
1
-1
/
+5
[next]