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
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-08-20* devices.h (fh_devices): Define DEV_MISC_MAJOR, DEV_MEM_MAJOR,Yaakov Selkowitz
2011-08-12 * fhandler_proc.cc (fhandler_proc::closedir): Don't free, but deleteCorinna Vinschen
2011-08-12 * fhandler.h (fhandler_proc::opendir): Declare.Corinna Vinschen
2011-08-11 * fhandler_proc.cc (fhandler_proc::get_proc_fhandler): Don't allow toCorinna Vinschen
2011-06-13Rename FH_BAD to FH_NADA throughout.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-12* fhandler_proc.cc (format_proc_meminfo): Rewrite to use sysinfo().Yaakov Selkowitz
2011-05-10 * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen
2011-04-19 * fhandler_proc.cc (read_value): Remove definition.Corinna Vinschen
2011-04-11* fhandler_proc.cc (proc_tab): Add /proc/swaps virtual file.Yaakov Selkowitz
2011-04-04 Drop NT4 support.Corinna Vinschen
2011-04-04* Makefile.in (fhandler_proc_CFLAGS): Define USERNAME, HOSTNAME,Yaakov Selkowitz
2011-04-02 * fhandler_proc.cc (format_proc_partitions): Express length in WCHARCorinna Vinschen
2011-04-01Implement /proc/sysvipc/*Yaakov Selkowitz
2011-04-01* fhandler_proc.cc (format_proc_loadavg): Add running/totalYaakov Selkowitz
2011-01-17 * fhandler_proc.cc (format_proc_partitions): Fix compiler warning.Corinna Vinschen
2011-01-17 * fhandler_proc.cc (proc_tab_cmp): Fix typo in comment.Corinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-08-27 * fhandler_proc.cc (format_proc_partitions): Improve comment.Corinna Vinschen
2010-08-26 * fhandler_proc.cc (format_proc_partitions): Simplify code and enableCorinna Vinschen
2010-08-09 * fhandler_proc.cc: Add /proc/filesystems virtual file.Corinna Vinschen
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2010-01-11 * fhandler_proc.cc (format_proc_stat): Use new in_buf.Corinna Vinschen
2009-06-09 * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen
2009-06-09 * autoload.cc (GetSystemTimes): Define.Corinna Vinschen
2009-02-04 * fhandler_proc.cc (proc_tab): Add entry for mounts symlink.Corinna Vinschen
2009-01-20 * devices.h (FH_PROCESSFD): New device type.Corinna Vinschen
2009-01-17 * fhandler_proc.cc: Reorganize global proc content data into a newCorinna Vinschen
2008-07-17 Add case-sensitivity.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor
2007-12-04 * fhandler_fifo.cc (fhandler_fifo::open): Use MAX_NAME for pipe nameCorinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen
2007-07-07* fhandler_disk_file.cc: White space.Christopher Faylor
2007-03-07 * fhandler_proc.cc: Fix formatting. Drop setting errno when creatingCorinna Vinschen
2007-02-22 Throughout replace all usage of wincap.shared with the constantCorinna Vinschen
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen
2007-01-17 * Makefile.in (DLL_OFILES): Add fhandler_procnet.o.Corinna Vinschen
2006-10-19 * fhandler.h (fhandler_base::set_name): Make virtual.Corinna Vinschen
2006-10-19 * fhandler_proc.cc: Drop superfluous definition of _WIN32_WINNT.Corinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-03-09 * autoload.cc (NtClose): Define.Corinna Vinschen
2006-03-02 * fhandler_proc.cc (fhandler_proc::fstat): Always return fixed linkCorinna Vinschen
2006-01-28 * autoload.cc (NtQueryDirectoryFile): Define.Corinna Vinschen