summaryrefslogtreecommitdiff
path: root/os
AgeCommit message (Expand)AuthorFilesLines
2008-01-17OS: IO: Zero out client buffersDaniel Stone1-1/+1
2007-12-28OS: Don't leak connection translation table on regenerationDaniel Stone1-1/+2
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh5-36/+15
2007-12-05WaitForSomething: Ignore EAGAINDaniel Stone1-1/+1
2007-12-05OS: Connection: Keep trying select while it gets interrupted (bug #9240)Rich Coe1-4/+9
2007-12-05OS: Connection: Don't shut down disappeared clients (bug #7876)Rich Coe1-1/+2
2007-12-03Death to libcwrapper.Adam Jackson1-8/+1
2007-12-02Clean up many #if 0.Adam Jackson3-22/+2
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh4-819/+20
2007-11-19xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh1-1/+1
2007-11-16Bug #1612: Use a stronger PRNG.Adam Jackson1-0/+16
2007-11-15Nuke the debugging allocator.Adam Jackson2-819/+0
2007-11-14Add -pogo option for init/teardown performance testing.Adam Jackson1-0/+4
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+4
2007-11-08Rework of the XC-SECURITY extension. The gen-auth protocol has not changed,Eamon Walsh1-12/+0
2007-11-07Don't frob timers unless SmartSchedule is runningKeith Packard1-0/+4
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh4-237/+66
2007-11-05Remove all traces of external RGB database (and Speedo)Daniel Stone2-166/+11
2007-11-05OS: Remove usage of allocaDaniel Stone1-5/+5
2007-11-02Move SIGUSR1 notification as late as possible.Adam Jackson1-38/+49
2007-10-30reduce wakeups from smart schedulerArjan van de Ven2-33/+6
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh5-87/+151
2007-10-14mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer3-4/+4
2007-10-02GLX: allow skipping of visual init wrappingDodji Seketeli1-0/+1
2007-09-27Rework local client id finding code to be more uniformAlan Coopersmith2-83/+146
2007-09-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-4/+20
2007-09-21So, like, checking return codes of system calls (signal, etc) is good.Ben Byer1-4/+20
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh4-4/+26
2007-09-12Fix build on FreeBSD after Popen changes.Eric Anholt1-1/+1
2007-09-11Ignore - not just block - SIGALRM around Popen()/Pclose().Adam Jackson1-0/+8
2007-09-05XDARWIN: Add launchd supportBen Byer1-0/+15
2007-08-31Bug #7186: Fix an excessive request size limitation that broke big-requests.Eric Anholt2-4/+3
2007-08-28Merge branch 'master' into XACE-SELINUXEamon Walsh2-9/+13
2007-08-17Actually build Secure RPC authentication support (missed in modularization)Alan Coopersmith2-9/+13
2007-08-16xace: add hooks + new access codes: core protocol screensaver requestsEamon Walsh1-2/+2
2007-08-16xace: add hooks + new access codes: core protocol server requestsEamon Walsh2-15/+26
2007-08-15xace: rename hostlist security hook to "server" as this hook will be usedEamon Walsh1-1/+1
2007-08-03security: drop support for XC-QUERY-SECURITY authorization method.Eamon Walsh5-232/+2
2007-08-02Merge branch 'master' into XACE-SELINUXEamon Walsh12-91/+20
2007-08-01Build system: Non-dtrace distcheck hacksDaniel Stone1-1/+5
2007-06-29Death to RCS tags.Adam Jackson2-6/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson9-83/+10
2007-06-26Split checks for dtrace & getpeerucred()Alan Coopersmith1-1/+5
2007-06-11Merge branch 'master' into XACE-SELINUXEamon Walsh6-868/+14
2007-06-04Remove the old Kerberos 5 authentication code.Adam Jackson5-867/+1
2007-05-24Fix os/utils.c compile with mingw.Luo Jie1-1/+13
2007-04-17xace: change the semantics of the return value of XACE hooks to allowEamon Walsh1-1/+1
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner2-3/+3
2007-04-09Add setrlimit call in -core option to make dumps occur.Keith Packard1-0/+8
2007-03-28Bug #10296: Fix timer rescheduling.Tomas Janousek1-3/+6