summaryrefslogtreecommitdiff
path: root/process.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-17unifdef __UNIXOS2__Alan Coopersmith1-1/+1
2024-02-03Variable scope reductions, as suggested by cppcheckAlan Coopersmith1-43/+40
2024-02-03Silence -Wanalyzer-out-of-bounds warnings from gcc 13Alan Coopersmith1-1/+1
2024-02-03Use reallocarray if available, provide local version if notAlan Coopersmith1-1/+13
2021-11-28Fix spelling/wording issuesAlan Coopersmith1-3/+3
2018-03-24Fix segmentation fault on invalid input.Tobias Stoeckmann1-2/+4
2014-05-31More constification cleanupAlan Coopersmith1-36/+37
2013-12-09Free old argv array if realloc fails to enlarge itAlan Coopersmith1-1/+5
2013-11-22Fix "noexistent" typo in error messageAlan Coopersmith1-1/+1
2013-07-17Constify some more string pointers to fix gcc warningsAlan Coopersmith1-15/+16
2013-07-17Use void * instead of char * for generic pointer arg to DoFunc functionsAlan Coopersmith1-13/+13
2013-07-17Mark unused arguments in callback functions to quiet clang warningsAlan Coopersmith1-17/+17
2013-07-17Fix some sign/size conversion warnings from clangAlan Coopersmith1-10/+10
2013-02-23Add _X_NORETURN attributes suggested by gccAlan Coopersmith1-2/+2
2013-02-23Assume signal handlers return void, as C89 requiresAlan Coopersmith1-18/+2
2011-05-23auth_finalize: Attempt to rename() if link() failsJeremy Huddleston1-1/+2
2011-04-28Error out and avoid a call to malloc(0) if given a bad hex stringJeremy Huddleston1-2/+2
2010-10-06Purge cvs tags.Jesse Adkins1-4/+0
2007-05-17Constify some static data constantsAlan Coopersmith1-10/+10
2007-05-17ANSIfy function declarationsAlan Coopersmith1-165/+155
2007-05-17Fix some lint warningsAlan Coopersmith1-5/+10
2007-05-16Bug 10739: iceauth dumps core if signal caught before initialization doneAlan Coopersmith1-4/+3
2007-05-14Replace copystring() with strdup() callsAlan Coopersmith1-13/+1
2007-05-14Coverity #1089: Double frees in error cleanup pathAlan Coopersmith1-4/+4
2007-05-14Coverity #1039: Using uninitialized value "authdata"Alan Coopersmith1-1/+1
2005-07-26Add config.h includes for modularization Use RETSIGTYPE if defined byXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900Alan Coopersmith1-0/+4
2005-07-16Mark variables modified in signal handlers as volatile (part of Sun bug idXORG-6_8_99_16Alan Coopersmith1-2/+2
2004-04-23Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branchEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14XFree86 4.3.0.1xf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-4_3_0_1xf86-012804-2330PRE_xf86-4_3_0_1Kaleb Keithley1-15/+71
2003-11-14R6.6 is the Xorg base-lineXORG-MAINXORG-STABLEKaleb Keithley1-0/+1562