summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * include/windows.h (ole2.h): #include if !__OBJC__ andDanny Smith2002-06-092-0/+10
* * path.cc: Change MOUNT_AUTO to MOUNT_CYGDRIVE throughout.Christopher Faylor2002-06-093-11/+16
* * mount.cc (opts): Remove '-i' option.Christopher Faylor2002-06-092-17/+8
* * external.cc (cygwin_internal): Make v1 mount table access invalid.Christopher Faylor2002-06-095-89/+17
* * include/wchar.h: Define __need_size_t.Christopher Faylor2002-06-082-0/+5
* coerceChristopher Faylor2002-06-081-1/+1
* * fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket isChristopher Faylor2002-06-083-4/+23
* * cygpath.cc: Add option to output windows paths in different formats: "dos"Christopher Faylor2002-06-073-6/+69
* * regtool.cc (Fail): Be more verbose.Corinna Vinschen2002-06-073-20/+70
* * autoload.cc (timeGetDevCaps): Define new autoload function.Christopher Faylor2002-06-075-8/+91
* * strace.cc (main): Make toggle a local variable.Christopher Faylor2002-06-072-1/+5
* * strace.cc (toggle): New global variable.Christopher Faylor2002-06-073-26/+73
* 2002-06-07 Gunnar Degnbol <gdegnbol@users.sourceforge.net>Danny Smith2002-06-072-32/+36
* * autoload.cc (noload): Correctly save argument count register.Christopher Faylor2002-06-064-14/+19
* * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen2002-06-0610-29/+90
* * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen2002-06-067-28/+47
* Fix ChangeLog entry.Corinna Vinschen2002-06-061-5/+5
* * strace.cc (version): New global variable.Christopher Faylor2002-06-062-20/+49
* * child_info.h (CHILD_INFO_MAGIC): Oops. Revert previous change. gcc 3.1 bug?Christopher Faylor2002-06-063-3/+8
* * child_info.h (CHILD_INFO_MAGIC): Update.Christopher Faylor2002-06-062-1/+5
* * strace.cc (strace::hello): Set inited, when appropriate.Christopher Faylor2002-06-063-2/+7
* * ssp.c (version): New global variable.Christopher Faylor2002-06-062-108/+265
* * cygwin.din: Eliminate some newlib wrappers.Christopher Faylor2002-06-064-27/+29
* * dir.cc (rmdir): Streamline. Detect attempts to remove directories fromChristopher Faylor2002-06-053-26/+34
* * dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor2002-06-054-6/+18
* /tmp/cvs610a0efc.1Robert Collins2002-06-053-7/+48
* * grp.cc (read_etc_group): When emulating nonexisting group file onCorinna Vinschen2002-06-053-19/+93
* * grp.cc (etc_group): Removed.Corinna Vinschen2002-06-054-105/+164
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-0539-62/+60
* * dtable.cc (handle_to_fn): Correct placement and length of name buffer.Christopher Faylor2002-06-052-2/+7
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-0533-146/+157
* * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,Danny Smith2002-06-042-3/+8
* * fhandler.h (class fhandler_socket): Add private methodCorinna Vinschen2002-06-043-4/+28
* * fhandler_dsp.cc (fhandler_dev_dsp::open): Set errno to EACCES ifCorinna Vinschen2002-06-042-1/+9
* * fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor2002-06-045-24/+42
* * umount.cc (version): New global variable.Christopher Faylor2002-06-042-13/+61
* * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen2002-06-033-1/+17
* * syscalls.cc (stat64_to_stat32): Transform st_dev correctly.Corinna Vinschen2002-06-035-7/+39
* * syscalls.cc (setegid32): Verify the correctness of the gidCorinna Vinschen2002-06-032-1/+7
* * security.cc (lsa2wchar): Suppressed.Corinna Vinschen2002-06-034-88/+114
* * regtool.cc (prog_name): New global variable.Christopher Faylor2002-06-032-65/+144
* * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.Danny Smith2002-06-023-1/+10
* * dtable.cc (handle_to_fn): Use largest match for device. CorrectlyChristopher Faylor2002-06-022-8/+37
* * strace.cc (forkdebug): Make true by default.Christopher Faylor2002-06-023-9/+18
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specificallyChristopher Faylor2002-06-022-2/+15
* * fhandler_process.cc (fhandler_process::open): Set fileid.Christopher Faylor2002-06-023-7/+12
* * how-programming.texinfo: Add more words to the "how to build".Christopher Faylor2002-06-022-7/+21
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-0228-107/+83
* * configure.in: Complain about lack of w32api directory.Christopher Faylor2002-06-023-3/+18
* * fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.Christopher Faylor2002-06-026-28/+37