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
AgeCommit message (Expand)Author
2012-02-22 * cygwin.din (scandirat): Export.Yaakov Selkowitz
2012-02-14* pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor
2012-02-10* syscalls.cc (setsid): On second thought, in the spirit of keeping thingsChristopher Faylor
2012-02-10* syscalls.cc (open): Semi-revert (?) to allowing open of a tty to becomeChristopher Faylor
2012-02-07 * include/process.h: Move here from include/cygwin subdir.Corinna Vinschen
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor
2012-02-02* syscalls.cc (close_all_files): Use cygheap_fdget to manipulate fhandler. UseChristopher Faylor
2012-02-01* dtable.cc (dtable::dup_worker): Add comment explaining why refcnt isn'tChristopher Faylor
2012-02-01* syscalls.cc (dup3): Fix debug typo.Christopher Faylor
2012-01-23 * syscalls.cc (gethostid): Simplify. Just fetch MachineGuid andCorinna Vinschen
2012-01-22* cygheap.h (cygheap_fdmanip::release): Simplify.Christopher Faylor
2012-01-09 * include/cygwin/process.h: Move here from newlib.Corinna Vinschen
2011-12-25* fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.Christopher Faylor
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-12-19 * syscalls.cc (rename): Fix typo in comment. Fix condition to handleCorinna Vinschen
2011-12-18* fhandler.cc (fhandler_base::close): Move setting isclosed() from here toChristopher Faylor
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-17* exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor
2011-12-17Implement fhandler reference counting.Christopher Faylor
2011-12-04* mmap.cc (mlock): Add standard syscall return value debugging output.Christopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-11-07 * syscalls.cc (check_dir_not_empty): Check surplus directory entriesCorinna Vinschen
2011-10-24 * syscalls.cc (unlink_nt): Fix a bug which overwrites the NT statusCorinna Vinschen
2011-10-21 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalidCorinna Vinschen
2011-10-21 * globals.cc (ro_u_ncfsd): New R/O unicode string.Corinna Vinschen
2011-10-20 * syscalls.cc (try_to_bin): Improve debug output.Corinna Vinschen
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-10-12* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor
2011-10-11* syscalls.cc (open): Add temporary kludge to avoid assigning the controllingChristopher Faylor
2011-08-01 * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen
2011-07-26 * fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_convCorinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-10 * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen
2011-05-06 * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen
2011-05-06* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor
2011-05-05 * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen
2011-05-05 * syscalls.cc (readv): Add myfault handler. Don't check repeatedlyCorinna Vinschen
2011-05-04 * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen
2011-04-30 * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen
2011-04-29 * advapi32.cc (GetTokenInformation): Remove.Corinna Vinschen
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen
2011-04-04 Drop NT4 support.Corinna Vinschen
2011-04-02 * autoload.cc (FindFirstVolumeA): Remove.Corinna Vinschen
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen
2011-02-22 * dcrt0.cc: Fix copyright dates.Corinna Vinschen
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen