1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00
Commit Graph

61 Commits

Author SHA1 Message Date
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
ca139f94c8 util: add gfs to list of network filesystems 2010-05-16 03:54:40 +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
Lennart Poettering
e3d1855bb9 util: flush inotify fd only when we have it 2010-05-14 04:36:47 +02:00
Lennart Poettering
bab4504448 make gcc shut up 2010-05-10 03:34:31 +02:00
Marc-Antoine Perennou
3177a7fa12 hostname: read hostname for Gentoo 2010-05-09 19:12:28 +02:00
Lennart Poettering
6c78be3c3c util: ignore lost+found, too 2010-04-30 02:16:55 +02:00
Lennart Poettering
57cd2192d0 util: when releasing terminal, temporarily disable SIGHUP 2010-04-24 02:32:07 +02:00
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