summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* 2002-05-27 Rick Rankin <rick_rankin@yahoo.com>Danny Smith2002-05-272-0/+7
* * debug.h (being_debugged): New macro.Christopher Faylor2002-05-275-2/+16
* * winsup.h: Remove duplicate declarations of malloc_lock and malloc_unlock.Christopher Faylor2002-05-272-3/+5
* update commentChristopher Faylor2002-05-271-1/+1
* * strace.cc (attach_process): Don't tell process to start stracing here.Christopher Faylor2002-05-272-3/+16
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-2536-42/+7
* Fix typos.Christopher Faylor2002-05-241-16/+16
* * security.cc (create_token): Call __sec_user() instead ofCorinna Vinschen2002-05-242-4/+11
* * setfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen2002-05-242-122/+203
* 2002-05-25 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-05-242-1/+10
* * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor2002-05-2410-55/+70
* * path.cc (path_conv::check): Make sure any trailing path component is part ofChristopher Faylor2002-05-232-1/+10
* * getfacl.c (usage): Standardize usage output. Change return type toCorinna Vinschen2002-05-232-58/+101
* * smallprint.c (__small_vsprintf): Implement '%o' after all these years.Christopher Faylor2002-05-232-0/+8
* fix typo.Christopher Faylor2002-05-231-1/+1
* * mount.cc (version) New global variable.Christopher Faylor2002-05-232-23/+73
* * fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor2002-05-228-24/+40
* * include/cygwin/types.h: Revert previous patch.Corinna Vinschen2002-05-222-2/+4
* * include/cygwin/types.h: Define pthread stuff only if _POSIX_THREADSCorinna Vinschen2002-05-222-0/+7
* * cygpath.cc (usage): Change usage output slightly.Corinna Vinschen2002-05-223-105/+303
* * Makefile.in: Increment VERSION to 1.4.Earnie Boyd2002-05-212-2/+9
* * security.cc (open_local_policy): Initialize lsa toCorinna Vinschen2002-05-212-4/+12
* 2002-05-20 Philip Aston <philipa@mail.com>Danny Smith2002-05-202-1/+5
* 2002-05-20 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith2002-05-202-43/+49
* * fhandler_disk_file.cc (fhandler_disk_file::fstat): Make handling of nlinkChristopher Faylor2002-05-182-4/+8
* * strace.cc (add_child): Use calloc since new requires working libstdc++.a.Christopher Faylor2002-05-182-2/+8
* * path.cc (path_conv::check): Always set executable bit for executableChristopher Faylor2002-05-184-3/+10
* remove white spaceChristopher Faylor2002-05-181-2/+2
* * fhandler.cc (fhandler_base::lseek): Avoid calling SetFilePointer with highChristopher Faylor2002-05-172-2/+16
* * fhandler_raw.cc (fhandler_dev_raw::open): Replace set_errno()Corinna Vinschen2002-05-173-15/+22
* * times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me whenCorinna Vinschen2002-05-174-16/+9
* * syscalls.cc (seteuid): Set default dacl in process token.Corinna Vinschen2002-05-165-74/+140
* * cygpath.cc (get_short_paths): Fix more error checking.Corinna Vinschen2002-05-153-58/+73
* * cygpath.cc (get_short_name): Fix error checking.Corinna Vinschen2002-05-142-1/+5
* * kill.cc (prog_name) New global variable.Christopher Faylor2002-05-132-7/+60
* * cygwin.din: Add strlcat and strlcpy.Christopher Faylor2002-05-133-1/+11
* * shared.cc (__sec_user): Split into sec_acl() and call orig_sid().Corinna Vinschen2002-05-133-42/+44
* * kill.cc (listsig): Display numeric id when given symbolic input.Christopher Faylor2002-05-132-1/+8
* document kill -h.Christopher Faylor2002-05-131-0/+3
* * kill.cc (usage): Show new options. Allow specification of output stream.Christopher Faylor2002-05-132-3/+13
* Update ChangeLog with missing entry.Christopher Faylor2002-05-132-1/+8
* * Makefile.in (kill.exe): Add as a specific target.Christopher Faylor2002-05-134-28/+114
* remove a commaChristopher Faylor2002-05-121-1/+1
* * fhandler_disk_file.cc (fhandler_disk_file::open): Avoid using O_DIROPEN whenChristopher Faylor2002-05-122-4/+14
* fix entryChristopher Faylor2002-05-121-3/+3
* * syscalls.cc (_read): Change error to EBADF if attempt to write to aChristopher Faylor2002-05-122-0/+13
* * mount.cc (do_mount): Default to non-exec option for remote drives. ReportChristopher Faylor2002-05-124-16/+70
* * fhandler.h (executable_states): For now, make dont_care_if_executableChristopher Faylor2002-05-125-60/+80
* * fhandler_virtual.cc (fhandler_virtual::close): Quiet a compiler warning.Christopher Faylor2002-05-122-1/+6
* fix formattingChristopher Faylor2002-05-122-12/+17