projects
/
akaros.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
_M procs start up at _start/hart_entry for vcore0
[akaros.git]
/
kern
/
src
/
syscall.c
2011-11-03
Barret Rhoden
SYS_notify and SYS_self_notify
blob
|
commitdiff
2011-11-03
Kevin Klues
Fixed problem with open() mode flags not matching
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
Prints stderr to the kernel monitor
blob
|
commitdiff
|
diff to current
2011-11-03
Barret Rhoden
sys_getvcoreid uses the proc calls
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
Kevin Klues
Finally got KFS stuff sorted out on the new setup
blob
|
commitdiff
|
diff to current
2011-11-03
Kevin Klues
Cleaned up the way ifdefs are handled
blob
|
commitdiff
|
diff to current
2011-11-03
Kevin Klues
Fixed problems with running static programs
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
2011-11-03
Andrew Waterman
Added demand paging support
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
Added support for returning errors from syscalls
blob
|
commitdiff
|
diff to current
2011-11-03
Kevin Klues
Cleaned up front-end code a bit
blob
|
commitdiff
|
diff to current
2011-11-03
Kevin Klues
Fixes for fork and exec
blob
|
commitdiff
|
diff to current
2011-11-03
Kevin Klues
More work towards getting the appservers combined
blob
|
commitdiff
|
diff to current
2011-11-03
Kevin Klues
Major reorganization in prep for appserver merge
blob
|
commitdiff
|
diff to current
2010-03-24
Kevin Klues
Checkin of Andrews stuff needed to compile glibc
blob
|
commitdiff
|
diff to current
2010-03-24
Andrew Waterman
Hella ABI changes for ELF dynamic linking
blob
|
commitdiff
|
diff to current
2010-03-24
Paul Pearce
Functonal webserver with supporting code changes. WIP...
blob
|
commitdiff
|
diff to current
2010-03-24
Paul Pearce
Finished glue logic to link LWIP to the OS. This is...
blob
|
commitdiff
|
diff to current
2010-03-24
Paul Pearce
First run at integrating LWIP into the tree (again)
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-02-01
Andrew Waterman
Changed env_user_mem_walk to use return codes
blob
|
commitdiff
|
diff to current
2010-01-27
Andrew Waterman
I hate failed merges
blob
|
commitdiff
|
diff to current
2010-01-27
Andrew Waterman
Made fork/exec slow but correct.
blob
|
commitdiff
|
diff to current
2010-01-25
Barret Rhoden
Fixes some syscall issues, esp getpid
blob
|
commitdiff
|
diff to current
2010-01-22
Andrew Waterman
Implemented syscall dispatch table
blob
|
commitdiff
|
diff to current
2010-01-19
Andrew Waterman
Merge branch 'master' of ssh://waterman@scm.millennium...
blob
|
commitdiff
|
diff to current
2010-01-14
Andrew Waterman
Merge branch 'master' of ssh://waterman@scm.millennium...
blob
|
commitdiff
|
diff to current
2010-01-14
Andrew Waterman
Sped up fork/exec significantly
blob
|
commitdiff
|
diff to current
2010-01-03
Andrew Waterman
Added fork, exec, wait
blob
|
commitdiff
|
diff to current
2009-12-21
Andrew Waterman
Got the kernel's nose out of cmdline args
blob
|
commitdiff
|
diff to current
2009-12-16
Andrew Waterman
Fixed run_binary and SPARC processes
blob
|
commitdiff
|
diff to current
2009-12-16
Andrew Waterman
Revised system call forwarding for multiple processes
blob
|
commitdiff
|
diff to current
2009-12-03
Barret Rhoden
Merge remote branch 'origin/sparc-dev'
blob
|
commitdiff
|
diff to current
2009-12-01
Barret Rhoden
Process reference counting
blob
|
commitdiff
|
diff to current
2009-12-01
Andrew Waterman
added reboot syscall
blob
|
commitdiff
|
diff to current
2009-11-09
Barret Rhoden
Proc data structure management, env gutting
blob
|
commitdiff
|
diff to current
2009-11-09
Barret Rhoden
amt_wanted_min added to resource requests
blob
|
commitdiff
|
diff to current
2009-11-09
Barret Rhoden
Marked lock-required proc functions with __
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
Zach Anderson
Merge branch 'master' of ssh://scm.millennium.berkeley...
blob
|
commitdiff
|
diff to current
2009-10-26
Andrew Waterman
Added non-preemptive pthreads support.
blob
|
commitdiff
|
diff to current
2009-10-26
Kevin Klues
i386 parlib follows sparc parlib stack conventions
blob
|
commitdiff
|
diff to current
2009-10-26
Andrew Waterman
Fixed lots of bugs in the SPARC port wrt multithreading
blob
|
commitdiff
|
diff to current
2009-10-24
Barret Rhoden
Spinlock debugging infrastructure
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-21
Andrew Waterman
Ported process stuff to SPARC port
blob
|
commitdiff
|
diff to current
2009-10-19
Barret Rhoden
Yield for single and parallel processes
blob
|
commitdiff
|
diff to current
2009-10-19
Barret Rhoden
Resource request calls and core request handling
blob
|
commitdiff
|
diff to current
2009-10-19
Barret Rhoden
Stacks and syscall support for parallel processes
blob
|
commitdiff
|
diff to current
2009-10-19
Barret Rhoden
Initial mmap()
blob
|
commitdiff
|
diff to current
2009-10-09
Paul Pearce
Restored ivy based compilation.
blob
|
commitdiff
|
diff to current
2009-10-01
Paul Pearce
Added (hacky) ne2k functionality. Modified syscall...
blob
|
commitdiff
|
diff to current
2009-10-01
ROS Developer
Added translation layer for all things that might be...
blob
|
commitdiff
|
diff to current
2009-10-01
ROS Developer
Fixed bug with user_mem_assert in sparc
blob
|
commitdiff
|
diff to current
2009-10-01
ROS Developer
Started trying to get the syscall forwading stuff worki...
blob
|
commitdiff
|
diff to current
2009-09-29
Paul Pearce
Fixed issues building without ivy and without __NETWORK__
blob
|
commitdiff
|
diff to current
2009-09-25
Paul Pearce
Created architecture specific init processes, fixed...
blob
|
commitdiff
|
diff to current
2009-09-21
Paul Pearce
Corrected issues relating to the networking code /...
blob
|
commitdiff
|
diff to current
2009-09-18
Zach Anderson
Merge with master
blob
|
commitdiff
|
diff to current
2009-09-17
Zach Anderson
Added Ivy annotations to Paul's recent commit
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-10
Zach Anderson
re-Deputized some things and added Deputy polymorphic...
blob
|
commitdiff
|
diff to current
2009-09-09
Paul Pearce
Moved x86 specific files into the arch/i386 directory...
blob
|
commitdiff
|
diff to current
2009-09-05
Barret Rhoden
Compiles with GCC
blob
|
commitdiff
|
diff to current
2009-08-31
Paul Pearce
Added doxygen support to pci/mptables/ioapic.c. General...
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-17
Zach Anderson
Still annotating the 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-05
Andrew Waterman
added sparc newlib backend
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-03
Andrew Waterman
Finished sparc port merge, fixed symlink cleaning
blob
|
commitdiff
|
diff to current
2009-08-01
Kevin Klues
Merge branch 'master' into net-dev
blob
|
commitdiff
|
diff to current
2009-08-01
Kevin Klues
Beginnings of an implementation of channels for ROS
blob
|
commitdiff
|
diff to current
2009-07-30
Andrew Waterman
Andrew's port to sparc
blob
|
commitdiff
|
diff to current
2009-07-30
Barret Rhoden
Split env_run into proc_startcore, early work
blob
|
commitdiff
|
diff to current
2009-07-24
Barret Rhoden
Workqueue interface and coreid()
blob
|
commitdiff
|
diff to current
2009-07-24
Barret Rhoden
Process state work, initial steps
blob
|
commitdiff
|
diff to current
2009-07-18
Barret Rhoden
Removed the notion of environments from userspace
blob
|
commitdiff
|
diff to current
2009-07-18
Barret Rhoden
Converted curenv calls into an opaque macro
blob
|
commitdiff
|
diff to current
2009-07-17
Barret Rhoden
Support for proc_create and proc_run from KFS
blob
|
commitdiff
|
diff to current
2009-07-01
Kevin Klues
Merge commit 'origin' into net-dev
blob
|
commitdiff
|
diff to current
2009-07-01
Kevin Klues
cleaned up the error checking in the run_binary code...
blob
|
commitdiff
|
diff to current
next