revert of mass delete of the posix subsystem. perhaps there is hope for it yet.
authorRex Jolliff <rex@lvcablemodem.com>
Tue, 29 Oct 2002 04:45:58 +0000 (04:45 +0000)
committerRex Jolliff <rex@lvcablemodem.com>
Tue, 29 Oct 2002 04:45:58 +0000 (04:45 +0000)
commit385fdfdfebc279fd15ce6f58fd1e2ca37af16582
tree83f30f7e898a6706429b5d0257fcdc9c884ea1ad
parentc29a543da567c0375d73dd3305d5ec6c6f21313c
revert of mass delete of the posix subsystem.  perhaps there is hope for it yet.

svn path=/trunk/; revision=3674
166 files changed:
posix/Makefile [new file with mode: 0644]
posix/apps/baresh/Makefile [new file with mode: 0644]
posix/apps/baresh/sh.c [new file with mode: 0644]
posix/apps/baresh/sh.rc [new file with mode: 0644]
posix/apps/posixw32/00readme.txt [new file with mode: 0644]
posix/apps/posixw32/Makefile [new file with mode: 0644]
posix/apps/posixw32/console.c [new file with mode: 0644]
posix/apps/posixw32/posixw32.c [new file with mode: 0644]
posix/apps/posixw32/posixw32.h [new file with mode: 0644]
posix/apps/posixw32/posixw32.rc [new file with mode: 0644]
posix/apps/posixw32/readme.txt [new file with mode: 0644]
posix/apps/posixw32/vt100.c [new file with mode: 0644]
posix/apps/posixw32/vt100.h [new file with mode: 0644]
posix/include/aio.h [new file with mode: 0644]
posix/include/arpa/inet.h [new file with mode: 0644]
posix/include/assert.h [new file with mode: 0644]
posix/include/cpio.h [new file with mode: 0644]
posix/include/ctype.h [new file with mode: 0644]
posix/include/dirent.h [new file with mode: 0644]
posix/include/dlfcn.h [new file with mode: 0644]
posix/include/errno.h [new file with mode: 0644]
posix/include/fcntl.h [new file with mode: 0644]
posix/include/fmtmsg.h [new file with mode: 0644]
posix/include/fnmatch.h [new file with mode: 0644]
posix/include/ftw.h [new file with mode: 0644]
posix/include/glob.h [new file with mode: 0644]
posix/include/grp.h [new file with mode: 0644]
posix/include/iconv.h [new file with mode: 0644]
posix/include/inttypes.h [new file with mode: 0644]
posix/include/iso646.h [new file with mode: 0644]
posix/include/libgen.h [new file with mode: 0644]
posix/include/limits.h [new file with mode: 0644]
posix/include/math.h [new file with mode: 0644]
posix/include/netinet/in.h [new file with mode: 0644]
posix/include/psx/debug.h [new file with mode: 0644]
posix/include/psx/dirent.h [new file with mode: 0644]
posix/include/psx/dlfcn.h [new file with mode: 0644]
posix/include/psx/errno.h [new file with mode: 0644]
posix/include/psx/fdtable.h [new file with mode: 0644]
posix/include/psx/interlock.h [new file with mode: 0644]
posix/include/psx/lpcproto.h [new file with mode: 0644]
posix/include/psx/path.h [new file with mode: 0644]
posix/include/psx/pdata.h [new file with mode: 0644]
posix/include/psx/pthread.h [new file with mode: 0644]
posix/include/psx/safeobj.h [new file with mode: 0644]
posix/include/psx/spawn.h [new file with mode: 0644]
posix/include/psx/stdlib.h [new file with mode: 0644]
posix/include/psx/template.h [new file with mode: 0644]
posix/include/psx/tls.h [new file with mode: 0644]
posix/include/pthread.h [new file with mode: 0644]
posix/include/pwd.h [new file with mode: 0644]
posix/include/sched.h [new file with mode: 0644]
posix/include/signal.h [new file with mode: 0644]
posix/include/stdarg.h [new file with mode: 0644]
posix/include/stddef.h [new file with mode: 0644]
posix/include/stdio.h [new file with mode: 0644]
posix/include/stdlib.h [new file with mode: 0644]
posix/include/string.h [new file with mode: 0644]
posix/include/sys/errno.h [new file with mode: 0644]
posix/include/sys/ipc.h [new file with mode: 0644]
posix/include/sys/mman.h [new file with mode: 0644]
posix/include/sys/msg.h [new file with mode: 0644]
posix/include/sys/resource.h [new file with mode: 0644]
posix/include/sys/sem.h [new file with mode: 0644]
posix/include/sys/shm.h [new file with mode: 0644]
posix/include/sys/socket.h [new file with mode: 0644]
posix/include/sys/stat.h [new file with mode: 0644]
posix/include/sys/statvfs.h [new file with mode: 0644]
posix/include/sys/time.h [new file with mode: 0644]
posix/include/sys/timeb.h [new file with mode: 0644]
posix/include/sys/times.h [new file with mode: 0644]
posix/include/sys/types.h [new file with mode: 0644]
posix/include/sys/uio.h [new file with mode: 0644]
posix/include/sys/un.h [new file with mode: 0644]
posix/include/sys/utsname.h [new file with mode: 0644]
posix/include/sys/wait.h [new file with mode: 0644]
posix/include/time.h [new file with mode: 0644]
posix/include/types.h [new file with mode: 0644]
posix/include/ucontext.h [new file with mode: 0644]
posix/include/unistd.h [new file with mode: 0644]
posix/include/utime.h [new file with mode: 0644]
posix/include/wchar.h [new file with mode: 0644]
posix/lib/Makefile [new file with mode: 0644]
posix/lib/crt0w32.c [new file with mode: 0644]
posix/lib/psxdll/Makefile [new file with mode: 0644]
posix/lib/psxdll/csrapi.def [new file with mode: 0644]
posix/lib/psxdll/dirent/closedir.c [new file with mode: 0644]
posix/lib/psxdll/dirent/opendir.c [new file with mode: 0644]
posix/lib/psxdll/dirent/readdir.c [new file with mode: 0644]
posix/lib/psxdll/dlfcn/dlclose.c [new file with mode: 0644]
posix/lib/psxdll/dlfcn/dlerror.c [new file with mode: 0644]
posix/lib/psxdll/dlfcn/dlopen.c [new file with mode: 0644]
posix/lib/psxdll/dlfcn/dlsym.c [new file with mode: 0644]
posix/lib/psxdll/errno/errno.c [new file with mode: 0644]
posix/lib/psxdll/fcntl/fcntl.c [new file with mode: 0644]
posix/lib/psxdll/fcntl/open.c [new file with mode: 0644]
posix/lib/psxdll/libgen/basename.c [new file with mode: 0644]
posix/lib/psxdll/misc/fdtable.c [new file with mode: 0644]
posix/lib/psxdll/misc/heap.c [new file with mode: 0644]
posix/lib/psxdll/misc/init.c [new file with mode: 0644]
posix/lib/psxdll/misc/interlock.c [new file with mode: 0644]
posix/lib/psxdll/misc/main.c [new file with mode: 0644]
posix/lib/psxdll/misc/path.c [new file with mode: 0644]
posix/lib/psxdll/misc/pdata.c [new file with mode: 0644]
posix/lib/psxdll/misc/safeobj.c [new file with mode: 0644]
posix/lib/psxdll/misc/spawn.c [new file with mode: 0644]
posix/lib/psxdll/misc/template.c [new file with mode: 0644]
posix/lib/psxdll/misc/tls.c [new file with mode: 0644]
posix/lib/psxdll/psxdll.def [new file with mode: 0644]
posix/lib/psxdll/psxdll.edf [new file with mode: 0644]
posix/lib/psxdll/psxdll.rc [new file with mode: 0644]
posix/lib/psxdll/pthread/create.c [new file with mode: 0644]
posix/lib/psxdll/pthread/exit.c [new file with mode: 0644]
posix/lib/psxdll/pthread/join.c [new file with mode: 0644]
posix/lib/psxdll/pthread/kill.c [new file with mode: 0644]
posix/lib/psxdll/pthread/mutex.c [new file with mode: 0644]
posix/lib/psxdll/pthread/self.c [new file with mode: 0644]
posix/lib/psxdll/sched/yield.c [new file with mode: 0644]
posix/lib/psxdll/signal/raise.c [new file with mode: 0644]
posix/lib/psxdll/stdlib/abort.c [new file with mode: 0644]
posix/lib/psxdll/stdlib/exit.c [new file with mode: 0644]
posix/lib/psxdll/stdlib/malloc.c [new file with mode: 0644]
posix/lib/psxdll/string/strcoll.c [new file with mode: 0644]
posix/lib/psxdll/string/strdup.c [new file with mode: 0644]
posix/lib/psxdll/string/strerror.c [new file with mode: 0644]
posix/lib/psxdll/sys/stat/chmod.c [new file with mode: 0644]
posix/lib/psxdll/sys/stat/mkdir.c [new file with mode: 0644]
posix/lib/psxdll/sys/stat/mkfifo.c [new file with mode: 0644]
posix/lib/psxdll/sys/stat/mknod.c [new file with mode: 0644]
posix/lib/psxdll/sys/stat/stat.c [new file with mode: 0644]
posix/lib/psxdll/sys/stat/umask.c [new file with mode: 0644]
posix/lib/psxdll/sys/utsname/uname.c [new file with mode: 0644]
posix/lib/psxdll/unistd/access.c [new file with mode: 0644]
posix/lib/psxdll/unistd/close.c [new file with mode: 0644]
posix/lib/psxdll/unistd/dup.c [new file with mode: 0644]
posix/lib/psxdll/unistd/fork.c [new file with mode: 0644]
posix/lib/psxdll/unistd/getcwd.c [new file with mode: 0644]
posix/lib/psxdll/unistd/getpid.c [new file with mode: 0644]
posix/lib/psxdll/unistd/getppid.c [new file with mode: 0644]
posix/lib/psxdll/unistd/read.c [new file with mode: 0644]
posix/lib/psxdll/unistd/sleep.c [new file with mode: 0644]
posix/lib/psxdll/unistd/write.c [new file with mode: 0644]
posix/lib/psxx/misc/main.c [new file with mode: 0644]
posix/lib/psxx/misc/psxx.def [new file with mode: 0644]
posix/lib/psxx/misc/psxx.edf [new file with mode: 0644]
posix/lib/psxx/misc/psxx.rc [new file with mode: 0644]
posix/lib/psxx/misc/stubs.c [new file with mode: 0644]
posix/server/Makefile [new file with mode: 0644]
posix/server/call/_exit.c [new file with mode: 0644]
posix/server/call/null.c [new file with mode: 0644]
posix/server/include/psxss.h [new file with mode: 0644]
posix/server/misc/init.c [new file with mode: 0644]
posix/server/misc/main.c [new file with mode: 0644]
posix/server/misc/print.c [new file with mode: 0644]
posix/server/misc/psxss.rc [new file with mode: 0644]
posix/server/ob/process.c [new file with mode: 0644]
posix/server/ob/session.c [new file with mode: 0644]
posix/server/ob/terminal.c [new file with mode: 0644]
posix/server/port/api.c [new file with mode: 0644]
posix/server/port/sbapi.c [new file with mode: 0644]
posix/server/port/session.c [new file with mode: 0644]
posix/server/port/utils.c [new file with mode: 0644]
posix/server/port/utils.h [new file with mode: 0644]
posix/tools/Makefile [new file with mode: 0644]
posix/tools/mksystab.c [new file with mode: 0644]
posix/tools/syscall.db [new file with mode: 0644]