summaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)Author
2010-05-16build-sys: move source files to subdirectoryLennart Poettering
2010-05-16swap: don't add mount links for swap devicesLennart Poettering
2010-05-16service: consider a process exiting with SIGTERM a clean exitLennart Poettering
2010-05-16util: add gfs to list of network filesystemsLennart Poettering
2010-05-15log: rework logging logic so that we don't keep /dev/console openLennart Poettering
2010-05-14util: flush inotify fd only when we have itLennart Poettering
2010-05-10make gcc shut upLennart Poettering
2010-05-09hostname: read hostname for GentooMarc-Antoine Perennou
2010-04-30util: ignore lost+found, tooLennart Poettering
2010-04-24util: when releasing terminal, temporarily disable SIGHUPLennart Poettering
2010-04-23util: highlight questions, so that they cannot be overseen in other log spewLennart Poettering
2010-04-23util: properly handle empty word suffixes/prefixes in startswith()/endswith()Lennart Poettering
2010-04-23load-fragment: allow timeout specifications such as '7min 5s'Lennart Poettering
2010-04-21execute: support basic filesystem namespacingLennart Poettering
2010-04-21reload: implement reload/reexec logicLennart Poettering
2010-04-16automount: implement automount unit typeLennart Poettering
2010-04-15core: add minimal templating systemLennart Poettering
2010-04-13util: reset nl/cr flags on terminal when resettingLennart Poettering
2010-04-13main: when ignoring a signal set SA_RESTARTLennart Poettering
2010-04-13rework tty handlingLennart Poettering
2010-04-10main: switch to primary console vt on crashLennart Poettering
2010-04-10util: introduce fstype_is_network()Lennart Poettering
2010-04-10util: introduce format_timestamp()Lennart Poettering
2010-04-10util: introduce mkdir_p()Lennart Poettering
2010-04-10util: introduce streq_ptr() for comparing strings or their pointersLennart Poettering
2010-04-08manager: print process name for all SIGCHLD receivedLennart Poettering
2010-04-08util: when reading a line from a file have space for at least 2k charsLennart Poettering
2010-04-07util: add chars_intersect() callLennart Poettering
2010-04-07util: add delete_chars() callLennart Poettering
2010-04-07util: make gcc shut upLennart Poettering
2010-04-07util: don't fail if we cannot close valgrind's fdsLennart Poettering
2010-04-06util: move close_all_fds() to util.cLennart Poettering
2010-04-06util: implement fd_nonbloc()/fd_cloexec()Lennart Poettering
2010-04-06util: fix ascii_strlower() return valueLennart Poettering
2010-04-06util: add decchar()/undecchar() callsLennart Poettering
2010-03-31gcc: make a couple of gcc warnings go awayLennart Poettering
2010-03-31cgroup: add cgroupsificationLennart Poettering
2010-02-14util: unify code to check whether certain file names should be ignored when l...Lennart Poettering
2010-02-13util: add various utility callsLennart Poettering
2010-02-12util: introduce mkdir_parents() that creates parent paths of sockets and such...Lennart Poettering
2010-02-12util: add api for iterating through components of a path stringLennart Poettering
2010-02-03build: basic autoconfizationLennart Poettering
2010-02-03license: add GPLv2+ license blurbs everwhereLennart Poettering
2010-02-02include linux/sched.hKay Sievers
2010-02-01add basic (and not very useful) D-Bus supportLennart Poettering
2010-01-30add first_word() callLennart Poettering
2010-01-30add generic string lookup macrosLennart Poettering
2010-01-29add various escaping/path handling utility functionsLennart Poettering
2010-01-28add new hexchar() callLennart Poettering
2010-01-28when resetting signal handlers, set them to SA_RESTARTLennart Poettering