Commit graph

48 commits

Author SHA1 Message Date
Lennart Poettering e99e38bbdc build-sys: move source files to subdirectory 2010-05-16 18:45:24 +02:00
Lennart Poettering 8407a5d018 swap: don't add mount links for swap devices 2010-05-16 18:13:58 +02:00
Lennart Poettering cb8a8f78a1 service: consider a process exiting with SIGTERM a clean exit 2010-05-16 03:55:19 +02:00
Lennart Poettering 843d264384 log: rework logging logic so that we don't keep /dev/console open 2010-05-15 17:25:08 +02:00
Marc-Antoine Perennou 3177a7fa12 hostname: read hostname for Gentoo 2010-05-09 19:12:28 +02:00
Lennart Poettering 24a6e4a401 load-fragment: allow timeout specifications such as '7min 5s' 2010-04-23 20:26:59 +02:00
Lennart Poettering 15ae422b74 execute: support basic filesystem namespacing 2010-04-21 22:15:06 +02:00
Lennart Poettering 8d567588ca automount: implement automount unit type 2010-04-16 23:24:39 +02:00
Lennart Poettering a337c6fcee main: when ignoring a signal set SA_RESTART 2010-04-13 02:36:19 +02:00
Lennart Poettering 80876c20f6 rework tty handling
We now make sure to run all services in their own session, possibly with
a controlling terminal.

This also extends the service and socket state machines a little.
2010-04-13 02:06:27 +02:00
Lennart Poettering 601f6a1e82 main: switch to primary console vt on crash 2010-04-10 23:36:43 +02:00
Lennart Poettering 42856c1093 util: introduce fstype_is_network() 2010-04-10 18:00:33 +02:00
Lennart Poettering 8b6c71206d util: introduce format_timestamp() 2010-04-10 18:00:14 +02:00
Lennart Poettering bbd6713566 util: introduce mkdir_p() 2010-04-10 04:38:33 +02:00
Lennart Poettering e05797fba2 util: introduce streq_ptr() for comparing strings or their pointers 2010-04-10 04:38:14 +02:00
Lennart Poettering 7072ced827 manager: print process name for all SIGCHLD received 2010-04-08 03:22:25 +02:00
Lennart Poettering db12775d59 util: add chars_intersect() call 2010-04-07 20:27:19 +02:00
Lennart Poettering ee9b5e0118 util: add delete_chars() call 2010-04-07 20:27:05 +02:00
Lennart Poettering a7610064ae util: make gcc shut up 2010-04-07 16:39:07 +02:00
Lennart Poettering d3725859f3 util: when parsing strings lookup tables accept integer strings, too 2010-04-06 23:37:20 +02:00
Lennart Poettering 2d368c149b util: declare __progname in util.h 2010-04-06 23:36:48 +02:00
Lennart Poettering a0d40ac588 util: move close_all_fds() to util.c 2010-04-06 23:35:59 +02:00
Lennart Poettering 3a0ecb08f4 util: implement fd_nonbloc()/fd_cloexec() 2010-04-06 21:53:02 +02:00
Lennart Poettering 5af98f8284 util: add decchar()/undecchar() calls 2010-04-06 02:41:03 +02:00
Lennart Poettering f62c0e4f30 util: fix FOREACH_WORD macro definitions 2010-02-14 01:07:36 +01:00
Lennart Poettering c85dc17be7 util: unify code to check whether certain file names should be ignored when listing files 2010-02-14 01:07:01 +01:00
Lennart Poettering 65d2ebdc34 util: add various utility calls 2010-02-13 01:05:12 +01:00
Lennart Poettering a9f5d45466 util: introduce mkdir_parents() that creates parent paths of sockets and suchlike 2010-02-12 02:01:14 +01:00
Lennart Poettering 82919e3d31 util: add api for iterating through components of a path string 2010-02-12 02:00:49 +01:00
Lennart Poettering a7334b0952 license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
Lennart Poettering ea4309869e add basic (and not very useful) D-Bus support 2010-02-01 03:33:24 +01:00
Lennart Poettering 79d6d81608 add first_word() call 2010-01-30 01:52:44 +01:00
Lennart Poettering 1dccbe197c add generic string lookup macros 2010-01-30 01:52:32 +01:00
Lennart Poettering 4fe88d28a4 add various escaping/path handling utility functions 2010-01-29 01:48:57 +01:00
Lennart Poettering fb624d04e5 add new hexchar() call 2010-01-28 06:45:04 +01:00
Lennart Poettering 85f136b5d0 add non-failing close() variant 2010-01-28 01:53:15 +01:00
Lennart Poettering 4a72ff34c6 implement new utility functions strstrip() and file_in_same_dir() 2010-01-27 22:37:50 +01:00
Lennart Poettering 2a987ee8c9 reset signal handlers on startup 2010-01-27 06:19:28 +01:00
Lennart Poettering 0301abf48e implement drop-in directories 2010-01-27 00:15:56 +01:00
Lennart Poettering 87f0e418cf s/name/unit 2010-01-26 21:39:06 +01:00
Lennart Poettering 44d8db9e5a various cleanups 2010-01-26 07:02:51 +01:00
Lennart Poettering 034c6ed7da first attempt at proper service/socket logic 2010-01-26 04:18:44 +01:00
Lennart Poettering 5cb5a6ffc3 first attempt in implementinging execution logic 2010-01-23 01:52:57 +01:00
Lennart Poettering 42f4e3c441 parse socket files properly 2010-01-19 02:56:37 +01:00
Lennart Poettering a41e8209be util: add split_spaces() call 2009-11-19 02:50:21 +01:00
Lennart Poettering 04fd6fe45b util: add strna() and is_path_absolute() 2009-11-19 00:47:41 +01:00
Lennart Poettering 852618039b util: add parsers for boolean and integers 2009-11-19 00:46:47 +01:00
Lennart Poettering 6091827530 initial commit 2009-11-18 00:42:52 +01:00