aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2002-05-28 * ps.cc (usage): Fix typo.Corinna Vinschen2-1/+6
2002-05-28 * security.cc (set_security_attribute): Call getegid32() instead ofCorinna Vinschen3-1/+8
2002-05-28 Change internal gid datatype from __gid16_t to __gid32_tCorinna Vinschen15-74/+235
2002-05-28 * include/w32api.h: Increment version to 1.5Earnie Boyd3-4/+9
2002-05-28Merging MinGW changesEarnie Boyd2-1/+6
2002-05-28Merging MinGW changesEarnie Boyd46-1877/+1877
2002-05-28* ps.cc (prog_name): New global variable.Christopher Faylor2-11/+86
2002-05-28* autoload.cc (noload): Properly mask low order word for determining number ofChristopher Faylor2-1/+6
2002-05-28* fhandler_disk_file.cc (fhandler_disk_file::fstat): Minor logic cleanup.Christopher Faylor2-3/+6
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor32-922/+1075
2002-05-27 * security.cc (lsa2str): New function.Corinna Vinschen2-2/+15
2002-05-27 * syscalls.cc (seteuid): Do not take allow_ntsec into account.Corinna Vinschen2-242/+225
2002-05-272002-05-27 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith2-7/+16
2002-05-272002-05-27 Rick Rankin <rick_rankin@yahoo.com>Danny Smith2-0/+7
2002-05-27* debug.h (being_debugged): New macro.Christopher Faylor5-2/+16
2002-05-27* winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.Christopher Faylor2-3/+5
2002-05-27update commentChristopher Faylor1-1/+1
2002-05-27* strace.cc (attach_process): Don't tell process to start stracing here.Christopher Faylor2-3/+16
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor36-42/+7
2002-05-24Fix typos.Christopher Faylor1-16/+16
2002-05-24 * security.cc (create_token): Call __sec_user() instead ofCorinna Vinschen2-4/+11
2002-05-24 * setfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen2-122/+203
2002-05-242002-05-25 Robert Collins <rbtcollins@hotmail.com>Robert Collins2-1/+10
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor10-55/+70
2002-05-23* path.cc (path_conv::check): Make sure any trailing path component is part ofChristopher Faylor2-1/+10
2002-05-23 * getfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen2-58/+101
2002-05-23* smallprint.c (__small_vsprintf): Implement '%o' after all these years.Christopher Faylor2-0/+8
2002-05-23fix typo.Christopher Faylor1-1/+1
2002-05-23* mount.cc (version) New global variable.Christopher Faylor2-23/+73
2002-05-22* fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor8-24/+40
2002-05-22 * include/cygwin/types.h: Revert previous patch.Corinna Vinschen2-2/+4
2002-05-22 * include/cygwin/types.h: Define pthread stuff only if _POSIX_THREADSCorinna Vinschen2-0/+7
2002-05-22 * cygpath.cc (usage): Change usage output slightly.Corinna Vinschen3-105/+303
2002-05-21 * Makefile.in: Increment VERSION to 1.4.Earnie Boyd2-2/+9
2002-05-21 * security.cc (open_local_policy): Initialize lsa toCorinna Vinschen2-4/+12
2002-05-202002-05-20 Philip Aston <philipa@mail.com>Danny Smith2-1/+5
2002-05-202002-05-20 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith2-43/+49
2002-05-18* fhandler_disk_file.cc (fhandler_disk_file::fstat): Make handling of nlinkChristopher Faylor2-4/+8
2002-05-18* strace.cc (add_child): Use calloc since new requires working libstdc++.a.Christopher Faylor2-2/+8
2002-05-18* path.cc (path_conv::check): Always set executable bit for executableChristopher Faylor4-3/+10
2002-05-18remove white spaceChristopher Faylor1-2/+2
2002-05-17* fhandler.cc (fhandler_base::lseek): Avoid calling SetFilePointer with highChristopher Faylor2-2/+16
2002-05-17 * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()Corinna Vinschen3-15/+22
2002-05-17 * times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me whenCorinna Vinschen4-16/+9
2002-05-16 * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen5-74/+140
2002-05-15 * cygpath.cc (get_short_paths): Fix more error checking.Corinna Vinschen3-58/+73
2002-05-14 * cygpath.cc (get_short_name): Fix error checking.Corinna Vinschen2-1/+5
2002-05-13* kill.cc (prog_name) New global variable.Christopher Faylor2-7/+60
2002-05-13* cygwin.din: Add strlcat and strlcpy.Christopher Faylor3-1/+11
2002-05-13 * shared.cc (__sec_user): Split into sec_acl() and call orig_sid().Corinna Vinschen3-42/+44