summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-2211-110/+183
* * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalidCorinna Vinschen2011-10-214-4/+13
* Check in missing ChangeLog entry.Christopher Faylor2011-10-211-0/+7
* * globals.cc (ro_u_ncfsd): New R/O unicode string.Corinna Vinschen2011-10-216-10/+31
* * fhandler.h (fhandler*::copyto): Free path_conv strings first.Christopher Faylor2011-10-202-4/+45
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-2014-171/+211
* * syscalls.cc (try_to_bin): Improve debug output.Corinna Vinschen2011-10-203-33/+90
* * path.cc: Extend two comments. Mention the name RtlpCurDirRefCorinna Vinschen2011-10-182-5/+20
* * dcrt0.cc (dll_crt0_1): Copy argv before passing to main().Christopher Faylor2011-10-172-1/+16
* * sigproc.cc (proc_terminate): Avoid setting ppid to 1 if we're execing.Christopher Faylor2011-10-172-1/+13
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-1531-4005/+6589
* * fhandler_process.cc (dos_drive_mappings::fixup_if_match): ConvertCorinna Vinschen2011-10-152-0/+13
* * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID onCorinna Vinschen2011-10-156-67/+130
* * path.cc (find_fast_cwd_pointer): Allow 'push crit-sect-addr' insteadCorinna Vinschen2011-10-132-3/+11
* * path.cc (copy_cwd_str): Move up in file to be accessible fromCorinna Vinschen2011-10-132-166/+241
* * fhandler_console.cc (fhandler_console::cursor_set): Disable forcingCorinna Vinschen2011-10-122-1/+16
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-1112-33/+132
* * dtable.cc (fh_alloc): Don't parse /dev/tty if ctty is < 0. Reset major/minorChristopher Faylor2011-10-112-4/+13
* * syscalls.cc (open): Add temporary kludge to avoid assigning the controllingChristopher Faylor2011-10-103-0/+13
* * fhandler.h (fhandler_process::closedir): Declare.Corinna Vinschen2011-10-103-0/+13
* * fhandler_tty.cc (fhandler_pty_slave::open): Clarify debugging output.Christopher Faylor2011-10-102-2/+11
* * fhandler.h (fhandler_console::tc_getpgid): New function.Christopher Faylor2011-10-073-1/+19
* * include/sys/cygwin.h (cygwin_getinfo_types): Define valuesCorinna Vinschen2011-10-072-3/+54
* Fix copyright.Corinna Vinschen2011-10-071-1/+2
* * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRPCorinna Vinschen2011-10-064-2/+16
* 2011-10-06 Christian Franke <franke@computer.org>Christian Franke2011-10-063-17/+73
* * external.cc (create_winenv): Rename from sync_winenv. TakeCorinna Vinschen2011-10-054-7/+30
* * net.cc (socketpair): Bind first socket to loopback only as well.Corinna Vinschen2011-10-052-1/+5
* * tty.cc (grantpt): Check for valid fd.Christopher Faylor2011-09-213-3/+10
* * net.cc (cygwin_getsockopt): Drop erroneous double conversion of errorCorinna Vinschen2011-09-022-12/+8
* * lc_msg.h: Regenerate.Corinna Vinschen2011-09-012-3/+18
* * dlfcn.cc (gfpod_helper): Helper function to search DLL usingCorinna Vinschen2011-09-012-6/+53
* * flock.cc (inode_t::unlock_and_remove_if_unused): Rename fromCorinna Vinschen2011-08-312-6/+11
* * flock.cc (LOCK_OBJ_NAME_LEN): Change to accommodate extra lf_verCorinna Vinschen2011-08-292-136/+152
* * fhandler.cc (fhandler_base::open): Fix typo in comment.Corinna Vinschen2011-08-275-98/+165
* * cygthread.cc (cygthread::simplestub): Notify that the thread has detachedChristopher Faylor2011-08-252-0/+9
* * fhandler.cc (fhandler_base::open): Never open files withCorinna Vinschen2011-08-252-12/+37
* * thread.cc (pthread::pthread): Drop setting parent_tls. CallCorinna Vinschen2011-08-243-3/+12
* * thread.cc (pthread::exit): Create dummy tls structure to hold _main_tlsChristopher Faylor2011-08-242-1/+15
* * poll.cc (poll): Don't return prematurely if invalid fds have beenCorinna Vinschen2011-08-232-7/+24
* * fhandler_socket.cc (fhandler_socket::send_internal): Fix settingCorinna Vinschen2011-08-232-2/+9
* * dtable.cc (conv_start_chars): Remove unneeded section attribute.Christopher Faylor2011-08-212-2/+5
* * include/paths.h (_PATH_MAILDIR): Define.Yaakov Selkowitz2011-08-212-0/+7
* * fhandler_process.cc (format_process_maps): Define page protectionCorinna Vinschen2011-08-202-6/+15
* * devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,Yaakov Selkowitz2011-08-193-12/+90
* * dtable.cc: Mark some const variables as static.Christopher Faylor2011-08-194-18/+65
* * fhandler_console.cc (fhandler_console::read): Recognize backspace keyCorinna Vinschen2011-08-192-1/+7
* * dcrt0.cc (dll_crt0_0): Remove unneeded __stdcall decoration.Christopher Faylor2011-08-183-2/+7
* * dtable.cc (dtable::get_debugger_info): Add missing braces.Corinna Vinschen2011-08-182-7/+14
* 2011-08-16 Pierre Humblet <Pierre.Humblet@ieee.org>Pierre Humblet2011-08-162-50/+22