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

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-08Cygwin: uname: fix building in non-git source dirCorinna Vinschen
2022-12-07Cygwin: uname: generate default release string from git as wellCorinna Vinschen
2022-11-24Cygwin: uname: allow to specify external release infoCorinna Vinschen
2022-11-24Cygwin: drop snapshot handlingCorinna Vinschen
2022-07-29Cygwin: uname: drop useless support for unsupported CPU archesCorinna Vinschen
2022-05-16Cygwin: drop PROCESSOR_ARCHITECTURE_INTEL from unameCorinna Vinschen
2022-05-13Cygwin: wincap: drop wow64 flag and all conditions depending on itCorinna Vinschen
2021-03-08Revert "Cygwin: Make sure newer apps get uname_x even when loading uname dyna...Corinna Vinschen
2020-12-15Cygwin: Make sure newer apps get uname_x even when loading uname dynamicallyCorinna Vinschen
2019-07-19Cygwin: unbreak the build with GCC 7Ken Brown
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown
2019-01-26Cygwin: uname: Raise size of utsname fields and revamp uname(2) outputCorinna Vinschen
2018-04-11Cygwin: wincap: expose more SYSTEM_INFO members and use as appropriateCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen
2015-01-24 * uname.cc (uname): Shorten "WOW64" to "WOW" to account for the newCorinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2013-07-11 * uname.cc (uname): Drop unused code.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen
2006-01-13 * uname.cc (uname): Concatenate a "-WOW64" to utsname's sysnameCorinna Vinschen
2005-10-03 * uname.cc (uname): Disable use of GetNativeSystemInfo.Corinna Vinschen
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-06-06 * uname.cc (uname): Change "amd64" to "x86_64" as on Linux.Corinna Vinschen
2005-06-06 * uname.cc (uname): Add missing break.Corinna Vinschen
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-07-24 * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen
2003-01-12 * uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.Corinna Vinschen
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-15 * uname.cc (uname): Use `wProcessorLevel' unless OS sets it wrong.Corinna Vinschen
2001-09-16* path.cc (symlink): Check arguments for validity.Egor Duda
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen
2001-09-12Update copyrights.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-05 * uname.cc (uname): Eliminate os specific retrieving of x86Corinna Vinschen
2001-04-16* uname.c (uname): Default n in in86 to 6 if Windows returns > 6.Christopher Faylor
2000-09-30 * winsup.h: Add `winME' to os_type symbols.Corinna Vinschen
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-05-23* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with theChristopher Faylor
2000-05-23* mkvers.sh: Use snapshot date as build date since it is more interesting.Christopher Faylor
2000-02-28Fix sysname.Christopher Faylor
2000-02-28* dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor