Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-26Restrict IOKit usage to desktop OSX.Rolf Bjarne Kvinge
2015-02-26Fixed compilation on Linux targets without `linux/serial.h`.João Matos
2015-02-26[Serial] Add support for high baud rates to MacOSMiguel de Icaza
2015-02-25[serial,signal] Add support for Linux arbitrary baud rates + drop Apple legac...Miguel de Icaza
2015-01-19[runtime] Workaround missing net/route.h in iOS SDK.João Matos
2015-01-16[Mono.Posix] Add overloads to pass ints and pointersMiguel de Icaza
2015-01-13[Mono.Posix] Add support for OSX F_NOCACHEMiguel de Icaza
2014-12-16[System.IO.Compression] Fixed DeflateStream native error when handling empty ...João Matos
2014-06-26Remove Mono_Posix_Syscall_utimes_badJonas 'Sortie' Termansen
2014-06-26Use SIGPROF only if it is availableJonas 'Sortie' Termansen
2014-06-26Only include the <sys/param.h> header if availableJonas 'Sortie' Termansen
2014-06-26Use <poll.h> to get poll rather than <sys/poll.h>Jonas 'Sortie' Termansen
2014-06-22Fix a warning.Zoltan Varga
2014-06-10Remove unnecessary MPH_INTERNAL applied to a function definition.Alex Rønne Petersen
2014-06-07Add missing prototypes to supportw.c.Alex Rønne Petersen
2014-06-07Comment an unused function in minizip.Alex Rønne Petersen
2014-06-07Fix z_alloc () signature.Alex Rønne Petersen
2014-06-07Add missing prototypes to Mono.Posix C sources.Alex Rønne Petersen
2014-05-27L_cuserid was removed from OpenBSD.Seth Jackson
2014-05-23[Mono.Posix] Support OS X ENOATTRJonathan Pryor
2014-05-23Don't define _XOPEN_SOURCE on OpenBSD. With _XOPEN_SOURCE defined mincore() i...Seth Jackson
2014-02-14Fixed incomplete decompression bug in System.IO.Compression.DeflateStream.Joao Matos
2013-10-27Add a .gitignore file to support/minizip/ to ignore *.la *.lo files.Alex Rønne Petersen
2013-10-10bxc#13642: MacNetworkChange: implement using managed codeAaron Bockover
2013-07-28Fix Syscall.readlink() for non-ascii targetsSteffen Kieß
2013-07-26Revert the use of mono_binary_search () in support/supportw.c.Alex Rønne Petersen
2013-07-26Add a mono_binary_search () function.Alex Rønne Petersen
2013-06-01Pass some defines in config.h instead of on the command line.Zoltan Varga
2013-05-30Revert "Pass more defines in config.h instead of on the command line. Pass li...Zoltan Varga
2013-05-30Pass more defines in config.h instead of on the command line. Pass libgc defi...Zoltan Varga
2013-05-02mac-reachability.c: update for C89ismsAaron Bockover
2013-05-02mac-reachability.c: enable for TARGET_IOSAaron Bockover
2013-05-02NetworkChange: Support Mac OS X (bcx#12038)Aaron Bockover
2013-04-18Fix a crash in Mono.Posix.Syscall.getpwuid_r () on some systems when a uid is...Steffen Kieß
2013-03-28Fix the build.Zoltan Varga
2013-03-28Fix build break.Jonathan Pryor
2013-03-27Add nanosecond resolution times to struct StatSteffen Kieß
2013-03-27Add various methods and flags to SyscallSteffen Kieß
2013-03-26Set errno to 0 before calling readdir in Syscall.readdir().Steffen Kieß
2013-03-20Added CreateNLSocket stub for non-linux platformsMarek Habersack
2012-10-24Fix the build.Rodrigo Kumpera
2012-10-24Disable -Werror=format-security on GCC as the input is already validated by t...Mirco Bauer
2012-10-03Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no ...Zoltan Varga
2012-06-26For Bug 2014: map FcntlCommand to local system command for fcntl_lockRob Wilkens
2012-06-16any BSD's sendfile has 6 argumentsKISHIMOTO, Makoto
2012-06-16mincore(2) isnot X/Ooen standardKISHIMOTO, Makoto
2012-06-01Fix implicit function declarations on osx.Zoltan Varga
2012-03-19Silence compiler warnings for methods that are P/Invoked: provide prototypesMiguel de Icaza
2012-03-19(write_serial): fix the variable holding the return value of write(2) which i...Miguel de Icaza
2012-03-06Revert the change to syslog message formatting, as JonP's code already does e...Miguel de Icaza