minix/lib/posix
2006-01-17 10:36:53 +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 Took fchdir out of the user library, it's suspected of being buggy (in FS) 2005-07-27 18:48:48 +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
_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
_getpgrp.c
_getpid.c
_getppid.c
_getuid.c
_ioctl.c
_isatty.c
_kill.c
_link.c
_lseek.c
_lstat.c "forward compatible" hack for lstat() - make new binaries work on old 2005-11-07 13:15:09 +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
_mount.c
_open.c Renamed some types Uid_t, Gid_t, Mode_t, etc. for perl5. 2005-06-23 11:07:31 +00:00
_opendir.c
_pathconf.c
_pause.c
_pipe.c
_ptrace.c
_read.c
_readdir.c
_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 Changed FD_* select() fd set manipulation functions to macros. Also 2005-07-06 07:22:21 +00:00
_setgid.c seteuid() and setegid() 2005-12-13 09:48:29 +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
_sigset.c
_sigsetjmp.c
_sigsuspend.c
_sleep.c
_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
_umount.c
_uname.c
_unlink.c
_utime.c
_wait.c
_waitpid.c
_write.c
getloadavg.c getloadavg() interface 2005-11-14 15:48:12 +00:00
getopt.c Fixed a few compile warnings 2005-06-27 09:30:33 +00:00
gettimeofday.c complete, tick-resolution gettimeofday() implementation 2005-07-06 07:08:36 +00:00
Makefile.in Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +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