2014-12-02 |
Barret Rhoden | vcore_idle(): halts a core |
blob | commitdiff |
2014-10-16 |
Barret Rhoden | Track program names better for ps |
blob | commitdiff | diff to current |
2014-09-30 |
Barret Rhoden | Syscall debugging touchups |
blob | commitdiff | diff to current |
2014-09-23 |
Ronald G. Minnich | Make tracing easier by allowing us to start via /proc... |
blob | commitdiff | diff to current |
2014-09-17 |
Barret Rhoden | trace_printk() |
blob | commitdiff | diff to current |
2014-09-10 |
Barret Rhoden | Traces syscalls with nsec precision |
blob | commitdiff | diff to current |
2014-09-03 |
Barret Rhoden | Syscall tracing formatting touchups |
blob | commitdiff | diff to current |
2014-09-03 |
Ronald G. Minnich | We can now trace various system calls |
blob | commitdiff | diff to current |
2014-09-03 |
Ronald G. Minnich | Move to a queue-based system call tracing |
blob | commitdiff | diff to current |
2014-08-27 |
Kevin Klues | chdir and fchdir need to return a 'long' |
blob | commitdiff | diff to current |
2014-08-27 |
Barret Rhoden | Fixes chdir retval |
blob | commitdiff | diff to current |
2014-08-26 |
Barret Rhoden | sys_chdir() / fchdir() take a pid (XCC) |
blob | commitdiff | diff to current |
2014-08-26 |
Barret Rhoden | Fixes sys_dup_fds_to |
blob | commitdiff | diff to current |
2014-08-26 |
Barret Rhoden | Helper for syscalls getting pid2proc |
blob | commitdiff | diff to current |
2014-08-21 |
Barret Rhoden | VFS truncate |
blob | commitdiff | diff to current |
2014-08-20 |
Barret Rhoden | VFS rename |
blob | commitdiff | diff to current |
2014-08-19 |
Barret Rhoden | SYS_dup_fds_to (XCC) |
blob | commitdiff | diff to current |
2014-08-19 |
Barret Rhoden | Fixes insert_file() |
blob | commitdiff | diff to current |
2014-08-19 |
Ronald G. Minnich | Allow a parent to set up a child's fd's via a new syste... |
blob | commitdiff | diff to current |
2014-08-14 |
Kevin Klues | Typo in variable name. |
blob | commitdiff | diff to current |
2014-08-14 |
Kevin Klues | Add more restrictive oflag checks to sys_open |
blob | commitdiff | diff to current |
2014-08-13 |
Barret Rhoden | fchdir() (XCC) |
blob | commitdiff | diff to current |
2014-07-29 |
Barret Rhoden | Minor debugging fixes |
blob | commitdiff | diff to current |
2014-07-27 |
Ronald G. Minnich | sys_rename: allow arbitrary rename |
blob | commitdiff | diff to current |
2014-07-25 |
Ronald G. Minnich | rename: fix a stupid typo, so frees work. Rename still... |
blob | commitdiff | diff to current |
2014-07-25 |
Ronald G. Minnich | sysrename: fix to take full paths. Currently not quite... |
blob | commitdiff | diff to current |
2014-07-23 |
Barret Rhoden | Kernel support for WSTAT_{ATIME,MTIME} for the VFS |
blob | commitdiff | diff to current |
2014-07-22 |
Barret Rhoden | Stubs and parsing for rename and timestamps (XCC) |
blob | commitdiff | diff to current |
2014-07-22 |
Barret Rhoden | Tracks process's program name |
blob | commitdiff | diff to current |
2014-07-22 |
Barret Rhoden | Fixes excessive closes in accept() |
blob | commitdiff | diff to current |
2014-07-16 |
Ronald G. Minnich | sys_readlink: return the length of the string NOT inclu... |
blob | commitdiff | diff to current |
2014-07-16 |
Barret Rhoden | chmod() and fchmod(), implemented with wstat (XCC) |
blob | commitdiff | diff to current |
2014-07-16 |
Barret Rhoden | SYS_wstat, fwstat, rename, and fchdir stubs (XCC) |
blob | commitdiff | diff to current |
2014-07-16 |
Ronald G. Minnich | getcwd: return the length of the string instead of... |
blob | commitdiff | diff to current |
2014-07-15 |
Barret Rhoden | Fixes memory leak with syscall strings |
blob | commitdiff | diff to current |
2014-07-01 |
Barret Rhoden | sys_proc_create() can dup FGRPs (XCC) |
blob | commitdiff | diff to current |
2014-06-18 |
Kevin Klues | Accidental comment now uncommented |
blob | commitdiff | diff to current |
2014-06-18 |
Kevin Klues | Only go into 9ns branch for certaion error codes |
blob | commitdiff | diff to current |
2014-06-12 |
Kevin Klues | Break out of open without checking 9ns if EEXIST |
blob | commitdiff | diff to current |
2014-06-10 |
Barret Rhoden | Don't panic on invalid syscall numbers |
blob | commitdiff | diff to current |
2014-05-14 |
Barret Rhoden | Syscall debugging helper |
blob | commitdiff | diff to current |
2014-05-14 |
Barret Rhoden | Syscall string debugging |
blob | commitdiff | diff to current |
2014-05-13 |
Barret Rhoden | Abort all syscalls using a particular FD (XCC) |
blob | commitdiff | diff to current |
2014-04-16 |
Barret Rhoden | Process create/destroy fixups |
blob | commitdiff | diff to current |
2014-04-08 |
Barret Rhoden | Removes user_mem_check, fixes syscall bug |
blob | commitdiff | diff to current |
2014-04-07 |
Kevin Klues | Add check for is_valid_elf() before loading in exec |
blob | commitdiff | diff to current |
2014-04-03 |
Barret Rhoden | Uses channame() in sys_fd2path() |
blob | commitdiff | diff to current |
2014-04-03 |
Kevin Klues | Actually do an fd2path instead of hardcoded path |
blob | commitdiff | diff to current |
2014-04-02 |
Kevin Klues | sys_fd2path needs to return an intreg_t |
blob | commitdiff | diff to current |
2014-03-19 |
Ronald G. Minnich | Add llseek support for the plan 9 namespace |
blob | commitdiff | diff to current |
2014-02-25 |
Ronald G. Minnich | Make hexdump only print the # bytes; add pahexdump... |
blob | commitdiff | diff to current |
2014-02-18 |
Barret Rhoden | SYS_populate_va (XCC) |
blob | commitdiff | diff to current |
2014-02-09 |
Barret Rhoden | Fixes bug on blocking during sys_exec() |
blob | commitdiff | diff to current |
2014-01-31 |
Ronald G. Minnich | sys_readlink works. |
blob | commitdiff | diff to current |
2014-01-31 |
Ronald G. Minnich | Fix up sys*stat |
blob | commitdiff | diff to current |
2014-01-31 |
Ronald G. Minnich | Create akaros wrappers for sysstat and sysfstat |
blob | commitdiff | diff to current |
2014-01-31 |
Barret Rhoden | Adds rootwstat, for chmod |
blob | commitdiff | diff to current |
2014-01-30 |
Barret Rhoden | chmod() touchups |
blob | commitdiff | diff to current |
2014-01-30 |
Ronald G. Minnich | Sample chmod implementation. |
blob | commitdiff | diff to current |
2014-01-30 |
Ronald G. Minnich | Properly extract errno from p9 rpc; fix incorrect mkdir... |
blob | commitdiff | diff to current |
2014-01-29 |
Barret Rhoden | Fixes mkdir |
blob | commitdiff | diff to current |
2014-01-28 |
Barret Rhoden | getfl and setfl for 9ns |
blob | commitdiff | diff to current |
2014-01-27 |
Barret Rhoden | Fixes rm and mkdir for KFS |
blob | commitdiff | diff to current |
2014-01-26 |
Ronald G. Minnich | unlink and mkdir |
blob | commitdiff | diff to current |
2014-01-21 |
Barret Rhoden | Pipe cleanup (XCC) |
blob | commitdiff | diff to current |
2014-01-21 |
Ronald G. Minnich | Use syspipe, not the old kfs, for pipes |
blob | commitdiff | diff to current |
2014-01-21 |
Barret Rhoden | Removes the old networking stack (XCC) |
blob | commitdiff | diff to current |
2014-01-20 |
Barret Rhoden | Handle file creation |
blob | commitdiff | diff to current |
2014-01-19 |
Barret Rhoden | Converts between 9ns and VFS stat structs |
blob | commitdiff | diff to current |
2014-01-18 |
Barret Rhoden | Use inferno read/write instead of pread/pwrite |
blob | commitdiff | diff to current |
2014-01-18 |
Barret Rhoden | Fixes #r's 'name' |
blob | commitdiff | diff to current |
2014-01-18 |
Barret Rhoden | Properly refcnt child processes |
blob | commitdiff | diff to current |
2014-01-17 |
Ronald G. Minnich | Start providing support for 9 namespaces. |
blob | commitdiff | diff to current |
2014-01-17 |
Ronald G. Minnich | Restoring plan 9 io |
blob | commitdiff | diff to current |
2014-01-17 |
Barret Rhoden | Page map interface and munmap changes |
blob | commitdiff | diff to current |
2014-01-16 |
Ronald G. Minnich | Rip out the old network stack. It's in the way. |
blob | commitdiff | diff to current |
2014-01-16 |
Barret Rhoden | SYS_abort_syscall (XCC) |
blob | commitdiff | diff to current |
2014-01-16 |
Barret Rhoden | Fixes PF in sys_exec() |
blob | commitdiff | diff to current |
2014-01-16 |
Barret Rhoden | Unset errno when VFS fails |
blob | commitdiff | diff to current |
2014-01-16 |
Barret Rhoden | Moves genbuf into kthreads |
blob | commitdiff | diff to current |
2014-01-16 |
Barret Rhoden | Kthreads track cur_sysc and cur_errbuf |
blob | commitdiff | diff to current |
2014-01-16 |
Ronald G. Minnich | Make set_errstr take a printf-like format |
blob | commitdiff | diff to current |
2014-01-16 |
Barret Rhoden | Set errno when only errstr was called |
blob | commitdiff | diff to current |
2014-01-16 |
Barret Rhoden | Adds per cpu errbuf pointers |
blob | commitdiff | diff to current |
2014-01-16 |
Barret Rhoden | Provides current_errstr() |
blob | commitdiff | diff to current |
2013-08-19 |
Barret Rhoden | Pipes (XCC) |
blob | commitdiff | diff to current |
2013-08-04 |
Barret Rhoden | Kernel support for set_errstr() |
blob | commitdiff | diff to current |
2013-07-11 |
Barret Rhoden | Fixes memory checking bug on syscall structs |
blob | commitdiff | diff to current |
2013-06-12 |
Barret Rhoden | Splits x86 into 32 and 64 bit (XCC) |
blob | commitdiff | diff to current |
2013-05-31 |
Barret Rhoden | Replaces all __CONFIG_*__ with CONFIG_* |
blob | commitdiff | diff to current |
2013-05-27 |
Barret Rhoden | Replaces %08p with %p |
blob | commitdiff | diff to current |
2013-05-06 |
Barret Rhoden | sys_poke_ksched() on behalf of other processes |
blob | commitdiff | diff to current |
2013-04-24 |
Barret Rhoden | Adds syscall for help entering VC context (XCC) |
blob | commitdiff | diff to current |
2013-04-19 |
Barret Rhoden | Fixes bug with pop_ros_ctx (x86) |
blob | commitdiff | diff to current |
2013-04-15 |
Barret Rhoden | Uthread arch-dependent code uses user_contexts |
blob | commitdiff | diff to current |
2013-04-13 |
Barret Rhoden | Kernel uses user_contexts, instead of TFs |
blob | commitdiff | diff to current |
2013-03-23 |
Andrew Waterman | Move nic_common.h and nic_common.c to mainline |
blob | commitdiff | diff to current |
2013-03-22 |
Barret Rhoden | Merge origin/netpush (networking code) (XCC) |
blob | commitdiff | diff to current |
2013-03-20 |
David Zhu | fix up for sys_listen |
blob | commitdiff | diff to current |
2013-03-20 |
David Zhu | Basic socket stubs and functionalities. |
blob | commitdiff | diff to current |
next |