summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in: Add *.exe to clean operation.Christopher Faylor2000-06-212-1/+5
* Display what's going on.Christopher Faylor2000-06-211-1/+2
* * mkvers.sh: Fix sed usage for older seds.Christopher Faylor2000-06-212-2/+7
* * Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful.Christopher Faylor2000-06-212-2/+6
* * mkvers.sh: Fix problem with handling of CVS tags causing .rc syntax errors.Christopher Faylor2000-06-202-1/+9
* * Makefile.in: Change to build the DLL during a cross-compiler build.Christopher Faylor2000-06-202-5/+7
* * select.cc (socket_cleanup): Shutdown I/O on dummy sockets prior to closingChristopher Faylor2000-06-202-0/+7
* * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen2000-06-198-76/+240
* * fhandler.h (set_name): Don't use 'unix' as name since this is defined by gccChristopher Faylor2000-06-183-6/+13
* * winsup.h (isabspath): Don't report `C:foo' as an absolute path.Christopher Faylor2000-06-172-1/+5
* * configure.in: Detect "cross-hosting" situation and set appropriate variablesChristopher Faylor2000-06-174-56/+100
* * pinfo.cc (pinfo_init): Revert previous patch.Corinna Vinschen2000-06-172-2/+4
* * pinfo.cc (pinfo_init): Add missing initializers.Corinna Vinschen2000-06-173-29/+32
* * Makefile.in: Just use library files from this tree when building cygrun.exe.Christopher Faylor2000-06-163-11/+13
* * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen2000-06-1611-36/+233
* * path.cc (chdir): Don't set cache to offending chdir. Change comment toChristopher Faylor2000-06-152-8/+15
* Fix typo.Christopher Faylor2000-06-151-1/+1
* * path.cc (normalize_posix_path): Convert path to POSIX if it seems to be aChristopher Faylor2000-06-152-19/+46
* * environ.cc (conv_envvars): Detect and convert all environment variables usedChristopher Faylor2000-06-152-0/+9
* * path.cc (mount_info::add_item): The previous patch can't handle the case ofChristopher Faylor2000-06-132-6/+13
* * thread.h: Shorten "current_directory" variables to "cwd_*" throughout.Christopher Faylor2000-06-133-62/+69
* * fhandler_random.cc (read): Call CryptAquireContext withCorinna Vinschen2000-06-112-2/+8
* * path.cc (path_conv::check): Erase two lines checked inCorinna Vinschen2000-06-082-2/+5
* * fhandler.cc (fhandler_disk_file::open): Check for directoryCorinna Vinschen2000-06-082-2/+11
* path.cc (mount_info::init): Eliminate the mount_slash feature.Corinna Vinschen2000-06-083-141/+88
* * include/cygwin/version.h: Bump DLL minor version number to 3.Christopher Faylor2000-06-082-1/+5
* * cygwin.din: add cygwin_dll_initDJ Delorie2000-06-084-0/+55
* * include/netinet/in_systm.h: New file.Corinna Vinschen2000-06-073-0/+45
* * exceptions.cc: Remove unneeded include.Christopher Faylor2000-06-017-27/+40
* * autoload.h: Put each info block in its own dummy static function.Christopher Faylor2000-06-012-1/+11
* * include/cygwin/version.h: use decimal, NOT octalDJ Delorie2000-05-312-2/+8
* * fhandler.cc (fhandler_disk_file::open): Check for executableCorinna Vinschen2000-05-312-2/+8
* * dcrt0.cc: Use LoadDLLfuncEx for loading Crypto API functionsCorinna Vinschen2000-05-312-5/+10
* * path.cc (mount_info::conv_to_win32_path): Previous patch was too aggressiveChristopher Faylor2000-05-302-5/+12
* Needed for previous changes.Christopher Faylor2000-05-301-0/+2
* * Makefile.in: Remove libadvapi32.a.Christopher Faylor2000-05-3011-130/+240
* * fhandler_random.cc (read): Use CRYPT_MACHINE_KEYSET inCorinna Vinschen2000-05-272-4/+10
* * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE.Corinna Vinschen2000-05-262-0/+5
* * sigproc.h (sigframe::set): Accept a default frame pointer.Christopher Faylor2000-05-263-4/+12
* * dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2000-05-252-2/+3
* * dir.cc (rmdir): Use file attributes that have already been discoveredChristopher Faylor2000-05-252-2/+2
* * dir.cc (rmdir): Use file attributes that have already been discovered byChristopher Faylor2000-05-252-3/+7
* Patch by Kazuhiro Fujieda <fujieda@jaist.ac.jp>:Corinna Vinschen2000-05-252-1/+6
* * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen2000-05-244-7/+34
* * syscalls.cc (_cygwin_istext_for_stdio): New, for newlibDJ Delorie2000-05-233-2/+62
* * dir.cc (writable_directory): handle root directoriesDJ Delorie2000-05-232-0/+8
* * uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with theChristopher Faylor2000-05-232-1/+6
* * path.cc (mount_info::conv_to_posix_path): Avoid putting a trailing slash on aChristopher Faylor2000-05-234-27/+48
* * mkvers.sh: Use snapshot date as build date since it is more interesting.Christopher Faylor2000-05-233-6/+23
* * environ.cc (regopt): Scan HKLM if HKCU scan fails.Christopher Faylor2000-05-222-0/+10