summaryrefslogtreecommitdiff
path: root/src/shared/fdset.c
Commit message (Expand)AuthorAgeFilesLines
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-4/+2
* tree-wide: drop alloca.h when alloc-util.h is includedYu Watanabe2019-11-041-1/+0
* nspawn: don't free "fds" twiceLennart Poettering2019-03-221-14/+14
* do not try to allocate 0 bytesDavid Tardon2018-10-121-4/+7
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-5/+5
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: replace all readdir cycles with FOREACH_DIRENT{,_ALL} (#4853)Reverend Homer2016-12-091-5/+2
* build-sys: move fdset.[ch] src/basic → src/shared (#3580)Lennart Poettering2016-06-231-0/+273
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-285/+0
* treewide: fix typosTorstein Husebø2015-05-261-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-061-1/+53
* util: rename ignore_file() to hidden_file()Lennart Poettering2014-12-191-1/+1
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* use more _cleanup_ macroRonny Chevalier2014-06-241-3/+1
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-1/+1
* shared: move fdset.c from core/ to shared/ since it is used by more than the ...Lennart Poettering2012-12-231-0/+236