minix/lib/posix
2009-11-09 10:26:00 +00:00
..
__exit.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_access.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_alarm.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_cfgetispeed.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_cfgetospeed.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_cfsetispeed.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_cfsetospeed.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_chdir.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_chmod.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_chown.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_chroot.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_close.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_closedir.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_creat.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_dup.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_dup2.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_execl.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_execle.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_execlp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_execv.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_execve.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_execvp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_fchmod.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_fchown.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_fcntl.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_fork.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_fpathconf.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_fstat.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_fstatfs.c Initial revision 2005-04-21 14:53:53 +00:00
_fsync.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_getcwd.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_getegid.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_geteuid.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_getgid.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_getgroups.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_getitimer.c Support for setitimer(ITIMER_REAL). 2009-08-15 16:09:32 +00:00
_getpgrp.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_getpid.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_getppid.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_getuid.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_ioctl.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_isatty.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_kill.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_killpg.c Important BSD version of setenv, added killpg, replaced _sigsetjmp.c with 2006-06-07 14:38:39 +00:00
_link.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_lseek.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_lstat.c Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
_mkdir.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_mkfifo.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_mknod.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_mmap.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_nanosleep.c Nanosleep was implemented twice, removed from _sleep.c 2009-08-16 12:55:59 +00:00
_open.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_opendir.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_pathconf.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_pause.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_pipe.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_ptrace.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_read.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_readdir.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_readlink.c library fixes for symlink, readlink and lstat 2005-11-01 13:13:31 +00:00
_rename.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_rewinddir.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_rmdir.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_select.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_setgid.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_setitimer.c Support for setitimer(ITIMER_REAL). 2009-08-15 16:09:32 +00:00
_setsid.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_setuid.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_sigaction.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_sigpending.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_sigprocmask.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_sigreturn.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_sigset.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_sigsuspend.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_sleep.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_stat.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_stime.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_symlink.c library fixes for symlink, readlink and lstat 2005-11-01 13:13:31 +00:00
_sync.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_tcdrain.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_tcflow.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_tcflush.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_tcgetattr.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_tcsendbreak.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_tcsetattr.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_time.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_times.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_truncate.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_umask.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_uname.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_unlink.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_utime.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_wait.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_waitpid.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_write.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getloadavg.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getopt.c Fix compiler warnings for pax 2006-03-24 14:03:25 +00:00
gettimeofday.c complete, tick-resolution gettimeofday() implementation 2005-07-06 07:08:36 +00:00
glob.c A glob() implementation. 2008-04-08 13:14:33 +00:00
Makefile.in nanosleep(3), and sleep(3) rewrite, by Erik van der Kouwe 2009-08-15 22:14:48 +00:00
nice.c Nice(3) implementation 2006-10-20 14:10:53 +00:00
priority.c get/setpriority() and fsync() system calls 2005-07-01 18:01:33 +00:00
usleep.c Usleep implementation based on select. 2005-07-11 13:08:00 +00:00