aboutsummaryrefslogtreecommitdiffstats
path: root/src/getloadavg.c
Commit message (Collapse)AuthorAgeFilesLines
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Set NLIST_STRUCT from HAVE_NLIST_H. UseDave Love2003-06-051-14/+34
| | | | | | HAVE_STRUCT_NLIST_N_UN_N_NAME, not NLIST_NAME_UNION. [HAVE_LOCALE_H]: Include locale.h. (getloadavg) [HAVE_SETLOCALE]: Run sscanf in C locale.
* Don't define NLIST_STRUCT (handled by configure).Dave Love2000-06-201-61/+0
|
* * Fix memory leaks, fd leaks, and some long-standing bugs recognizing whenPaul D. Smith1999-07-201-1/+1
| | | | targets need to have their modtimes rechecked (-n, etc.)
* Checkpoint changes. Bug fixes, mostly.Paul D. Smith1998-10-031-1/+1
|
* Treat __GNU__ line NeXT: undefine BSD and FSCALE.Richard M. Stallman1998-09-271-2/+8
|
* GNU make release 3.77.Paul D. Smith1998-07-301-6/+8
|
* Test `__unix' along with `unix'.Richard M. Stallman1997-07-221-1/+1
|
* Add comment describing HAVE_PSTAT_GETDYNAMIC.Jim Meyering1997-07-151-0/+8
|
* [OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h.Richard M. Stallman1997-07-061-0/+3
|
* [__GNU__]: Test for not NeXT.Richard M. Stallman1997-07-041-2/+4
|
* Last-minute changed for 3.75.1Paul D. Smith1997-04-071-2/+2
|
* Changes for make 3.75.1Paul D. Smith1997-04-071-4/+4
|
* [__GNU__] (NeXT, host_self):Miles Bader1997-02-231-1/+7
| | | | New macros, to make hurd systems use the NeXT code for getting load averages.
* [hpux && HAVE_PSTAT_GETDYNAMIC]: Use HPUX's pstat_getdynamic soJim Meyering1997-01-161-379/+409
| | | | | | | we don't need any special privileges to determine load averages. Patch from Kaveh Ghazi, based on a sample implementation from Richard J. Rauenzahn. Indent cpp-directives to reflect nesting.
* [__hpux]: Define hpux. From Eric Backus.Jim Meyering1996-10-101-1/+9
| | | | [__sun]: Define sun. Reported by Kaveh Ghazi.
* (getloadavg): Add new code for SUNOS_5 to use -lkstat.Richard M. Stallman1996-09-101-0/+45
|
* [SOLARIS2]: Define SUNOS_5.Karl Heuer1996-05-281-1/+1
|
* [WIN32]: No-op as for [MSDOS].Roland McGrath1996-05-221-3/+5
|
* Update FSF address in comment.Karl Heuer1996-02-011-1/+2
|
* (getloadavg) [MSDOS]: Return 0 load instead of failing the call.Richard M. Stallman1995-12-281-0/+10
|
* [ps2]: Use nlist instead of knlist #ifdef _AIX.Roland McGrath1995-08-071-1/+1
|
* (getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor.Roland McGrath1995-08-011-1/+11
|
* [convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.Roland McGrath1995-06-201-0/+8
|
* AIX support from Tim Bell <[email protected]>:Roland McGrath1995-05-101-14/+32
| | | | | [_AIX] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define these for AIX. (getloadavg) [_AIX]: Use `knlist' instead of `nlist'.
* Include config.h first.Roland McGrath1995-01-071-5/+6
|
* [alliant && i860] (FSCALE): Move defn before #ifndef FSCALE.Roland McGrath1994-10-271-7/+7
|
* [alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define.Roland McGrath1994-09-281-1/+16
|
* REMOVE CONFIG_BROKETSDavid J. MacKenzie1994-09-261-7/+0
|
* (getloadavg): Add OSF_ALPHA support.Richard M. Stallman1994-09-171-0/+13
|
* Put #include of errno.h and decl of errno before #ifndef HAVE_GETLOADAVG.Roland McGrath1994-06-041-8/+11
|
* entered into RCSRoland McGrath1993-11-031-1/+1
|
* *** empty log message ***Roland McGrath1993-10-031-0/+30
|
* *** empty log message ***Roland McGrath1993-09-201-1/+5
|
* *** empty log message ***Roland McGrath1993-08-121-1/+4
|
* *** empty log message ***Roland McGrath1993-08-021-0/+8
|
* *** empty log message ***Roland McGrath1993-08-011-0/+9
|
* *** empty log message ***Roland McGrath1993-08-011-3/+5
|
* *** empty log message ***Roland McGrath1993-07-301-4/+4
|
* *** empty log message ***Roland McGrath1993-07-271-1/+1
|
* *** empty log message ***Roland McGrath1993-07-261-0/+3
|
* *** empty log message ***David J. MacKenzie1993-07-121-7/+3
|
* *** empty log message ***David J. MacKenzie1993-07-061-2/+6
|
* *** empty log message ***Roland McGrath1993-06-091-2/+5
|
* *** empty log message ***Jim Blandy1993-06-091-4/+92
|
* *** empty log message ***Roland McGrath1993-05-241-4/+12
|
* Initial revisionRoland McGrath1993-05-201-0/+737