Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-24 | Use 'imdent' to make the deeply nested #ifdef levels easier to follow | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | Cleanup trailing whitespace | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | Make getloadavg() the first choice on Unix systems that have it | Alan Coopersmith | |
Only fall back to complex, platform specific code if the simpler, more portable option isn't found by configure. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -UX_NOT_POSIX | Alan Coopersmith | |
This just provided a declaration for lseek() for some of the ancient Unix variants that were missing it in system headers. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -U__UNIXOS2__ | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -Usequent | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -Uhcx | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -UUTEK | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -Ualliant | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -Usony | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -Uumips | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -UMOTOROLA | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -UAIXV3 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2013-02-24 | unifdef -UCRAY | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2012-01-18 | Solaris: use getloadavg from libc instead of kstats | Alan Coopersmith | |
The simpler interface (based on the BSD function) has been in libc since Solaris 7, and avoids datasize bugs like the previous fix, so might as well use it. Purge all the other ancient Solaris & SunOS support variants as well. This does mean if you want to keep running xload on a Sun OS version from before 1998 you will need to use a branch of xload from before 2012 (such as the one included in those old releases). Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2012-01-18 | Solaris: Read avenrun_1min kstat as a uint32, not a long | Alan Coopersmith | |
Fixes garbage data & crashes when built as a 64-bit binary on Solaris SPARC, since the high 32-bits was being filled with randomness. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Arvind Umrao <arvind.umrao@oracle.com> Reviewed-by: Jay Cotton <jay.cotton@oracle.com> | |||
2011-12-20 | Remove DG/UX support | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-12-20 | Mark xload_error as noreturn | Alan Coopersmith | |
Silences a gcc warning Raises the minimum version of xproto needed to build to 7.0.17 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-12-20 | Mark string arguments to xload_error as const char * for gcc -Wwrite-strings | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-20 | Purge RCS/CVS version tags | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-20 | Remove ancient Domain/OS support (unifdef -Uapollo) | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-20 | Remove ancient A/UX support (unifdef -UmacII) | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-10-07 | Fix old-style function definitions on Cygwin | Yaakov Selkowitz | |
get_load.c: In function ‘InitLoadPoint’: get_load.c:74:6: warning: old-style function definition get_load.c: In function ‘GetLoadPoint’: get_load.c:92:6: warning: old-style function definition Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk> | |||
2010-10-07 | Avoid excess Win32 includes on Cygwin | Yaakov Selkowitz | |
Fixes compilation errors due to recent w32api <winspool.h>, which is not needed to compile xload. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk> Tested-by: Jon TURNEY <jon.turney@dronecode.org.uk> | |||
2008-11-28 | Compile warning fixes. | Paulo Cesar Pereira de Andrade | |
Ansify some functions with K&R definitions. | |||
2008-05-06 | __DARWIN__ -> __APPLE__ | Jeremy Huddleston | |
https://bugs.freedesktop.org/show_bug.cgi?id=9017 | |||
2007-09-24 | Bug #12534: nlist() needs to be handled differently in Mac OS X | Peter Dyballa | |
X.Org Bugzilla #12534 <https://bugs.freedesktop.org/show_bug.cgi?id=12534> Patch #11704 <https://bugs.freedesktop.org/attachment.cgi?id=11704> | |||
2005-10-02 | Bug #3811 <https://bugs.freedesktop.org/show_bug.cgi?id=3811> GNU/kFreeBSDXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901 | Alan Coopersmith | |
support for xload & memleak (Robert Millan) | |||
2005-07-27 | Switch xload on Solaris from libkvm to libkstat so it works with bothXORG-6_8_99_900 | Alan Coopersmith | |
32-bit and 64-bit kernels, and without group kmem. Add #include "config.h" for modularization | |||
2004-04-23 | Merging XORG-CURRENT into trunkxprint_packagertest_20041217_basexprint_packagertest_20041125_basesco_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_16XORG-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-MERGExprint_packagertest_20041217xprint_packagertest_20041125sco_port_updatelg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchCOMPOSITEWRAP | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2004-01-29 | Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004xf86-4_3_99_903_specialxf86-012804-2330 | Egbert Eich | |
2003-12-19 | XFree86 4.3.99.902 (RC 2)xf86-4_3_99_902 | Kaleb Keithley | |
2003-12-04 | XFree86 4.3.99.901 (RC 1)xf86-4_3_99_901 | Kaleb Keithley | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | |
2003-11-14 | Initial revisionXORG-STABLE | Kaleb Keithley | |