Commit Graph

101 Commits

Author SHA1 Message Date
lindes 9aa0f0304e updated info on platforms; solaris 8 works. 2001-08-24 19:03:00 +00:00
lindes b06ece0283 ya know... this whole NEED_LOCAL_HEADERS thing isn't really required;
It's just a matter of things working on Solaris 8, but not earlier.
2001-08-24 18:52:45 +00:00
lindes 0eaeefaf73 cleanup to make gcc -pedantic -Wall happy... 2001-08-24 07:25:16 +00:00
lindes 37a483fe9b hmm, core should be part of the rm -f line for the clean target 2001-08-24 07:24:43 +00:00
lindes fac8a6ca46 FreeBSD now works! :-) 2001-08-24 05:02:42 +00:00
lindes df6903d7d9 allow longer hostnames, but don't pad longer. (hmm, should I truncate?) 2001-08-24 05:00:02 +00:00
lindes 9d6068cf0e moving towards 0.4.3 2001-08-24 04:50:51 +00:00
lindes 86f03ae0be now using sysget() insetad of /dev/kmem, which means no suid or sgid. yay! 2001-08-24 04:48:47 +00:00
lindes c8686ba144 IRIX port now uses sysget() instead of reading /dev/kmem...
changed stuff appropriately to match this new state of the universe.
2001-08-24 04:48:15 +00:00
lindes fefa19490d updated information about platform support status... 2001-08-24 04:47:27 +00:00
lindes 140c5fc718 made arch/IRIX/getload.c, mostly out of old code from the original
version of ttyload.  Updated Makefile to deal with platforms (IRIX and
FreeBSD being two, as I understand things currently) where the default
.c.o rule doesn't put output .o's into the subdirectories where the .c's
for them came from, or where '<program>: <objects>' doesn't imply an ld
command (e.g. IRIX).
2001-08-24 03:52:47 +00:00
lindes aadc357e60 mostly got rid of a bunch of old #if'd out IRIX stuff, which I guess I'd
left there so I could remember how to do stuff when I finally did the
IRIX port...  which I've now done, so no need to have it here (not that
there was previously anyway, thanks to CVS).  Also made things do
getload() once before clear_screen, so that in case getload() gives a
fatal error (as is the case on IRIX if ttyload can't read /dev/kmem, at
least with the current implimentation), the user can actually see it.
2001-08-24 03:48:58 +00:00
lindes 9b15306e05 hmm, URL should be in -v output. :-) 2001-08-24 01:57:03 +00:00
lindes edf99662b0 preparing to release as 0.4.2 2001-08-23 00:53:33 +00:00
lindes 35541cbf17 added -h, -v options; minor bug fixes 2001-08-23 00:52:44 +00:00
lindes 54bce1d312 added comment header 2001-08-23 00:52:13 +00:00
lindes c57eff003a various changes, to make aodhan happy, plus generally be better, etc. 2001-08-23 00:51:49 +00:00
lindes 71fd4e7448 hmm, archbuild isn't removable; loader shouldn't normally be built. 2001-08-23 00:50:03 +00:00
lindes 75d730fad2 no warranty 2001-08-21 21:32:15 +00:00
lindes 3f06be28af going for 0.4.1 because of some fixes to the Makefile 2001-08-21 20:02:23 +00:00
lindes 88ed3a2f47 some cleanup stuff; added a "soft" install target, etc. 2001-08-21 19:53:19 +00:00
lindes 8984077b79 changes to make things a) be more understandable when people
find this file among the ttyload stuff, and b) make things more
generic and more happy in their genericism.
2001-08-21 19:33:37 +00:00
lindes 76af8d3b3d first pass at a load-generating program. works, but needs to be
parameterized for happiness.
2001-08-08 20:55:47 +00:00
lindes dd93ba15d2 more comments 2001-08-07 02:08:58 +00:00
lindes eba3a263fb a little script to automate exports... 2001-08-07 02:05:50 +00:00
lindes e54ec3e171 calling this 0.4, and making it available... 2001-08-07 01:50:44 +00:00
lindes cfc77f676e very rough first license. 2001-08-07 01:47:46 +00:00
lindes 54679e5365 use fclose() if you're going to use fopen() -- though perhaps
fseek(), and a static FILE * variable would be better??
2001-05-21 15:34:17 +00:00
lindes ff3198f7fb calling the current version 0.3c... 2001-05-21 15:33:29 +00:00
lindes 3ec5c6ca72 some cleanup things that became necessary and/or desired after
putting vern's fix into play.
2001-02-27 03:52:51 +00:00
lindes 1c9cfa804a took in vern's patch, now uses home_screen() in all but first
iteration, to reduce flicker.
2001-02-27 03:23:22 +00:00
lindes c51b5bef05 fixed a little bug that was causing weirdness on the display when a
minute rolled over after the screen was in full-active status.
2001-02-24 10:57:53 +00:00
lindes 4ee367aa66 testing should bring things quickly. 2001-02-24 10:56:15 +00:00
lindes 638ccb0917 info about this thing, and its status. 2001-02-24 10:55:57 +00:00
lindes e94c2076cb better looking version string presentation. 2001-02-24 10:00:51 +00:00
lindes 65d314fad9 the changes needed to make this thing work on Linux (some of which
presumably also leads to easier building on other platforms later);
a few other subtleties.
2001-02-24 09:15:42 +00:00
lindes eca6a64012 various changes, including:
- formating cleanup (it was a _long_ time ago that I originally
  wrote some of this stuff, I've changed my beliefs on style
  since then)

- version string now displayed

- possibly more, it now works (along with other files being
  added or changed) on Linux, so who knows.  ;-)
2001-02-24 09:06:13 +00:00
lindes 4acd3757df No ascftime() around on Linux... *sigh* 2001-02-24 09:00:10 +00:00
lindes 5a629f6af3 not everything is everywhere... So here are some files to help
me deal with that reality.  Right now, it's just an ascftime()
(minimal) replacement, and the default is not to use it on most
platforms (Linux uses it, though... *sigh*)
2001-02-24 08:59:41 +00:00
lindes cc24550f8e getload function for Linux, initial version. 2001-02-24 08:57:37 +00:00
lindes 71c4b894ba Version string... Reasons for starting out with 0.3:
- 0.<something> because it's still quite primitive, doesn't
  support many platforms, etc.

- the <something> above is 3, rather than, say, 1, because of
  the fact that there has been _some_ degree of prior existance
  of this thing, even if not in any "released" sort of way.
2001-02-24 08:55:53 +00:00
lindes bba74436c3 initial take on a skeleton default for getload.c, with some comments. 2001-02-24 07:29:32 +00:00
lindes 2d495e2df9 localtime needs time.h 2000-08-16 22:02:31 +00:00
lindes 1a09950624 made things work on a Solaris box. 2000-05-20 01:46:27 +00:00
lindes bc331aac01 ugh, stuff still isn't happy on vax... but I think that may just
be vax.  checkpoint checkin so I can try it elsewhere.  Ugh,
though, I need to re-write large chunks of this stuff.
2000-05-20 01:31:30 +00:00
lindes 6304f61fae Initial revision 1996-06-17 16:01:57 +00:00
lindes b0cf3f56e1 checkpoint checkin...
headers done (in prelim manner, anyway);
clock scrolling at bottom done?  not fully tested...
1996-06-16 19:28:21 +00:00
lindes 41da16c470 updated ident info. 1996-06-16 02:53:30 +00:00
lindes 63d956add8 various modifications, got it to a working state. 1996-06-16 02:49:29 +00:00
lindes 7806e606d2 Initial revision 1996-06-16 02:49:29 +00:00