summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_process.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.Christopher Faylor2002-06-021-13/+6
* * fhandler_proc.cc (fhandler_proc::readdir): Set errno when no more files.Christopher Faylor2002-05-311-1/+4
* * autoload.cc: Replace autoload statments for ZwXXX by NtXXX.Corinna Vinschen2002-05-301-9/+9
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-273/+273
* * fhandler.h (fhandler_virtual::exists): Eliminate path argument.Christopher Faylor2002-05-221-2/+3
* * autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' andChristopher Faylor2002-05-121-34/+488
* * net.cc (getdomainname): Change second argument of getdomainname to size_t.Christopher Faylor2002-05-041-19/+23
* * fhandler_proc.cc (fhandler_proc::fstat): Use fhandler name rather thanChristopher Faylor2002-05-031-2/+2
* * fhandler_proc.cc (fhandler_proc::fstat): Prime with information fromChristopher Faylor2002-05-021-6/+7
* add new filesChristopher Faylor2002-05-021-0/+294