summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Fix test on fork to avoid duplicate slave processes. This makes thingsGeorge Lebl2002-08-302-1/+11
* tiny bit of cleanupGeorge Lebl2002-08-281-5/+6
* when we get the term signal do cleanup but no longer wait for messageGeorge Lebl2002-08-281-1/+7
* redo the SIGCHLD handler to be done in a saner manner.George Lebl2002-08-231-29/+50
* do a cool hack to figure out when the server restarts. Fork a process,George Lebl2002-08-232-18/+76
* Cleanup the exit stuffGeorge Lebl2002-08-234-168/+84
* Whack DefaultLocale as that setting was on crack to begin with. If theGeorge Lebl2002-08-234-89/+36
* fix subtle possible race that could kill another process and simplify codeGeorge Lebl2002-08-235-107/+156
* Make the vt member exist for non-linux systems as well just for kicks. SetGeorge Lebl2002-08-228-40/+217
* whack the redundant queries for halt, reboot and suspend, we already haveGeorge Lebl2002-08-191-0/+42
* remove some dead code. Ensure euid's in more places. open .xsession-errorsGeorge Lebl2002-08-156-44/+175
* Set GDM_PARENT_DISPLAY and GDM_PARENT_XAUTHORITY for greeter and the InitGeorge Lebl2002-08-153-11/+137
* Sure fire way to open /dev/null and give error when system on crack. AlsoGeorge Lebl2002-08-139-54/+101
* The Shutdown/Halt/Suspend keys can now be a list of commands. If this isGeorge Lebl2002-08-138-33/+68
* Create new icon myself. New large logo thing with the new footGeorge Lebl2002-08-131-2/+2
* Add a new key RunBackgroundProgramAlways. It is now normally false, and ifGeorge Lebl2002-08-081-0/+1
* some fixups to the default values, chooser should no longer get arguments,George Lebl2002-08-082-4/+19
* overwrite gnomerc and create .orig as with the other scriptsGeorge Lebl2002-08-071-7/+5
* add a SOFT_RESTART_SERVERS fifo command to force a restart of X serversGeorge Lebl2002-08-077-66/+110
* when starting up a server as a different uid, add the font paths that theGeorge Lebl2002-08-071-0/+77
* don't use stdout/stdin for communication with the greeter. This is first aGeorge Lebl2002-08-051-23/+34
* s/.gnome/.gnome2/, Applied patch from #89454. But still also readGeorge Lebl2002-07-301-26/+32
* fix the linux-only proccess detection thing to work on non-linux systemsGeorge Lebl2002-07-301-7/+12
* use the ve_signal routines, remove gdm_signal routinesGeorge Lebl2002-07-302-123/+8
* change dir to /root or / when starting the setup proggie. Also set theGeorge Lebl2002-07-231-8/+19
* prefer the gnome-session in PATH, fix some startup stuff addGeorge Lebl2002-07-232-1/+16
* add a hack to fix #64662. When the shell is something that we don't reallyGeorge Lebl2002-07-227-189/+374
* note that gethostname doesn't neccessairly nul terminate stringGeorge Lebl2002-07-217-21/+28
* setup busy cursor when starting configGeorge Lebl2002-07-202-5/+19
* Make process invocation about 600us faster by making a helper function forGeorge Lebl2002-07-167-50/+30
* Clean up the comm stuff to only use unbuffered libc functions. This mightGeorge Lebl2002-07-155-29/+66
* use "." instead of "source" as I didn't realize that "source" is not onGeorge Lebl2002-07-131-1/+1
* source in /etc/profile if it exists. This way we really do get system wideGeorge Lebl2002-07-121-0/+2
* ensure descriptors 0,1 and 2 exist. This may fix an issue running gdm outGeorge Lebl2002-07-121-0/+26
* Added Macedonian fixes #84290, added Malay to the language alias list,George Lebl2002-07-111-5/+11
* some indenting fooGeorge Lebl2002-07-112-5/+5
* Apply patch from Kesor <kesor@mail.ru> to set the io channel encoding toGeorge Lebl2002-07-112-0/+5
* When we first open the X connection, set the cursor to a busy cursorGeorge Lebl2002-07-101-0/+10
* some more sanity from Oswald, but this doesn't fix a real bug, just aGeorge Lebl2002-07-091-5/+6
* Fix #85785 by adding all the extra libs (which includes -lcrypt) to theGeorge Lebl2002-07-091-0/+5
* before running gdm_fail in the config parsing set pid file to NULL so thatGeorge Lebl2002-07-091-1/+41
* Fix some errors with server starting, fix alarm/sleep collisions, add aGeorge Lebl2002-07-095-57/+116
* handle fails on user auth writing by going to the fallback file to handleGeorge Lebl2002-07-092-22/+58
* Fix a bug with finding the parent process (Oswald BuddenhagenGeorge Lebl2002-07-092-7/+10
* if available include <sys/sockio.h>. Should fix first part of #86679George Lebl2002-07-095-9/+32
* Don't send greeter pids that are 0, fixes #84717 and some others. Whoops!George Lebl2002-07-072-5/+6
* Release team notified but this is a very high priority fix so ...GDM_2_3_90_6George Lebl2002-06-052-0/+8
* include config.hGeorge Lebl2002-06-021-1/+1
* Default the -kb argument to Xnest This is because Xnest doesn't seem toGeorge Lebl2002-06-011-1/+1
* a new function (yet unused) to find out valid arguments of a commandGeorge Lebl2002-05-312-0/+74