aboutsummaryrefslogtreecommitdiff
path: root/dummyshell.c
Commit message (Collapse)AuthorAge
* removed superfluous struct 1-byte alignlns2019-10-14
|
* getchar() returns int not charToni Uhlig2019-03-19
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* indentationlns2019-01-02
| | | | Signed-off-by: lns <matzeton@googlemail.com>
* - using uint64_t instead of time_t which is arch dependendToni Uhlig2017-06-13
| | | | | - fixed missing fcntl to restore old STDIN flags before quit - improved/verbose signal handling
* print features, added argcount to cmd struct, safe_exec accepts max argument ↵v1.1Toni Uhlig2017-04-10
| | | | param
* flood protection (main menu)toni2017-01-25
|
* dummyshell info keytoni2017-01-22
|
* minor fixestoni2017-01-21
|
* nopnopnoptoni2017-01-18
|
* fixed backspace failtoni2017-01-13
|
* updated tools..toni2017-01-13
|
* backspace aborts if input buffer is emptytoni2017-01-13
|
* dummyshell cmd.(defargs|flags)toni2017-01-13
|
* dummyshell escape keytoni2017-01-13
|
* initial committoni2017-01-11