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
2005-04-29* shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor
2005-04-28(check in files that should have been checked in previously)Christopher Faylor
2005-04-28* fhandler.cc (fhandler_base::open_9x): Remove (broken) check forChristopher Faylor
2005-04-27* environ.cc (build_env): Ensure that win32 array is properly filled in when aChristopher Faylor
2005-04-26* include/cygwin/version.h: Bump DLL minor number to 17.Christopher Faylor
2005-04-25* how-to-debug-cygwin.txt: Fix typo.Joshua Daniel Franklin
2005-04-23* shared.cc (user_shared_initialize): Implement locking similar to shared_infoChristopher Faylor
2005-04-22* fhandler.h (dev_console::set_color): Define new function.Christopher Faylor
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor
2005-04-22* shared.cc (shared_info::initialize): Test previous version of shared memoryChristopher Faylor
2005-04-21revert erroneous checkinChristopher Faylor
2005-04-21* sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.Christopher Faylor
2005-04-20* path.cc (path_conv::check): Fix problem reading symlinks introduced in belowChristopher Faylor
2005-04-20* path.cc (path_conv::check): Punt when attempting to access a nonexistentChristopher Faylor
2005-04-19 * security.cc (alloc_sd): Remove DELETE bit from user's ACE ifCorinna Vinschen
2005-04-19 * cygwin.din (pselect): Export.Corinna Vinschen
2005-04-18 * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen
2005-04-18* include/cygwin/version.h: Bump DLL minor number to 16.Christopher Faylor
2005-04-18 * grp.cc (initgroups32): Return the correct value.Corinna Vinschen
2005-04-17Actually check in files.Christopher Faylor
2005-04-16 * fhandler_disk_file.cc (fhandler_base::utimes_fs): IgnoreCorinna Vinschen
2005-04-16 * security.h (cygsidlist::addfromgr): Allow duplicate entries.Corinna Vinschen
2005-04-16 * environ.cc (environ_init): Don't set traverse checking as default.Corinna Vinschen
2005-04-16 * fhandler_disk_file.cc (fhandler_base::utimes_fs): Drop touchingCorinna Vinschen
2005-04-16* fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor
2005-04-15 * syscalls.cc (setuid32): Correct debugging output.Corinna Vinschen
2005-04-14* dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor
2005-04-14.Christopher Faylor
2005-04-13 * fhandler.h (class fhandler_socket): Remove utimes.Corinna Vinschen
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen
2005-04-13* fhandler.h (fhandler_base::utimes_fs): New method.Christopher Faylor
2005-04-13 * fhandler_disk_file.cc (fhandler_disk_file::utimes): Don't set errnoCorinna Vinschen
2005-04-12 * autoload.cc (NtQueryVolumeInformationFile): Add.Corinna Vinschen
2005-04-12 Fix ChangeLog entry.Corinna Vinschen
2005-04-12 Revert previous patch.Corinna Vinschen
2005-04-12 * syscalls.cc (sync): Use renamed has_get_volume_pathnames wincap.Corinna Vinschen
2005-04-08* pipe.cc (fhandler_pipe::open): Remove O_CREAT limitation.Christopher Faylor
2005-04-08 * syslog.cc (try_connect_guard): Remove useless conditionalized code.Corinna Vinschen
2005-04-08 * syslog.cc: Include sys/socket.h.Corinna Vinschen
2005-04-06 * fhandler_socket.cc (get_inet_addr): Add type parameter to returnCorinna Vinschen
2005-04-06 * security.h (cygsidlist::addfromgr): Avoid duplicate entries.Corinna Vinschen
2005-04-06* net.cc (cygwin_getservbyname): Return (possibly NULL) return value of dup_entChristopher Faylor
2005-04-05* cygtls.cc (_cygtls::remove): Don't free or close stuff if we're being calledChristopher Faylor
2005-04-05* sync.h (muto::initforce): Delete flawed implementation.Christopher Faylor
2005-04-05* sync.h (muto::initforce): Force initialization even when name != NULL.Christopher Faylor
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor
2005-04-04* path.cc (path_conv::check): Only check for PC_NO_ACCESS_CHECK in endChristopher Faylor
2005-04-04 * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen