mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
readme edits
This commit is contained in:
parent
bf6ab60b2c
commit
4cafa2ea51
|
@ -12,7 +12,7 @@ Bugs:
|
|||
error. This is corrected.
|
||||
2. More of a fix, but legacy devices were not matching NIC to IF because
|
||||
the /sys path was not a link as it is now. I made a separate function to
|
||||
handle that match test so it could be more readily be worked with.
|
||||
handle that match test so it could be more readily worked with.
|
||||
|
||||
Fixes:
|
||||
1. Arch/Manjaro presented yet another Xorg.wrapper path, this time /usr/lib. Why?
|
||||
|
@ -32,10 +32,11 @@ systems will be arm/mips devices, I decided there better safe than sorry.
|
|||
5. Found another uptime syntax case, MIPS as root does not have the users item.
|
||||
6. Many tweaks to SOC data generators, will catch more categories, but the lists
|
||||
will never be done since each device can be, and often is, random re the syntax.
|
||||
SOC types are now filtered through a function to create consistent device type
|
||||
strings for the per device tool to use to assign each to its proper
|
||||
@device_<type> array.
|
||||
7. USB networking failed to test usb type for 'network', which led to failed
|
||||
ids on some device strings. SOC types are now filtered through a function
|
||||
to create consistent device type strings for the per device tool to use to
|
||||
assign each to its proper @device_<type> array.
|
||||
ids on some device strings.
|
||||
8. For pciconf/FreeBSD, cleaned up device class strings to get rid of 0x and
|
||||
trailing subsubclass values, this converts it into the same hex 4 item string
|
||||
that is used by GNU/Linux/lspci so I can apply consistent rules to all pci
|
||||
|
@ -49,8 +50,8 @@ its production application name all along? Oh well.
|
|||
|
||||
Enhancements:
|
||||
1. Added basic support for OpenIndiana/Solaris/SunOS as a bsd type. Just enough
|
||||
to make errors not happen.-repos
|
||||
2. future proofed unix/bsd detections just to avoid the unset $bsd_type of non
|
||||
to make errors not happen.
|
||||
2. Future proofed unix/bsd detections just to avoid the unset $bsd_type of non
|
||||
BSD unix.
|
||||
3. Added S6 init system to init tool.
|
||||
4. Added OpenBSD pcidump to new DeviceData feature. Includes now <root required>
|
||||
|
@ -62,8 +63,8 @@ to integrate the data grabber into one package/class
|
|||
7. Added speed: item to USB:, it shows in Mb/s or Gb/s
|
||||
8. Added Odroid C1/C2 handling, which is one big reason I opted to refactor the
|
||||
devices data logic into DeviceData.
|
||||
9. Added ash shell, not sure if that detection will work, but if it does, it will
|
||||
show.
|
||||
9. Added ash shell, not sure if that detection will work, but if it does,
|
||||
it will show.
|
||||
10. As part of the overall DeviceData refactor, I moved all per type data into
|
||||
dedicated arrays, like @device_graphics, @device_audio, @device_network, etc,
|
||||
which lets me totally dump all the per device item tests, and just check the
|
||||
|
@ -96,6 +97,7 @@ in the partition item. Man page and help menu show options.
|
|||
16. Going along with the MIPS fixes, added basic support for OpenWRT, which uses
|
||||
an immensely stripped down busybox (no ps aux, for example), maybe because it
|
||||
only runs as root user/ not sure, anyway, took many fixes.
|
||||
17. Added Void Linux xbps repos to Repos section.
|
||||
|
||||
Changes:
|
||||
1. Changed usb: 1.1 to rev: 1.1 because for linux, we have the USB revision number,
|
||||
|
|
Loading…
Reference in a new issue