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-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
2002-05-16 * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen
2002-05-15 * cygpath.cc (get_short_paths): Fix more error checking.Corinna Vinschen
2002-05-14 * cygpath.cc (get_short_name): Fix error checking.Corinna Vinschen
2002-05-14* kill.cc (prog_name) New global variable.Christopher Faylor
2002-05-13* cygwin.din: Add strlcat and strlcpy.Christopher Faylor
2002-05-13 * shared.cc (__sec_user): Split into sec_acl() and call orig_sid().Corinna Vinschen
2002-05-13* kill.cc (listsig): Display numeric id when given symbolic input.Christopher Faylor
2002-05-13document kill -h.Christopher Faylor
2002-05-13* kill.cc (usage): Show new options. Allow specification of output stream.Christopher Faylor
2002-05-13Update ChangeLog with missing entry.Christopher Faylor
2002-05-13* Makefile.in (kill.exe): Add as a specific target.Christopher Faylor
2002-05-12remove a commaChristopher Faylor
2002-05-12* fhandler_disk_file.cc (fhandler_disk_file::open): Avoid using O_DIROPEN whenChristopher Faylor
2002-05-12fix entryChristopher Faylor
2002-05-12* syscalls.cc (_read): Change error to EBADF if attempt to write to aChristopher Faylor
2002-05-12* mount.cc (do_mount): Default to non-exec option for remote drives. ReportChristopher Faylor
2002-05-12* fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor
2002-05-12* fhandler_virtual.cc (fhandler_virtual::close): Quiet a compiler warning.Christopher Faylor
2002-05-12fix formattingChristopher Faylor
2002-05-12fix commentChristopher Faylor
2002-05-12* autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor
2002-05-10* syscalls.cc (_write): Change error to EBADF if attempt to write to aChristopher Faylor
2002-05-08 * cygheap.h (class cygheap_user): Add member `orig_psid'.Corinna Vinschen
2002-05-08* dumper.cc (usage) Standardize usage output. Generalize to allow use forChristopher Faylor
2002-05-08 * include/commctrl.h (ImageList_DragShowNolock): RemoveDanny Smith