summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * syscalls.cc (fhandler_base::stat_fixup): Fix inode numbers ofCorinna Vinschen2012-04-111-3/+4
* * syscalls.cc (fhandler_base::stat_fixup): Replace string comparisonCorinna Vinschen2012-04-031-1/+1
* * devices.h (device::get_device): New method.Corinna Vinschen2012-04-021-2/+7
* * fhandler.h (fhandler_base::stat_fixup): Rename fromCorinna Vinschen2012-04-021-4/+10
* * devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen2012-04-021-2/+1
* * devices.h (FH_DEV): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen2012-04-021-1/+1
* * fhandler.h (fhandler_base::set_ino_and_dev): Declare.Corinna Vinschen2012-04-021-16/+34
* * syscalls.cc (lseek): Fix debug output.Corinna Vinschen2012-03-201-1/+4
* * cygwin.din (scandirat): Export.Yaakov Selkowitz2012-02-221-0/+16
* * pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor2012-02-141-2/+2
* * syscalls.cc (setsid): On second thought, in the spirit of keeping thingsChristopher Faylor2012-02-101-2/+2
* * syscalls.cc (open): Semi-revert (?) to allowing open of a tty to becomeChristopher Faylor2012-02-101-1/+1
* * include/process.h: Move here from include/cygwin subdir.Corinna Vinschen2012-02-071-1/+1
* * cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor2012-02-071-2/+1
* * syscalls.cc (close_all_files): Use cygheap_fdget to manipulate fhandler. UseChristopher Faylor2012-02-021-14/+14
* * dtable.cc (dtable::dup_worker): Add comment explaining why refcnt isn'tChristopher Faylor2012-02-011-2/+3
* * syscalls.cc (dup3): Fix debug typo.Christopher Faylor2012-01-311-1/+1
* * syscalls.cc (gethostid): Simplify. Just fetch MachineGuid andCorinna Vinschen2012-01-231-114/+19
* * cygheap.h (cygheap_fdmanip::release): Simplify.Christopher Faylor2012-01-221-2/+2
* * include/cygwin/process.h: Move here from newlib.Corinna Vinschen2012-01-091-2/+2
* * fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.Christopher Faylor2011-12-251-1/+1
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-221-6/+0
* * syscalls.cc (rename): Fix typo in comment. Fix condition to handleCorinna Vinschen2011-12-191-3/+7
* * fhandler.cc (fhandler_base::close): Move setting isclosed() from here toChristopher Faylor2011-12-181-0/+1
* Clean up whitespace.Christopher Faylor2011-12-171-4/+4
* * exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor2011-12-171-4/+1
* Implement fhandler reference counting.Christopher Faylor2011-12-171-30/+35
* * mmap.cc (mlock): Add standard syscall return value debugging output.Christopher Faylor2011-12-031-8/+4
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-38/+29
* * sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor2011-11-291-0/+1
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-3/+5
* * cygwin.din (ptsname_r): Export.Christopher Faylor2011-11-071-1/+14
* * syscalls.cc (check_dir_not_empty): Check surplus directory entriesCorinna Vinschen2011-11-071-22/+119
* * syscalls.cc (unlink_nt): Fix a bug which overwrites the NT statusCorinna Vinschen2011-10-241-6/+8
* * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Check invalidCorinna Vinschen2011-10-211-1/+1
* * globals.cc (ro_u_ncfsd): New R/O unicode string.Corinna Vinschen2011-10-211-1/+2
* * syscalls.cc (try_to_bin): Improve debug output.Corinna Vinschen2011-10-201-31/+77
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-9/+13
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-111-2/+3
* * syscalls.cc (open): Add temporary kludge to avoid assigning the controllingChristopher Faylor2011-10-101-0/+6
* * syscalls.cc (faccessat): Fix parens in flag expression when callingCorinna Vinschen2011-08-011-5/+5
* * fhandler_disk_file.cc (__DIR_mounts::eval_ino): Create path_convCorinna Vinschen2011-07-261-2/+5
* whitespace eliminationChristopher Faylor2011-06-061-22/+22
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-6/+9
* * fhandler_proc.cc (format_proc_uptime): Don't call GetSystemInfo.Corinna Vinschen2011-05-101-6/+2
* * fhandler.h (fhandler_socket::read): Declare.Corinna Vinschen2011-05-061-54/+100
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-19/+12
* * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen2011-05-051-19/+2
* * syscalls.cc (readv): Add myfault handler. Don't check repeatedlyCorinna Vinschen2011-05-051-34/+23
* * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen2011-05-041-12/+2