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
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-06-28
Cleanup failure handling around rust_new_task_in_sched - closes #2668
Ben Blum
-1
/
+3
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-12
/
+11
2012-06-21
Comments only: annotate FIXMEs
Tim Chevalier
-1
/
+1
2012-06-13
Add a malloc_dyn upcall for dynamically sized allocations on the shared heap.
Michael Sullivan
-0
/
+5
2012-05-07
rt: Start tasks, ports and scheds at 1, assert when we see 0. Closes #2321
Brian Anderson
-3
/
+5
2012-04-30
core: Serialize all access to the environment using a weak global task
Brian Anderson
-3
/
+3
2012-04-27
rt: remove unneccesary c++ functions and rust_kernel data, re: global loop
Jeff Olson
-3
/
+0
2012-04-20
replace impl of globa_async_handle with one using atomic compare-and-swap
Jeff Olson
-4
/
+3
2012-04-20
don't use ::malloc for initializing the global_async_handle in rust_kernel
Jeff Olson
-2
/
+3
2012-04-20
clean and trying the global loop test as two separate loop lifetimes..
Jeff Olson
-2
/
+2
2012-04-20
add needed fields for global libuv loop + bindings to manage from rust
Jeff Olson
-0
/
+7
2012-04-20
rt: Delete some incorrect comments
Brian Anderson
-3
/
+0
2012-04-20
rt: Take the weak_task_lock in end_weak_tasks
Brian Anderson
-1
/
+1
2012-04-07
core: Add priv::weaken_task
Brian Anderson
-1
/
+80
2012-04-03
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-9
/
+47
2012-04-03
rt: Fix bugs in the osmain scheduler
Brian Anderson
-6
/
+11
2012-04-03
rt: Fix bugs in the osmain scheduler
Brian Anderson
-1
/
+13
2012-04-03
rt: Futz with headers to satisfy FreeBSD
Brian Anderson
-2
/
+0
2012-04-03
fix 'I don't know how C works'
Jon Morton
-1
/
+2
2012-04-03
Refactor includes structure, getting rid of rust_internal.h
Jon Morton
-1
/
+4
2012-04-02
rt: Run a single-threaded scheduler on the main thread
Brian Anderson
-9
/
+30
2012-04-02
rt: cleanup passing around of rust_env
Jon Morton
-1
/
+1
2012-04-01
remove rust_srv
Jon Morton
-6
/
+5
2012-04-01
replace assertion macros with plain asserts
Jon Morton
-6
/
+6
2012-04-01
rt: Allow some schedulers to stay alive even without tasks to execute
Brian Anderson
-1
/
+1
2012-04-01
Merge remote-tracking branch 'brson/mainthread'
Brian Anderson
-5
/
+18
2012-03-31
rt: Fix whitespace
Brian Anderson
-1
/
+2
2012-03-31
rt: Introduce rust_sched_reaper
Brian Anderson
-5
/
+18
2012-03-28
Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.
Graydon Hoare
-5
/
+0
2012-03-28
Fix some gcc-4.4-isms, should build now on 4.1+.
Graydon Hoare
-1
/
+2
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
[next]