index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rt
/
rust_kernel.cpp
Age
Commit message (
Expand
)
Author
Lines
2012-03-18
rt: Remove lock_held_by_current_thread
Brian Anderson
-4
/
+0
2012-03-15
rt: Remove the kernel task table
Brian Anderson
-45
/
+5
2012-03-15
rt: Look up ports through a single port table
Brian Anderson
-0
/
+41
2012-03-01
rt: Remove rust_kernel::live_tasks. Unused
Brian Anderson
-3
/
+2
2012-02-27
rt: Change the way the kernel exits to avoid pthread leaks
Brian Anderson
-17
/
+27
2012-02-09
rt: Make rust_task::ref_count private
Brian Anderson
-0
/
+1
2012-02-09
rt: Remove rust_task_user struct
Brian Anderson
-4
/
+4
2012-02-09
fix build on freebsd
Jyun-Yan You
-0
/
+5
2012-02-08
rt: Export a scheduler API
Brian Anderson
-2
/
+3
2012-02-08
rt: Hold schedulers in a map
Brian Anderson
-7
/
+52
2012-02-08
rt: Change the lifecycle of tasks and schedulers for various reasons
Brian Anderson
-5
/
+0
2012-02-08
rt: Start schedulers immediately upon creation
Brian Anderson
-8
/
+6
2012-02-08
rt: Refactor the rust_kernel interface a bit
Brian Anderson
-18
/
+26
2012-02-08
rt: Introduce scheduler ids
Brian Anderson
-1
/
+1
2012-02-08
rt: Delete schedulers immediately upon release
Brian Anderson
-4
/
+1
2012-02-08
rt: Change the scheme used for terminating the kernel
Brian Anderson
-5
/
+25
2012-02-04
rt: Expand rust_kernel::live_tasks to a uintptr_t
Brian Anderson
-2
/
+2
2012-02-04
rt: Stop using atomic ops on rust_kernel::live_tasks
Brian Anderson
-2
/
+4
2012-02-03
rt: Add sanity checks when we hit the max task/port id
Brian Anderson
-0
/
+1
2012-02-03
rt: Clean up the way the kernel tracks tasks
Brian Anderson
-17
/
+28
2012-02-03
rt: Do all task creation through a scheduler
Brian Anderson
-11
/
+5
2012-02-03
rt: Extract rust_scheduler from rust_task_thread
Brian Anderson
-86
/
+16
2012-02-03
rt: Rename rust_scheduler to rust_task_thread
Brian Anderson
-13
/
+13
2012-02-02
rt: Only wake up all schedulers when no tasks are left
Brian Anderson
-4
/
+2
2012-02-02
rt: Do all signalling while holding a lock
Brian Anderson
-1
/
+3
2012-02-01
rt: Remove calls to signal the kernel lock
Brian Anderson
-3
/
+0
2012-01-29
rt: Make the initial segment of the main task's stack 1MB
Brian Anderson
-2
/
+8
2012-01-12
libcore: Add sys::set_exit_status
Brian Anderson
-1
/
+11
2012-01-06
fix how we walk functions to match new closure fmt
Niko Matsakis
-1
/
+1
2011-12-20
rt: Lock before using the random number generator
Brian Anderson
-5
/
+3
2011-09-20
rt: Rename rand() to isaac_rand() since the former prevents lots of standard ...
Patrick Walton
-1
/
+1
2011-09-11
Use a unique exit status when the runtime fails normally
Brian Anderson
-1
/
+1
2011-08-24
Return an error code after fail under win32
Brian Anderson
-1
/
+1
2011-08-17
Making more of the rust_task structure directly accessible from Rust.
Eric Holk
-3
/
+3
2011-08-15
Abort abruptly on failure on windows
Brian Anderson
-0
/
+6
2011-08-15
Reducing the chances for race conditions in join.
Eric Holk
-1
/
+11
2011-08-15
Properly ref counting to fix valgrind issues on linux.
Eric Holk
-0
/
+1
2011-08-10
rt: Shutdown gracefully on failure
Brian Anderson
-0
/
+8
2011-08-08
Introduced task handles.
unknown
-2
/
+24
2011-07-29
Minimize scheduler locking on task creation
Brian Anderson
-1
/
+0
2011-07-29
Lock the new task's scheduler when creating a task
Brian Anderson
-1
/
+3
2011-07-29
Removing proxies and message queues.
Eric Holk
-136
/
+3
2011-07-28
Do all runtime calls to getenv at initialization
Brian Anderson
-1
/
+4
2011-07-28
Updating to work on Windows.
Eric Holk
-2
/
+4
2011-07-28
Resurrecting some of the logging in rust_chan.cpp
Eric Holk
-18
/
+14
2011-07-28
Removed outdated comment.
Eric Holk
-1
/
+0
2011-07-28
Made task threads wait instead of sleep, so they can be woken up. This appear...
Eric Holk
-5
/
+11
2011-07-28
Per-thread scheduling. Closes #682.
Eric Holk
-45
/
+40
2011-07-28
Made root_task no longer special.
Eric Holk
-0
/
+5
2011-07-21
Lots of work on memory tracking and channels.
Eric Holk
-15
/
+13
[prev]
[next]