Commit Graph

16 Commits

Author SHA1 Message Date
237b1c5e09 moved the run-related functions into the fs library 2017-09-23 18:19:01 +10:00
3cf9a5e42a added less severe failure conditions to shutil, luash should crash less now. 2017-09-18 07:51:48 +10:00
868e0eee74 moved most of the shutil functions into programs in exec/ to reduce kernel size. 2017-09-15 14:42:10 +10:00
6a822d6779 added a proper user system, modified userspace utils to use it, etc etc. 2017-09-14 15:12:00 +10:00
781ac82904 same as the last one except luash has better sandboxing now 2017-09-13 13:37:26 +10:00
4956591894 added cp and mv to shutil 2017-08-31 12:45:59 +10:00
862f1dcd30 made ps() deal with when a task dies 2017-08-28 16:04:26 +10:00
22839cd27c made run() generate an environment for stuff it runs 2017-08-27 03:52:54 +10:00
219d3a8326 made luash nicer to use 2017-08-04 17:44:37 +10:00
221d0fbd1b added labels to ps() 2017-08-04 09:05:25 +10:00
d68f8f9edd added loadfile, run and srun to shutil. 2017-08-04 07:08:44 +10:00
b47fb83d73 made shutil's mem() act more like free 2017-08-03 17:53:36 +10:00
b390e2764b added some nice stuff like ps(*f*) and mem() to shutil 2017-08-03 17:42:59 +10:00
fcaf9dff75 added a cat() function to shutil 2017-08-01 16:56:33 +10:00
72e71c4c23 fixed a few stupid bugs with shutil and fs 2017-08-01 16:29:56 +10:00
ba8a800940 moved cd() into a new library, shutil. 2017-08-01 15:49:39 +10:00