Télécharger la liste

Description du projet

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

Système requise

System requirement is not defined
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

Un bogue dans ide.c qui a provoqué une erreur de segmentation a été fixée. Les tampons maintenant utiliser la valeur buf_size qui est mise en main.c. La comparaison "entre signés et non signés" dans scsi.c a été fixée. Certains déchets inutiles dans configure.in a été supprimée.
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

Quelques petits changements dans video.c, le soutien à plus d'un processeur, une nouvelle "plate-forme" pour cpu.c (ie, i686), du nettoyage dans help.c, l'enlèvement d'un code laid dans ide.c et main.c, changements dans version.c d'utiliser définit (à partir du script configure) Insted de variables pour le numéro de version, des corrections à tous les fichiers pour permettre au projet de rassembler sur des compilateurs qui ne supportent pas ANSI C, et une mise à jour de la page man.
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 a été fixé afin qu'il utilise getopt Insted de getopt_long. Cela signifie que, par exemple, - CPU ne fonctionne pas, mais-c fonctionne toujours. help.c a été fixé de sorte qu'il est à jour avec les main.c. Quelques petites modifications ont été apportées au Makefile. "L'auteur" a été ajouté à tous les fichiers. C. Configurez un système réel et Makefile a été faite.
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

L'adresse IP fonction en C a été ajoutée. Un petit bug dans network.c, sound.c, et video.c a été fixée. Un bogue qui ne s'affiche que les partitions commençant par / dev hd / a été fixé. La section IDE prend désormais en charge des disques allant de hda pour HDT. Avis de la GPL a été ajouté à tous les fichiers. C. Le support SCSI a été ajouté. network.c a été fixé à montrer les interfaces inactives. Le fichier getopt.h GNU a été ajouté au répertoire include, si le système n'est pas la bibliothèque getopt devrait fonctionner. Certains inclut ont été ajoutés à network.c pour lui permettre de travailler dans FreeBSD. Quelques fautes de frappe ont été fixés.
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