Commit Graph

52 Commits

Author SHA1 Message Date
Lennart Poettering b1b2dc0ce9 util: highlight questions, so that they cannot be overseen in other log spew 2010-04-23 20:51:06 +02:00
Lennart Poettering d4d0d4db93 util: properly handle empty word suffixes/prefixes in startswith()/endswith() 2010-04-23 20:29:15 +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 a16e112358 reload: implement reload/reexec logic 2010-04-21 03:27:44 +02:00
Lennart Poettering 8d567588ca automount: implement automount unit type 2010-04-16 23:24:39 +02:00
Lennart Poettering 9e2f7c11fb core: add minimal templating system 2010-04-15 03:11:15 +02:00
Lennart Poettering aaf694ca54 util: reset nl/cr flags on terminal when resetting 2010-04-13 18:51:22 +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 113166332c util: when reading a line from a file have space for at least 2k chars 2010-04-08 01:43: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 2f357920ff util: don't fail if we cannot close valgrind's fds 2010-04-07 00:09:59 +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 67d51650ce util: fix ascii_strlower() return value 2010-04-06 17:14:04 +02:00
Lennart Poettering 5af98f8284 util: add decchar()/undecchar() calls 2010-04-06 02:41:03 +02:00
Lennart Poettering b866264a18 gcc: make a couple of gcc warnings go away 2010-03-31 20:08:05 +02:00
Lennart Poettering 8e27452380 cgroup: add cgroupsification 2010-03-31 16:29:55 +02: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 47be870bd8 build: basic autoconfization 2010-02-03 14:21:48 +01:00
Lennart Poettering a7334b0952 license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
Kay Sievers ef886c6ab8 include linux/sched.h 2010-02-02 10:30:04 +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 431c32bf79 when resetting signal handlers, set them to SA_RESTART 2010-01-28 01:53:39 +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 b858b600e4 fix quoted parser 2010-01-27 02:16:51 +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 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