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-11-08 * new-features.sgml (ov-new1.7.10): Document ptsname_r.Corinna Vinschen
2011-11-08 * posix.sgml (std-gnu): Add ptsname_r.Corinna Vinschen
2011-11-08* fhandler.h (__ptsname): New macro.Christopher Faylor
2011-11-08* include/cygwin/stdlib.h: Update copyright.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-11-07 * fhandler.cc (CHUNK_SIZE): Drop NO_COPY.Corinna Vinschen
2011-11-07 * syscalls.cc (check_dir_not_empty): Check surplus directory entriesCorinna Vinschen
2011-11-05* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor
2011-11-05 * faq-using.xml (faq.using.fixing-fork-failures): Add new FAQ.Jon TURNEY
2011-11-05* pinfo.cc (status_exit): Return complete error code. HandleChristopher Faylor
2011-11-04* pinfo.h (pinfo::reattach): Only set destroy to false when proc_subprocChristopher Faylor
2011-11-04* sigproc.cc (child_info_spawn::reattach_children): Clean up handle when can'tChristopher Faylor
2011-11-04* sigproc.cc (child_info::sync): Report on exit code in strace output.Christopher Faylor
2011-11-03* sigproc.cc (child_info_spawn::reattach_children): Avoid issuing an error whenChristopher Faylor
2011-11-03 * fhandler.cc (off_current): Define local in fhandler_base::raw_write.Corinna Vinschen
2011-10-30Remove erroneous entry.Christopher Faylor
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor
2011-10-28* exceptions.cc (sigpacket::process): Avoid a potential deadlock when exitingChristopher Faylor
2011-10-28 * new-features.sgml (ov-new1.7.10): Document getgrouplist.Corinna Vinschen
2011-10-28 * cygwin.din (getgrouplist): Export.Corinna Vinschen
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