summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.Christopher Faylor2001-03-074-3/+49
* * path.cc (suffix_scan::has): Change order of conditionalsCorinna Vinschen2001-03-062-10/+15
* * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen2001-03-067-4/+50
* * include/a.out.h: Add copyright hint.Corinna Vinschen2001-03-0548-0/+524
* * getfacl.c: Add copyright hint.Corinna Vinschen2001-03-054-0/+40
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-0528-147/+315
* * fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda2001-03-045-68/+188
* *** empty log message ***Christopher Faylor2001-03-035-171/+171
* * dir.cc (readdir): Fix creating path in symlink check.Corinna Vinschen2001-03-022-1/+5
* * cygwinenv.sgml: Add text for `winsymlinks' option.Corinna Vinschen2001-03-024-9/+48
* * dir.cc (readdir): Fix shortcut==symlink condition.Corinna Vinschen2001-03-026-89/+141
* * exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process ifChristopher Faylor2001-03-022-0/+9
* * select.cc (peek_console): Don't report read_ready on mouse events unless weChristopher Faylor2001-03-023-1/+11
* 2001-03-01 Earnie Boyd <earnie@users.sourceforge.netEarnie Boyd2001-03-013-3/+20
* * uinfo.cc: Eliminate `#include <wchar.h>'.Corinna Vinschen2001-02-282-1/+4
* * fhandler_floppy.cc (fhandler_dev_floppy::lseek): DetermineEgor Duda2001-02-282-47/+91
* * fhandler.h (class fhandler_console): Make all variables thatEgor Duda2001-02-273-95/+245
* * times.cc (settimeofday): Replace function stub with working code.Christopher Faylor2001-02-262-3/+27
* * strace.cc (strace::vprntf): Move prntf functionality to this functionCorinna Vinschen2001-02-263-4/+50
* * shortcut.c: Remove #include <sys/strace.h>.Corinna Vinschen2001-02-252-1/+4
* * path.cc (symlink): Add a ".lnk" suffix regardless. Add a comment.Corinna Vinschen2001-02-252-6/+10
* * shortcut.c: Change symlink condition.Corinna Vinschen2001-02-252-2/+7
* CYGWIN32 -> CYGWIN.Christopher Faylor2001-02-241-1/+1
* * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.Corinna Vinschen2001-02-233-3/+8
* * path.cc (symlink): Keep relative paths relative in the DOSCorinna Vinschen2001-02-222-11/+14
* * path.cc (symlink): Keep relative paths relative in the DOSCorinna Vinschen2001-02-222-4/+39
* * cygerrno.h: Revert previous patch.Corinna Vinschen2001-02-229-71/+72
* * shortcut.c: New file. Provides a C interface to reading ofCorinna Vinschen2001-02-227-168/+253
* * Makefile.common: Revert previous change.Corinna Vinschen2001-02-222-1/+5
* * fhandler.cc (fhandler_disk_file::open): Use `inner_suffixes' whenCorinna Vinschen2001-02-223-2/+10
* Add copyright year 2001Corinna Vinschen2001-02-217-8/+8
* * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen2001-02-219-70/+403
* * Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.Corinna Vinschen2001-02-212-1/+5
* * include/w32api.h: (_W32API_VERSION): Remove.Earnie Boyd2001-02-212-1/+10
* * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.Earnie Boyd2001-02-214-4/+66
* * include/mswsock.h: New file.Earnie Boyd2001-02-216-71/+870
* * include/tchar.h: (__TEXT): Remove undef.Earnie Boyd2001-02-212-5/+7
* * include/commctrl.h: Revert TEXT change.Earnie Boyd2001-02-2113-764/+780
* * sigproc.cc (getsem): Make semaphore always non-inheritable.Egor Duda2001-02-212-1/+5
* * dcrt0.cc (locale_init): Remove.Christopher Faylor2001-02-202-3/+4
* * cygwin.din: Export rand48 functions.Christopher Faylor2001-02-205-10/+33
* * signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOPEgor Duda2001-02-163-3/+15
* * include/w32api.h: Oops forgot to cvs add this.Earnie Boyd2001-02-151-0/+6
* * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.Earnie Boyd2001-02-1512-729/+745
* * dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when theChristopher Faylor2001-02-142-1/+7
* * fhandler_console.cc (fhandler_console::char_command): Ignore unknownChristopher Faylor2001-02-142-7/+5
* * include/shlobj.h: Add missing SLR_* flags.Corinna Vinschen2001-02-132-1/+9
* * lib/Makefile.in: (host_alias): Add variable.Earnie Boyd2001-02-123-31/+20
* * fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor2001-02-104-6/+26
* * syscalls.cc (mknod): Add valid parameters.Christopher Faylor2001-02-092-1/+5