22 Commits (35c6a4b814dc179ed28456cac17fd7510da6e6e0)

Author SHA1 Message Date
Jonathan Marler f153c49430 launcher: fix socket message race condition 3 years ago
Stefan Agner da0cd688d6 launcher-weston-launch: avoid race condition when switching VT merge 5 years ago
Stefan Agner bd1e39a787 weston-launch: reset tty properly 5 years ago
Stefan Agner 247392a322 weston-launch: check string truncation 5 years ago
Stefan Agner c6f818a016 weston-launch: make sure weston-launch activates the VT 5 years ago
Stefan Agner cb24a7d1eb weston-launch: fix newline in error message 5 years ago
Stefan Agner 77e3b056d7 weston-launch: get ttynr also when no user is given 5 years ago
Stefan Agner aaa5b82e61 weston-launch: do not close tty prematurely 5 years ago
Stefan Agner 04eebc7f07 weston-launch: use exec to ensure signal delivery 5 years ago
Stefan Agner a8b4ddaec2 weston-launch: show when a signal is sent to a child 5 years ago
Antonio Borneo 3957863667 log: remove "%m" from format strings by using strerror(errno) 5 years ago
Marius Vlad 38c66ccb21 weston-launch: Fix warning on error() not being avaiable due to removal of header 5 years ago
Randy Li a1450a8a71 make error() portable 5 years ago
Peter Hutterer 84bc4035b8 weston-launch: always run through all groups 6 years ago
Sergei Trofimovich 43c5a65b03 configure.ac: use AC_HEADER_MAJOR to detect major()/minor() 7 years ago
Pekka Paalanen 1a2adfedea weston-launch: improve help text for -u and -t 7 years ago
Pekka Paalanen 625f56f062 weston-launch: fix -t option parsing 7 years ago
Pekka Paalanen 5949e48d1d weston-launch: quit if -t without -u 7 years ago
Pekka Paalanen 2667e9e399 configure: replace HAVE_LIBDRM with BUILD_DRM_COMPOSITOR 8 years ago
Daniel Stone 5a313c2f00 weston-launch: Add sysmacros.h include for major() 8 years ago
Quentin Glidic 056889a142
weston-launch: Only run a login shell for new sessions 8 years ago
Pekka Paalanen b5e3ea218b Rename src/ to libweston/ 8 years ago
Tom Hochstein e57056f55c weston-launch: Handle invalid command line options 8 years ago
Dawid Gajownik f3c8336320 weston-launch: On error putenv returns a non-zero value 9 years ago
Bryce Harrington 430aee1c23 weston-launch: Drop redundant exit() 9 years ago
Bryce Harrington a0bbfea64b src: Update boilerplate from MIT X11 license to MIT Expat license 9 years ago
Murray Calavera 883ac02d22 Whitespace corrections 9 years ago
Derek Foreman 280e7dd918 cosmetic: replace boolean function return values with bool 10 years ago
Kristian Høgsberg d2c9d8af50 configure.ac: Make libdrm optional in weston-launch 11 years ago
Kristian Høgsberg a28ba55b56 launcher: Make sure we drop drm master before we allow VT switches 11 years ago
Kristian Høgsberg 0eee0a28ba weston-launch: Revoke and close input fds when we vt switch away 11 years ago
Kristian Høgsberg fb08e4bdaa weston-launch: Use /bin/sh for launching weston 11 years ago
Kristian Høgsberg af393dcc69 weston-launch: Only store drm fd if we successfully opened and stat'ed it 11 years ago
Kristian Høgsberg e05f228a5f launcher: Print a more descriptive error message when we don't get a VT 11 years ago
Tomeu Vizoso d7865b2f75 weston-launch: Only drop privileges if running as root 11 years ago
Kristian Høgsberg 3f4958755d launcher: Move rest of tty object into struct weston_launcher 11 years ago
Kristian Høgsberg 6a7c8492cc weston-launch: Use fstat to make sure we stat the right fd 11 years ago
Kristian Høgsberg 81b4963949 launcher: Handle tty setup and teardown in launcher 11 years ago
Kristian Høgsberg 1eb482d814 launcher: Handle drm set/drop master and vt switch signals in launcher 11 years ago
Kristian Høgsberg bf3c374b1b weston-launch: Use SOCK_SEQPACKET for the launcher socket 11 years ago
Kristian Høgsberg f45b1e8284 weston-launch: Pass the right CLOEXEC flag to fcntl 11 years ago
Kristian Høgsberg 1ff5109b5f compositor: Open drm device through launcher 11 years ago
Rob Bradford 7ac9f73c7d weston-launch: Only pass non-NULL value into setenv() 11 years ago
Peter Hutterer 34be0608c7 weston-launch: always drop privileges before execve 11 years ago
Eduardo Lima d0357bbb97 weston-launch: Fix signal mask typo 11 years ago
Kristian Høgsberg 73c60ab6e9 weston-launch: Unblock our signalfd signals before execing child 11 years ago
Kristian Høgsberg f2807701d9 weston-launch: Switch to regular poll 11 years ago
Kristian Høgsberg 636156d5f6 weston-launch: Don't start new session unless -u is given 11 years ago
Kristian Høgsberg ab4999492c weston-launch: Drop sleep_fork option 11 years ago
Kristian Høgsberg ca70f2fc68 weston-launch: Move child setup and exec to its own function 11 years ago