Download List

Descripción del Proyecto

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

System Requirements

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 error en ide.c que causó un fallo de segmentación fue corregido. Los tampones utilizan ahora el valor BUF_SIZE que se encuentra en main.c. La "comparación entre el signo y sin signo" en scsi.c fue corregido. Algunos de basura inútil en configure.in fue eliminado.
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

Algunos pequeños cambios en el apoyo video.c, por más de un procesador, una nueva "plataforma" para cpu.c (es decir, i686), limpieza en la eliminación de help.c, de algún código feo en ide.c y main.c, cambios en version.c usar define (desde el script de configuración) insted de variables para el número de versión, soluciones a todos los archivos para permitir que el proyecto de recopilación de compiladores que no soportan ANSI C, y una actualización de la página 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 se fija por lo que utiliza getopt insted de getopt_long. Esto significa que, por ejemplo, - de la CPU no funciona, pero todavía funciona-c. help.c se fijó de manera que esté al día con la main.c. Algunos pequeños cambios se hicieron a Makefile. "Autor" fue añadido a todos los archivos. C. Configurar un verdadero sistema de Makefile y se hizo.
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

La dirección IP función en C se añadió. Un pequeño error en network.c, sound.c, y video.c fue corregido. Un error que sólo se muestran las particiones que comienzan con / dev hd / fue corregido. La sección de IDE ahora soporta unidades de disco desde hda para HDT. Anuncio de la GPL fue añadido a todos los archivos. C. El soporte SCSI se agregó. network.c se fijó para mostrar interfaces inactivas. El archivo getopt.h GNUs esta en el directorio include, de modo que los sistemas sin la biblioteca getopt debería funcionar. Algunos incluye fueron agregados a network.c para que pueda trabajar en FreeBSD. Algunos errores ortográficos se han arreglado.
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