OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [libposix/] [README] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
 
2
libposix
3
 
4
Copyright (C) 2007 Bahadir Balban
5
 
6
Despite the name, this is a library that supports only a small portion of posix
7
functions.
8
 
9
Note however, that unlike many other shallow POSIX implementations function
10
listed below are backed by a real virtual memory subsystem and a virtual
11
filesystem.
12
 
13
Highest priority POSIX functions are:
14
 
15
shmat
16
shmget
17
shmdt
18
mmap
19
munmap
20
sbrk
21
read
22
readdir
23
write
24
lseek
25
open
26
close
27
creat
28
mkdir
29
mknod
30
link
31
unlink
32
fork
33
clone
34
execve
35
getpid
36
wait
37
kill
38
getenv
39
setenv
40
 
41
 
42
Currently supported functions are:
43
 
44
shmat
45
shmget
46
shmdt
47
mmap
48
munmap
49
read
50
readdir
51
write
52
lseek
53
open
54
close
55
creat
56
mkdir
57
mknod
58
fork
59
clone
60
execve
61
exit
62
getpid
63
 
64
 
65
Functions to be supported in the near future are:
66
 
67
link
68
unlink
69
wait
70
kill
71
sbrk
72
getenv
73
setenv
74
 
75
 
76
Other calls:
77
pipe
78
mount
79
unmount
80
swapon
81
 
82
 
83
New ones will be added as needed.
84
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.