summaryrefslogtreecommitdiff
path: root/src/weston-launch.c
Commit message (Expand)AuthorAgeFilesLines
* weston-launch: On error putenv returns a non-zero valueDawid Gajownik2015-08-101-1/+1
* weston-launch: Drop redundant exit()Bryce Harrington2015-07-101-4/+2
* src: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* Whitespace correctionsMurray Calavera2015-06-061-5/+5
* cosmetic: replace boolean function return values with boolDerek Foreman2014-11-041-5/+6
* configure.ac: Make libdrm optional in weston-launchKristian Høgsberg2013-11-241-2/+20
* launcher: Make sure we drop drm master before we allow VT switchesKristian Høgsberg2013-10-301-0/+5
* weston-launch: Revoke and close input fds when we vt switch awayKristian Høgsberg2013-10-251-0/+25
* weston-launch: Use /bin/sh for launching westonKristian Høgsberg2013-10-211-1/+1
* weston-launch: Only store drm fd if we successfully opened and stat'ed itKristian Høgsberg2013-10-101-1/+1
* launcher: Print a more descriptive error message when we don't get a VTKristian Høgsberg2013-10-021-0/+4
* weston-launch: Only drop privileges if running as rootTomeu Vizoso2013-10-011-1/+2
* launcher: Move rest of tty object into struct weston_launcherKristian Høgsberg2013-09-181-33/+13
* weston-launch: Use fstat to make sure we stat the right fdKristian Høgsberg2013-09-181-3/+7
* launcher: Handle tty setup and teardown in launcherKristian Høgsberg2013-09-181-0/+45
* launcher: Handle drm set/drop master and vt switch signals in launcherKristian Høgsberg2013-09-181-40/+27
* weston-launch: Use SOCK_SEQPACKET for the launcher socketKristian Høgsberg2013-09-181-1/+1
* weston-launch: Pass the right CLOEXEC flag to fcntlKristian Høgsberg2013-09-181-1/+2
* compositor: Open drm device through launcherKristian Høgsberg2013-09-171-2/+5
* weston-launch: Only pass non-NULL value into setenv()Rob Bradford2013-08-121-1/+2
* weston-launch: always drop privileges before execvePeter Hutterer2013-08-081-7/+13
* weston-launch: Fix signal mask typoEduardo Lima2013-07-301-1/+1
* weston-launch: Unblock our signalfd signals before execing childKristian Høgsberg2013-07-301-0/+8
* weston-launch: Switch to regular pollKristian Høgsberg2013-07-251-30/+11
* weston-launch: Don't start new session unless -u is givenKristian Høgsberg2013-07-251-24/+38
* weston-launch: Drop sleep_fork optionKristian Høgsberg2013-07-251-17/+1
* weston-launch: Move child setup and exec to its own functionKristian Høgsberg2013-07-251-76/+83
* weston-launch: Ignore sighupKristian Høgsberg2013-07-221-0/+4
* weston-launch: Fix the typo for real this timeKristian Høgsberg2013-07-081-1/+1
* weston-launch: Fix an error message typoKristian Høgsberg2013-07-081-1/+1
* weston-launch: Set all groups for userQuentin Glidic2013-07-081-0/+4
* weston-launch: Don't exit on SIGTERMKristian Høgsberg2013-06-171-5/+1
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-2/+0
* weston-launch: Fix failure to exec weston due to initalized argv valuesAnder Conselvan de Oliveira2013-05-221-2/+3
* weston-launch: Print explanation of why we failed to open the deviceRob Bradford2013-05-201-1/+6
* weston-launch: Run weston in the user login shellQuentin Glidic2013-05-171-3/+16
* weston-launch: cleanup - return failures in main with EXIT_FAILURESiddharth Heroor2013-03-191-5/+5
* weston-launch: return better value if weston dies because of a signalPhilipp Brüschweiler2013-03-191-2/+14
* weston-launch: move function calls out of assert()Philipp Brüschweiler2013-03-191-3/+7
* weston-launch: Clear environment and set it up from scratchKristian Høgsberg2013-01-291-6/+6
* weston-launch: Use "weston-launch" for --help instead of "weston".Scott Moreau2013-01-241-1/+1
* weston-launch: Add some error reporting for weston-launchRob Bradford2012-12-061-0/+7
* weston-launch: Check result of pam_start.John Kåre Alsaker2012-10-161-0/+6
* weston-launch: be more descriptive with output messagesTiago Vignatti2012-04-171-4/+4
* weston-launcher: Fix aliasing warningsKristian Høgsberg2012-04-101-7/+12
* Introduce weston-launchBenjamin Franzke2012-04-061-0/+639