minix/lib/posix
2009-08-16 12:55:59 +00:00
..
__exit.c Changes to make gcc compile our libraries too (Joren) 2005-10-21 11:19:35 +00:00
_access.c
_alarm.c
_cfgetispeed.c
_cfgetospeed.c
_cfsetispeed.c
_cfsetospeed.c
_chdir.c Re-enable fchdir() 2006-01-20 12:44:16 +00:00
_chmod.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
_chown.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
_chroot.c
_close.c
_closedir.c
_creat.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
_dup.c
_dup2.c
_execl.c
_execle.c
_execlp.c
_execv.c
_execve.c
_execvp.c
_fchmod.c Added fchmod() and fchown() 2006-04-18 11:26:04 +00:00
_fchown.c Added fchmod() and fchown() 2006-04-18 11:26:04 +00:00
_fcntl.c Implementation of truncate(), ftruncate() and the F_FREESP fcntl(). 2006-01-11 17:14:51 +00:00
_fork.c
_fpathconf.c
_fstat.c
_fstatfs.c
_fsync.c Add fsync() interface. 2005-09-05 21:22:45 +00:00
_getcwd.c
_getegid.c
_geteuid.c
_getgid.c
_getgroups.c
_getitimer.c Support for setitimer(ITIMER_REAL). 2009-08-15 16:09:32 +00:00
_getpgrp.c
_getpid.c
_getppid.c
_getuid.c
_ioctl.c
_isatty.c
_kill.c
_killpg.c Important BSD version of setenv, added killpg, replaced _sigsetjmp.c with 2006-06-07 14:38:39 +00:00
_link.c
_lseek.c
_lstat.c Split of architecture-dependent and -independent functions for i386, 2006-12-22 15:22:27 +00:00
_mkdir.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
_mkfifo.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
_mknod.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
_mmap.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
_nanosleep.c Nanosleep was implemented twice, removed from _sleep.c 2009-08-16 12:55:59 +00:00
_open.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
_opendir.c Getdents implementation in library/vfs/mfs. 2006-11-09 16:22:54 +00:00
_pathconf.c
_pause.c
_pipe.c
_ptrace.c
_read.c
_readdir.c Getdents implementation in library/vfs/mfs. 2006-11-09 16:22:54 +00:00
_readlink.c library fixes for symlink, readlink and lstat 2005-11-01 13:13:31 +00:00
_rename.c
_rewinddir.c
_rmdir.c
_select.c Added _select() stub for select(). 2006-06-27 18:28:33 +00:00
_setgid.c seteuid() and setegid() 2005-12-13 09:48:29 +00:00
_setitimer.c Support for setitimer(ITIMER_REAL). 2009-08-15 16:09:32 +00:00
_setsid.c
_setuid.c seteuid() and setegid() 2005-12-13 09:48:29 +00:00
_sigaction.c
_sigpending.c
_sigprocmask.c
_sigreturn.c Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +00:00
_sigset.c
_sigsuspend.c
_sleep.c Nanosleep was implemented twice, removed from _sleep.c 2009-08-16 12:55:59 +00:00
_stat.c
_stime.c
_symlink.c library fixes for symlink, readlink and lstat 2005-11-01 13:13:31 +00:00
_sync.c
_tcdrain.c
_tcflow.c
_tcflush.c
_tcgetattr.c
_tcsendbreak.c
_tcsetattr.c
_time.c
_times.c
_truncate.c Implementation of truncate(), ftruncate() and the F_FREESP fcntl(). 2006-01-11 17:14:51 +00:00
_umask.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
_uname.c Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
_unlink.c
_utime.c
_wait.c
_waitpid.c
_write.c
getloadavg.c dynamic HZ 2008-12-11 14:37:18 +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