aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2001-07-26This commit was manufactured by cvs2svn to create branchgdb_s390-2001-09-26-branchpointgdb_5_1-2001-07-29-branchpointcvs2svn248-90431/+0
2001-07-26* syscalls.cc (setsid): Detach process from its console if the currentChristopher Faylor5-10/+51
2001-07-25Tue 24 Jul 2001 02:28:00 PM Trevor Forbes <t4bs@hotmail.com>Robert Collins2-1/+7
2001-07-25 * localtime.c: Changed whole file to become C++ clean. Rename toCorinna Vinschen2-140/+62
2001-07-21* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor6-7/+25
2001-07-20 * dir.cc (readdir): Protect FindNextFileA against INVALID_HANDLE_VALUE.Corinna Vinschen2-0/+8
2001-07-18* cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor5-7/+17
2001-07-18 * security.cc (get_user_groups): Call Net function with NULL serverCorinna Vinschen2-17/+47
2001-07-18 * syscalls.cc (_unlink): Explicitely check for non-existant file.Corinna Vinschen2-2/+13
2001-07-17 * delqueue.h: Remove obsolete file.Corinna Vinschen2-30/+4
2001-07-17* child_info.h: Bump magic number.Christopher Faylor9-132/+180
2001-07-16 * grp.cc: Add missing Copyright date 2001.Corinna Vinschen2-1/+5
2001-07-15 Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen7-35/+73
2001-07-14* syscalls.cc (stat_worker): Simplify previous change.Christopher Faylor2-6/+7
2001-07-13* syscalls.cc (_unlink): Correct (?) logic which determines when to report anChristopher Faylor2-16/+26
2001-07-10 * mmap.cc (fhandler_disk_file::mmap): Try to open file mappingsCorinna Vinschen2-7/+33
2001-07-09 * uinfo.cc (internal_getlogin): Add pointer check.Corinna Vinschen2-3/+11
2001-07-09 * security.cc (alloc_sd): Don't set inheritance attribute forCorinna Vinschen2-0/+21
2001-06-29* fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Return 0 for success.Christopher Faylor2-6/+10
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor10-54/+88
2001-06-26* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 charactersChristopher Faylor4-5/+28
2001-06-26Remove trailing tabs.Christopher Faylor2-2/+2
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor15-460/+484
2001-06-24forced commitChristopher Faylor1-0/+3
2001-06-24Fix typoChristopher Faylor1-1/+1
2001-06-24* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.Christopher Faylor6-75/+84
2001-06-22 * fhandler.h class fhandler_socket): Declare new methodCorinna Vinschen3-0/+17
2001-06-22 * fhandler_tape.cc (fhandler_dev_tape::tape_erase): Set sizeCorinna Vinschen2-1/+6
2001-06-22 * fhandler_console.cc (fhandler_console::read): Detect AltGr moreCorinna Vinschen2-2/+25
2001-06-212001-06-22 Robert Collins rbtcollins@hotmail.comRobert Collins2-2/+8
2001-06-20* fhandler.cc (fhandler_base::open): Work around windows bug whenEgor Duda2-0/+17
2001-06-20* fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda4-15/+44
2001-06-18* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor4-64/+99
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor6-8/+25
2001-06-15* path.cc (path_conv::check): Deal more robustly with foo/ behavior.Christopher Faylor2-6/+10
2001-06-15 * fhandler_tape.cc (fhandler_dev_tape::tape_status): Set sizeCorinna Vinschen2-1/+9
2001-06-15* fhandler.cc (fhandler_disk_file::fstat): Properly set executable bits forChristopher Faylor2-44/+40
2001-06-14* thread.cc (pthread_cond::Signal): Release the condition access variableChristopher Faylor2-1/+11
2001-06-14* fhandler.cc (fhandler_base::open): Set win32 access flagsEgor Duda4-21/+40
2001-06-12* environ.cc (set_file_api_mode): New function. Move settingEgor Duda4-4/+29
2001-06-11Add missing entry.Christopher Faylor1-1/+5
2001-06-11* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.Christopher Faylor4-36/+31
2001-06-11* path.cc (chdir): Fix call to path_conv constructor so that it REALLY doesn'tChristopher Faylor2-2/+7
2001-06-11* path.cc (path_conv::update_fs_info): Don't consider remote drives to be NTFS.Christopher Faylor2-18/+22
2001-06-11* path.cc (chdir): Pre-check path for validity before eating trailing space.Christopher Faylor2-7/+32
2001-06-10* exceptions.cc (sigdelayed): Ensure that signal is cleared as the lastChristopher Faylor3-4/+17
2001-06-10 * cygwin.din: Add fchdir symbols.Corinna Vinschen5-10/+36
2001-06-09 * syscalls.cc (seteuid): Set environment variables USERNAME andCorinna Vinschen3-84/+185
2001-06-07* thread.cc (pthread_cond::Broadcast): Don't print error messages on invalidChristopher Faylor2-1/+16
2001-06-05 * fhandler_console.cc (fhandler_console::dup): Allocate space forCorinna Vinschen2-6/+12