| .. |
|
ios
|
435f968102
[runtime] Workaround missing net/route.h in iOS SDK.
|
11 years ago |
|
libm
|
2608323126
[runtime] Add some complex math support code.
|
10 years ago |
|
minizip
|
f35c6a0b07
Comment an unused function in minizip.
|
11 years ago |
|
.gitignore
|
2364636375
Add files to .gitignore
|
15 years ago |
|
Makefile.am
|
2225b6a260
[Mono.Posix] Add support for sending and receiving socket control messages
|
10 years ago |
|
README.zlib
|
656b38c2e1
Update
|
15 years ago |
|
adler32.c
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
compress.c
|
5dd3f99e04
2009-08-23 Gonzalo Paniagua Javier <[email protected]>
|
16 years ago |
|
crc32.c
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
crc32.h
|
c1b93c0908
Added zlib files to the build, it will be part of MonoSupport
|
19 years ago |
|
deflate.c
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
deflate.h
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
dirent.c
|
6ceccd8cd2
Set errno to 0 before calling readdir in Syscall.readdir().
|
12 years ago |
|
errno.c
|
05cbf82010
Remove stray ifdef
|
10 years ago |
|
fcntl.c
|
3619fe9c4c
[Mono.Posix] Add overloads to pass ints and pointers
|
11 years ago |
|
fstab.c
|
aaf6f0a816
* map.h: Flush; add Mono_Posix_Syscall__Utsname, Mono_Posix_Syscall_uname()
|
18 years ago |
|
grp.c
|
c765c61f57
Only include the <sys/param.h> header if available
|
11 years ago |
|
infback.c
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
inffast.c
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
inffast.h
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
inffixed.h
|
c1b93c0908
Added zlib files to the build, it will be part of MonoSupport
|
19 years ago |
|
inflate.c
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
inflate.h
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
inftrees.c
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
inftrees.h
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
macros.c
|
58ebad8f72
Add missing prototypes to Mono.Posix C sources.
|
11 years ago |
|
map.c
|
2225b6a260
[Mono.Posix] Add support for sending and receiving socket control messages
|
10 years ago |
|
map.h
|
2225b6a260
[Mono.Posix] Add support for sending and receiving socket control messages
|
10 years ago |
|
mph.h
|
d14254989b
Add socket-related functions and data structures to Mono.Posix
|
10 years ago |
|
nl.c
|
6a197bad93
Fix a warning.
|
11 years ago |
|
nl.h
|
75d42f19f9
[NetworkInformation] Support network IP/status events
|
14 years ago |
|
old-map.c
|
82364ccaaa
Use SIGPROF only if it is available
|
11 years ago |
|
old-map.h
|
50cd49c88c
Integrate Mono.Posix OEE with Mono.
|
21 years ago |
|
pwd.c
|
f7b355721a
Fix a crash in Mono.Posix.Syscall.getpwuid_r () on some systems when a uid is not found. Fixes #11770.
|
12 years ago |
|
serial.c
|
8356eb2af9
There's no IOKit on the Apple TV.
|
10 years ago |
|
signal.c
|
bca3964c8b
Cleanup in signal.c and related tests
|
10 years ago |
|
stdio.c
|
c38e27bc7b
L_cuserid was removed from OpenBSD.
|
11 years ago |
|
stdlib.c
|
2225b6a260
[Mono.Posix] Add support for sending and receiving socket control messages
|
10 years ago |
|
string.c
|
37829d3208
* dirent.c, errno.c, fcntl.c, fstab.c, grp.c, macros.c, pwd.c, signal.c,
|
19 years ago |
|
support-heap.c
|
5325d1020d
Implement the heap stuff, move it to a separate file
|
20 years ago |
|
supportw.c
|
b45527f44b
Add missing prototypes to supportw.c.
|
11 years ago |
|
supportw.h
|
05381e2173
2005-06-29 Gonzalo Paniagua Javier <[email protected]>
|
20 years ago |
|
sys-mman.c
|
256ec5591a
Don't define _XOPEN_SOURCE on OpenBSD. With _XOPEN_SOURCE defined mincore() is not visible.
|
11 years ago |
|
sys-sendfile.c
|
9e9e2c86c8
any BSD's sendfile has 6 arguments
|
13 years ago |
|
sys-socket.c
|
2225b6a260
[Mono.Posix] Add support for sending and receiving socket control messages
|
10 years ago |
|
sys-stat.c
|
f4744df2fd
Fix sys-stat.c where a pointer to a mode_t (potentially an int16) was being unsafely converted to an int32 pointer
|
10 years ago |
|
sys-statvfs.c
|
c765c61f57
Only include the <sys/param.h> header if available
|
11 years ago |
|
sys-time.c
|
325982b65f
Remove Mono_Posix_Syscall_utimes_bad
|
11 years ago |
|
sys-uio.c
|
2225b6a260
[Mono.Posix] Add support for sending and receiving socket control messages
|
10 years ago |
|
sys-uio.h
|
2225b6a260
[Mono.Posix] Add support for sending and receiving socket control messages
|
10 years ago |
|
sys-utsname.c
|
aaf6f0a816
* map.h: Flush; add Mono_Posix_Syscall__Utsname, Mono_Posix_Syscall_uname()
|
18 years ago |
|
sys-wait.c
|
9874935dd8
Do not depend on glib/types.h
|
19 years ago |
|
sys-xattr.c
|
37829d3208
* dirent.c, errno.c, fcntl.c, fstab.c, grp.c, macros.c, pwd.c, signal.c,
|
19 years ago |
|
syslog.c
|
58ebad8f72
Add missing prototypes to Mono.Posix C sources.
|
11 years ago |
|
time.c
|
1eb1c2e4d0
2009-09-02 Rodrigo Kumpera <[email protected]>
|
16 years ago |
|
trees.c
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
trees.h
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
uncompr.c
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
unistd.c
|
9b824c31c8
Fix Syscall.readlink() for non-ascii targets
|
12 years ago |
|
utime.c
|
37829d3208
* dirent.c, errno.c, fcntl.c, fstab.c, grp.c, macros.c, pwd.c, signal.c,
|
19 years ago |
|
x-struct-str.c
|
ec0304a599
Remove unnecessary MPH_INTERNAL applied to a function definition.
|
11 years ago |
|
zconf.h
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
zlib-helper.c
|
1c4d28ddb4
Fixed the build.
|
9 years ago |
|
zlib.h
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
zutil.c
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |
|
zutil.h
|
46ad959976
Update zlib to version 1.2.5
|
15 years ago |