aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-19 * uinfo.cc (internal_getlogin): Use NetGetDCName() insteadCorinna Vinschen2-4/+9
2000-04-19* syscalls.cc (_rename): Try MoveFile() at first beforeDJ Delorie2-25/+32
2000-04-19clean up SGML for latest version of jade/docbookDJ Delorie2-4/+15
2000-04-18* dcrt0.cc (globify): Don't use \ quoting when apparently quoting a DOS pathChristopher Faylor2-5/+3
2000-04-18* dcrt0.cc (globify): Don't use \ quoting when apparently quoting a DOS pathChristopher Faylor2-1/+12
2000-04-16Remove obsolete setting.Christopher Faylor1-4/+0
2000-04-16* init.cc (dll_entry): Use better check for determining when to set threadChristopher Faylor3-3/+13
2000-04-15* fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor4-10/+14
2000-04-13* dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor5-69/+83
2000-04-13 * include/cygwin/version.h: Bump minor api to reflect export change.Corinna Vinschen2-1/+6
2000-04-13 * cygwin.din: Add symbol for `lacl'.Corinna Vinschen4-5/+37
2000-04-13 * path.cc (conv_to_win32_path): Detect a win32 pathCorinna Vinschen1-4/+24
2000-04-13Fix typo.Christopher Faylor1-4/+3
2000-04-12* path.cc (path_conv::path_conv): Ensure that suffix is correctly copied toChristopher Faylor2-18/+24
2000-04-11Add a debugging line.Christopher Faylor1-0/+1
2000-04-08* fhandler.cc (fhandler_disk_file::fstat): Allocate enough space for root dirChristopher Faylor2-2/+8
2000-04-08* exceptions.cc (sigsave): Copy on fork so that we can restore correct behaviorChristopher Faylor6-38/+64
2000-04-07Bump minor version.Christopher Faylor1-1/+1
2000-04-03* fhandler.h (select_stuff): Eliminate use of 'total'.Christopher Faylor3-7/+11
2000-04-03 * grp.cc (parse_grp): Save empty array instead ofCorinna Vinschen2-1/+6
2000-04-02 * newlib/libc/include/sys/unistd.h: Add prototypes forCorinna Vinschen4-18/+88
2000-03-30Simplify constructors and initializers for select_record.Christopher Faylor1-6/+6
2000-03-30* fhandler.h (select_record): Explicitly zero elements of this class.Christopher Faylor3-2/+18
2000-03-28* Makefile.in: Use default rules when compiling cygrun.o.Christopher Faylor5-12/+26
2000-03-26* path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor5-53/+51
2000-03-25* environ.cc: Add TMPDIR to the list of environment variables which areChristopher Faylor4-3/+15
2000-03-19* syscalls.cc (stat_worker): Set st_nlink to 1 on remote drives.Corinna Vinschen2-2/+8
2000-03-19* times.cc: Fix extern declarations for variables that are exported but used byChristopher Faylor2-1/+11
2000-03-19* times.cc: Remove unneeded (and incorrect) externs.Christopher Faylor2-3/+4
2000-03-18* dcrt0.cc (host_dependent_constants::init): Eliminate DELETE flag from sharedChristopher Faylor2-1/+6
2000-03-18* delqueue.cc (delqueue_list::queue_file): Add some debugging.Christopher Faylor4-19/+48
2000-03-17* fhandler.cc (fhandler_base::open): Call set_file_attribute() only if a file...Corinna Vinschen2-1/+9
2000-03-16Change ChangeLog entry to more common format.Corinna Vinschen1-11/+11
2000-03-16 * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen7-120/+123
2000-03-15* errno.cc: Map ERROR_NOACCESS to EFAULT.Corinna Vinschen2-0/+5
2000-03-15* spawn.cc (spawn_guts): Restore dependency on signal_arrived. It's needed toChristopher Faylor2-2/+11