aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2001-03-06 * path.cc (suffix_scan::has): Change order of conditionalsCorinna Vinschen2-10/+15
2001-03-06 * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen7-4/+50
2001-03-05 * include/a.out.h: Add copyright hint.Corinna Vinschen48-0/+524
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor28-147/+315
2001-03-04* fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda5-68/+188
2001-03-03*** empty log message ***Christopher Faylor5-171/+171
2001-03-02 * dir.cc (readdir): Fix creating path in symlink check.Corinna Vinschen2-1/+5
2001-03-02 * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen6-89/+141
2001-03-02* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process ifChristopher Faylor2-0/+9
2001-03-02* select.cc (peek_console): Don't report read_ready on mouse events unless weChristopher Faylor3-1/+11
2001-02-28 * uinfo.cc: Eliminate `#include <wchar.h>'.Corinna Vinschen2-1/+4
2001-02-28* fhandler_floppy.cc (fhandler_dev_floppy::lseek): DetermineEgor Duda2-47/+91
2001-02-27* fhandler.h (class fhandler_console): Make all variables thatEgor Duda3-95/+245
2001-02-26* times.cc (settimeofday): Replace function stub with working code.Christopher Faylor2-3/+27
2001-02-26 * strace.cc (strace::vprntf): Move prntf functionality to this functionCorinna Vinschen3-4/+50
2001-02-25 * shortcut.c: Remove #include <sys/strace.h>.Corinna Vinschen2-1/+4
2001-02-25 * path.cc (symlink): Add a ".lnk" suffix regardless. Add a comment.Corinna Vinschen2-6/+10
2001-02-25 * shortcut.c: Change symlink condition.Corinna Vinschen2-2/+7
2001-02-23 * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.Corinna Vinschen3-3/+8
2001-02-22 * path.cc (symlink): Keep relative paths relative in the DOSCorinna Vinschen2-11/+14
2001-02-22 * path.cc (symlink): Keep relative paths relative in the DOSCorinna Vinschen2-4/+39
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen9-71/+72
2001-02-22 * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen7-168/+253
2001-02-22 * fhandler.cc (fhandler_disk_file::open): Use `inner_suffixes' whenCorinna Vinschen3-2/+10
2001-02-21Add copyright year 2001Corinna Vinschen6-7/+7
2001-02-21 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen9-70/+403
2001-02-21* sigproc.cc (getsem): Make semaphore always non-inheritable.Egor Duda2-1/+5
2001-02-20* dcrt0.cc (locale_init): Remove.Christopher Faylor2-3/+4
2001-02-20* cygwin.din: Export rand48 functions.Christopher Faylor5-10/+33
2001-02-16* signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOPEgor Duda3-3/+15
2001-02-14* dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when theChristopher Faylor2-1/+7
2001-02-14* fhandler_console.cc (fhandler_console::char_command): Ignore unknownChristopher Faylor2-7/+5
2001-02-10* fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor4-6/+26
2001-02-09* syscalls.cc (mknod): Add valid parameters.Christopher Faylor2-1/+5
2001-02-08 * mmap.cc (mmap): Check for reusing a mapping only on MAP_SHAREDCorinna Vinschen2-2/+8
2001-02-08 * mmap.cc (class list): Add member `hash'.Corinna Vinschen2-8/+25
2001-02-07* signal.cc (killpg): Correct first argument.Christopher Faylor2-1/+5
2001-02-07 * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen6-163/+263
2001-02-06 * syscalls.cc (stat_worker): Add a check for the special case whenCorinna Vinschen2-18/+47
2001-02-05 * fhandler.cc (fhandler_base::open): Always add GENERIC_READ accessCorinna Vinschen4-6/+101
2001-02-05 * mmap.cc (mmap_record::fixup_map): New method to duplicateCorinna Vinschen2-45/+83
2001-02-02* cygheap.cc (creturn): Correctly calculate cygheap_max.Christopher Faylor2-2/+7
2001-01-31* shared.cc (shared_info::initialize): Reduce size of heap.Christopher Faylor2-1/+5
2001-01-31 * include/sys/resource.h: Fix typo.Corinna Vinschen2-2/+6
2001-01-31 * include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.Corinna Vinschen2-0/+7
2001-01-30* include/cygwin/version.h: Bump version to 1.3.0.Christopher Faylor2-3/+7
2001-01-30 * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead ofCorinna Vinschen3-3/+9
2001-01-30* fhandler_serial.cc (raw_write): Use local copy of OVERLAPPED structureChristopher Faylor2-7/+15
2001-01-29 * mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON asCorinna Vinschen2-12/+7
2001-01-29 * mmap.cc (mmap_record::find_empty): Fix loop condition.Corinna Vinschen2-1/+5