index
:
~jjones/weston
nvidia_head
nvidia_head_rebase-2.0
nvidia_head_rebase-2016-11-04
nvidia_head_rebase-3.0
nvidia_head_rebase-4.0
nvidia_head_rebase_1.11
nvidia_head_rebase_1.12
nvidia_r364
NVIDIA development branches of the Weston Wayland Compositor
jjones
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
weston-launch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-10
weston-launch: On error putenv returns a non-zero value
Dawid Gajownik
1
-1
/
+1
2015-07-10
weston-launch: Drop redundant exit()
Bryce Harrington
1
-4
/
+2
2015-06-15
src: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
1
-16
/
+19
2015-06-06
Whitespace corrections
Murray Calavera
1
-5
/
+5
2014-11-04
cosmetic: replace boolean function return values with bool
Derek Foreman
1
-5
/
+6
2013-11-24
configure.ac: Make libdrm optional in weston-launch
Kristian Høgsberg
1
-2
/
+20
2013-10-30
launcher: Make sure we drop drm master before we allow VT switches
Kristian Høgsberg
1
-0
/
+5
2013-10-25
weston-launch: Revoke and close input fds when we vt switch away
Kristian Høgsberg
1
-0
/
+25
2013-10-21
weston-launch: Use /bin/sh for launching weston
Kristian Høgsberg
1
-1
/
+1
2013-10-10
weston-launch: Only store drm fd if we successfully opened and stat'ed it
Kristian Høgsberg
1
-1
/
+1
2013-10-02
launcher: Print a more descriptive error message when we don't get a VT
Kristian Høgsberg
1
-0
/
+4
2013-10-01
weston-launch: Only drop privileges if running as root
Tomeu Vizoso
1
-1
/
+2
2013-09-18
launcher: Move rest of tty object into struct weston_launcher
Kristian Høgsberg
1
-33
/
+13
2013-09-18
weston-launch: Use fstat to make sure we stat the right fd
Kristian Høgsberg
1
-3
/
+7
2013-09-18
launcher: Handle tty setup and teardown in launcher
Kristian Høgsberg
1
-0
/
+45
2013-09-18
launcher: Handle drm set/drop master and vt switch signals in launcher
Kristian Høgsberg
1
-40
/
+27
2013-09-18
weston-launch: Use SOCK_SEQPACKET for the launcher socket
Kristian Høgsberg
1
-1
/
+1
2013-09-18
weston-launch: Pass the right CLOEXEC flag to fcntl
Kristian Høgsberg
1
-1
/
+2
2013-09-17
compositor: Open drm device through launcher
Kristian Høgsberg
1
-2
/
+5
2013-08-12
weston-launch: Only pass non-NULL value into setenv()
Rob Bradford
1
-1
/
+2
2013-08-08
weston-launch: always drop privileges before execve
Peter Hutterer
1
-7
/
+13
2013-07-30
weston-launch: Fix signal mask typo
Eduardo Lima
1
-1
/
+1
2013-07-30
weston-launch: Unblock our signalfd signals before execing child
Kristian Høgsberg
1
-0
/
+8
2013-07-25
weston-launch: Switch to regular poll
Kristian Høgsberg
1
-30
/
+11
2013-07-25
weston-launch: Don't start new session unless -u is given
Kristian Høgsberg
1
-24
/
+38
2013-07-25
weston-launch: Drop sleep_fork option
Kristian Høgsberg
1
-17
/
+1
2013-07-25
weston-launch: Move child setup and exec to its own function
Kristian Høgsberg
1
-76
/
+83
2013-07-22
weston-launch: Ignore sighup
Kristian Høgsberg
1
-0
/
+4
2013-07-08
weston-launch: Fix the typo for real this time
Kristian Høgsberg
1
-1
/
+1
2013-07-08
weston-launch: Fix an error message typo
Kristian Høgsberg
1
-1
/
+1
2013-07-08
weston-launch: Set all groups for user
Quentin Glidic
1
-0
/
+4
2013-06-17
weston-launch: Don't exit on SIGTERM
Kristian Høgsberg
1
-5
/
+1
2013-06-05
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
Daniel Stone
1
-2
/
+0
2013-05-22
weston-launch: Fix failure to exec weston due to initalized argv values
Ander Conselvan de Oliveira
1
-2
/
+3
2013-05-20
weston-launch: Print explanation of why we failed to open the device
Rob Bradford
1
-1
/
+6
2013-05-17
weston-launch: Run weston in the user login shell
Quentin Glidic
1
-3
/
+16
2013-03-19
weston-launch: cleanup - return failures in main with EXIT_FAILURE
Siddharth Heroor
1
-5
/
+5
2013-03-19
weston-launch: return better value if weston dies because of a signal
Philipp Brüschweiler
1
-2
/
+14
2013-03-19
weston-launch: move function calls out of assert()
Philipp Brüschweiler
1
-3
/
+7
2013-01-29
weston-launch: Clear environment and set it up from scratch
Kristian Høgsberg
1
-6
/
+6
2013-01-24
weston-launch: Use "weston-launch" for --help instead of "weston".
Scott Moreau
1
-1
/
+1
2012-12-06
weston-launch: Add some error reporting for weston-launch
Rob Bradford
1
-0
/
+7
2012-10-16
weston-launch: Check result of pam_start.
John Kåre Alsaker
1
-0
/
+6
2012-04-17
weston-launch: be more descriptive with output messages
Tiago Vignatti
1
-4
/
+4
2012-04-10
weston-launcher: Fix aliasing warnings
Kristian Høgsberg
1
-7
/
+12
2012-04-06
Introduce weston-launch
Benjamin Franzke
1
-0
/
+639