about summary refs log tree commit diff stats
path: root/ranger.py
Commit message (Expand)AuthorAgeFilesLines
...
* ranger.py: more simple '--debug' flag checkhut2010-02-141-1/+1
* ranger.py: improved handling of bad importhut2010-01-261-1/+2
* ranger.py: more fixeshut2010-01-121-2/+2
* ranger.py: cleanup/fixhut2010-01-111-9/+8
* fixed #31, cd-after-exit works even after pressing ^Chut2010-01-111-1/+12
* added license informationhut2010-01-081-3/+17
* F1 key (inside console) for viewing information about the commandhut2009-12-291-1/+1
* shorten comment in ranger.pyhut2009-12-261-11/+5
* implemented OpenConsolehut2009-12-251-2/+2
* random updateshut2009-12-251-3/+16
* tons of stuffhut2009-12-171-1/+1
* merged main with __init__hut2009-12-121-1/+1
* restructurationshut2009-12-111-2/+4
* changing implementation of optionshut2009-12-061-3/+6
* structural improvementshut2009-12-011-46/+9
* random improvementshut2009-11-291-2/+2
* implemented colorschemes.hut2009-11-291-10/+10
* started to implement colorschemeshut2009-11-291-6/+11
* restructurationhut2009-11-281-33/+33
* embedded wrapper.sh into ranger.pyhut2009-11-271-0/+12
* cd-after-exithut2009-11-271-4/+17
* general improvementhut2009-11-271-1/+1
* more VROOMhut2009-11-271-0/+38
pan class="p">, // 0 SYS_close, // 1 SYS_read, // 2 SYS_write, // 3 SYS_lseek, // 4 SYS_stat, // 5 SYS_fstat, // 6 SYS_ioctl, // 7 SYS_exit, // 8 SYS_sbrk, // 9 SYS_fork, // 10 SYS_getpid, // 11 //non-posix SYS_execute, // 12 SYS_execve, // 13 SYS_wait, // 14 SYS_kill, // 15 SYS_mount, // 16 SYS_unmount, // 17 SYS_mkdir, // 18 SYS_rmdir, // 19 SYS_getdents, // 20 SYS_getWorkingDirectory, // 21 SYS_setWorkingDirectory, // 22 SYS_managePipe, // 23 SYS_readDir, // 24 SYS_getUptimeMilliseconds, // 25 SYS_sleepMilliseconds, // 26 SYS_executeOnTTY, // 27 SYS_manageMessage, // 28 SYS_UNUSED, // 29 SYS_mmap, // 30 SYS_munmap, // 31 SYS_shm_open, // 32 SYS_shm_unlink, // 33 SYS_ftruncate, // 34 SYS_posix_openpt, // 35 SYS_ptsname_r, // 36 SYSCALL_COUNT // 37 }; #endif // SYSCALLTABLE_H