summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc (stack_info::walk): Use method to find offset.Christopher Faylor2000-07-036-37/+68
* * include/cygwin/socket.h: Remove SOCK_PACKET define since it'sCorinna Vinschen2000-07-032-5/+5
* * dcrt0.cc (user32_init): Add primitive guard against concurrent attempts toChristopher Faylor2000-07-032-3/+32
* Replaced buggy ChangeLog entryCorinna Vinschen2000-07-021-4/+10
* * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen2000-07-029-27/+33
* Add some comments.Christopher Faylor2000-07-021-0/+2
* * uinfo.cc (uinfo_init): Eliminate calls to read_etc_group()Corinna Vinschen2000-07-022-27/+16
* Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2000-07-0113-21/+31
* * binmode.c (cygwin_premain0): Fix erroneous clearing of bit.Christopher Faylor2000-07-013-2/+7
* Remove asm labelling from _dll_crt0 since it seems to confuse different versionsChristopher Faylor2000-07-011-1/+1
* * dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().Christopher Faylor2000-07-015-7/+14
* Forgot perthread.h.Christopher Faylor2000-07-012-0/+38
* * Makefile.in: Use variables rather than configure constructs whereChristopher Faylor2000-07-0126-223/+455
* * syscalls.cc (seteuid): Initialize pi.token before callingCorinna Vinschen2000-06-283-8/+33
* * windows.cc (setitimer): Round up when < 1000 usecs.Christopher Faylor2000-06-262-1/+8
* * hinfo.cc (hinfo::dup2): Eliminate compiler warning.Christopher Faylor2000-06-262-1/+5
* * hinfo.cc (hinfo::dup2): Guard against out of bounds newfd.Christopher Faylor2000-06-262-1/+11
* * grp.cc (read_etc_group): Open file in text mode.Christopher Faylor2000-06-254-3/+9
* * fork.cc (fork): Fix error in copying SID pointer.Corinna Vinschen2000-06-245-15/+56
* * shared.cc (shared_info::initialize): Improve error message clarity.Christopher Faylor2000-06-243-2/+9
* * Makefile.in: Autogenerate cygwin.def when appropriate.Christopher Faylor2000-06-223-3/+11
* Revise previous include/sys/cygwin.h change.Christopher Faylor2000-06-222-4/+4
* * include/sys/cygwin.h: Don't define parts of this file that rely on WindowsChristopher Faylor2000-06-222-2/+7
* Revert.Christopher Faylor2000-06-221-5/+0
* Remove some files that were added prematurely.Christopher Faylor2000-06-221-3/+2
* * registry.cc (load_registry_hive): Use HKEY_USERS when checkingCorinna Vinschen2000-06-222-5/+13
* * Makefile.in: Add new-libcygwin.a back to all_host target.Christopher Faylor2000-06-222-1/+5
* * Makefile.in: Add *.def to clean operation.Christopher Faylor2000-06-215-7/+20
* * 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