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
path: root/man
AgeCommit message (Collapse)Author
2018-02-28[System.IO] Integrate FileSystemWatchers from CoreFXAlexis Christoforides
The FSEvent CoreFX watcher becomes the new default for MacOS.
2018-02-26Remove mention of MONO_THEME from man page. (#7282)Filip Navara
2018-02-22Revert "Run the ProcessExit events in the threadpool and enforce a 3 seconds ↵Rodrigo Kumpera
limit. Fixes #10087"
2018-02-22Merge pull request #6018 from kumpera/fix_10087Rodrigo Kumpera
Run the ProcessExit events in the threadpool and enforce a 3 seconds limit. Fixes #10087
2018-02-15[mkbundle] Automatically bundle config files and machine.config files (#7002)Miguel de Icaza
* [mkbundle] Automatically bundle config files and machine.config files for the simple/cross compiler scenario, fixes one of the missing issues for #6230
2018-02-13[utils] Add "exec" log category for misc runtime activity.Rodrigo Kumpera
This is intended to be a catch-all category for all sorts of miscellaneous events we don't have a clear category for and that don't deserve one.
2018-01-09Add capability to list more than one method to be verbose, document some ↵Miguel de Icaza
internal APIs, update man page with more explanations (#6426)
2018-01-03Update a few more Bugzilla URLs to GitHub (#6381)Alexander Köplinger
Also update the WinForms readme to remove outdated content while at it.
2017-12-18[linker-analyzer] Added man page for the linker analyzerRadek Doulik
2017-12-01[log] Rework MONO_TRACE_* to allow for nested io-layer masks (process, file, ↵Ludovic Henry
handle, etc.) (#6138)
2017-12-01Cleanup unused MONO_DISABLE_SHM env var (#6141)markusbeth
The environment variable MONO_DISABLE_SHM seems to be unused now. Cleanup the leftovers.
2017-11-28[profiler] Make it possible to trigger heapshots from the M.P.L library.Alex Rønne Petersen
Also make it so on-demand heapshots can be done regardless of the heapshot mode in use. There really wasn't a good reason to not allow it before.
2017-11-23[man] Rewrite the profiler-related man pages.Alex Rønne Petersen
* Separate profiler module documentation into a new mono-profilers(1) page. * Add documentation for the aot and coverage profilers. * Rewrite the mprof-report(1) page to only talk about mprof-report itself. * Rewrite and update the profiler-related sections of mono(1). * Conform to man page formatting conventions.
2017-11-15[runtime] Add Dedup Support to MkBundle (#5484)Alexander Kyte
* [runtime] Fix mkbundle compilation on OSX * [runtime] Add aot arguments to mkbundle * [runtime] Enable compiling aot with mkbundle * [runtime] Add new dedup interface to mkbundle * [runtime] Fix path resolving for mkbundle * [runtime] Use mkbundle in BCL tests * [runtime] Skip building System.Security, System.IdentityModel tests on testing_aot_full * [runtime] Fix in-tree building for mkbundle * [runtime] Move testing dll into profile * [runtime] Add target to mkbundle all tests before CI * [runtime] Build stripper and use with mkbundle Preliminary linker support ran into dependency-finding bug with the monolinker.exe binary. Fix postponed until later. * [runtime] Skip not supported tests with mkbundle * [runtime] Don't re-aot when running BCL tests * [runtime] Provide config to mkbundle * [runtime] Fix mkbundle internationalization test results, build all * [runtime] Clean up temp mkbundle aot directory * [runtime] Add mkbundle support for dedup * [runtime] Fix tracking of dedup module in mkbundle * [runtime] Document mkbundle AOT options in man pages * [runtime] Fix CADMessage generic method argument marshalling
2017-11-15[runtime] Implement runtime support for inflated wrapper and generic dedup ↵Alexander Kyte
(#5349) * [runtime] Support excluding or choosing to emit only inflated methods * [runtime] Only write cache if changed, so can be used by Makefiles * [runtime] Thread state through multiple mono_compile_assembly calls * [runtime] Emit skipped methods in dedup module * [runtime] Use AOT attribute to mark dummy dedup module * [runtime] Expose and use can_dedup for AOT compiler+runtime * [runtime] Add missing cases to the mangler * [runtime] Fix direct calls with dedup * [runtime] Implement runtime support for finding deduped code * [runtime] Refactor dedup state setup into new function * [runtime] Add in dedup debugging aid / external visibility Gives a demo on how to make mangled method names externally visible * [runtime] Log dedup statistics
2017-11-08[interp] enable it by default in configure (#5925)Bernhard Urban
* [interp] enable it by default in configure can be disabled via --enable-minimal=interpreter, like other components in the runtime. * [interp] use DISABLE_INTERPRETER in Makefile.am.in so it is closer to what we had before * [interp] improve handling of interpreter flag and also check if we are on a cross-compile runtime * [configure] add interpreter to the list of --enable-minimal * [ci] remove --enable-interpreter from script * [windows] disable interpreter for now * [driver] add output about availabilty of interpreter in --version * [man] add entry to mono.1 about --interpreter * [driver] update --interpreter handling
2017-09-25[profiler] Add dedicated coverage profiler (#5622)Ludovic Henry
This is to remove the need to depend on the log profiler and mprof-report to generate code coverage reports
2017-09-08Update man pageMiguel de Icaza
2017-09-02Clarifying the usage of the --library optionHinTak
I found that multiple libraries need to be specified in dependency order. That was not obvious from the man page. Make it explicit. See https://bugzilla.xamarin.com/show_bug.cgi?id=59154
2017-08-31Revert "Merge pull request #5330 from alexanderkyte/dedup_mkbundle"Alexander Köplinger
This reverts commit 9a287c04126d095e7371afee32632febd0dafd93, reversing changes made to 4a79280b3bef8d5f15da9ddd2a2af3a03e194b03. It breaks tons of tests.
2017-08-30[runtime] Document mkbundle AOT options in man pagesAlexander Kyte
2017-08-25[man] Cleanup mentions of monocov in mono.1 (#5446)Alexander Köplinger
Coverage support was added to the log profiler in a5ab6c642e38cbb60cf0c4f63007652ebf567060 and the monocov profiler was removed with 16570265149730ec6a4760cc0fa34decc1a9d981.
2017-08-11[docs] mprof-report manpage - remove "onlycoverage" log profiler optionUri Simchoni
This option does not exist in the code.
2017-08-11[docs] mprof-report manpage - document heapshot-on-shutdownUri Simchoni
Document the heapshot-on-shutdown log profiler option.
2017-08-11[docs] mprof-report manpage - document '#' output optionUri Simchoni
Document ability to use the log profiler with an open file descriptor.
2017-08-10[docs] mprof-report manpage -- fix desctiption of existing file behaviorUri Simchoni
Fix the description of what happens when the output file already exists.
2017-08-10[docs] remove non-existant option from log profiler manpageUri Simchoni
The option of prepending a '-' to the log profiler output filename is not supported by the code - remove it.
2017-08-10[docs] Capitalization / puctuation fixes in mprof-report manpage.Uri Simchoni
2017-06-27[man] Fix AOT temp path option descriptionAlexander Köplinger
It's `temp-path` in the code, not `temp_path`
2017-06-13Merge pull request #5002 from BrzVlad/feature-sgen-modesVlad Brezae
[sgen] SGen modes
2017-06-13[man] Add entries for sgen modes and new major/minor typesVlad Brezae
2017-06-08[interp aot] documentationBernhard Urban
2017-06-06[man] Remove mention of MONO_AOT_CACHE from mono.1Alexander Köplinger
The env var was removed a long time ago in b8766a812d64d819948e1b7c6482a6ac80d3b4eb and was replaced by options to --aot. This came up in Gitter today.
2017-05-03Document --assembly-loader, change default to 'legacy' and fix commentAndi McClure
Also set testing_gac tests to use --assembly-loader=strict, since it is no longer the default
2017-04-25[man] Document --apply-bindings=FILE optionAleksey Kliger
2017-03-28Remove 'experimental' label from full/hybrid AOT in manpageAndi McClure
2017-03-28Correctly document --aot options in man pageAndi McClure
- Ensure all AOT options are both documented and listed in alphabetical order in both the manpage and --help line - Ensure all exceptoins are commented in the aot-compiler.c source with "intentionally udnocumented"
2017-03-24A few fixes to the man pageMiguel de Icaza
2017-03-23csharp: support command line arguments for scriptsAaron Bockover
This adds a command line argument preprocessor that splits command line arguments into two groups, delimited by the "standard" `--` "stop processing" argument, or by the `-s` argument which can be used with Unix shebang syntax (where the path of the file being executed will be appended to the command line specified on the shebang line). - anything before `--` or `-s` will be passed to mcs/csharp as usual - anything after `--` or `-s` will _not_ be processed by mcs/csharp, and will be made available in an `Args` builtin, like `csi` This _finally_ (after almost 10 years) allows `csharp` to be used for proper script authoring! Document the new arguments in the man page. Also remove references to 'gsharp' from the man page.
2017-02-21correct spelling mistakes (#4405)Edward Betts
2017-02-15[man] Remove outdated version numbers (#4382)Alexander Köplinger
We haven't been consistent in keeping those version numbers up to date as we bump Mono's version so it's less confusing to not show them in the manual pages. `mono --version` is and has been the source of truth.
2017-02-10[exceptions] introduce suspend-on-native-crash that suspends on every native ↵Bernhard Urban
crash not just `SIGSEGV`. rename `suspend-on-sigsegv` but keep it as an alias around.
2017-01-19Add mdb2ppdb man page, remove prj2make man pageMiguel de Icaza
2017-01-10[aot] Rewrite the AOT profiler. (#4176)Zoltan Varga
* [aot] Rewrite the AOT profiler. The AOT profiler is used to collect the methods/instances used at runtime. Usage: * mono --profile=aot:output=out.aotprof <app> * mono --aot=profile=out.aotprof <assembly> The first command will run <app>, collecting the list of methods it uses into the out.aotprof file. The second command passes the profile file to the AOT compiler to have it generate additional generic instances. * [docs] Add a section for AOT profiling to the mono(1) man page. * [build] Collect AOT profile info from building mscorlib in the build profile, and use it when aot-ing the csc assemblies. * [runtime] Add missing mono-profiler-aot.h file. * [runtime] Tidy up usage of MONO_PROFILER_API. * [aot] Improve error handling in the aot profiler. * [aot] Improve error handling, add more diagnostics.
2016-12-22[aot] Cleanup the AOT loading code a bit. Add a --aot-path= command line ↵Zoltan Varga
option to specify additional directories to search for AOT images. (#4191)
2016-10-27[man] Typo fixes for the man pagesAbdur Rehman
disco.1: fix typo, closes #3841 csharp.1: fix typos, closes #3840 crlupdate.1: fix minor typo, closes #3839 certmgr.1: fix typos/grammar, closes #3838 ccrewrite.1: fix minor grammatical errors, closes #3837 ccrewrite.1: fix copyright, closes #3836 Following comment changed the copyright: https://github.com/mono/mono/commit/5a3fb39ca6a46250aec3afef21c85bef30239fc5 Reflect same change in the comments.
2016-10-26cccheck.1: fix a typoAbdur Rehman
2016-10-26[mcs] Add pathmap optionatkcocoa3atkcocoa-2Marek Safar
2016-10-24caspol.1: fix minor grammatical errorsAbdur Rehman
2016-10-24Make mkbundle use SDKs instead of a single runtime for cross compilationMiguel de Icaza
Make mkbundle use SDKs instead of a single runtime for cross compilation