aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-13* kill.cc (listsig): Display numeric id when given symbolic input.Christopher Faylor2-1/+8
2002-05-13document kill -h.Christopher Faylor1-0/+3
2002-05-13* kill.cc (usage): Show new options. Allow specification of output stream.Christopher Faylor2-3/+13
2002-05-13Update ChangeLog with missing entry.Christopher Faylor2-1/+8
2002-05-13* Makefile.in (kill.exe): Add as a specific target.Christopher Faylor4-28/+114
2002-05-12remove a commaChristopher Faylor1-1/+1
2002-05-12* fhandler_disk_file.cc (fhandler_disk_file::open): Avoid using O_DIROPEN whenChristopher Faylor2-4/+14
2002-05-12fix entryChristopher Faylor1-3/+3
2002-05-12* syscalls.cc (_read): Change error to EBADF if attempt to write to aChristopher Faylor2-0/+13
2002-05-12* mount.cc (do_mount): Default to non-exec option for remote drives. ReportChristopher Faylor4-16/+70
2002-05-12* fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor5-60/+80
2002-05-12* fhandler_virtual.cc (fhandler_virtual::close): Quiet a compiler warning.Christopher Faylor2-1/+6
2002-05-12fix formattingChristopher Faylor2-12/+17
2002-05-12fix commentChristopher Faylor1-1/+1
2002-05-12* autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor10-73/+1001
2002-05-09* syscalls.cc (_write): Change error to EBADF if attempt to write to aChristopher Faylor2-0/+8
2002-05-08 * cygheap.h (class cygheap_user): Add member `orig_psid'.Corinna Vinschen3-1/+19
2002-05-08* dumper.cc (usage) Standardize usage output. Generalize to allow use forChristopher Faylor2-11/+59