summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_proc.cc
Commit message (Expand)AuthorAgeFilesLines
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-22/+22
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-6/+3
* * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flagsCorinna Vinschen2004-07-261-37/+48
* * fhandler_dsp.cc (fhandler_dev_dsp::Audio_out::init): Fix non-ISOCorinna Vinschen2004-07-191-1/+1
* * fhandler_proc.cc (format_proc_cpuinfo): Test CPU vendor and printCorinna Vinschen2004-06-231-0/+28
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-10/+10
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-1/+1
* * fhandler_proc.cc (format_proc_meminfo): On NT, try to figure outCorinna Vinschen2004-03-181-2/+36
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* * fhandler_proc.cc (format_proc_partitions): Use new device codeCorinna Vinschen2003-10-231-11/+19
* * devices.cc: New file.Christopher Faylor2003-09-251-11/+6
* * fhandler_disk_file.cc (fhandler_cygdrive::readdir): Do not change 'errno' ifChristopher Faylor2003-08-051-1/+0
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-41/+41
* * fhandler_proc.cc (format_proc_stat): Use correctly sized constants forChristopher Faylor2003-07-101-1/+1
* * fhandler_proc.cc (fhandler_proc::fill_filebuf): Allocate more space for statChristopher Faylor2003-07-101-23/+54
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * fhandler_proc.cc (format_proc_meminfo): Make swap memory outputCorinna Vinschen2003-05-151-2/+2
* * Makefile.in: Use ${nostdlib} variable.Christopher Faylor2003-04-191-2/+2
* * termios.cc (setspeed): New function.Christopher Faylor2003-04-161-31/+1
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-10/+10
* * fhandler_proc.cc (format_proc_cpuinfo): Use IsProcessorFeaturePresentCorinna Vinschen2003-03-181-53/+77
* * autoload.cc (IsProcessorFeaturePresent): Add.Corinna Vinschen2003-03-131-1/+9
* * fhandler_proc.cc (format_proc_cpuinfo): Fix vendor id in cpuid case.Corinna Vinschen2003-03-131-1/+1
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-26/+447
* Revert below changes regarding _pinfo::cmdline.Christopher Faylor2003-03-081-6/+3
* * 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
* * external.cc (cygwin_internal): Implement CW_CMDLINE.Christopher Faylor2002-10-301-9/+5
* whitespaceChristopher Faylor2002-09-301-1/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-2/+2
* * fhandler_proc.cc: Add <sys/param.h> include.Christopher Faylor2002-08-311-6/+6
* * autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor2002-07-021-2/+9
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-011-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-2/+1
* * fhandler_process.cc (fhandler_process::open): Set fileid.Christopher Faylor2002-06-021-7/+7
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-41/+22
* * fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.Christopher Faylor2002-06-021-1/+2
* * fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more files.Christopher Faylor2002-05-311-0/+1
* * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen2002-05-301-4/+4
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-149/+149
* * fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor2002-05-221-1/+2
* * autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor2002-05-121-26/+211
* * net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor2002-05-041-12/+33
* * fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor2002-05-031-2/+2
* add new filesChristopher Faylor2002-05-021-0/+313