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
path: root/winsup
AgeCommit message (Expand)Author
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 * passwd.c (prog_name): New global variable.Corinna 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 * ps.cc (usage): Fix typo.Corinna Vinschen
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 * include/w32api.h: Increment version to 1.5Earnie Boyd
2002-05-28Merging MinGW changesEarnie Boyd
2002-05-28Merging MinGW changesEarnie Boyd
2002-05-28* ps.cc (prog_name): New global variable.Christopher Faylor
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-272002-05-27 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith
2002-05-272002-05-27 Rick Rankin <rick_rankin@yahoo.com>Danny Smith
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-27* strace.cc (attach_process): Don't tell process to start stracing here.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2002-05-25Fix typos.Christopher Faylor
2002-05-24 * security.cc (create_token): Call __sec_user() instead ofCorinna Vinschen
2002-05-24 * setfacl.c (usage): Standardize usage output. Change return type toCorinna 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 * getfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen
2002-05-23* smallprint.c (__small_vsprintf): Implement '%o' after all these years.Christopher Faylor
2002-05-23fix typo.Christopher Faylor
2002-05-23* mount.cc (version) New global variable.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
2002-05-22 * include/cygwin/types.h: Define pthread stuff only if _POSIX_THREADSCorinna Vinschen
2002-05-22 * cygpath.cc (usage): Change usage output slightly.Corinna Vinschen
2002-05-21 * Makefile.in: Increment VERSION to 1.4.Earnie Boyd
2002-05-21 * security.cc (open_local_policy): Initialize lsa toCorinna Vinschen
2002-05-202002-05-20 Philip Aston <philipa@mail.com>Danny Smith
2002-05-202002-05-20 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith
2002-05-19* fhandler_disk_file.cc (fhandler_disk_file::fstat): Make handling of nlinkChristopher Faylor
2002-05-19* strace.cc (add_child): Use calloc since new requires working libstdc++.a.Christopher Faylor
2002-05-19* path.cc (path_conv::check): Always set executable bit for executableChristopher Faylor
2002-05-18remove white spaceChristopher Faylor
2002-05-17* fhandler.cc (fhandler_base::lseek): Avoid calling SetFilePointer with highChristopher Faylor
2002-05-17 * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()Corinna Vinschen
2002-05-17 * times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me whenCorinna Vinschen