summaryrefslogtreecommitdiff
path: root/getloadavg.c
Commit message (Collapse)AuthorAgeFilesLines
* Update Copyright statements for 2014.Paul Smith2014-09-301-1/+1
|
* Update copyright for changes in 2013.Paul Smith2013-05-171-1/+1
|
* Rename the make.h file to makeint.h for internal use only.Paul Smith2013-01-201-1/+1
|
* Simplify copyrights using ranges of years.Paul Smith2012-03-051-3/+1
| | | | | The new GNU Maintainer's Manual allows the use of year ranges in certain situations; take advantage of this simplification.
* Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith2012-03-041-3/+3
| | | | Fixes Savannah bug #34530.
* Update copyright notices.Paul Smith2012-01-161-3/+3
|
* Update copyrights for 2010.Paul Smith2010-07-131-1/+1
|
* Update copyright years.Paul Smith2009-10-251-2/+2
|
* * Update to GPLv3Paul Smith2007-07-041-12/+10
| | | | | * Update copyright to 2007 * Fix download URL for translation files (thanks to Thiemo Seufer)
* Another round of cleanups:Paul Smith2006-04-091-1/+1
| | | | | | | | - Add more warnings. - Rename variables that mask out-scope vars with the same name. - Remove all casts of return values from xmalloc, xrealloc, and alloca. - Remove casts of the first argument to xrealloc. - Convert all bcopy/bzero/bcmp invocations to use memcp/memmove/memset/memcmp.
* Last of the copyright updates.Paul Smith2006-02-111-2/+3
|
* More copyright/license updates.Paul Smith2006-02-111-17/+16
|
* Various enhancementsPaul Smith2004-05-161-1/+1
| | | | | | | - OS/2 Patches - OpenVMS updates - Sanitize the handling of -include/sinclude with and without -k - Fix the setting of $< for order-only rules.
* Convert the source code to use ANSI C style function definitions andPaul Smith2002-10-141-6/+2
| | | | | | | | enable the automake ansi2knr capability. Right now this doesn't quite build using a K&R compiler because of a problem with the loadavg test program, but the rest of the code works. I'm asking the automake list about this problem.
* Fix Debian bug #144306: pass target-specific variables into the environmentPaul Smith2002-05-101-69/+22
| | | | | | | | | | properly. Fix configure: allow cross-compilation; fix getloadavg (still needs _lots_ of work!) Let $(call ...) functions to be self-referencing. Lets us do transitive closures, for example.
* Updates and fixes for CVS builds.Paul Smith2002-04-221-0/+2
| | | | Created a README.cvs describing the procedure.
* * Fix memory leaks, fd leaks, and some long-standing bugs recognizing whenPaul Smith1999-07-201-1/+1
| | | | targets need to have their modtimes rechecked (-n, etc.)
* Checkpoint changes. Bug fixes, mostly.Paul 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 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 Smith1997-04-071-2/+2
|
* Changes for make 3.75.1Paul 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 <tbel@afsmail.cern.ch>: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
|