projects
/
akaros.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
pthread: Fix null attr for pthread_mutex_init()
[akaros.git]
/
kern
/
include
/
syscall.h
2017-02-09
Barret Rhoden
strace: Use Qmsg for the trace log (XCC)
blob
|
commitdiff
2017-02-09
Barret Rhoden
strace: Block the target when the strace q is full
blob
|
commitdiff
|
diff to current
2017-02-09
Barret Rhoden
strace: Filter syscalls (XCC)
blob
|
commitdiff
|
diff to current
2017-02-09
Barret Rhoden
strace: Qstrace controls whether tracing is on
blob
|
commitdiff
|
diff to current
2016-04-18
Barret Rhoden
Remove the last vestiges of the old syscall tracer
blob
|
commitdiff
|
diff to current
2016-04-18
Barret Rhoden
Consolidate the two syscall tracers
blob
|
commitdiff
|
diff to current
2016-02-04
Barret Rhoden
Fix strace flow control and data extraction issues
blob
|
commitdiff
|
diff to current
2016-02-03
Ronald G. Minnich
New and easy strace framework.
blob
|
commitdiff
|
diff to current
2015-11-11
Davide Libenzi
Migrated Akaros code to use pragma once (XCC)
blob
|
commitdiff
|
diff to current
2015-10-14
Davide Libenzi
Added set_error() API to have a single point of entry...
blob
|
commitdiff
|
diff to current
2015-10-13
Davide Libenzi
Use process struct flag to indicate tracing instead...
blob
|
commitdiff
|
diff to current
2015-02-16
Godfrey van der...
Fix error & poperror macros, update set_errstr.
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-03
Ronald G. Minnich
Move to a queue-based system call tracing
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 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-02-25
Ronald G. Minnich
Make hexdump only print the # bytes; add pahexdump...
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-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
Ronald G. Minnich
Make set_errstr take a printf-like format
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-04
Barret Rhoden
Kernel support for set_errstr()
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Fixes race with SC_DONE and event overflow (XCC)
blob
|
commitdiff
|
diff to current
2011-11-03
David Zhu
Make arsc and local async calls use the same structure.
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Syscalls take event_queues for completion (XCC)
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Syscall return paths cleaned up
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Syscalls now can take six arguments (XCC)
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
All local system calls are asynchronous (XCC)
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Syscall tracing improvements
blob
|
commitdiff
|
diff to current
2011-11-03
David Zhu
Fixing syscalls to new seterrno and setretval.
blob
|
commitdiff
|
diff to current
2011-11-03
David Zhu
Make errno and return value work for async syscalls.
blob
|
commitdiff
|
diff to current
2011-11-03
David Zhu
Bring back the ARSC functionality that was removed...
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
sys_read(), sys_write(), and sys_lseek()
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Reorganized user-memory checking/copying functions
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
sys_exec() uses the FS, sys_proc_create takes args
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Syscall tracing
blob
|
commitdiff
|
diff to current
2011-11-03
Andrew Waterman
Files are represented with struct file
blob
|
commitdiff
|
diff to current
2011-11-03
Kevin Klues
Removed references to intptr_t
blob
|
commitdiff
|
diff to current
2010-03-24
Andrew Waterman
Hella ABI changes for ELF dynamic linking
blob
|
commitdiff
|
diff to current
2010-02-09
Andrew Waterman
Made BusyBox work
blob
|
commitdiff
|
diff to current
2010-02-08
Andrew Waterman
Merge branch 'master' of ssh://waterman@scm.millennium...
blob
|
commitdiff
|
diff to current
2010-02-08
Andrew Waterman
added tcgetattr/tcsetattr for bash
blob
|
commitdiff
|
diff to current
2010-02-08
Barret Rhoden
MM touchups
blob
|
commitdiff
|
diff to current
2010-02-06
Andrew Waterman
Merge branch 'master' of ssh://waterman@scm.millennium...
blob
|
commitdiff
|
diff to current
2010-02-06
Andrew Waterman
Added mprotect; made mmap work (dumbly) for files
blob
|
commitdiff
|
diff to current
2010-01-27
Andrew Waterman
Added forwarded POSIX syscalls to SPARC port
blob
|
commitdiff
|
diff to current
2010-01-22
Andrew Waterman
Implemented syscall dispatch table
blob
|
commitdiff
|
diff to current
2009-12-03
Barret Rhoden
Merge remote branch 'origin/sparc-dev'
blob
|
commitdiff
|
diff to current
2009-10-31
Barret Rhoden
Multi-cored process changes
blob
|
commitdiff
|
diff to current
2009-10-19
Barret Rhoden
Stacks and syscall support for parallel processes
blob
|
commitdiff
|
diff to current
2009-09-17
Paul Pearce
Merge branch 'net-dev'. See body of commit for details.
blob
|
commitdiff
|
diff to current
2009-09-09
Paul Pearce
Corrected mismatched types in process_generic_syscalls.
blob
|
commitdiff
|
diff to current
2009-09-05
Barret Rhoden
Compiles with GCC
blob
|
commitdiff
|
diff to current
2009-08-28
Zach Anderson
Merge branch 'ivy'
blob
|
commitdiff
|
diff to current
2009-08-28
Zach Anderson
Getting SharC to check some locking
blob
|
commitdiff
|
diff to current
2009-08-28
Paul Pearce
Merge branch 'master' into net-dev (with code changes...
blob
|
commitdiff
|
diff to current
2009-08-04
Barret Rhoden
Merge branch 'master' into proc-work
blob
|
commitdiff
|
diff to current
2009-08-04
Barret Rhoden
Merge branch 'master' into proc-work
blob
|
commitdiff
|
diff to current
2009-08-01
Kevin Klues
Merge branch 'master' into net-dev
blob
|
commitdiff
|
diff to current
2009-07-30
Andrew Waterman
Rearranged arch-specific directory hierarchy
blob
|
commitdiff
|
diff to current