summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen2000-06-161-26/+58
* * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen2000-05-241-0/+7
* * syscalls.cc (_cygwin_istext_for_stdio): New, for newlibDJ Delorie2000-05-231-1/+47
* * dir.cc (rmdir): Care for misleading error messagesCorinna Vinschen2000-05-221-1/+2
* * syscalls.cc (setmode): change mode of any matching FILE* also.DJ Delorie2000-05-191-0/+22
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-0/+1
* 2000-05-06 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-05-061-3/+3
* * configure.in: Use -gstabs+ as compile debug option. This seems to promoteChristopher Faylor2000-05-041-18/+28
* * errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.Corinna Vinschen2000-05-031-1/+2
* * syscalls.cc (stat_worker): Previous patch could succeedCorinna Vinschen2000-04-261-5/+6
* * syscalls.cc (stat_worker): Previous patch failed to statCorinna Vinschen2000-04-251-17/+13
* * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsecCorinna Vinschen2000-04-251-39/+56
* * syscalls.cc (_link): Check new link path for trailing dot.Corinna Vinschen2000-04-201-7/+9
* * syscalls.cc (setuid): Allow switching user context afterCorinna Vinschen2000-04-191-12/+50
* * syscalls.cc (_rename): Try MoveFile() at first beforeDJ Delorie2000-04-191-25/+27
* * init.cc (dll_entry): Use better check for determining when to set threadChristopher Faylor2000-04-161-2/+5
* * dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor2000-04-131-1/+1
* * newlib/libc/include/sys/unistd.h: Add prototypes forCorinna Vinschen2000-04-021-17/+60
* * Makefile.in: Use default rules when compiling cygrun.o.Christopher Faylor2000-03-281-1/+2
* * path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor2000-03-261-20/+9
* * syscalls.cc (stat_worker): Set st_nlink to 1 on remote drives.Corinna Vinschen2000-03-191-2/+4
* * delqueue.cc (delqueue_list::queue_file): Add some debugging.Christopher Faylor2000-03-181-19/+38
* * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen2000-03-161-24/+29
* * environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor2000-03-091-15/+0
* *** empty log message ***Christopher Faylor2000-02-241-1/+1
* * syscalls.c (_read): Clear errno before doing any read operation.Christopher Faylor2000-02-241-0/+1
* Respond to more g++ warnings relating to initializing structures.Christopher Faylor2000-02-231-5/+5
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-5/+5
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+1939