Thomas Veerman
49ad4e8888
Spring cleanup
...
Remove old versions of system calls and system calls that don't have
a libc api interface anymore (dup, dup2, creat).
VFS still contains support for old system call numbers for the new stat
system calls (i.e., 65, 66, 67) to keep supporting old binaries built for
MINIX 3.2.1 (prior to the release).
Change-Id: I721779b58a50c7eeae20669de24658d55d69b25b
2013-03-06 09:56:08 +00:00
Ben Gras
6a73e85ad1
retire _PROTOTYPE
...
. only good for obsolete K&R support
. also remove a stray ansi.h and the proto cmd
2012-03-25 16:17:10 +02:00
Thomas Veerman
80c4685324
VFS: replace VFS with AVFS
2012-02-13 16:53:21 +00:00
Thomas Veerman
8a266a478e
Increase gid_t and uid_t to 32 bits
...
Increase gid_t and uid_t to 32 bits and provide backwards compatibility
where needed.
2011-09-05 13:56:14 +00:00
Thomas Veerman
fde9a258d0
Make dev_t 32-bits and provide backwards compatibility
2011-09-05 08:52:57 +00:00
Thomas Veerman
e8ddc0f46e
- Add support for file descriptor passing to PFS.
...
- For security reasons move some libc code to PFS.
- Fix a few bugs in PFS.
Contributed by Thomas Cort.
2010-08-30 13:46:44 +00:00
Thomas Veerman
ea19830de1
Add UNIX Domain Sockets internals to PFS. Contributed by Thomas Cort
2010-07-15 13:39:57 +00:00
Thomas Veerman
5d78cefaf2
Clean up PFS
2010-05-28 09:39:18 +00:00
Kees van Reeuwijk
bc314bda91
Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar.
...
Use ANSI-style function declarations where necessary.
2010-04-13 10:58:41 +00:00
Thomas Veerman
951c5f6b73
Add PFS (missing in previous commit)
2009-12-20 20:41:50 +00:00