Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor
2011-10-25 * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen
2011-10-24 * syscalls.cc (unlink_nt): Fix a bug which overwrites the NT statusCorinna Vinschen
2011-10-24 * shared.cc (open_shared): Fix memory reservation of essential sharedCorinna Vinschen
2011-10-23* fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testingChristopher Faylor
2011-10-23* path.cc (path_conv::get_nt_native_path): Avoid dereferencing path when it isChristopher Faylor
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor
2011-10-21 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalidCorinna Vinschen
2011-10-21Check in missing ChangeLog entry.Christopher Faylor
2011-10-21 * globals.cc (ro_u_ncfsd): New R/O unicode string.Corinna Vinschen
2011-10-21* fhandler.h (fhandler*::copyto): Free path_conv strings first.Christopher Faylor
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor
2011-10-20 * syscalls.cc (try_to_bin): Improve debug output.Corinna Vinschen
2011-10-18 * path.cc: Extend two comments. Mention the name RtlpCurDirRefCorinna Vinschen
2011-10-17* dcrt0.cc (dll_crt0_1): Copy argv before passing to main().Christopher Faylor
2011-10-17* sigproc.cc (proc_terminate): Avoid setting ppid to 1 if we're execing.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-10-15 * fhandler_process.cc (dos_drive_mappings::fixup_if_match): ConvertCorinna Vinschen
2011-10-15 * sec_auth.cc (get_token_group_sidlist): Add CONSOLE LOGON SID onCorinna Vinschen
2011-10-13 * cygcheck.cc (dump_sysinfo): Add Windows 8 recognition. Note asCorinna Vinschen
2011-10-13 * path.cc (find_fast_cwd_pointer): Allow 'push crit-sect-addr' insteadCorinna Vinschen
2011-10-13 * path.cc (copy_cwd_str): Move up in file to be accessible fromCorinna Vinschen
2011-10-12 * fhandler_console.cc (fhandler_console::cursor_set): Disable forcingCorinna Vinschen
2011-10-12* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor
2011-10-12 * utils.sgml (getconf): Expand documentation.Yaakov Selkowitz
2011-10-11* dtable.cc (fh_alloc): Don't parse /dev/tty if ctty is < 0. Reset major/minorChristopher Faylor
2011-10-11* syscalls.cc (open): Add temporary kludge to avoid assigning the controllingChristopher Faylor
2011-10-10 * fhandler.h (fhandler_process::closedir): Declare.Corinna Vinschen
2011-10-10 * cygserver.sgml: Change -v to -V, same as in sources.Corinna Vinschen
2011-10-10 * cygserver.cc (print_usage): Align output to utilities in utilsCorinna Vinschen
2011-10-10 * ldd.cc (VERSION): Remove.Corinna Vinschen
2011-10-10* ldd.cc: Update copyright.Christopher Faylor
2011-10-10 * Align usage output, version output, as well as usage and versionCorinna Vinschen
2011-10-10 * locale.cc (usage): Restructure, rephrase, add new options. DropCorinna Vinschen
2011-10-10 * cygcheck.cc (check_keys): Use UNICODE Win32 functions.Corinna Vinschen
2011-10-10* fhandler_tty.cc (fhandler_pty_slave::open): Clarify debugging output.Christopher Faylor
2011-10-07* fhandler.h (fhandler_console::tc_getpgid): New function.Christopher Faylor
2011-10-07 * include/sys/cygwin.h (cygwin_getinfo_types): Define valuesCorinna Vinschen
2011-10-07Fix copyright.Corinna Vinschen
2011-10-06 * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRPCorinna Vinschen
2011-10-062011-10-06 Christian Franke <franke@computer.org>Christian Franke
2011-10-05 * external.cc (create_winenv): Rename from sync_winenv. TakeCorinna Vinschen
2011-10-05 * net.cc (socketpair): Bind first socket to loopback only as well.Corinna Vinschen
2011-10-02Rationalise structure layout; add dirent.d_type field.Keith Marshall
2011-09-21* tty.cc (grantpt): Check for valid fd.Christopher Faylor
2011-09-15 * strace.cc (attach_process): Try to turn off DEBUG_ONLY_THIS_PROCESSJon TURNEY
2011-09-02 * net.cc (cygwin_getsockopt): Drop erroneous double conversion of errorCorinna Vinschen
2011-09-01 * lc_msg.h: Regenerate.Corinna Vinschen
2011-09-01 * dlfcn.cc (gfpod_helper): Helper function to search DLL usingCorinna Vinschen
2011-08-31 * flock.cc (inode_t::unlock_and_remove_if_unused): Rename fromCorinna Vinschen