aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syscalls.cc
AgeCommit message (Expand)AuthorFilesLines
2013-05-21 * syscalls.cc (open): Only return ENOTDIR if file exists.Corinna Vinschen1-1/+1
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-1/+1
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-120/+182
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2013-01-19 * syscalls.cc (rename): Remove ill-conceived NFS workaround fromCorinna Vinschen1-46/+3
2013-01-11 * syscalls.cc (rename): Drop handling paths > 32757 chars, emit EINVALCorinna Vinschen1-22/+21
2013-01-10 * path.h (path_conv::fs_type): New method.Corinna Vinschen1-8/+66
2012-12-31* dtable.cc (dtable::dup3): Fix bounds checking for valid newfd.Christopher Faylor1-1/+1
2012-08-16whitespace cleanupChristopher Faylor1-2/+2
2012-07-25 * syscalls.cc (enum bin_status): Add dir_not_empty.Corinna Vinschen1-38/+75
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-1/+1
2012-06-19Revert errneous checkin.Christopher Faylor1-1/+1
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor1-1/+1
2012-06-04* dtable.cc (dtable::dup3): Only return with lock set when O_EXCL flag isChristopher Faylor1-1/+1
2012-06-03* DevNotes: Add entry cgf-000011.Christopher Faylor1-4/+16
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen1-13/+35
2012-04-11 * syscalls.cc (fhandler_base::stat_fixup): Fix inode numbers ofCorinna Vinschen1-3/+4
2012-04-03 * syscalls.cc (fhandler_base::stat_fixup): Replace string comparisonCorinna Vinschen1-1/+1
2012-04-02 * devices.h (device::get_device): New method.Corinna Vinschen1-2/+7
2012-04-02 * fhandler.h (fhandler_base::stat_fixup): Rename fromCorinna Vinschen1-4/+10
2012-04-02 * devices.h (FH_CYGDRIVE): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen1-2/+1
2012-04-02 * devices.h (FH_DEV): Define as DEV_VIRTFS_MAJOR class device.Corinna Vinschen1-1/+1
2012-04-02 * fhandler.h (fhandler_base::set_ino_and_dev): Declare.Corinna Vinschen1-16/+34
2012-03-20 * syscalls.cc (lseek): Fix debug output.Corinna Vinschen1-1/+4
2012-02-22 * cygwin.din (scandirat): Export.Yaakov Selkowitz1-0/+16
2012-02-14* pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if ttyChristopher Faylor1-2/+2
2012-02-10* syscalls.cc (setsid): On second thought, in the spirit of keeping thingsChristopher Faylor1-2/+2
2012-02-10* syscalls.cc (open): Semi-revert (?) to allowing open of a tty to becomeChristopher Faylor1-1/+1
2012-02-07 * include/process.h: Move here from include/cygwin subdir.Corinna Vinschen1-1/+1
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor1-2/+1
2012-02-02* syscalls.cc (close_all_files): Use cygheap_fdget to manipulate fhandler. UseChristopher Faylor1-14/+14
2012-02-01* dtable.cc (dtable::dup_worker): Add comment explaining why refcnt isn'tChristopher Faylor1-2/+3
2012-01-31* syscalls.cc (dup3): Fix debug typo.Christopher Faylor1-1/+1
2012-01-23 * syscalls.cc (gethostid): Simplify. Just fetch MachineGuid andCorinna Vinschen1-114/+19
2012-01-22* cygheap.h (cygheap_fdmanip::release): Simplify.Christopher Faylor1-2/+2
2012-01-09 * include/cygwin/process.h: Move here from newlib.Corinna Vinschen1-2/+2
2011-12-25* fhandler_dsp.cc (fhandler_dev_dsp::fhandler_dev_dsp): Set up device.Christopher Faylor1-1/+1
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen1-6/+0
2011-12-19 * syscalls.cc (rename): Fix typo in comment. Fix condition to handleCorinna Vinschen1-3/+7
2011-12-18* fhandler.cc (fhandler_base::close): Move setting isclosed() from here toChristopher Faylor1-0/+1
2011-12-17Clean up whitespace.Christopher Faylor1-4/+4
2011-12-17* exceptions.cc (set_signal_mask): Remove useless debugging output.Christopher Faylor1-4/+1
2011-12-17Implement fhandler reference counting.Christopher Faylor1-30/+35
2011-12-03* mmap.cc (mlock): Add standard syscall return value debugging output.Christopher Faylor1-8/+4
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-38/+29
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor1-0/+1
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-3/+5
2011-11-07* cygwin.din (ptsname_r): Export.Christopher Faylor1-1/+14
2011-11-07 * syscalls.cc (check_dir_not_empty): Check surplus directory entriesCorinna Vinschen1-22/+119