RASCSI/src/raspberrypi/devices
Uwe Seimet 2beb78727f
Added support for new interfaces syntax (#684)
* Added support for new interfaces syntax

* rasctl output update

* Added operation parameters

* Fixed typo

* Manpage update

* Added deprecation warning

* Moved parser

* Updated parser

* Updated parameter override

* Removed debug code

* Made netmask handling more flexible

* Updated logging

* Logging update

* Logging update

* Comment update

* Removed unused field

* Replaced BOOL by bool

* Moved code

* Logging update

* Removed useless comments

* Added TODZ

* Logging update

* Logging update

* Logging update

* No need to report that an error is an error twice

* Removed duplicate logging

* Updated error handling

* Updated error handling

* Fixed typo

* Removed magic constant

* Fixed 32 bit platform issue

* Signature update

* Fixed message string

* Comment update

* Fixed SCSI command opcode

* Updated StopPrint

* Logging update

* Removed obsolete casts

* Renaming

* Removed duplicate logging

* Updated flushing caches

* Added FlushCache() method

* Reduced visibility

* Reduced visibility

* Reduced visibility

* Code cleanup, removed useless comments

* Removed useless comments

* Updated error handling

* Removed duplicate code

* Manpage update
2022-02-20 18:40:30 +01:00
..
interfaces Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
cfilesystem.cpp Host services (SCHS) with realtime clock and shutdown, improved device inheritance (#647) 2022-02-10 12:54:48 -06:00
cfilesystem.h Move to protobuf for the webapp, major overhaul to easyinstall.sh, code comment translations (#229) 2021-09-14 21:51:12 -05:00
ctapdriver.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
ctapdriver.h Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
device_factory.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
device_factory.h Added SHUT_DOWN command, split rascsi.cpp (#334) 2021-10-17 08:51:14 +02:00
device.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
device.h Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
disk_track_cache.cpp Code cleanup (#442) 2021-11-13 19:36:35 -06:00
disk_track_cache.h Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
disk.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
disk.h Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
dispatcher.h Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
file_support.cpp Prevent image files in use from being deleted 2021-09-15 15:17:26 +02:00
file_support.h Prevent image files in use from being deleted 2021-09-15 15:17:26 +02:00
host_services.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
host_services.h Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
mode_page_device.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
mode_page_device.h Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
primary_device.cpp Resolved TODO, rascsi guarantees that LUN 0 is always present (#681) 2022-02-18 12:04:07 -08:00
primary_device.h Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
sasihd.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
sasihd.h Fix clang warnings (#423) 2021-11-07 21:30:21 +01:00
scsi_daynaport.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
scsi_daynaport.h Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
scsi_host_bridge.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
scsi_host_bridge.h Bridge is not yet ready to not subclass Disk (#679) 2022-02-18 12:03:22 -08:00
scsi_printer.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
scsi_printer.h Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
scsicd.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
scsicd.h Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
scsihd_nec.cpp File size filtering update (#320) 2021-10-13 09:41:21 -07:00
scsihd_nec.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
scsihd.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
scsihd.h Fix clang warnings (#423) 2021-11-07 21:30:21 +01:00
scsimo.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
scsimo.h Fix clang warnings (#423) 2021-11-07 21:30:21 +01:00