| Commit message (Expand) | Author | Age | Files | Lines |
* | rename: Refactor "new file already exists and rename fails" case | Corinna Vinschen | 2017-01-12 | 1 | -20/+27 |
* | Don't check directories always case-insensitive in rename(2) | Corinna Vinschen | 2016-10-19 | 1 | -1/+1 |
* | syscalls.cc: Merge desktop_ini_ext into desktop_ini | Corinna Vinschen | 2016-06-24 | 1 | -10/+5 |
* | Fix various OS-related comments | Corinna Vinschen | 2016-06-24 | 1 | -12/+12 |
* | Drop has_transactions flag | Corinna Vinschen | 2016-06-24 | 1 | -7/+3 |
* | Drop has_recycle_dot_bin | Corinna Vinschen | 2016-06-23 | 1 | -54/+9 |
* | Handle up to 63 partitions per drive | Corinna Vinschen | 2016-06-23 | 1 | -2/+2 |
* | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 2016-06-23 | 1 | -3/+0 |
* | Remove MALLOC_CHECK and calls to it entirely | Corinna Vinschen | 2016-04-01 | 1 | -8/+0 |
* | Remove remnants of never-defined MALLOC_DEBUG and NEWVFORK | Peter Foley | 2016-04-01 | 1 | -15/+0 |
* | Remove misleading indentation | Peter Foley | 2016-03-20 | 1 | -1/+1 |
* | Convert utmp{x}name to int, return useful value. Define _PATH_UTMPX | Corinna Vinschen | 2016-01-07 | 1 | -5/+9 |
* | Rename FileId to IndexNumber in NT structures to align with upstream | Corinna Vinschen | 2015-12-08 | 1 | -2/+2 |
* | Reapply POSIX ACL changes. | Corinna Vinschen | 2015-11-18 | 1 | -2/+1 |
* | Handle unlinking in-use files on virtual drives | Corinna Vinschen | 2015-04-23 | 1 | -3/+25 |
* | Drop unneeded passwd argument from security functions | Corinna Vinschen | 2015-03-18 | 1 | -2/+2 |
* | * path.h (path_conv): Make path_flags private. Rename known_suffix to | Corinna Vinschen | 2015-02-15 | 1 | -7/+7 |
* | * syscalls.cc (fhandler_base::stat_fixup): Generate unique inode number | Corinna Vinschen | 2015-02-10 | 1 | -3/+14 |
* | * autoload.cc (CreateProfile): Import. | Corinna Vinschen | 2014-12-02 | 1 | -5/+1 |
* | * common.din (ffsl): Export. | Corinna Vinschen | 2014-10-08 | 1 | -16/+13 |
* | * syscall.cc (ffs): Fix crash of ffs (0x80000000) on 64 bit. | Corinna Vinschen | 2014-10-08 | 1 | -3/+2 |
* | * path.h (path_conv::init_reopen_attr): Change from void to returning | Corinna Vinschen | 2014-08-26 | 1 | -3/+3 |
* | * Throughout, use __try/__except/__endtry blocks, rather than myfault | Corinna Vinschen | 2014-08-22 | 1 | -963/+1051 |
* | * cpuid.h: Add missing copyright header. Fix formatting. Use uint32_t | Corinna Vinschen | 2014-08-11 | 1 | -1/+0 |
* | * spawn.cc (find_exec): Initialize err (CID 60111). | Corinna Vinschen | 2014-06-23 | 1 | -2/+11 |
* | * syscalls.cc (getusershell): Fix buffer overrun (Coverity ID 59932). | Corinna Vinschen | 2014-05-19 | 1 | -1/+1 |
* | * syscalls.cc (NT_TRANSACTIONAL_ERROR): Cover all status codes up to | Corinna Vinschen | 2014-04-25 | 1 | -1/+1 |
* | Introduce reading passwd/group entries from SAM/AD. Introduce | Corinna Vinschen | 2014-02-09 | 1 | -1/+0 |
* | * include/netinet/ip6.h: New file, copied from FreeBSD vebatim. | Corinna Vinschen | 2014-01-18 | 1 | -1/+1 |
* | * syscalls.cc (popen): Introduce Glibc 'e' flag to allow thread-safe | Corinna Vinschen | 2014-01-17 | 1 | -12/+43 |
* | * syscalls.cc (NT_TRANSACTIONAL_ERROR): Define. | Corinna Vinschen | 2013-12-11 | 1 | -9/+40 |
* | * syscalls.cc (dup): Use cygheap_fdnew properly. | Christopher Faylor | 2013-12-06 | 1 | -1/+1 |
* | * cygheap.h (cygheap_fdnew): Avoid setting errno directly since it will have | Christopher Faylor | 2013-12-05 | 1 | -3/+9 |
* | * syscalls.cc (try_to_bin): Enhance debug output in case reopen fails. | Corinna Vinschen | 2013-11-27 | 1 | -1/+2 |
* | * syscalls.cc (try_to_bin): Drop fh_dup, reuse tmp_fh instead. | Corinna Vinschen | 2013-11-27 | 1 | -3/+2 |
* | * syscalls.cc (try_to_bin): Take additional parameter to get file open | Corinna Vinschen | 2013-11-27 | 1 | -5/+31 |
* | Throughout, keep function definitions and declarations in sync with | Corinna Vinschen | 2013-11-25 | 1 | -8/+12 |
* | Throughout, drop unnecessary explicit includes of windows header files | Corinna Vinschen | 2013-11-24 | 1 | -1/+0 |
* | dup2: fix off-by-one crash | Eric Blake | 2013-11-23 | 1 | -0/+6 |
* | * syscalls.cc (open): Only return ENOTDIR if file exists. | Corinna Vinschen | 2013-05-21 | 1 | -1/+1 |
* | Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch | Yaakov Selkowitz | 2013-05-01 | 1 | -1/+1 |
* | * autoload.cc (CreateSymbolicLink): Define. | Corinna Vinschen | 2013-04-24 | 1 | -1/+1 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -120/+182 |
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 1 | -2/+2 |
* | * syscalls.cc (rename): Remove ill-conceived NFS workaround from | Corinna Vinschen | 2013-01-19 | 1 | -46/+3 |
* | * syscalls.cc (rename): Drop handling paths > 32757 chars, emit EINVAL | Corinna Vinschen | 2013-01-11 | 1 | -22/+21 |
* | * path.h (path_conv::fs_type): New method. | Corinna Vinschen | 2013-01-10 | 1 | -8/+66 |
* | * dtable.cc (dtable::dup3): Fix bounds checking for valid newfd. | Christopher Faylor | 2012-12-31 | 1 | -1/+1 |
* | whitespace cleanup | Christopher Faylor | 2012-08-16 | 1 | -2/+2 |
* | * syscalls.cc (enum bin_status): Add dir_not_empty. | Corinna Vinschen | 2012-07-25 | 1 | -38/+75 |