aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor15-88/+106
2000-03-13settimeofday was listed twiceDJ Delorie1-2/+2
2000-03-12* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor7-92/+113
2000-03-12* fhandler_console.cc (fhandler_console::read): Don't even think about breakingChristopher Faylor4-112/+139
2000-03-11* sigproc.cc: Set wait_sig priority to normal.Christopher Faylor2-1/+5
2000-03-10* sigproc.cc (wait_sig): Add addtional debugging output.Christopher Faylor2-2/+6
2000-03-09* environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor8-178/+129
2000-03-07* sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since itChristopher Faylor3-6/+9
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor14-93/+87
2000-03-05* exceptions.cc (call_handler): Streamline to use only one call toChristopher Faylor3-12/+37
2000-02-29* sigproc.cc (sig_send): Temporarily set priority to highest while sending aChristopher Faylor2-0/+10
2000-02-28* pinfo.cc (set_myself): Add build date to strace output.Christopher Faylor3-1/+12
2000-02-28Fix typo.Christopher Faylor1-1/+0
2000-02-28Fix sysname.Christopher Faylor1-1/+1
2000-02-28* configure.in: Remove --enable-strace-hhmmss option.Christopher Faylor3-86/+55
2000-02-28* dcrt0.cc (set_os_type): Record OS name string.Christopher Faylor7-152/+109
2000-02-26Bump minor version numberChristopher Faylor1-1/+2
2000-02-26Change fork/exec magic number.Christopher Faylor1-1/+1
2000-02-26Remove unneeded include.Christopher Faylor1-1/+0