]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2016-01-04 Jeff JohnstonFix up errors in regenerated files for 2.3.0 release. newlib-snapshot-20160104
2015-12-25 Corinna Vinschensetfacl: Remove unused local variable
2015-12-25 Corinna VinschenOnly request WRITE_DAC rights when writing an ACL
2015-12-23 Corinna Vinschenaclsort: Honor calclass argument and allow recalculatin...
2015-12-23 Corinna Vinschenaclfromtext: Actually return aclcnt parameter
2015-12-23 Corinna VinschenUse TLS buffer in ACL<->text conversion
2015-12-23 Corinna Vinschensec_acl.cc: Cosmetic changes
2015-12-22 Jeff JohnstonRegenerate files for newlib 2.3.0. newlib-2_3_0
2015-12-21 Corinna Vinschensetfacl(1): Fix handling of -m and -x on a single comma...
2015-12-21 Jeff JohnstonFix atexit logic to honor _ATEXIT_DYNAMIC_ALLOC setting.
2015-12-21 Jeff JohnstonAdd static instance of _on_exit_args for _REENT_SMALL...
2015-12-21 Corinna Vinschensetfacl(1): Rewrite support for mask recomputation
2015-12-20 Houdersetfacl --mask/--no-mask really don't need an argument
2015-12-19 HouderFix missing arg requirement for setfacl -x option
2015-12-18 Corinna VinschenDrop sys_cp_wcstombs and save two arguments per call
2015-12-17 DJ DelorieBuild msp430-specific libnosys
2015-12-17 Anton KolesovARC: Use new definitions for optional ARC CPU features
2015-12-17 Corinna VinschenRemove inclusion of sys/select.h in sys/types.h for...
2015-12-17 DJ DelorieUpdate CIO hooks to be more flexible.
2015-12-16 Kevin Buettnerrl78: Don't output CR when LF is encountered in write().
2015-12-16 Corinna VinschenAdd release message for previous commit
2015-12-16 Corinna VinschenFix crash reading invalid SIDs from passwd and group...
2015-12-15 Corinna VinschenAdd usertemp to 2.4.0 release text
2015-12-14 Sebastian HuberAdd _REENT_INIT_PTR_ZEROED()
2015-12-14 Sebastian HuberFreeBSD compatibility for <sys/select.h>
2015-12-14 Freddie ChopinAdd missing lock releases in __register_exitproc().
2015-12-14 Ken BrownFix regparm attribute of fhandler_base::fstat_helper
2015-12-09 Corinna VinschenFetch and store FileAllInformation rather than FileNetw...
2015-12-09 Corinna VinschenDrop unused path_conv::ndisk_links method
2015-12-09 Corinna VinschenUse fii instead of fai for FILE_INTERNAL_INFORMATION...
2015-12-09 Corinna VinschenIn FILE_ID_BOTH_DIR_INFORMATION it's actually FileId...
2015-12-09 Thomas Preud... Check for 64 FP instructions availability in libm befor...
2015-12-08 Corinna VinschenAdd missing checks for __SNLK flag
2015-12-08 Corinna VinschenFix re-initialization of FILE flags and mbstate in...
2015-12-08 Corinna VinschenRemove unnecessary locking in pthread_setcancelstate...
2015-12-08 Corinna VinschenRename FileId to IndexNumber in NT structures to align...
2015-12-07 Corinna VinschenFix minor style issue in _dll_crt0.
2015-12-07 Johannes SchindelinIntroduce the 'usertemp' filesystem type
2015-12-07 Nick WithersAdd definitions for NBBY to arm and rtems targets
2015-12-07 Corinna VinschenMove fd_stuff from sys/types.h to sys/select.h
2015-12-07 Corinna VinschenAlways allocate main thread stack from pthread stack...
2015-12-06 Corinna VinschenAllow cygwin_conv_path(3) and cygpath(1) to emit /proc...
2015-12-04 Nick CliftonAlways define __high_bsssize, do not just PROVIDE it.
2015-12-03 Corinna VinschenAdd release message for workaround added with previous...
2015-12-03 Corinna VinschenOn 64 bit, only create new thread stack if started...
2015-12-03 Corinna VinschenFix thinko in /proc/<PID>/maps TEB detection on W10...
2015-12-03 Corinna VinschenFix /proc/<PID>/maps output for PEB and TEBs on W10...
2015-12-03 Corinna VinschenAlways move 64 bit main thread stack to defined pthread...
2015-12-03 Corinna VinschenCleanup in dcrt0.cc and fork.cc
2015-12-03 Corinna VinschenAlways restore full TEB stack info in forkee
2015-12-03 Corinna VinschenAdd missing dcrt0.cc patch to previous commit
2015-12-03 Corinna VinschenSafely recognize when fork is running from main thread...
2015-12-02 Corinna VinschenRename parent stack members in child_info struct to...
2015-12-02 Corinna VinschenDrop using _tlsbase and _tlstop in favor of access...
2015-12-02 Corinna Vinschenmiscfuncs.cc: Fix typos in comment
2015-11-29 Corinna VinschenOnly generate BUILTIN SIDs for uid/gid values <= 999
2015-11-29 Corinna VinschenUse correct gid value for Microsoft Account when /etc...
2015-11-28 Corinna VinschenSave and restore MXCSR register in delayed signal handling
2015-11-27 Corinna VinschenBelatedly create release notes for commits 2f4fef9...
2015-11-27 Corinna VinschenFix race condition when waiting for a signal
2015-11-26 Michael KwasigrochFix SEGV of kill -l 0
2015-11-26 Corinna VinschenFix creating relative native symlinks in top-level...
2015-11-26 David MacekAdd MacType to BLODA
2015-11-26 David MacekAdd a section describing peculiarities of how Cygwin...
2015-11-26 David MacekAdd Forefront TMG to the BLODA
2015-11-26 Corinna VinschenOnly build _strtodg_r on targets supporting a distinct...
2015-11-24 Steve Ellcey libc/stdlib/strtorx.c: Fix ifdef to check _LDBL_EQ_DBL.
2015-11-23 Marcus Shawcroft[ARM] Adjust strcmp-armv7.S selection logic.
2015-11-23 Marcus Shawcroft[ARM] Factor out the thumb2 -Os implementation.
2015-11-23 Nick CliftonFix initialisation of .upper.bss for the MSP430.
2015-11-21 Corinna VinschenFix numeric and monetary decimal point and thousands...
2015-11-21 Corinna VinschenHandle multibyte decimapl point in strtold.
2015-11-20 Corinna VinschenMention strtold patch in Cygwin 2.4.0 release message
2015-11-20 Corinna VinschenImport correctly working strtold from David M. Gay.
2015-11-20 Corinna VinschenMake match function globally available to stdlib functions.
2015-11-20 Corinna VinschenDrop unused declaration from wcstold.c
2015-11-19 Yaakov SelkowitzFix typo in rpmatch doc reference
2015-11-19 Corinna Vinschenldtoa.c: Reindent to GNU style
2015-11-19 Corinna VinschenFix rpmatch build problem
2015-11-19 Jon TurneySimplify the markup for sprintf and swprintf documentation
2015-11-19 Jon TurneyImprove markup of sscanf and swscanf documentation
2015-11-18 Corinna VinschenDocument new ACL code
2015-11-18 Corinna Vinschenget_posix_access: Skip merging permissions if user...
2015-11-18 Corinna Vinschenget_posix_access: Fix computation of effective user...
2015-11-18 Corinna VinschenFix file type mode bit handling on object security.
2015-11-18 Corinna Vinschensetfacl: Allow to combine -b and -k options
2015-11-18 Corinna VinschenFix permission evaluation for !new_style ACLs
2015-11-18 Corinna VinschenFix up POSIX permission handling
2015-11-18 Corinna VinschenUse Authz to fetch correct user permissions.
2015-11-18 Corinna VinschenAdd Authz class to compute exact POSIX user perms in...
2015-11-18 Corinna Vinschen* sec_acl.cc (get_posix_access): Fix class_perm in...
2015-11-18 Corinna VinschenReapply POSIX ACL changes.
2015-11-18 Corinna VinschenBump Cygwin DLL version to 2.4.0
2015-11-18 Corinna VinschenAdd missing ChangeLog entry for previous commit
2015-11-18 Corinna VinschenUpdate Cygwin's fnmatch to latest from FreeBSD.
2015-11-18 Corinna VinschenDon't generate Windows native symlinks targeting Cygwin...
2015-11-18 Corinna VinschenRegenerate Cygwin locale message info
2015-11-17 Yaakov Selkowitzcygwin: export rpmatch(3)
2015-11-17 Yaakov SelkowitzAdd rpmatch(3)
2015-11-13 Marcus Shawcroft[ARM] Factor out the thumb1 -Os implementation. cygwin-2_3_1-relase cygwin-2_3_1-release
next
This page took 0.058557 seconds and 5 git commands to generate.