summaryrefslogtreecommitdiff
path: root/os
Commit message (Expand)AuthorAgeFilesLines
* OS: IO: Zero out client buffersDaniel Stone2008-01-171-1/+1
* OS: Don't leak connection translation table on regenerationDaniel Stone2007-12-281-1/+2
* Merge branch 'master' into XACE-SELINUXEamon Walsh2007-12-135-36/+15
|\
| * WaitForSomething: Ignore EAGAINDaniel Stone2007-12-051-1/+1
| * OS: Connection: Keep trying select while it gets interrupted (bug #9240)Rich Coe2007-12-051-4/+9
| * OS: Connection: Don't shut down disappeared clients (bug #7876)Rich Coe2007-12-051-1/+2
| * Death to libcwrapper.Adam Jackson2007-12-031-8/+1
| * Clean up many #if 0.Adam Jackson2007-12-023-22/+2
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-194-819/+20
|\ \ | |/
| * Bug #1612: Use a stronger PRNG.Adam Jackson2007-11-161-0/+16
| * Nuke the debugging allocator.Adam Jackson2007-11-152-819/+0
| * Add -pogo option for init/teardown performance testing.Adam Jackson2007-11-141-0/+4
* | xace: restore the old SaveScreens function and introduce new API, since theEamon Walsh2007-11-191-1/+1
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-141-0/+4
|\ \ | |/
| * Don't frob timers unless SmartSchedule is runningKeith Packard2007-11-071-0/+4
* | Rework of the XC-SECURITY extension. The gen-auth protocol has not changed,Eamon Walsh2007-11-081-12/+0
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-11-054-237/+66
|\ \ | |/
| * Remove all traces of external RGB database (and Speedo)Daniel Stone2007-11-052-166/+11
| * OS: Remove usage of allocaDaniel Stone2007-11-051-5/+5
| * Move SIGUSR1 notification as late as possible.Adam Jackson2007-11-021-38/+49
| * reduce wakeups from smart schedulerArjan van de Ven2007-10-302-33/+6
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-10-175-87/+151
|\ \ | |/
| * mass change from #ifdef i386 to #ifdef __i386__ to conform to ANSIBen Byer2007-10-143-4/+4
| * GLX: allow skipping of visual init wrappingDodji Seketeli2007-10-021-0/+1
| * Rework local client id finding code to be more uniformAlan Coopersmith2007-09-272-83/+146
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-09-261-4/+20
|\ \ | |/
| * So, like, checking return codes of system calls (signal, etc) is good.Ben Byer2007-09-211-4/+20
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-09-194-4/+26
|\ \ | |/
| * Fix build on FreeBSD after Popen changes.Eric Anholt2007-09-121-1/+1
| * Ignore - not just block - SIGALRM around Popen()/Pclose().Adam Jackson2007-09-111-0/+8
| * XDARWIN: Add launchd supportBen Byer2007-09-051-0/+15
| * Bug #7186: Fix an excessive request size limitation that broke big-requests.Eric Anholt2007-08-312-4/+3
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-08-282-9/+13
|\ \ | |/
| * Actually build Secure RPC authentication support (missed in modularization)Alan Coopersmith2007-08-172-9/+13
* | xace: add hooks + new access codes: core protocol screensaver requestsEamon Walsh2007-08-161-2/+2
* | xace: add hooks + new access codes: core protocol server requestsEamon Walsh2007-08-162-15/+26
* | xace: rename hostlist security hook to "server" as this hook will be usedEamon Walsh2007-08-151-1/+1
* | security: drop support for XC-QUERY-SECURITY authorization method.Eamon Walsh2007-08-035-232/+2
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-08-0212-91/+20
|\ \ | |/
| * Build system: Non-dtrace distcheck hacksDaniel Stone2007-08-011-1/+5
| * Death to RCS tags.Adam Jackson2007-06-292-6/+0
| * Remove the remnants of OS/2 support.Adam Jackson2007-06-289-83/+10
| * Split checks for dtrace & getpeerucred()Alan Coopersmith2007-06-261-1/+5
* | Merge branch 'master' into XACE-SELINUXEamon Walsh2007-06-116-868/+14
|\ \ | |/
| * Remove the old Kerberos 5 authentication code.Adam Jackson2007-06-045-867/+1
| * Fix os/utils.c compile with mingw.Luo Jie2007-05-241-1/+13
* | xace: change the semantics of the return value of XACE hooks to allowEamon Walsh2007-04-171-1/+1
|/
* Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner2007-04-092-3/+3
* Add setrlimit call in -core option to make dumps occur.Keith Packard2007-04-091-0/+8
* Bug #10296: Fix timer rescheduling.Tomas Janousek2007-03-281-3/+6