summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix values returned by getrlimit(RLIMIT_STACK)Corinna Vinschen2015-06-262-10/+31
* Use source files which have makedoc markup, but aren't processed or included.newlib-snapshot-20150623Jon TURNEY2015-06-2410-4/+34
* Use makedoc output files which are generated but aren't includedJon TURNEY2015-06-246-2/+33
* Don't chew files which contain no documentation markupJon TURNEY2015-06-243-3/+6
* Fix mismatched parentheses in documentation.Jon TURNEY2015-06-244-3/+10
* Fix typo-ed function names in efgcvt.c documentationJon TURNEY2015-06-233-3/+9
* Fix an inconsistent use of '.' in FUNCTIONJon TURNEY2015-06-232-1/+6
* Fix SYNOPSIS prototypes without marked up parameter namesJon TURNEY2015-06-234-5/+11
* Correct a non-ANSI prototype in SYNOPSISJon TURNEY2015-06-232-1/+5
* Remove stray punctuation in ANSI_SYNOPSIS prototypesJon TURNEY2015-06-233-2/+8
* Fix some mangled makedoc markupJon TURNEY2015-06-233-5/+10
* Fix makedoc markup used in texinfo sourceJon TURNEY2015-06-233-2/+7
* winsup/doc: Update ancient README about building documentationJon TURNEY2015-06-232-21/+6
* winsup/doc: Use xidepend to generate the source list for FAQ targets as wellJon TURNEY2015-06-232-4/+6
* winsup/doc: Remove 'Usage' prefix from synopsesJon TURNEY2015-06-232-44/+48
* winsup/doc: Add intro man pages from cygwin-docJon TURNEY2015-06-233-1/+209
* winsup/doc: Create info pages from cygwin documentationJon TURNEY2015-06-235-6/+53
* Complement SIGEV_* enums with macrosKen Brown2015-06-232-0/+8
* Don't push on original stack during alternate signal stack setupCorinna Vinschen2015-06-222-56/+56
* sys/signal.h requires sys/cdefs.hCorinna Vinschen2015-06-222-0/+5
* Safe all clobbered volatile registers when using alternate stackCorinna Vinschen2015-06-212-22/+54
* Fix commentsCorinna Vinschen2015-06-201-2/+2
* ChangeLog entries for Cygwin's alternate signal stack implementationCorinna Vinschen2015-06-203-0/+41
* Add alternate signal stack to docsCorinna Vinschen2015-06-203-1/+17
* Implement using alternate signal stack in CygwinCorinna Vinschen2015-06-201-13/+108
* Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as wellCorinna Vinschen2015-06-202-17/+14
* Handle exceptions in sigaltstackCorinna Vinschen2015-06-201-21/+35
* Preliminary infrastructure to implement alternate stackCorinna Vinschen2015-06-199-153/+215
* Formatting fixes in exceptions.ccCorinna Vinschen2015-06-192-37/+67
* winsup/doc: Fix command to create man3 install directoryJon TURNEY2015-06-192-1/+6
* Disallow installing "man pages" from release subdirCorinna Vinschen2015-06-182-4/+8
* winsup/doc: Add man.xsl customization stylesheetJon TURNEY2015-06-183-4/+22
* winsup/doc: Make and install cygwin-api function manpagesJon TURNEY2015-06-182-2/+16
* winsup/doc: Convert cygwin-api function documentation to refentry elementsJon TURNEY2015-06-185-68/+258
* winsup/doc: Generate ANSI rather than K&R style function prototypesJon TURNEY2015-06-183-0/+12
* winsup/doc: Rename cygwin.xsl as html.xslJon TURNEY2015-06-183-8/+12
* Add sethostname to API listCorinna Vinschen2015-06-172-0/+5
* Add sethostnameCorinna Vinschen2015-06-177-3/+44
* Add release/2.0.5 fileCorinna Vinschen2015-06-171-0/+16
* winsup/doc: Make and install manpages for utilsJon TURNEY2015-06-162-3/+20
* winsup/doc: Convert utils.xml to using refentry elementsJon TURNEY2015-06-164-209/+625
* winsup/doc: Fix an issue with parallel makeJon TURNEY2015-06-162-0/+6
* winsup/doc: Make it easier to extend xidepend to more targetsJon TURNEY2015-06-163-9/+15
* winsup/doc: Use fo.xsl to customize PDF generation from DocBook XMLJon TURNEY2015-06-162-2/+8
* winsup/doc: Some preparatory XML fixesJon TURNEY2015-06-163-29/+34
* winsup/doc: Fix xidepend to handle relative pathnamesJon TURNEY2015-06-162-0/+5
* winsup/doc: Remove tarball target from .PHONYJon TURNEY2015-06-162-1/+5
* Try to handle concurrent close on socket more gracefullyCorinna Vinschen2015-06-152-14/+53
* Handle more Winsock error codes.Corinna Vinschen2015-06-152-0/+7
* Don't enforce SA_RESTART in non-main threadsCorinna Vinschen2015-06-152-1/+12