aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/uname.cc
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Cygwin: unbreak the build with GCC 7Ken Brown1-1/+7
2019-07-16Cygwin: avoid GCC 8.3 errors with -Werror=stringop-truncationKen Brown1-1/+1
2019-01-26Cygwin: uname: Raise size of utsname fields and revamp uname(2) outputCorinna Vinschen1-1/+69
2018-04-11Cygwin: wincap: expose more SYSTEM_INFO members and use as appropriateCorinna Vinschen1-8/+4
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-12-07Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen1-0/+2
2015-01-24 * uname.cc (uname): Shorten "WOW64" to "WOW" to account for the newCorinna Vinschen1-2/+2
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-61/+64
2013-07-11 * uname.cc (uname): Drop unused code.Corinna Vinschen1-14/+5
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-1/+0
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen1-17/+7
2006-01-13 * uname.cc (uname): Concatenate a "-WOW64" to utsname's sysnameCorinna Vinschen1-2/+7
2005-10-03 * uname.cc (uname): Disable use of GetNativeSystemInfo.Corinna Vinschen1-0/+6
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-1/+3
2005-06-06 * uname.cc (uname): Change "amd64" to "x86_64" as on Linux.Corinna Vinschen1-1/+1
2005-06-06 * uname.cc (uname): Add missing break.Corinna Vinschen1-0/+1
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-3/+3
2004-07-24 * autoload.cc (GetNativeSystemInfo): Add.Corinna Vinschen1-1/+13
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen1-1/+1
2003-01-12 * uname.cc (uname): Use cygwin_gethostname() to retrieve hostname.Corinna Vinschen1-3/+1
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-1/+1
2001-11-05Eliminate excess whitespace.Christopher Faylor1-1/+1
2001-10-15 * uname.cc (uname): Use `wProcessorLevel' unless OS sets it wrong.Corinna Vinschen1-6/+16
2001-09-16* path.cc (symlink): Check arguments for validity.Egor Duda1-0/+4
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-2/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-1/+1
2001-09-04 * uname.cc (uname): Eliminate os specific retrieving of x86Corinna Vinschen1-25/+9
2001-04-15* uname.c (uname): Default n in in86 to 6 if Windows returns > 6.Christopher Faylor1-1/+3
2000-09-30 * winsup.h: Add `winME' to os_type symbols.Corinna Vinschen1-0/+1
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-05-23* uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with theChristopher Faylor1-1/+1
2000-05-23* mkvers.sh: Use snapshot date as build date since it is more interesting.Christopher Faylor1-1/+5
2000-02-28Fix sysname.Christopher Faylor1-1/+1
2000-02-28* dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor1-27/+3
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+110