source:
trunk/kernel/syscalls
@
508
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
shared_include | 473 | 6 years | Fix several GCC warning related to the -Wextra compilation option. | ||
syscalls.h | 38.0 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_write.c | 7.6 KB | 492 | 6 years | Refactoring assert calling to conform with new assert macro. Made … | |
sys_wait.c | 6.6 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_utls.c | 1.4 KB | 457 | 6 years | This version modifies the exec syscall and fixes a large number of … | |
sys_unlink.c | 2.4 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_undefined.c | 1.2 KB | 479 | 6 years | [kern/syscall] Add void type to function prototypes with no parameter | |
sys_trace.c | 2.8 KB | 457 | 6 years | This version modifies the exec syscall and fixes a large number of … | |
sys_times.c | 1.4 KB | 1 | 8 years | First import | |
sys_timeofday.c | 2.3 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_thread_yield.c | 1.6 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_thread_wakeup.c | 2.6 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_thread_sleep.c | 1.7 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_thread_migrate.c | 2.7 KB | 1 | 8 years | First import | |
sys_thread_join.c | 5.8 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_thread_exit.c | 3.5 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_thread_detach.c | 2.5 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_thread_create.c | 6.9 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_thread_cancel.c | 3.7 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_stat.c | 3.5 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_signal.c | 1.4 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_sem.c | 7.8 KB | 469 | 6 years | 1) Introduce the libsemaphore library. 2) Introduce a small libmath … | |
sys_sbrk.c | 1.1 KB | 1 | 8 years | First import | |
sys_rmdir.c | 2.4 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_readdir.c | 1.3 KB | 473 | 6 years | Fix several GCC warning related to the -Wextra compilation option. | |
sys_read.c | 8.6 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_pipe.c | 1.1 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_opendir.c | 1.2 KB | 473 | 6 years | Fix several GCC warning related to the -Wextra compilation option. | |
sys_open.c | 3.8 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_mutex.c | 4.3 KB | 508 | 6 years | [syscall] Use assert instead of printk+hal_core_sleep. | |
sys_munmap.c | 2.1 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_mmap.c | 8.6 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_mkfifo.c | 2.7 KB | 457 | 6 years | This version modifies the exec syscall and fixes a large number of … | |
sys_mkdir.c | 2.7 KB | 457 | 6 years | This version modifies the exec syscall and fixes a large number of … | |
sys_mcntl.c | 2.7 KB | 1 | 8 years | First import | |
sys_madvise.c | 2.7 KB | 1 | 8 years | First import | |
sys_lseek.c | 2.3 KB | 457 | 6 years | This version modifies the exec syscall and fixes a large number of … | |
sys_kill.c | 7.3 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_isatty.c | 3.4 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_is_fg.c | 2.9 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_getpid.c | 960 bytes | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_getcwd.c | 2.7 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_get_cycle.c | 1.8 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_get_core.c | 2.3 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_get_config.c | 3.5 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_ftime.c | 1.3 KB | 1 | 8 years | First import | |
sys_fsync.c | 863 bytes | 1 | 8 years | First import | |
sys_fork.c | 6.4 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_fg.c | 3.2 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_exit.c | 6.2 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_exec.c | 9.0 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_display.c | 7.5 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_creat.c | 1.1 KB | 457 | 6 years | This version modifies the exec syscall and fixes a large number of … | |
sys_condvar.c | 5.3 KB | 508 | 6 years | [syscall] Use assert instead of printk+hal_core_sleep. | |
sys_closedir.c | 1.2 KB | 473 | 6 years | Fix several GCC warning related to the -Wextra compilation option. | |
sys_close.c | 2.5 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_chmod.c | 2.5 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_chdir.c | 2.3 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … | |
sys_barrier.c | 3.5 KB | 508 | 6 years | [syscall] Use assert instead of printk+hal_core_sleep. | |
sys_alarm.c | 1.3 KB | 506 | 6 years | [syscalls] add interface in implementation. Add const where possible, … |
Note: See TracBrowser
for help on using the repository browser.