aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-06-08coerceChristopher Faylor1-1/+1
2002-06-08* fhandler_socket.cc (fhandler_socket::fstat): Don't assume that socket isChristopher Faylor3-4/+23
2002-06-07 * libm/common/s_fdim.c: New file.Thomas Fitzsimmons242-2621/+17008
2002-06-07* cygpath.cc: Add option to output windows paths in different formats: "dos"Christopher Faylor3-6/+69
2002-06-07Enable pei386_auto_import by default. Only print a info message about autoNick Clifton2-15/+22
2002-06-07 * regtool.cc (Fail): Be more verbose.Corinna Vinschen3-20/+70
2002-06-07* autoload.cc (timeGetDevCaps): Define new autoload function.Christopher Faylor5-8/+91
2002-06-07* strace.cc (main): Make toggle a local variable.Christopher Faylor2-1/+5
2002-06-07* strace.cc (toggle): New global variable.Christopher Faylor3-26/+73
2002-06-072002-06-07 Gunnar Degnbol <gdegnbol@users.sourceforge.net>Danny Smith2-32/+36
2002-06-06* autoload.cc (noload): Correctly save argument count register.Christopher Faylor4-14/+19
2002-06-06 * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen10-29/+90
2002-06-06merge from gccDJ Delorie2-12/+52
2002-06-06 * sec_helper.cc (lookup_name): Suppress.Corinna Vinschen7-28/+47
2002-06-06 * common.h: Change registry@sco.com to registry@caldera.com.Alan Modra2-2/+9
2002-06-06 Fix ChangeLog entry.Corinna Vinschen1-5/+5
2002-06-06* strace.cc (version): New global variable.Christopher Faylor2-20/+49
2002-06-06* child_info.h (CHILD_INFO_MAGIC): Oops. Revert previous change. gcc 3.1 bug?Christopher Faylor3-3/+8
2002-06-06* child_info.h (CHILD_INFO_MAGIC): Update.Christopher Faylor2-1/+5
2002-06-06* strace.cc (strace::hello): Set inited, when appropriate.Christopher Faylor3-2/+7
2002-06-06* ssp.c (version): New global variable.Christopher Faylor2-108/+265
2002-06-06* cygwin.din: Eliminate some newlib wrappers.Christopher Faylor4-27/+29
2002-06-052002-06-05 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston20-58/+539
2002-06-05* dir.cc (rmdir): Streamline. Detect attempts to remove directories fromChristopher Faylor3-26/+34
2002-06-05* dtable.cc (handle_to_fn): Check error return value from NtQueryObject firstChristopher Faylor4-6/+18
2002-06-05/tmp/cvs610a0efc.1Robert Collins3-7/+48
2002-06-05 * grp.cc (read_etc_group): When emulating nonexisting group file onCorinna Vinschen3-19/+93
2002-06-05 * grp.cc (etc_group): Removed.Corinna Vinschen4-105/+164
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor39-62/+60
2002-06-05* dtable.cc (handle_to_fn): Correct placement and length of name buffer.Christopher Faylor2-2/+7
2002-06-05bfd/Jason Thorpe2-0/+11
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor33-146/+157
2002-06-04 * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,Danny Smith2-3/+8
2002-06-04 * fhandler.h (class fhandler_socket): Add private methodCorinna Vinschen3-4/+28
2002-06-04 * fhandler_dsp.cc (fhandler_dev_dsp::open): Set errno to EACCES ifCorinna Vinschen2-1/+9
2002-06-04* fhandler.cc (fhandler_base::open): Don't set binmode if already set. Don'tChristopher Faylor5-24/+42
2002-06-04* umount.cc (version): New global variable.Christopher Faylor2-13/+61
2002-06-03 * external.cc (cygwin_internal): Add CW_EXTRACT_DOMAIN_AND_USERCorinna Vinschen3-1/+17
2002-06-03 * libc/include/sys/types.h: Don't define dev_t when compiling forCorinna Vinschen2-0/+7
2002-06-03 * syscalls.cc (stat64_to_stat32): Transform st_dev correctly.Corinna Vinschen5-7/+39
2002-06-03 * syscalls.cc (setegid32): Verify the correctness of the gidCorinna Vinschen2-1/+7
2002-06-03 * security.cc (lsa2wchar): Suppressed.Corinna Vinschen4-88/+114
2002-06-03* regtool.cc (prog_name): New global variable.Christopher Faylor2-65/+144
2002-06-02 * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.Danny Smith3-1/+10
2002-06-02* dtable.cc (handle_to_fn): Use largest match for device. CorrectlyChristopher Faylor2-8/+37
2002-06-02* strace.cc (forkdebug): Make true by default.Christopher Faylor3-9/+18
2002-06-02* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Check specificallyChristopher Faylor2-2/+15
2002-06-02* fhandler_process.cc (fhandler_process::open): Set fileid.Christopher Faylor3-7/+12
2002-06-02* how-programming.texinfo: Add more words to the "how to build".Christopher Faylor2-7/+21
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor28-107/+83