summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_process.cc
Commit message (Expand)AuthorAgeFilesLines
* white space and minor comment cleanup.Christopher Faylor2005-05-021-4/+4
* * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen2005-04-131-3/+2
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-2/+2
* * fhandler_process.cc: Re-add exename.Corinna Vinschen2005-03-291-3/+6
* white spaceChristopher Faylor2005-02-131-3/+3
* * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen2005-02-011-3/+29
* * fhandler_process.cc (format_process_maps): Get destbuf argument byCorinna Vinschen2005-01-311-7/+7
* * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen2005-01-311-29/+83
* * smallprint.c (rn): Change uval to unsigned long long to fix 64 bitCorinna Vinschen2005-01-291-3/+11
* * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen2005-01-291-19/+151
* * init.cc (dll_entry): Remove unused extern.Christopher Faylor2005-01-161-5/+5
* * fhandler_process.cc: Fix copyright date.Corinna Vinschen2005-01-071-1/+1
* * fhandler_process.cc: Use strcasematch instead of strcasecmpCorinna Vinschen2005-01-061-3/+3
* * fhandler_process.cpp (format_process_status): Use tabs in formattingCorinna Vinschen2004-12-221-17/+17
* revert erroneous checkinChristopher Faylor2004-12-181-2/+1
* * fhandler_proc.cc (proc_listing): Add entry for "self".Christopher Faylor2004-12-181-3/+10
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-13/+7
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor2003-12-261-1/+4
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-3/+3
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-2/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-6/+6
* * fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo withChristopher Faylor2003-09-171-1/+2
* * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor2003-08-051-4/+1
* * cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor2003-07-091-14/+16
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * fhandler_process.cc (format_process_stat): use PagefileUsageCorinna Vinschen2003-05-241-2/+2
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-6/+6
* Revert below changes regarding _pinfo::cmdline.Christopher Faylor2003-03-081-11/+8
* * external.cc (cygwin_internal): Change n to __off64_t to match changeCorinna Vinschen2003-03-081-6/+6
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* Use isdirsep rather than SLASH_P throughout.Christopher Faylor2003-01-091-2/+2
* revert erroneous checkinsChristopher Faylor2002-11-051-1/+1
* * sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.Christopher Faylor2002-11-051-1/+1
* * fhandler_process.cc (fhandler_process::fill_filebuf): Deal with errorChristopher Faylor2002-11-051-1/+1
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-14/+18
* * fhandler_proc.cc (format_process_stat): make ctty a real device number.Christopher Faylor2002-09-251-4/+8
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-2/+2
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-21/+22
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-4/+4
* * fhandler_proc.cc: Add <sys/param.h> include.Christopher Faylor2002-08-311-10/+7
* * autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor2002-07-021-48/+43
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-011-1/+1
* * fhandler.h (fhandler_process::pid): New field.Christopher Faylor2002-06-301-5/+17
* * fhandler.h (fhandler_process::p): New field.Christopher Faylor2002-06-301-16/+18
* * fhandler.cc (fhandler_base::fstat): Initialise tv_nsec member ofCorinna Vinschen2002-06-061-1/+2
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-2/+1
* * fhandler_process.cc (fhandler_process::open): Set fileid.Christopher Faylor2002-06-021-0/+1
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-41/+26