projects
/
akaros.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add a helper to sleep a uthread forever
[akaros.git]
/
user
/
2016-05-02
Barret Rhoden
Add a helper to sleep a uthread forever
tree
|
commitdiff
2016-05-02
Barret Rhoden
Check notif_pending early in pop_user_ctx()
tree
|
commitdiff
2016-05-02
Barret Rhoden
Move pop_user_ctx implementations to a .c file
tree
|
commitdiff
2016-05-02
Barret Rhoden
Remove vcore32.h
tree
|
commitdiff
2016-05-02
Barret Rhoden
Remove the return value from vcore_request_more()
tree
|
commitdiff
2016-05-02
Barret Rhoden
Replace uses of the "ghetto incremental interface"
tree
|
commitdiff
2016-05-02
Barret Rhoden
Allow requesting a total number of vcores
tree
|
commitdiff
2016-05-02
Barret Rhoden
Refactor vcore_request_more()
tree
|
commitdiff
2016-05-02
Barret Rhoden
Rename vcore_request() -> vcore_request_more()
tree
|
commitdiff
2016-05-02
Barret Rhoden
Provide vcore timer ticks for 2LSs
tree
|
commitdiff
2016-05-02
Barret Rhoden
Demacro-ify the user BITMASK helpers
tree
|
commitdiff
2016-05-02
Barret Rhoden
Add a helper for stopping current_uthread
tree
|
commitdiff
2016-05-02
Barret Rhoden
Add a helper for yielding from 2LSs
tree
|
commitdiff
2016-05-02
Barret Rhoden
Mark parlib 2LS functions as noreturn
tree
|
commitdiff
2016-04-20
Barret Rhoden
Move ifaddrs to glibc (XCC)
tree
|
commitdiff
2016-04-20
Ronald G. Minnich
Add getifaddrs support and a test.
tree
|
commitdiff
2016-04-15
Barret Rhoden
Change #alarm cancel method
tree
|
commitdiff
2016-04-15
Barret Rhoden
Export sys/plan9_helpers.h from glibc (XCC)
tree
|
commitdiff
2016-04-15
Barret Rhoden
Use FD taps for event delivery for #alarm
tree
|
commitdiff
2016-04-15
Barret Rhoden
Modify glibc's printf for use from VC ctx (XCC)
tree
|
commitdiff
2016-04-07
Barret Rhoden
Fix userspace's FP restore
tree
|
commitdiff
2016-04-06
Michael Taufen
ACPI Table Fixes for vmrunkernel
tree
|
commitdiff
2016-04-05
Barret Rhoden
Return 0 for a timed-out select()
tree
|
commitdiff
2016-04-05
Barret Rhoden
Allow select() calls on FDs that are already ready
tree
|
commitdiff
2016-04-05
Barret Rhoden
Allow a thread to have multiple select() sets
tree
|
commitdiff
2016-04-05
Barret Rhoden
Add a get_stack_pointer() helper to parlib
tree
|
commitdiff
2016-04-05
Barret Rhoden
net: Fixup iplib based on the O_NONBLOCK rules
tree
|
commitdiff
2016-03-31
Barret Rhoden
Intercept vfprintf() instead of printf() (XCC)
tree
|
commitdiff
2016-03-31
Barret Rhoden
Make akaros_vfprintf() take a stream (XCC)
tree
|
commitdiff
2016-03-31
Barret Rhoden
Properly align vcore stacks on x86
tree
|
commitdiff
2016-03-31
Barret Rhoden
Remove SYS_cgetc (XCC)
tree
|
commitdiff
2016-03-31
Barret Rhoden
Remove SYS_cputs (XCC)
tree
|
commitdiff
2016-03-31
Barret Rhoden
Use write() in parlib/debug.c
tree
|
commitdiff
2016-03-28
GanShun
Apic msr exit handling added with timer thread support
tree
|
commitdiff
2016-03-28
GanShun
Moved Trap Injection macros to the correct location...
tree
|
commitdiff
2016-03-22
Michael Taufen
Upgrade parlib fp state handling, use proc_global_info...
tree
|
commitdiff
2016-03-22
GanShun
User library changes to take a guest_thread instead...
tree
|
commitdiff
2016-03-22
Dan Cross
Minor changes to build C++ threads in gcc (XCC)
tree
|
commitdiff
2016-03-22
Barret Rhoden
Use a fork callback in select()
tree
|
commitdiff
2016-03-07
Barret Rhoden
Add a helper for querying the number of cores
tree
|
commitdiff
2016-03-07
Barret Rhoden
Remove MAX_VCORES
tree
|
commitdiff
2016-03-07
Barret Rhoden
Remove MCS dissemination barrier
tree
|
commitdiff
2016-02-29
Barret Rhoden
Add CPU feature detection (XCC)
tree
|
commitdiff
2016-02-17
Barret Rhoden
Remove user include hacks
tree
|
commitdiff
2016-02-17
Barret Rhoden
Clean up user library include paths (XCC)
tree
|
commitdiff
2016-02-16
Michael Taufen
Updates from vmm-akaros
tree
|
commitdiff
2016-02-03
Barret Rhoden
Fix parameter types for sys_proc_create() (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Add kernel support for VM contexts [1/2]
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Add custom exit reasons (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
Change the 2LS reflected fault op to take a ctx
tree
|
commitdiff
2016-02-02
Barret Rhoden
Make HW trap reflection more arch-independent
tree
|
commitdiff
2016-02-02
Barret Rhoden
Move trap reflection bits into their own header
tree
|
commitdiff
2016-02-02
Barret Rhoden
Add user support for VM contexts
tree
|
commitdiff
2016-01-14
Barret Rhoden
Provide select() on top of epoll()
tree
|
commitdiff
2016-01-14
Barret Rhoden
Remove epoll's listen_fd acrobatics [2/3]
tree
|
commitdiff
2016-01-14
Barret Rhoden
close() will trigger a epoll_ctl_del()
tree
|
commitdiff
2016-01-14
Barret Rhoden
Track all epoll controllers on a global list
tree
|
commitdiff
2016-01-14
Barret Rhoden
Use mutexes in epoll instead of spinlocks
tree
|
commitdiff
2016-01-14
Barret Rhoden
Provide a fake mutexes for the thread0 2LS
tree
|
commitdiff
2016-01-14
Barret Rhoden
Add a 2LS-independent mutex interface
tree
|
commitdiff
2016-01-14
Barret Rhoden
Remove typedef for struct uthread
tree
|
commitdiff
2015-12-21
Davide Libenzi
Created a new Makefrag-user-app helper for building...
tree
|
commitdiff
2015-12-16
Barret Rhoden
Make glibc's printf with a vcore-ctx aware (XCC)
tree
|
commitdiff
2015-12-16
Barret Rhoden
Clean up ros_vdebug* interfaces
tree
|
commitdiff
2015-12-16
Barret Rhoden
Remove ros_debug()
tree
|
commitdiff
2015-12-16
Barret Rhoden
Move print_user_context out of a header
tree
|
commitdiff
2015-12-16
Barret Rhoden
Fix comments in vcore.h
tree
|
commitdiff
2015-12-16
Davide Libenzi
Added libpfm4 library support
tree
|
commitdiff
2015-12-16
Davide Libenzi
Fixed the sys_proc_create API to use const pointers...
tree
|
commitdiff
2015-12-08
Barret Rhoden
Fix a deadlock bug in MCS-PDR locks
tree
|
commitdiff
2015-11-30
Barret Rhoden
Add a test for devvars
tree
|
commitdiff
2015-11-30
Barret Rhoden
Add an assert for UTEST that takes a format string
tree
|
commitdiff
2015-11-24
Davide Libenzi
Added test for devarch MSR file
tree
|
commitdiff
2015-11-24
Kevin Klues
A utest to test nanosleep, sleep, and usleep
tree
|
commitdiff
2015-11-16
Kevin Klues
Add a sigself() signal_op
tree
|
commitdiff
2015-11-16
Kevin Klues
Add signal support to our basic thread0 scheduler
tree
|
commitdiff
2015-11-16
Kevin Klues
Migrate signal code from pthread.c to signal.c
tree
|
commitdiff
2015-11-16
Kevin Klues
Add uthread_paused() API call
tree
|
commitdiff
2015-11-16
Kevin Klues
Encapsulate pthread sigstate into a single struct
tree
|
commitdiff
2015-11-16
Kevin Klues
Remove need for externally alloced sigdata struct
tree
|
commitdiff
2015-11-16
Kevin Klues
Add arch independent accessor for user ctx stack
tree
|
commitdiff
2015-11-16
Kevin Klues
Weasel apart parlib/libc symbols for signals (XCC)
tree
|
commitdiff
2015-11-16
Kevin Klues
Fix bug in pthread_sigmask() semantics.
tree
|
commitdiff
2015-11-13
Barret Rhoden
Make userspace think it has at least one vcore
tree
|
commitdiff
2015-11-13
Kevin Klues
Update the user Makefrag to be more generic
tree
|
commitdiff
2015-11-11
Davide Libenzi
Migrated Akaros code to use pragma once (XCC)
tree
|
commitdiff
2015-11-10
Dan Cross
Rename static_assert to avoid conflicting with C++...
tree
|
commitdiff
2015-11-10
Dan Cross
Remove unnecessary #if.
tree
|
commitdiff
2015-11-03
Barret Rhoden
Be more careful when re#defining printf (XCC)
tree
|
commitdiff
2015-11-03
Barret Rhoden
Limit the headers pulled in by parlib/arch.h (XCC)
tree
|
commitdiff
2015-11-03
Barret Rhoden
Move ros/vmx.h to an arch-specific location (XCC)
tree
|
commitdiff
2015-11-03
GanShun
Removed debug prints. Fixed virtio decode function...
tree
|
commitdiff
2015-11-02
GanShun
EOI virtualization and virtual APIC success.
tree
|
commitdiff
2015-11-02
Gan Shun Lim
VMMCP: Virtualized APIC is now working(sort of)
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
vmmcp: cut over to virtual apic; fix include mess after...
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
VMMCP: misc stuff
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
vmmcp/APIC: the empire strikes back.
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
Pull ACPI into the user mode vmm
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
lapic and ioapic support that's Not Good Enough.
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
user level msr support for register not requiring read...
tree
|
commitdiff
next