aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-24CYGWIN32 -> CYGWIN.Christopher Faylor1-1/+1
2001-02-23 * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.Corinna Vinschen3-3/+8
2001-02-222001-02-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-2/+8
2001-02-222001-02-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-22/+26
2001-02-222001-02-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston98-259/+258
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 * Makefile.common: Revert previous change.Corinna Vinschen2-1/+5
2001-02-22 * fhandler.cc (fhandler_disk_file::open): Use `inner_suffixes' whenCorinna Vinschen3-2/+10
2001-02-212001-02-21 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-12/+19
2001-02-21Add copyright year 2001Corinna Vinschen7-8/+8
2001-02-21 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen9-70/+403
2001-02-21 * Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.Corinna Vinschen2-1/+5
2001-02-21 * include/w32api.h: (_W32API_VERSION): Remove.Earnie Boyd2-1/+10
2001-02-21 * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.Earnie Boyd4-4/+66
2001-02-21 * include/mswsock.h: New file.Earnie Boyd6-71/+870
2001-02-21 * include/tchar.h: (__TEXT): Remove undef.Earnie Boyd2-5/+7
2001-02-21 * include/commctrl.h: Revert TEXT change.Earnie Boyd13-764/+780
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-18Add PDP-11 supportNick Clifton4-4/+91
2001-02-17Allow configuration of texinfo for Cygwin hosts.Nick Clifton2-1/+6
2001-02-16* signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOPEgor Duda3-3/+15
2001-02-15 * include/w32api.h: Oops forgot to cvs add this.Earnie Boyd1-0/+6
2001-02-15 * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.Earnie Boyd12-729/+745
2001-02-15* libc/include/sys/signal.h: Always include sys/types.h under Cygwin.Christopher Faylor2-1/+5
2001-02-152001-02-14 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston17-10/+653
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-13 * include/shlobj.h: Add missing SLR_* flags.Corinna Vinschen2-1/+9
2001-02-13* include/coff/pe.h: Rename PEP64AOUTHDR to PEPAOUTHDR. RenameDJ Delorie2-2/+7
2001-02-12 * lib/Makefile.in: (host_alias): Add variable.Earnie Boyd3-31/+20
2001-02-122001-02-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-4/+6
2001-02-12 * i386.h (i386_optab): SSE integer converison instructions haveJan Hubicka2-6/+11
2001-02-10Remove annoying entry....:-)Nick Clifton1-5/+0
2001-02-10Remove extraneous whitespaceNick Clifton2-12/+18
2001-02-10* fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor4-6/+26
2001-02-10Add s390 supportNick Clifton14-2/+241
2001-02-09* syscalls.cc (mknod): Add valid parameters.Christopher Faylor2-1/+5
2001-02-092001-02-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-1/+10