Skip to content

Instantly share code, notes, and snippets.

@klange
Last active November 22, 2018 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klange/87760bc636114329794f4a5018eb98af to your computer and use it in GitHub Desktop.
Save klange/87760bc636114329794f4a5018eb98af to your computer and use it in GitHub Desktop.
toaruos os-test io output
local@livecd /usr/out$ ./open-mkstemp-rdonly [11/22 16:23:47]
local@livecd /usr/out$ ./open-mkstemp-rdonly-trunc [11/22 16:23:50]
open: EINVAL
local@livecd 1 /usr/out$ ./open-tmpdir-rdonly [11/22 16:23:52]
local@livecd /usr/out$ ./open-tmpdir-rdonly-append [11/22 16:24:00]
local@livecd /usr/out$ ./open-tmpdir-rdonly-creat [11/22 16:24:03]
open: EISDIR
local@livecd 1 /usr/out$ ./open-tmpdir-rdonly-trunc [11/22 16:24:09]
open: EINVAL
local@livecd 1 /usr/out$ ./open-tmpdir-rdwr [11/22 16:24:19]
open: EISDIR
local@livecd 1 /usr/out$ ./open-tmpdir-rdwr-creat [11/22 16:24:26]
open: EISDIR
local@livecd 1 /usr/out$ ./open-tmpdir-rdwr-trunc [11/22 16:24:31]
open: EISDIR
local@livecd 1 /usr/out$ ./open-tmpdir-wronly [11/22 16:24:36]
open: EISDIR
local@livecd 1 /usr/out$ ./open-tmpdir-wronly-creat [11/22 16:24:42]
open: EISDIR
local@livecd 1 /usr/out$ ./open-tmpdir-wronly-trunc [11/22 16:24:46]
open: EISDIR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment