]> git.ipfire.org Git - ipfire-2.x.git/commit
HWInfo wieder eingefuegt, da mit kudzu zu viele Segmentation Faults liefert.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Wed, 7 Mar 2007 18:42:02 +0000 (18:42 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Wed, 7 Mar 2007 18:42:02 +0000 (18:42 +0000)
commit93afd047ad6bb75be688d0dcd6e14594f6067939
treeb22cbb80dd1464d396e3d6169c98581435a78b29
parent5b1c5c27b3bbd020ad08d7acdb69a5313080d561
HWInfo wieder eingefuegt, da mit kudzu zu viele Segmentation Faults liefert.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@443 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
212 files changed:
config/rootfiles/common/XML-Parser [new file with mode: 0644]
config/rootfiles/common/dbus [new file with mode: 0644]
config/rootfiles/common/hal [new file with mode: 0644]
config/rootfiles/common/kudzu
config/uClibc/busybox.config
doc/ChangeLog
doc/packages-list.txt
lfs/XML-Parser [new file with mode: 0644]
lfs/dbus [new file with mode: 0644]
lfs/hal [new file with mode: 0644]
lfs/hwdata [new file with mode: 0644]
lfs/hwinfo [new file with mode: 0644]
lfs/kudzu
lfs/sysfsutils
make.sh
src/hwinfo/COPYING [new file with mode: 0644]
src/hwinfo/ChangeLog [new file with mode: 0644]
src/hwinfo/Makefile [new file with mode: 0644]
src/hwinfo/Makefile.common [new file with mode: 0644]
src/hwinfo/README [new file with mode: 0644]
src/hwinfo/VERSION [new file with mode: 0644]
src/hwinfo/doc/example1.c [new file with mode: 0644]
src/hwinfo/doc/example2.c [new file with mode: 0644]
src/hwinfo/doc/footer.html [new file with mode: 0644]
src/hwinfo/doc/hwinfo.8 [new file with mode: 0644]
src/hwinfo/doc/libhd.doc [new file with mode: 0644]
src/hwinfo/doc/libhd.doxy [new file with mode: 0644]
src/hwinfo/gen-hwcfg-disk.sh [new file with mode: 0755]
src/hwinfo/getsysinfo [new file with mode: 0755]
src/hwinfo/hwbootscan [new file with mode: 0644]
src/hwinfo/hwbootscan.rc [new file with mode: 0644]
src/hwinfo/hwinfo.c [new file with mode: 0644]
src/hwinfo/hwscan.c [new file with mode: 0644]
src/hwinfo/hwscand.c [new file with mode: 0644]
src/hwinfo/hwscanqueue.c [new file with mode: 0644]
src/hwinfo/init_message.h [new file with mode: 0644]
src/hwinfo/scripts/mci [new file with mode: 0755]
src/hwinfo/src/Makefile [new file with mode: 0644]
src/hwinfo/src/hd/Makefile [new file with mode: 0644]
src/hwinfo/src/hd/adb.c [new file with mode: 0644]
src/hwinfo/src/hd/adb.h [new file with mode: 0644]
src/hwinfo/src/hd/bios.c [new file with mode: 0644]
src/hwinfo/src/hd/bios.h [new file with mode: 0644]
src/hwinfo/src/hd/block.c [new file with mode: 0644]
src/hwinfo/src/hd/block.h [new file with mode: 0644]
src/hwinfo/src/hd/braille.c [new file with mode: 0644]
src/hwinfo/src/hd/braille.h [new file with mode: 0644]
src/hwinfo/src/hd/cpu.c [new file with mode: 0644]
src/hwinfo/src/hd/cpu.h [new file with mode: 0644]
src/hwinfo/src/hd/edd.c [new file with mode: 0644]
src/hwinfo/src/hd/edd.h [new file with mode: 0644]
src/hwinfo/src/hd/fb.c [new file with mode: 0644]
src/hwinfo/src/hd/fb.h [new file with mode: 0644]
src/hwinfo/src/hd/floppy.c [new file with mode: 0644]
src/hwinfo/src/hd/floppy.h [new file with mode: 0644]
src/hwinfo/src/hd/hd.c [new file with mode: 0644]
src/hwinfo/src/hd/hd.h [new file with mode: 0644]
src/hwinfo/src/hd/hd_int.h [new file with mode: 0644]
src/hwinfo/src/hd/hddb.c [new file with mode: 0644]
src/hwinfo/src/hd/hddb.h [new file with mode: 0644]
src/hwinfo/src/hd/hddb_int.h [new file with mode: 0644]
src/hwinfo/src/hd/hdp.c [new file with mode: 0644]
src/hwinfo/src/hd/hdp.h [new file with mode: 0644]
src/hwinfo/src/hd/ibm-notebooks.h [new file with mode: 0644]
src/hwinfo/src/hd/input.c [new file with mode: 0644]
src/hwinfo/src/hd/input.h [new file with mode: 0644]
src/hwinfo/src/hd/int.c [new file with mode: 0644]
src/hwinfo/src/hd/int.h [new file with mode: 0644]
src/hwinfo/src/hd/isa.c [new file with mode: 0644]
src/hwinfo/src/hd/isa.h [new file with mode: 0644]
src/hwinfo/src/hd/isapnp.c [new file with mode: 0644]
src/hwinfo/src/hd/isapnp.h [new file with mode: 0644]
src/hwinfo/src/hd/isdn.c [new file with mode: 0644]
src/hwinfo/src/hd/isdn.h [new file with mode: 0644]
src/hwinfo/src/hd/kbd.c [new file with mode: 0644]
src/hwinfo/src/hd/kbd.h [new file with mode: 0644]
src/hwinfo/src/hd/klog.c [new file with mode: 0644]
src/hwinfo/src/hd/klog.h [new file with mode: 0644]
src/hwinfo/src/hd/manual.c [new file with mode: 0644]
src/hwinfo/src/hd/manual.h [new file with mode: 0644]
src/hwinfo/src/hd/memory.c [new file with mode: 0644]
src/hwinfo/src/hd/memory.h [new file with mode: 0644]
src/hwinfo/src/hd/misc.c [new file with mode: 0644]
src/hwinfo/src/hd/misc.h [new file with mode: 0644]
src/hwinfo/src/hd/modem.c [new file with mode: 0644]
src/hwinfo/src/hd/modem.h [new file with mode: 0644]
src/hwinfo/src/hd/monitor.c [new file with mode: 0644]
src/hwinfo/src/hd/monitor.h [new file with mode: 0644]
src/hwinfo/src/hd/mouse.c [new file with mode: 0644]
src/hwinfo/src/hd/mouse.h [new file with mode: 0644]
src/hwinfo/src/hd/net.c [new file with mode: 0644]
src/hwinfo/src/hd/net.h [new file with mode: 0644]
src/hwinfo/src/hd/parallel.c [new file with mode: 0644]
src/hwinfo/src/hd/parallel.h [new file with mode: 0644]
src/hwinfo/src/hd/pci.c [new file with mode: 0644]
src/hwinfo/src/hd/pci.h [new file with mode: 0644]
src/hwinfo/src/hd/pcmcia.c [new file with mode: 0644]
src/hwinfo/src/hd/pcmcia.h [new file with mode: 0644]
src/hwinfo/src/hd/pppoe.c [new file with mode: 0644]
src/hwinfo/src/hd/pppoe.h [new file with mode: 0644]
src/hwinfo/src/hd/prom.c [new file with mode: 0644]
src/hwinfo/src/hd/prom.h [new file with mode: 0644]
src/hwinfo/src/hd/s390.c [new file with mode: 0644]
src/hwinfo/src/hd/s390.h [new file with mode: 0644]
src/hwinfo/src/hd/sbus.c [new file with mode: 0644]
src/hwinfo/src/hd/sbus.h [new file with mode: 0644]
src/hwinfo/src/hd/serial.c [new file with mode: 0644]
src/hwinfo/src/hd/serial.h [new file with mode: 0644]
src/hwinfo/src/hd/smbios.c [new file with mode: 0644]
src/hwinfo/src/hd/smbios.h [new file with mode: 0644]
src/hwinfo/src/hd/sys.c [new file with mode: 0644]
src/hwinfo/src/hd/sys.h [new file with mode: 0644]
src/hwinfo/src/hd/usb.c [new file with mode: 0644]
src/hwinfo/src/hd/usb.h [new file with mode: 0644]
src/hwinfo/src/hd/version.h [new file with mode: 0644]
src/hwinfo/src/hd/veth.c [new file with mode: 0644]
src/hwinfo/src/hd/veth.h [new file with mode: 0644]
src/hwinfo/src/hd/wlan.c [new file with mode: 0644]
src/hwinfo/src/hd/wlan.h [new file with mode: 0644]
src/hwinfo/src/ids/Makefile [new file with mode: 0644]
src/hwinfo/src/ids/cdb_x11 [new file with mode: 0755]
src/hwinfo/src/ids/check_hd.c [new file with mode: 0644]
src/hwinfo/src/ids/convert_hd [new file with mode: 0755]
src/hwinfo/src/ids/get_adaptec [new file with mode: 0755]
src/hwinfo/src/ids/get_pcmcia [new file with mode: 0755]
src/hwinfo/src/ids/hd_ids.c [new file with mode: 0644]
src/hwinfo/src/ids/src/braille [new file with mode: 0644]
src/hwinfo/src/ids/src/bus [new file with mode: 0644]
src/hwinfo/src/ids/src/camera [new file with mode: 0644]
src/hwinfo/src/ids/src/chipcard [new file with mode: 0644]
src/hwinfo/src/ids/src/class [new file with mode: 0644]
src/hwinfo/src/ids/src/dvb [new file with mode: 0644]
src/hwinfo/src/ids/src/extra [new file with mode: 0644]
src/hwinfo/src/ids/src/isapnp [new file with mode: 0644]
src/hwinfo/src/ids/src/modem [new file with mode: 0644]
src/hwinfo/src/ids/src/modem.i386 [new file with mode: 0644]
src/hwinfo/src/ids/src/monitor [new file with mode: 0644]
src/hwinfo/src/ids/src/mouse [new file with mode: 0644]
src/hwinfo/src/ids/src/network [new file with mode: 0644]
src/hwinfo/src/ids/src/pci [new file with mode: 0644]
src/hwinfo/src/ids/src/pcmcia [new file with mode: 0644]
src/hwinfo/src/ids/src/ppc [new file with mode: 0644]
src/hwinfo/src/ids/src/s390 [new file with mode: 0644]
src/hwinfo/src/ids/src/scanner [new file with mode: 0644]
src/hwinfo/src/ids/src/sound [new file with mode: 0644]
src/hwinfo/src/ids/src/special [new file with mode: 0644]
src/hwinfo/src/ids/src/storage [new file with mode: 0644]
src/hwinfo/src/ids/src/tv [new file with mode: 0644]
src/hwinfo/src/ids/src/usb [new file with mode: 0644]
src/hwinfo/src/ids/src/usb2 [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.amd64 [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.axp [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.i386 [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.ia64 [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.ppc [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.ppc.special [new file with mode: 0644]
src/hwinfo/src/ids/src/x11.sparc [new file with mode: 0644]
src/hwinfo/src/ids/update_x11 [new file with mode: 0755]
src/hwinfo/src/int10/AsmMacros.h [new file with mode: 0644]
src/hwinfo/src/int10/Makefile [new file with mode: 0644]
src/hwinfo/src/int10/README [new file with mode: 0644]
src/hwinfo/src/int10/emu_vm86.c [new file with mode: 0644]
src/hwinfo/src/int10/i10_int.c [new file with mode: 0644]
src/hwinfo/src/int10/i10_io.c [new file with mode: 0644]
src/hwinfo/src/int10/i10_pci.c [new file with mode: 0644]
src/hwinfo/src/int10/i10_v86.c [new file with mode: 0644]
src/hwinfo/src/int10/i10_vbios.c [new file with mode: 0644]
src/hwinfo/src/int10/int10.c [new file with mode: 0644]
src/hwinfo/src/int10/pci.h [new file with mode: 0644]
src/hwinfo/src/int10/v86bios.h [new file with mode: 0644]
src/hwinfo/src/int10/vbios.h [new file with mode: 0644]
src/hwinfo/src/int10/vm86_struct.h [new file with mode: 0644]
src/hwinfo/src/isdn/Makefile [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/ISDN.axp.txt [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/ISDN.i386.txt [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/ISDN.ppc.txt [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/ISDN.x86_64.txt [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/Makefile [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/cdb_hwdb.h [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/cdb_read.c [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/cdb_read.h [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/isdn_cdb.c [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/isdn_cdb.lex [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/isdn_cdb_def.h [new file with mode: 0644]
src/hwinfo/src/isdn/cdb/mk_isdnhwdb.c [new file with mode: 0644]
src/hwinfo/src/isdn/cdbisdn.c [new file with mode: 0644]
src/hwinfo/src/isdn/isa_probe.c [new file with mode: 0644]
src/hwinfo/src/isdn/libihw.txt [new file with mode: 0644]
src/hwinfo/src/smp/Makefile [new file with mode: 0644]
src/hwinfo/src/smp/README [new file with mode: 0644]
src/hwinfo/src/smp/smp.c [new file with mode: 0644]
src/hwinfo/src/x86emu/LICENSE [new file with mode: 0644]
src/hwinfo/src/x86emu/Makefile [new file with mode: 0644]
src/hwinfo/src/x86emu/debug.c [new file with mode: 0644]
src/hwinfo/src/x86emu/decode.c [new file with mode: 0644]
src/hwinfo/src/x86emu/fpu.c [new file with mode: 0644]
src/hwinfo/src/x86emu/include/x86emu.h [new file with mode: 0644]
src/hwinfo/src/x86emu/include/x86emu/fpu_regs.h [new file with mode: 0644]
src/hwinfo/src/x86emu/include/x86emu/regs.h [new file with mode: 0644]
src/hwinfo/src/x86emu/include/x86emu/types.h [new file with mode: 0644]
src/hwinfo/src/x86emu/ops.c [new file with mode: 0644]
src/hwinfo/src/x86emu/ops2.c [new file with mode: 0644]
src/hwinfo/src/x86emu/prim_ops.c [new file with mode: 0644]
src/hwinfo/src/x86emu/sys.c [new file with mode: 0644]
src/hwinfo/src/x86emu/validate.c [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/debug.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/decode.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/fpu.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/ops.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/prim_asm.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/prim_ops.h [new file with mode: 0644]
src/hwinfo/src/x86emu/x86emu/x86emui.h [new file with mode: 0644]