-
- Downloads
SELFOUR-279: rename Wait -> Recv, add wrappers for seL4_Poll and seL4_Wait for...
SELFOUR-279: rename Wait -> Recv, add wrappers for seL4_Poll and seL4_Wait for notification objects. This commit deprecates seL4_ReplyWait, removes seL4_NBwait completely, and changes the return type of seL4_Wait to void (seL4_Wait should be used for notification objects, and seL4_Recv should be used where seL4_Wait was used previously for endpoints).
Showing
- haskell/doc/figures/clientserver.mp 1 addition, 1 deletionhaskell/doc/figures/clientserver.mp
- haskell/doc/figures/ipctransfer.mp 2 additions, 2 deletionshaskell/doc/figures/ipctransfer.mp
- haskell/doc/overview.tex 12 additions, 18 deletionshaskell/doc/overview.tex
- haskell/doc/refman.tex 1 addition, 1 deletionhaskell/doc/refman.tex
- haskell/src/SEL4/API/Syscall.lhs 13 additions, 13 deletionshaskell/src/SEL4/API/Syscall.lhs
- haskell/src/SEL4/Kernel/Thread.lhs 1 addition, 1 deletionhaskell/src/SEL4/Kernel/Thread.lhs
- haskell/src/SEL4/Object/Endpoint.lhs 2 additions, 2 deletionshaskell/src/SEL4/Object/Endpoint.lhs
- haskell/src/SEL4/Object/Notification.lhs 5 additions, 5 deletionshaskell/src/SEL4/Object/Notification.lhs
- haskell/src/SEL4/Object/ObjectType.lhs 1 addition, 1 deletionhaskell/src/SEL4/Object/ObjectType.lhs
- haskell/src/SEL4/Object/TCB.lhs 1 addition, 1 deletionhaskell/src/SEL4/Object/TCB.lhs
- include/api/syscall.xml 3 additions, 3 deletionsinclude/api/syscall.xml
- include/arch/arm/arch/fastpath/fastpath.h 3 additions, 3 deletionsinclude/arch/arm/arch/fastpath/fastpath.h
- include/arch/x86/arch/fastpath/fastpath.h 1 addition, 1 deletioninclude/arch/x86/arch/fastpath/fastpath.h
- include/kernel/thread.h 1 addition, 1 deletioninclude/kernel/thread.h
- libsel4/arch_include/arm/sel4/arch/deprecated.h 27 additions, 0 deletionslibsel4/arch_include/arm/sel4/arch/deprecated.h
- libsel4/arch_include/arm/sel4/arch/syscalls.h 28 additions, 15 deletionslibsel4/arch_include/arm/sel4/arch/syscalls.h
- libsel4/arch_include/x86/sel4/arch/deprecated.h 26 additions, 0 deletionslibsel4/arch_include/x86/sel4/arch/deprecated.h
- libsel4/arch_include/x86/sel4/arch/syscalls.h 22 additions, 10 deletionslibsel4/arch_include/x86/sel4/arch/syscalls.h
- libsel4/include/api/syscall.xml 3 additions, 3 deletionslibsel4/include/api/syscall.xml
- libsel4/include/sel4/deprecated.h 9 additions, 0 deletionslibsel4/include/sel4/deprecated.h
Loading
Please register or sign in to comment