systemd/.gitignore
Lennart Poettering fd38203a2a bus: add minimal event loop API
So far we tried to use epoll directly wherever we needed an event loop.
However, that has various shortcomings, such as the inability to handle
larger amounts of timers (since each timerfd costs one fd, which is a
very limited resource, usually bounded to 1024), and inability to do
priorisation between multiple queued events.

Let's add a minimal event loop API around epoll that is suitable for
implementation of our own daemons and maybe one day can become public
API for those who desire it.

This loop is part of libsystemd-bus, but may be used independently of
it.
2013-10-10 04:44:48 +02:00

183 lines
2.8 KiB
Plaintext

/Makefile
/TAGS
/accelerometer
/ata_id
/bootctl
/build-aux
/busctl
/cdrom_id
/collect
/coverage/
/gtk-doc.make
/hostnamectl
/install-tree
/journalctl
/libtool
/localectl
/loginctl
/machinectl
/mtd_probe
/org.freedesktop.hostname1.xml
/org.freedesktop.locale1.xml
/org.freedesktop.systemd1.*.xml
/org.freedesktop.timedate1.xml
/scsi_id
/systemadm
/systemctl
/systemd
/systemd-activate
/systemd-ac-power
/systemd-analyze
/systemd-ask-password
/systemd-backlight
/systemd-binfmt
/systemd-bootchart
/systemd-cat
/systemd-cgls
/systemd-cgroups-agent
/systemd-cgtop
/systemd-coredump
/systemd-coredumpctl
/systemd-cryptsetup
/systemd-cryptsetup-generator
/systemd-delta
/systemd-detect-virt
/systemd-efi-boot-generator
/systemd-fsck
/systemd-fstab-generator
/systemd-getty-generator
/systemd-gnome-ask-password-agent
/systemd-gpt-auto-generator
/systemd-hostnamed
/systemd-inhibit
/systemd-initctl
/systemd-journal-gatewayd
/systemd-journald
/systemd-kmsg-syslogd
/systemd-localed
/systemd-logind
/systemd-machine-id-setup
/systemd-machined
/systemd-modules-load
/systemd-multi-seat-x
/systemd-notify
/systemd-nspawn
/systemd-quotacheck
/systemd-random-seed
/systemd-rc-local-generator
/systemd-readahead
/systemd-remount-api-vfs
/systemd-remount-fs
/systemd-reply-password
/systemd-run
/systemd-shutdown
/systemd-shutdownd
/systemd-sleep
/systemd-stdio-bridge
/systemd-sysctl
/systemd-system-update-generator
/systemd-timedated
/systemd-tmpfiles
/systemd-tty-ask-password-agent
/systemd-uaccess
/systemd-udevd
/systemd-update-utmp
/systemd-user-sessions
/systemd-vconsole-setup
/tags
/test-boot-timestamp
/test-bus-chat
/test-bus-introspect
/test-bus-kernel
/test-bus-kernel-bloom
/test-bus-kernel-benchmark
/test-bus-marshal
/test-bus-match
/test-bus-memfd
/test-bus-objects
/test-bus-signature
/test-bus-server
/test-bus-zero-copy
/test-calendarspec
/test-catalog
/test-cgroup
/test-cgroup-util
/test-daemon
/test-date
/test-device-nodes
/test-engine
/test-env-replace
/test-event
/test-fileio
/test-hashmap
/test-hostname
/test-id128
/test-inhibit
/test-install
/test-job-type
/test-journal
/test-journal-enum
/test-journal-interleaving
/test-journal-match
/test-journal-send
/test-journal-stream
/test-journal-init
/test-journal-syslog
/test-journal-verify
/test-libudev
/test-list
/test-log
/test-login
/test-login-shared
/test-loopback
/test-mmap-cache
/test-ns
/test-path-util
/test-prioq
/test-replace-var
/test-sched-prio
/test-sleep
/test-strip-tab-ansi
/test-strbuf
/test-strv
/test-strxcpyx
/test-tables
/test-login-tables
/test-machine-tables
/test-time
/test-udev
/test-unit-file
/test-unit-name
/test-utf8
/test-util
/test-watchdog
/timedatectl
/udevadm
/v4l_id
/*.tar.bz2
/*.tar.gz
/*.tar.xz
*.trs
*.log
*.a
*.cache
*.html
*.la
*.lo
*.o
*.stamp
*.pyc
__pycache__/
*~
.deps/
.dirstamp
.libs/
Makefile.in
aclocal.m4
config.h
config.h.in
config.log
config.status
configure
stamp-*