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
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen
2005-03-29 * fhandler_process.cc: Re-add exename.Corinna Vinschen
2005-02-13white spaceChristopher Faylor
2005-02-01 * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen
2005-01-31 * fhandler_process.cc (format_process_maps): Get destbuf argument byCorinna Vinschen
2005-01-31 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen
2005-01-29 * smallprint.c (rn): Change uval to unsigned long long to fix 64 bitCorinna Vinschen
2005-01-29 * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen
2005-01-16* init.cc (dll_entry): Remove unused extern.Christopher Faylor
2005-01-07 * fhandler_process.cc: Fix copyright date.Corinna Vinschen
2005-01-07 * fhandler_process.cc: Use strcasematch instead of strcasecmpCorinna Vinschen
2004-12-22 * fhandler_process.cpp (format_process_status): Use tabs in formattingCorinna Vinschen
2004-12-18revert erroneous checkinChristopher Faylor
2004-12-18* fhandler_proc.cc (proc_listing): Add entry for "self".Christopher Faylor
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2003-12-26* dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor
2003-11-152003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-17* fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo withChristopher Faylor
2003-08-05* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor
2003-07-09* cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-05-25 * fhandler_process.cc (format_process_stat): use PagefileUsageCorinna Vinschen
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen
2003-03-08Revert below changes regarding _pinfo::cmdline.Christopher Faylor
2003-03-08 * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
2003-01-09Use isdirsep rather than SLASH_P throughout.Christopher Faylor
2002-11-05revert erroneous checkinsChristopher Faylor
2002-11-05* sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor
2002-11-05* fhandler_process.cc (fhandler_process::fill_filebuf): Deal with errorChristopher Faylor
2002-10-31* external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor
2002-09-25* fhandler_proc.cc (format_process_stat): make ctty a real device number.Christopher Faylor
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-08-31* fhandler_proc.cc: Add <sys/param.h> include.Christopher Faylor
2002-07-02* autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor
2002-07-01* fhandler.h (fhandler_process::pid): New field.Christopher Faylor
2002-06-30* fhandler.h (fhandler_process::p): New field.Christopher Faylor
2002-06-06 * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor
2002-06-02* fhandler_process.cc (fhandler_process::open): Set fileid.Christopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor