aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2000-05-18* sigproc.h (sigframe): Don't set frame info unless tid matches this thread id.Christopher Faylor2-1/+6
2000-05-18* dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needsChristopher Faylor5-6/+22
2000-05-17* testsuite/winsup.api/crlf.c: NewDJ Delorie3-0/+647
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor15-69/+182
2000-05-16 * fhandler_tape.cc (fhandler_dev_tape::ioctl): CheckCorinna Vinschen2-1/+12
2000-05-16* include/cygwin/in.h (AF_INET6): Use correct in6_addr struct.Christopher Faylor2-1/+5
2000-05-15* include/cygwin/version.h: Bump DLL minor version number to 2.Christopher Faylor2-5/+5
2000-05-15* shared.h: Bump PROC_MAGIC.Christopher Faylor3-2/+9
2000-05-142000-05-13 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2-1/+5
2000-05-132000-05-12 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan3-2/+10
2000-05-13* dcrt0.cc (build_argv): Remove unneeded variable.Christopher Faylor3-4/+37
2000-05-12 * fhandler_raw.cc (write_file, read_file): New wrapper functionsCorinna Vinschen2-22/+59
2000-05-12* Makefile.in (DLL_OFILES): Sort.Christopher Faylor4-35/+47
2000-05-11* mmap.cc (list::erase): Increment loop counter.DJ Delorie2-2/+7
2000-05-11* cygwin.din: insure that regsub() is included inDJ Delorie2-0/+7
2000-05-09* Makefile.in: Use appropriate VARIABLE to refer to cygwin.def in load line.Christopher Faylor2-2/+7
2000-05-09 * fhandler.cc (fhandler_base::puts_readahead): ChangeCorinna Vinschen2-2/+7
2000-05-09 * window.cc (setitimer): Check for overflow conditionCorinna Vinschen2-0/+13
2000-05-09 * errno.cc: Change mapping of ERROR_BAD_PATHNAME to ENOENT.Corinna Vinschen2-1/+6
2000-05-08 * path.cc (symlink::info): Treat non readable filesCorinna Vinschen2-1/+6
2000-05-08* include/pthread.h (pthread_detach): Add missing prototype.Christopher Faylor2-4/+9
2000-05-08* fhandler.cc (lock): use signed math to allow checking rangesDJ Delorie2-8/+14
2000-05-07* dcrt0.cc (insert_file): Eliminate unused parameter.Christopher Faylor4-51/+67
2000-05-062000-05-06 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan3-5/+10
2000-05-06* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.Christopher Faylor4-3/+7
2000-05-042000-05-04 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2-1/+7
2000-05-04* configure.in: Use -gstabs+ as compile debug option. This seems to promoteChristopher Faylor4-25/+42
2000-05-03 * errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.Corinna Vinschen3-3/+15
2000-05-03 * Makefile.in: Add dependencies for fhandler_random.oCorinna Vinschen7-3/+144
2000-05-02* path.cc (mount_info::conv_to_win32_path): Previous patchDJ Delorie2-1/+6
2000-05-02 * security.cc (read_sd): Return 1 on success because weCorinna Vinschen2-8/+18
2000-05-02 * dcrt0.cc: Add dynamic load code for `OemToCharA' from user32.dll.Corinna Vinschen3-1/+11
2000-04-30Correct contributor email address.Christopher Faylor1-1/+1
2000-04-27* path.cc (normalize_win32_path): Don't add a trailing slash when one alreadyChristopher Faylor2-48/+33
2000-04-26* Makefile.in (install): install regexp.hDJ Delorie2-1/+6
2000-04-26 * syscalls.cc (stat_worker): Previous patch could succeedCorinna Vinschen2-5/+11
2000-04-26* exceptions.cc (interruptible): Allocate slightly more space for directoryChristopher Faylor12-64/+110
2000-04-25 * syscalls.cc (stat_worker): Previous patch failed to statCorinna Vinschen2-17/+18
2000-04-25 * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsecCorinna Vinschen5-149/+121
2000-04-25Forgot ChangeLogCorinna Vinschen1-0/+4
2000-04-25* net.cc: Avoid a warning in declaration inet_network.Corinna Vinschen1-1/+1
2000-04-24* fhandler_console.cc (fhandler_console::read): Detect extended keycodeChristopher Faylor2-1/+6
2000-04-24* net.cc (cygwin_inet_network): new function.DJ Delorie3-0/+18
2000-04-21Fix handling of /.filenameChristopher Faylor2-2/+6
2000-04-21* path.cc (normalize_posix_path): Previous two patches were still incorrect soChristopher Faylor2-57/+57
2000-04-20* exceptions.cc (handle_exceptions): Search further for stack info toChristopher Faylor2-1/+6
2000-04-20 * path.cc (normalize_posix_path): Previous change failed to take rootChristopher Faylor2-2/+7
2000-04-20 * syscalls.cc (_link): Check new link path for trailing dot.Corinna Vinschen2-7/+13
2000-04-20* fhandler.h (fhandler_base::hclose): New virtual method.Christopher Faylor4-21/+34
2000-04-19 * syscalls.cc (setuid): Allow switching user context afterCorinna Vinschen2-12/+58