projects
/
akaros.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
qio: implement pullupblock() for block extra data
[akaros.git]
/
kern
/
include
/
env.h
2019-03-24
Barret Rhoden
Treat tabs as having eight spaces instead of four
blob
|
commitdiff
2018-04-30
Barret Rhoden
vfs: Remove vfs.h
blob
|
commitdiff
|
diff to current
2018-04-30
Barret Rhoden
vfs: Remove fs_env from struct proc
blob
|
commitdiff
|
diff to current
2017-02-09
Barret Rhoden
strace: Qstrace controls whether tracing is on
blob
|
commitdiff
|
diff to current
2017-01-18
Fergus Simpson
devcons: implement hostownerwrite()
blob
|
commitdiff
|
diff to current
2017-01-18
Fergus Simpson
devproc: change user from char* to struct username
blob
|
commitdiff
|
diff to current
2016-11-29
Barret Rhoden
Remove page coloring
blob
|
commitdiff
|
diff to current
2016-10-26
Barret Rhoden
Remove proc->heap_top
blob
|
commitdiff
|
diff to current
2016-10-14
Ronald G. Minnich
capability device: get it to compile
blob
|
commitdiff
|
diff to current
2016-05-20
Dan Cross
CLEANUP: Remove trailing whitespace throughout the...
blob
|
commitdiff
|
diff to current
2016-02-03
Ronald G. Minnich
New and easy strace framework.
blob
|
commitdiff
|
diff to current
2015-11-18
Davide Libenzi
Added full binary path into the proc structure
blob
|
commitdiff
|
diff to current
2015-11-18
Davide Libenzi
Added struct proc pointer to base of the executable...
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-13
Davide Libenzi
Use process struct flag to indicate tracing instead...
blob
|
commitdiff
|
diff to current
2015-07-27
Barret Rhoden
Move p->fgrp into p->open_files
blob
|
commitdiff
|
diff to current
2015-07-27
Barret Rhoden
Rename files_struct -> fd_table
blob
|
commitdiff
|
diff to current
2015-07-22
Barret Rhoden
Remove env_entry from struct proc
blob
|
commitdiff
|
diff to current
2015-04-07
Barret Rhoden
VMM: removes the dune <-> proc
blob
|
commitdiff
|
diff to current
2015-03-17
Barret Rhoden
Removes Ivy annotations (XCC)
blob
|
commitdiff
|
diff to current
2015-03-17
Barret Rhoden
Changes pde_t* -> pgdir_t
blob
|
commitdiff
|
diff to current
2015-03-17
Barret Rhoden
Makes pte_t an opaque type
blob
|
commitdiff
|
diff to current
2015-02-17
Ron Minnich
Restart with just vmm rebased on master.
blob
|
commitdiff
|
diff to current
2014-07-22
Barret Rhoden
Tracks process's program name
blob
|
commitdiff
|
diff to current
2014-02-18
Barret Rhoden
MM populate cleanup
blob
|
commitdiff
|
diff to current
2014-02-13
Ronald G. Minnich
Bit ops/bit masks
blob
|
commitdiff
|
diff to current
2014-01-18
Barret Rhoden
Akaros side of the VFS/9ns connection
blob
|
commitdiff
|
diff to current
2014-01-17
Ronald G. Minnich
This breaks the build but I ran out of time.
blob
|
commitdiff
|
diff to current
2014-01-17
Barret Rhoden
Splits the mm_lock
blob
|
commitdiff
|
diff to current
2014-01-17
Ronald G. Minnich
Added system calls, had to tweak a few things as a...
blob
|
commitdiff
|
diff to current
2014-01-16
Ronald G. Minnich
dev.c, which has stubs we need
blob
|
commitdiff
|
diff to current
2014-01-16
Ronald G. Minnich
Interim commit, compiles. We need to bring in support...
blob
|
commitdiff
|
diff to current
2014-01-16
Barret Rhoden
SYS_abort_syscall (XCC)
blob
|
commitdiff
|
diff to current
2014-01-16
Barret Rhoden
Adds devalarm (#A)
blob
|
commitdiff
|
diff to current
2013-04-18
Barret Rhoden
Removes env_push/pop of FPU state
blob
|
commitdiff
|
diff to current
2013-04-13
Barret Rhoden
Kernel arch-dependent functions use 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-04-11
Barret Rhoden
Switches kernel trap.h #include order
blob
|
commitdiff
|
diff to current
2013-03-22
Barret Rhoden
Merge origin/netpush (networking code) (XCC)
blob
|
commitdiff
|
diff to current
2012-10-30
Barret Rhoden
sys_waitpid() improvements (XCC)
blob
|
commitdiff
|
diff to current
2012-10-23
Barret Rhoden
Parent processes track children
blob
|
commitdiff
|
diff to current
2012-04-23
Barret Rhoden
Kernel scheduler tracks procs 'cradle to grave'
blob
|
commitdiff
|
diff to current
2012-03-21
Barret Rhoden
sys_trywait() now blocks
blob
|
commitdiff
|
diff to current
2012-02-29
Barret Rhoden
Moves resource requests to procdata (XCC)
blob
|
commitdiff
|
diff to current
2011-12-15
Barret Rhoden
No longer uses num_vcores() to determine _M (XCC)
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Breaks up the proc_lock to use the mm_lock
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Proc state work: WAITING helpers and is_mcp helper
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Vcore list initialization. (XCC)
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Adds 'hashlocks' and uses them for UCQs
blob
|
commitdiff
|
diff to current
2011-11-03
Andrew Waterman
32b/64b compatibility fixes
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Proc refcnting wrappers
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
Added krefs, used them for process refcounting
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Guts load_icode and proc_create() takes a path
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
struct proc FS structures and preprocessor hacks
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
VM regions: management functions and structs
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Removed CONFIG_OSDI and EXPER_TRADPROC
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
MCPs -> Many Filthy _S Ps
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Removed the workqueue
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
New vcoremap in procinfo
blob
|
commitdiff
|
diff to current
2011-11-03
Andrew Waterman
Moved brk/sbrk into user-space
blob
|
commitdiff
|
diff to current
2011-11-03
Andrew Waterman
Fixed TLS on i386
blob
|
commitdiff
|
diff to current
2011-11-03
Kevin Klues
We never actually removed <ros/error.h>, now we do
blob
|
commitdiff
|
diff to current
2011-11-03
Andrew Waterman
Removed env_segment_alloc/free
blob
|
commitdiff
|
diff to current
2010-02-01
Andrew Waterman
Changed env_user_mem_walk to use return codes
blob
|
commitdiff
|
diff to current
2010-02-01
Andrew Waterman
Added env_user_mem_walk
blob
|
commitdiff
|
diff to current
2010-01-27
Andrew Waterman
Split headers up to reduce namespace pollution
blob
|
commitdiff
|
diff to current
2010-01-03
Andrew Waterman
Added fork, exec, wait
blob
|
commitdiff
|
diff to current
2009-12-03
Barret Rhoden
Merge remote branch 'origin/sparc-dev'
blob
|
commitdiff
|
diff to current
2009-11-09
Barret Rhoden
Proc data structure management, env gutting
blob
|
commitdiff
|
diff to current
2009-10-31
Barret Rhoden
Multi-cored process changes
blob
|
commitdiff
|
diff to current
2009-10-29
Andrew Waterman
Improved user binary loading
blob
|
commitdiff
|
diff to current
2009-10-28
Andrew Waterman
Merge branch 'sparc-dev' of ssh://waterman@scm.millenni...
blob
|
commitdiff
|
diff to current
2009-10-28
Kevin Klues
Finished up the page coloring stuff
blob
|
commitdiff
|
diff to current
2009-10-27
Andrew Waterman
Added FPU emulation to SPARC port
blob
|
commitdiff
|
diff to current
2009-10-23
Kevin Klues
Adding allocation of colors for processes
blob
|
commitdiff
|
diff to current
2009-10-21
Kevin Klues
Adding support for the brk system call
blob
|
commitdiff
|
diff to current
2009-10-19
Barret Rhoden
Resource request calls and core request handling
blob
|
commitdiff
|
diff to current
2009-09-18
Zach Anderson
Moved Ivy lock tracking into per cpu info
blob
|
commitdiff
|
diff to current
2009-09-18
Zach Anderson
Merge with master
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-15
Zach Anderson
Adding SharC annotations. Type checker off
blob
|
commitdiff
|
diff to current
2009-09-13
Zach Anderson
Added more SharC annotations
blob
|
commitdiff
|
diff to current
2009-09-11
Zach Anderson
Get the previous commit working with gcc
blob
|
commitdiff
|
diff to current
2009-09-10
Zach Anderson
re-Deputized some things and added Deputy polymorphic...
blob
|
commitdiff
|
diff to current
2009-09-05
Barret Rhoden
Compiles with GCC
blob
|
commitdiff
|
diff to current
2009-09-01
Barret Rhoden
Vcore mapping and idle core management
blob
|
commitdiff
|
diff to current
2009-08-31
Barret Rhoden
Process management via active messages
blob
|
commitdiff
|
diff to current
2009-08-31
Barret Rhoden
proc_run supports dispatching of RUNNABLE_Ms
blob
|
commitdiff
|
diff to current
2009-08-31
Barret Rhoden
Bare support for dispatching parallel processes
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-19
Zach Anderson
Done Deputizing kernel
blob
|
commitdiff
|
diff to current
2009-08-12
Barret Rhoden
Process running / destruction outline
blob
|
commitdiff
|
diff to current
2009-08-12
Kevin Klues
Reworked the user VM map and added sysevent queue
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