Overview
Comment: | Added documentation for setuid/getuid |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2f6147e93d92fdfe2760babf03582a80 |
User & Date: | rkeene on 2017-01-10 21:29:03 |
Other Links: | manifest | tags |
Context
2017-01-10
| ||
21:29 | TUAPI 0.8 check-in: a8f2f386e6 user: rkeene tags: 0.8, trunk | |
21:29 | Added documentation for setuid/getuid check-in: 2f6147e93d user: rkeene tags: trunk | |
21:23 | Fixed "setuid" to not return in failure when it succeeds check-in: 59157f7f93 user: rkeene tags: trunk | |
Changes
Modified USAGE.md from [56b79e7229] to [a8a7199208].
1 2 3 4 5 6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | - + | Tcl UNIX API ============ Linux only, currently. |
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | + - + | ::tuapi::syscall::losetup <loopdev> <file> ::tuapi::syscall::eject (not implemented) ::tuapi::syscall::mount <source> <target> <fstype> <listOfFlags> ?<data>? ::tuapi::syscall::umount <directory> ?<flags>? ::tuapi::syscall::swapon <file> ::tuapi::syscall::swapoff <file> ::tuapi::syscall::mknod (not implemented) ::tuapi::syscall::setuid <uid> |
︙ |