Remove inspection from the C library and switch to daemon/OCaml implementation.

This commit is contained in:
Richard W.M. Jones
2017-07-17 17:23:40 +01:00
parent 5aad7e779c
commit 3a00c4d179
17 changed files with 408 additions and 4938 deletions

View File

@@ -487,6 +487,29 @@ let proc_nr = [
477, "part_resize";
478, "hivex_value_utf8";
479, "hivex_value_string";
480, "inspect_os";
481, "inspect_get_roots";
482, "inspect_get_format";
483, "inspect_get_type";
484, "inspect_get_distro";
485, "inspect_get_package_format";
486, "inspect_get_package_management";
487, "inspect_get_product_name";
488, "inspect_get_product_variant";
489, "inspect_get_major_version";
490, "inspect_get_minor_version";
491, "inspect_get_arch";
492, "inspect_get_hostname";
493, "inspect_get_windows_systemroot";
494, "inspect_get_windows_software_hive";
495, "inspect_get_windows_system_hive";
496, "inspect_get_windows_current_control_set";
497, "inspect_is_live";
498, "inspect_is_netinst";
499, "inspect_is_multipart";
500, "inspect_get_mountpoints";
501, "inspect_get_filesystems";
502, "inspect_get_drive_mappings";
]
(* End of list. If adding a new entry, add it at the end of the list