Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] chassis_id: clean compilation and fix bad function parameter passing | kay.sievers@vrfy.org | |
Adding prototypes for functions resulted in an error, cause: table_find_disk(disk_snum, &chassis_num, &slot_num); is called but the function is defined as: int table_find_disk(char *serialnumber , int *host_num, int *chassis_num, int *slot_num) which can obviously not work correctly. Using popen() is not klibc compatible, so skip the compilation if a klibc compile is requested. | |||
2005-04-26 | [PATCH] cleanup PATCH for extras/chassis_id/Makefile | harald@redhat.com | |
for "make install" | |||
2005-04-26 | [PATCH] Patch for chassis_id exras module | atul.sabharwal@intel.com | |
2005-04-26 | [PATCH] Add README for chassis_id | atul.sabharwal@intel.com | |
2005-04-26 | [PATCH] clean up chassis_id coding style. | greg@kroah.com | |
2005-04-26 | [PATCH] Add chassis_id program to extras directory | atul.sabharwal@intel.com | |