Downloadliste

Projektbeschreibung

Syscriptor is a little program that displays information about your
hardware.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-01-07 16:08
1.5.14

Ein Fehler in ide.c dazu führte, dass ein Segmentation Fault wurde behoben. Die Puffer nun die BUF_SIZE Wert, der in main.c. eingestellt ist Der "Vergleich zwischen mit und ohne Vorzeichen" in scsi.c wurde behoben. Einige unnütze Müll in configure.in wurde entfernt.
Tags: C, Major bugfixes
A bug in ide.c that caused a segmentation fault was fixed. The buffers now use the BUF_SIZE value which is set in main.c. The "comparison between signed and unsigned" in scsi.c was fixed. Some useless garbage in configure.in was removed.

2002-12-13 04:24
1.5.13

Einige kleine Änderungen in video.c, Unterstützung für mehr als einen Prozessor, eine neue "Plattform" zu cpu.c (dh, i686), Aufräumarbeiten in help.c, die Entfernung von einigen hässlichen Code in ide.c und main.c, Veränderungen in version.c zu verwenden definiert (aus dem configure-Skript) von Variablen für die Versionsnummer insted, um Updates auf alle Dateien erlauben das Projekt auf Compiler nicht unterstützen ANSI-C zu kompilieren, und eine aktualisierte die Manpage.
Tags: C, Minor feature enhancements
Some small changes in video.c, support for more than one processor, a new "platform" to cpu.c (i.e., i686), cleanups in help.c, removal of some ugly code in ide.c and main.c, changes in version.c to use defines (from the configure script) insted of variables for the version number, fixes to all files to allow the project to compile on compilers that don't support ANSI C, and an updated the man page.

2002-11-04 20:24
1.5.12

main.c festgelegt wurde, so verwendet es getopt von getopt_long insted. Dies bedeutet, dass zum Beispiel, tut - CPU nicht arbeiten, aber-c noch funktioniert. help.c wurde so festgesetzt, dass es auf dem neuesten Stand mit dem main.c. Einige kleine Änderungen wurden an Makefile gemacht. "Autor" war es, alle aufgenommen. C-Dateien. Ein echter konfigurieren und Makefile-System wurde.
Tags: C, Major feature enhancements
main.c was fixed so it uses getopt insted of
getopt_long. This means that, for example, --cpu
doesn't work, but -c still works. help.c was fixed
so that it is up to date with the main.c. Some
small changes were made to Makefile. "Author" was
added to all .c files. A real configure and
Makefile system was made.

2002-10-24 02:32
1.5.11

Tags: C, Major feature enhancements

2002-10-16 19:09
1.5.10

Die IP-Adresse in C-Funktion wurde hinzugefügt. Ein kleiner Fehler in network.c, sound.c und video.c festgesetzt wurde. Ein Bug, der nur angezeigt, Partitionen beginnend mit / dev / hd wurde behoben. Die IDE-Laufwerke unterstützt nun Abschnitt zwischen hda hdt. Bekanntmachung über die GPL wurde an alle. C Dateien hinzugefügt. SCSI-Support wurde hinzugefügt. network.c festgesetzt worden war, um inaktive Schnittstellen zu zeigen. Die GNUs getopt.h Datei wurde in das Include Verzeichnis, so dass die Systeme ohne getopt Bibliothek sollte Arbeit aufgenommen. Einige wurden auch network.c hinzugefügt, damit es in FreeBSD arbeiten. Einige Rechtschreibfehler wurden behoben.
Tags: C, Major feature enhancements
The IP-address function in C was added. A small
bug in network.c, sound.c, and video.c was fixed.
A bug that only displayed partitions begining with
/dev/hd was fixed. The IDE section now supports
drives ranging from hda to hdt. Notice of the GPL
was added to all the .c files. SCSI support was
added. network.c was fixed to show inactive
interfaces. The GNUs getopt.h file was added to
the include directory, so systems without the
getopt library should work. Some includes were
added to network.c to allow it to work in FreeBSD.
Some typos were fixed.

Project Resources