Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | inspect: "centos" and "scientificlinux" are now separate distros. | Richard W.M. Jones | 2011-04-21 | 1 | -3/+71 |
| | | | | Previously we returned "rhel" for these, which was not accurate. | ||||
* | inspect: Split code into separate files. | Richard W.M. Jones | 2011-04-14 | 1 | -0/+785 |
The src/inspect.c file had grown rather large -- 3,500 lines. Split it across several files according to function. This is just moving code. After the split the files are more evenly divided: 536 src/inspect_apps.c 766 src/inspect.c 537 src/inspect_fs.c 404 src/inspect_fs_cd.c 785 src/inspect_fs_unix.c 535 src/inspect_fs_windows.c 3563 total |