summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
...
* * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set ioctl_request eventChristopher Faylor2003-09-273-21/+48
* * fhandler_console.c (fhandler_console::read): Record the state of the SHIFT,Christopher Faylor2003-09-274-2/+54
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-275-5/+12
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-274-2/+29
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-277-58/+91
* * mmap.cc (munmap): Use correct address and length parameters whenCorinna Vinschen2003-09-262-3/+11
* * spawn.cc (spawn_guts): Set errno to E2BIG if command line isCorinna Vinschen2003-09-262-0/+12
* * dtable.cc (build_fh_name): Return pointer to a 'nodevice' rather than a NULLChristopher Faylor2003-09-262-2/+7
* * fork.cc (fork_parent): Detect failed pinfo constructor.Christopher Faylor2003-09-263-1/+15
* * spawn.cc (spawnve): Remove vfork short circuit and let caller deal with errorChristopher Faylor2003-09-262-3/+6
* * spawn.cc (spawn_guts): Catch potential error from pinfo.remember. ChangeChristopher Faylor2003-09-262-6/+23
* * spawn.cc (spawn_guts): Move system signal handling stuff after CreateProcessChristopher Faylor2003-09-252-19/+24
* 2003-09-25 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-253-8/+15
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-258-10/+47
* * include/paths.h: Add some missing entries.Christopher Faylor2003-09-252-4/+17
* * shared_info.h (CURR_MOUNT_MAGIC): Fix.Christopher Faylor2003-09-253-68/+70
* *** empty log message ***Pierre Humblet2003-09-251-0/+25
* 2003-09-24 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-258-58/+67
* correct incorrect checkinChristopher Faylor2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-2580-2000/+2950
* * dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.Christopher Faylor2003-09-235-24/+36
* * spawn.cc (pthread_cleanup): New struct.Christopher Faylor2003-09-202-13/+37
* * include/cygwin/version.h: Bump DLL minor number to 6.Christopher Faylor2003-09-202-1/+5
* * thread.h (__reent_t::init_clib): Declare new function.Christopher Faylor2003-09-203-2/+20
* fix accidental checkinChristopher Faylor2003-09-201-1/+1
* * syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor2003-09-208-31/+901
* * fhandler_tty.cc (fhandler_pty_master::process_slave_output):Corinna Vinschen2003-09-183-12/+73
* * syscalls.cc (gethostid): Add lpFreeBytesAvailable argument toChristopher Faylor2003-09-172-1/+9
* * fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo withChristopher Faylor2003-09-173-3/+11
* fix stupid typoChristopher Faylor2003-09-171-1/+1
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-177-20/+53
* * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen2003-09-166-19/+31
* fix typoChristopher Faylor2003-09-161-1/+1
* * getopt.cc (opterr): Reinstate initialization.Christopher Faylor2003-09-164-4/+13
* * exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor2003-09-162-1/+6
* 2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-167-32/+52
* * Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor2003-09-146-18/+28
* * fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-oneChristopher Faylor2003-09-142-1/+7
* * include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor2003-09-136-8/+19
* * include/cygwin/version.h: Bump DLL minor number to 5.Christopher Faylor2003-09-132-1/+5
* * thread.cc (MTinterface::fixup_after_fork): Remove code which potentiallyChristopher Faylor2003-09-132-4/+7
* * fhandler_disk_file.cc (path_conv::ndisk_links): Fix problem where searchChristopher Faylor2003-09-122-2/+8
* * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor2003-09-125-9/+36
* * fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.Christopher Faylor2003-09-113-25/+60
* * path.cc (normalize_posix_path): Put check for '//' prefix back to denote aChristopher Faylor2003-09-112-5/+10
* * dir.cc (rmdir): Add more samba workarounds.Christopher Faylor2003-09-112-2/+11
* * shared.cc (user_shared_initialize): Revert length attribute for nameCorinna Vinschen2003-09-112-1/+6
* * shared_info.h (shared_info::initialize): Remove argument.Christopher Faylor2003-09-106-70/+80
* * fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor2003-09-103-14/+23
* * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen2003-09-109-200/+190