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
2002-06-04* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor
2002-06-03 * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen
2002-06-03 * syscalls.cc (stat64_to_stat32): Transform st_dev correctly.Corinna Vinschen
2002-06-03 * syscalls.cc (setegid32): Verify the correctness of the gidCorinna Vinschen
2002-06-03 * security.cc (lsa2wchar): Suppressed.Corinna Vinschen
2002-06-02* dtable.cc (handle_to_fn): Use largest match for device. CorrectlyChristopher Faylor
2002-06-02* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specificallyChristopher Faylor
2002-06-02* fhandler_process.cc (fhandler_process::open): Set fileid.Christopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-06-02* fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.Christopher Faylor
2002-06-01* path.cc (chdir): Don't allow cd'ing to a non-directory virtual path.Christopher Faylor
2002-06-01* fhandler_disk_file.cc (readdir): Move inode calculation into caller.Christopher Faylor
2002-06-01remove accidentally checked in test version.Christopher Faylor
2002-06-01oopsChristopher Faylor
2002-06-01(add the rest of the ChangeLog)Christopher Faylor
2002-06-01* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.Christopher Faylor
2002-06-01* fhandler_console.cc (fhandler_console::open): Always default to binmode.Christopher Faylor
2002-06-01* fhandler.cc (fhandler_base::open): Make default open mode == binmode.Christopher Faylor
2002-06-01* dll_init.cc (dll_list::init): Eliminate unneeded debugging statement.Christopher Faylor
2002-06-01* fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more files.Christopher Faylor
2002-05-31* path.cc (path_conv::check): Set fileattr to INVALID_FILE_ATTRIBUTES forChristopher Faylor
2002-05-31* fhandler_disk_file.cc (fhandler_disk_file::fstat): Always call fstat_by_nameChristopher Faylor
2002-05-30 * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen
2002-05-30speling fxiChristopher Faylor
2002-05-30* include/sys/cygwin.h (EXTERNAL_PINFO_VERSION): Reinstate.Christopher Faylor
2002-05-30 * external.cc (fillout_pinfo): Use new version define.Corinna Vinschen
2002-05-29* external.cc (fillout_pinfo): Set new version field in external_pinfoChristopher Faylor
2002-05-29 Change internal uid datatype from __uid16_t to __uid32_tCorinna Vinschen
2002-05-29 * include/cygwin/socket.h: Protect some symbols against multipleCorinna Vinschen
2002-05-29* dtable.cc (dtable::init_std_file_from_handle): Attempt stronger detection ofChristopher Faylor
2002-05-29clarify changelogChristopher Faylor
2002-05-29* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Properly check forChristopher Faylor
2002-05-28 * security.cc (set_security_attribute): Call getegid32() instead ofCorinna Vinschen
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen
2002-05-28* autoload.cc (noload): Properly mask low order word for determining number ofChristopher Faylor
2002-05-28* fhandler_disk_file.cc (fhandler_disk_file::fstat): Minor logic cleanup.Christopher Faylor
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor
2002-05-27 * security.cc (lsa2str): New function.Corinna Vinschen
2002-05-27 * syscalls.cc (seteuid): Do not take allow_ntsec into account.Corinna Vinschen
2002-05-27* debug.h (being_debugged): New macro.Christopher Faylor
2002-05-27* winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.Christopher Faylor
2002-05-27update commentChristopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-24 * security.cc (create_token): Call __sec_user() instead ofCorinna Vinschen
2002-05-242002-05-25 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor
2002-05-24* path.cc (path_conv::check): Make sure any trailing path component is part ofChristopher Faylor
2002-05-23* smallprint.c (__small_vsprintf): Implement '%o' after all these years.Christopher Faylor
2002-05-23* fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor
2002-05-22 * include/cygwin/types.h: Revert previous patch.Corinna Vinschen