summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * mkpasswd.c (main): Use GetDCName instead of GetAnyDCName.Corinna Vinschen2000-04-153-20/+38
* * fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor2000-04-154-10/+14
* * dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor2000-04-135-69/+83
* * include/cygwin/version.h: Bump minor api to reflect export change.Corinna Vinschen2000-04-132-1/+6
* * cygwin.din: Add symbol for `lacl'.Corinna Vinschen2000-04-134-5/+37
* * path.cc (conv_to_win32_path): Detect a win32 pathCorinna Vinschen2000-04-131-4/+24
* * cygpath.cc (main): Add -a -o and -c options.Christopher Faylor2000-04-132-13/+71
* Fix typo.Christopher Faylor2000-04-131-4/+3
* * path.cc (path_conv::path_conv): Ensure that suffix is correctly copied toChristopher Faylor2000-04-122-18/+24
* Add a debugging line.Christopher Faylor2000-04-111-0/+1
* * include/winbase.h: Change first argument of ENUMRES* types to coincide withChristopher Faylor2000-04-112-3/+8
* * cygpath.cc (main): Add -f option for processing a group of paths from a file.Christopher Faylor2000-04-112-49/+102
* * include/string.h: Use proper prototype for _strerror.Christopher Faylor2000-04-102-1/+5
* * Makefile.common: Resolve srcdir to absolute path or it will confuse usagesChristopher Faylor2000-04-102-4/+11
* * Makefile.in: Work around MAKEOVERRIDES problem with older versions of make.Christopher Faylor2000-04-093-5/+23
* Remove erroneous entry.Christopher Faylor2000-04-081-1/+0
* * fhandler.cc (fhandler_disk_file::fstat): Allocate enough space for root dirChristopher Faylor2000-04-082-2/+8
* * exceptions.cc (sigsave): Copy on fork so that we can restore correct behaviorChristopher Faylor2000-04-086-38/+64
* Updated to build cinstall with mingw. See Changelog for numerous setup.c chan...Ron Parker2000-04-073-28/+23
* Bump minor version.Christopher Faylor2000-04-071-1/+1
* * fhandler.h (select_stuff): Eliminate use of 'total'.Christopher Faylor2000-04-033-7/+11
* * grp.cc (parse_grp): Save empty array instead ofCorinna Vinschen2000-04-032-1/+6
* update copyright.Christopher Faylor2000-04-031-1/+1
* * newlib/libc/include/sys/unistd.h: Add prototypes forCorinna Vinschen2000-04-024-18/+88
* * include/wininet.h: Add three more "INTERNET_OPTIONS".Christopher Faylor2000-04-022-0/+7
* * MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff.Christopher Faylor2000-03-313-0/+5
* 2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-03-312-1/+6
* 2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-03-305-1/+16
* 2000-03-30 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan2000-03-304-9/+15
* Simplify constructors and initializers for select_record.Christopher Faylor2000-03-301-6/+6
* * fhandler.h (select_record): Explicitly zero elements of this class.Christopher Faylor2000-03-303-2/+18
* * Makefile.in: Use default rules when compiling cygrun.o.Christopher Faylor2000-03-285-12/+26
* * include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.Christopher Faylor2000-03-262-4/+8
* * path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor2000-03-265-53/+51
* * environ.cc: Add TMPDIR to the list of environment variables which areChristopher Faylor2000-03-254-3/+15
* * syscalls.cc (stat_worker): Set st_nlink to 1 on remote drives.Corinna Vinschen2000-03-192-2/+8
* * times.cc: Fix extern declarations for variables that are exported but used byChristopher Faylor2000-03-192-1/+11
* * times.cc: Remove unneeded (and incorrect) externs.Christopher Faylor2000-03-192-3/+4
* Patch suggested by Mumit Khan <khan@xraylith.wisc.edu>:Christopher Faylor2000-03-193-2/+14
* * Makefile.in: Make CXXFLAGS consistent with cygwin.Christopher Faylor2000-03-182-4/+9
* * dcrt0.cc (host_dependent_constants::init): Eliminate DELETE flag from sharedChristopher Faylor2000-03-182-1/+6
* * delqueue.cc (delqueue_list::queue_file): Add some debugging.Christopher Faylor2000-03-184-19/+48
* * fhandler.cc (fhandler_base::open): Call set_file_attribute() only if a file...Corinna Vinschen2000-03-172-1/+9
* Change ChangeLog entry to more common format.Corinna Vinschen2000-03-161-11/+11
* * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen2000-03-167-120/+123
* * errno.cc: Map ERROR_NOACCESS to EFAULT.Corinna Vinschen2000-03-152-0/+5
* * spawn.cc (spawn_guts): Restore dependency on signal_arrived. It's needed toChristopher Faylor2000-03-152-2/+11
* * Makefile.in: Use MINGW_CXXFLAGS when compiling strace.Christopher Faylor2000-03-152-3/+7
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-1515-88/+106
* settimeofday was listed twiceDJ Delorie2000-03-131-2/+2