Changeset c0699467 in mainline for kernel/generic/src
- Timestamp:
- 2011-08-09T18:08:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b538ca5c
- Parents:
- 3666d386
- Location:
- kernel/generic/src
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ddi/ddi.c
r3666d386 rc0699467 41 41 42 42 #include <ddi/ddi.h> 43 #include <ddi/ddi_arg.h>44 43 #include <proc/task.h> 45 44 #include <security/cap.h> -
kernel/generic/src/ipc/event.c
r3666d386 rc0699467 36 36 37 37 #include <ipc/event.h> 38 #include <ipc/event_types.h>39 38 #include <mm/slab.h> 40 39 #include <typedefs.h> -
kernel/generic/src/ipc/ipc.c
r3666d386 rc0699467 38 38 */ 39 39 40 #include <synch/synch.h>41 40 #include <synch/spinlock.h> 42 41 #include <synch/mutex.h> 43 42 #include <synch/waitq.h> 44 #include <synch/synch.h>45 43 #include <ipc/ipc.h> 46 #include < ipc/ipc_methods.h>44 #include <abi/ipc/methods.h> 47 45 #include <ipc/kbox.h> 48 46 #include <ipc/event.h> -
kernel/generic/src/ipc/kbox.c
r3666d386 rc0699467 33 33 */ 34 34 35 #include <synch/synch.h>36 35 #include <synch/spinlock.h> 37 36 #include <synch/mutex.h> 38 37 #include <ipc/ipc.h> 39 #include < ipc/ipc_methods.h>38 #include <abi/ipc/methods.h> 40 39 #include <ipc/ipcrsc.h> 41 40 #include <arch.h> -
kernel/generic/src/ipc/sysipc.c
r3666d386 rc0699467 40 40 #include <debug.h> 41 41 #include <ipc/ipc.h> 42 #include < ipc/ipc_methods.h>42 #include <abi/ipc/methods.h> 43 43 #include <ipc/sysipc.h> 44 44 #include <ipc/irq.h> -
kernel/generic/src/proc/program.c
r3666d386 rc0699467 40 40 #include <proc/thread.h> 41 41 #include <proc/task.h> 42 #include <proc/uarg.h>43 42 #include <mm/as.h> 44 43 #include <mm/slab.h> -
kernel/generic/src/proc/thread.c
r3666d386 rc0699467 39 39 #include <proc/thread.h> 40 40 #include <proc/task.h> 41 #include <proc/uarg.h>42 41 #include <mm/frame.h> 43 42 #include <mm/page.h> … … 45 44 #include <arch/cycle.h> 46 45 #include <arch.h> 47 #include <synch/synch.h>48 46 #include <synch/spinlock.h> 49 47 #include <synch/waitq.h> -
kernel/generic/src/synch/condvar.c
r3666d386 rc0699467 39 39 #include <synch/mutex.h> 40 40 #include <synch/waitq.h> 41 #include <synch/synch.h>42 41 #include <arch.h> 43 42 -
kernel/generic/src/synch/futex.c
r3666d386 rc0699467 39 39 #include <synch/mutex.h> 40 40 #include <synch/spinlock.h> 41 #include <synch/synch.h>42 41 #include <mm/frame.h> 43 42 #include <mm/page.h> -
kernel/generic/src/synch/mutex.c
r3666d386 rc0699467 38 38 #include <synch/mutex.h> 39 39 #include <synch/semaphore.h> 40 #include <synch/synch.h>41 40 #include <debug.h> 42 41 #include <arch.h> -
kernel/generic/src/synch/semaphore.c
r3666d386 rc0699467 39 39 #include <synch/waitq.h> 40 40 #include <synch/spinlock.h> 41 #include <synch/synch.h>42 41 #include <arch/asm.h> 43 42 #include <arch.h> -
kernel/generic/src/synch/waitq.c
r3666d386 rc0699467 45 45 46 46 #include <synch/waitq.h> 47 #include <synch/synch.h>48 47 #include <synch/spinlock.h> 49 48 #include <proc/thread.h> -
kernel/generic/src/sysinfo/stats.c
r3666d386 rc0699467 35 35 36 36 #include <typedefs.h> 37 #include < sysinfo/abi.h>37 #include <abi/sysinfo.h> 38 38 #include <sysinfo/stats.h> 39 39 #include <sysinfo/sysinfo.h>
Note:
See TracChangeset
for help on using the changeset viewer.