index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
Commit message (
Expand
)
Author
Age
Files
Lines
*
* spawn.cc (dll_suffixes): Add .exe and "no suffix" to the list.
Corinna Vinschen
2006-02-01
2
-0
/
+5
*
* dlfcn.cc (check_path_access): Call find_exec with FE_DLL option.
Corinna Vinschen
2006-01-31
4
-13
/
+31
*
* spawn.cc (av::fixup): Remove unused argument.
Christopher Faylor
2006-01-31
2
-4
/
+9
*
* spawn.cc (find_exec): Only return files with execute permission set
Corinna Vinschen
2006-01-31
3
-12
/
+27
*
* path.cc (cwdstuff::set): Don't set win32 error, only POSIX errno.
Corinna Vinschen
2006-01-31
2
-2
/
+7
*
* path.cc (cwdstuff::set): When SetCurrentDirectory returns
Corinna Vinschen
2006-01-31
2
-0
/
+16
*
* dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.
Corinna Vinschen
2006-01-31
2
-8
/
+8
*
* fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Simplify
Corinna Vinschen
2006-01-30
2
-1
/
+6
*
* fhandler_disk_file.cc (d_cachepos): Rename from d_pos to distinct
Corinna Vinschen
2006-01-30
2
-7
/
+15
*
* CYGWIN_LICENSE: Restrict to v2.
Christopher Faylor
2006-01-29
2
-0
/
+345
*
v2 only
Christopher Faylor
2006-01-29
1
-3
/
+2
*
* fhandler_disk_file.cc (readdir_get_ino): Don't follow symlinks.
Corinna Vinschen
2006-01-29
2
-1
/
+5
*
* fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.
Corinna Vinschen
2006-01-29
6
-16
/
+69
*
* include/winsock2.h (WINSOCK_API_LINKAGE): Define. Add to
Danny Smith
2006-01-29
2
-97
/
+111
*
* include/winnt.h (FORCEINLINE): Define.
Danny Smith
2006-01-29
2
-0
/
+13
*
* fhandler_disk_file.cc (fhandler_disk_file::mkdir): In case or error,
Corinna Vinschen
2006-01-28
2
-0
/
+7
*
* fhandler_disk_file.cc (DIR_NUM_ENTRIES): New define determining
Corinna Vinschen
2006-01-28
2
-60
/
+108
*
* include/sys/dirent.h (struct dirent): Revert misguided attempt to
Corinna Vinschen
2006-01-28
2
-2
/
+7
*
Move cocom to the build requirements.
Joshua Daniel Franklin
2006-01-28
2
-2
/
+7
*
* autoload.cc (NtQueryDirectoryFile): Define.
Corinna Vinschen
2006-01-27
14
-182
/
+452
*
* spawn.cc (spawn_guts): Fix potential handle leak when failing exec.
Christopher Faylor
2006-01-27
2
-1
/
+6
*
* exceptions.cc (inside_kernel): Fix to return true if we can't get the name of
Christopher Faylor
2006-01-27
3
-1
/
+8
*
Add top-level README
Joshua Daniel Franklin
2006-01-27
3
-26
/
+32
*
* faq-programming.xml (faq.programming.ipc): Add new FAQ about
Joshua Daniel Franklin
2006-01-27
4
-23
/
+39
*
* fhandler.cc (fhandler_base::open): Fix bug in argument order to
Corinna Vinschen
2006-01-26
2
-1
/
+6
*
* faq-programming.xml (faq.programming.building-cygwin): Add
Joshua Daniel Franklin
2006-01-26
3
-11
/
+40
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix test for
Christopher Faylor
2006-01-26
2
-1
/
+6
*
* include/winnt.h (DECLSPEC_SELECTANY): Define.
Danny Smith
2006-01-26
2
-0
/
+12
*
2006-01-25 Filip Navara <xnavara@volny.cz>
Danny Smith
2006-01-26
2
-0
/
+12
*
* faq-setup.xml (faq.setup.snapshots): Rename DLL using Windows tools.
Corinna Vinschen
2006-01-25
2
-4
/
+8
*
* ntdll.h: (temporarily?) Add more functions for querying directory.
Christopher Faylor
2006-01-25
2
-7
/
+92
*
* dir.cc (readdir_worker): Turn off expensive inode calculation.
Christopher Faylor
2006-01-24
2
-0
/
+8
*
* fhandler_process.cc (fhandler_process::fill_filebuf): Disable
Corinna Vinschen
2006-01-24
3
-2
/
+28
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Try harder
Corinna Vinschen
2006-01-24
2
-3
/
+31
*
* include/commctrl.h: Correct spelling of 'compatibility' in
Danny Smith
2006-01-24
4
-9
/
+16
*
2006-01-24 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2006-01-24
3
-8
/
+39
*
* fhandler_socket.cc (fhandler_socket::fixup_after_fork): Reset
Corinna Vinschen
2006-01-23
2
-1
/
+15
*
2006-01-23 Brandon Sneed <brandon@redf.net>
Danny Smith
2006-01-23
2
-0
/
+84
*
.
Christopher Faylor
2006-01-21
1
-1
/
+1
*
* include/cygwin/version.h: Bump API minor number to 151.
Christopher Faylor
2006-01-21
8
-74
/
+75
*
* include/sys/dirent.h: Add comments for people who are REALLY confused about
Christopher Faylor
2006-01-20
2
-13
/
+19
*
* fhandler_socket.cc (fhandler_socket::prepare): Fix debug output.
Corinna Vinschen
2006-01-20
2
-8
/
+24
*
* cygcheck.cc (common_paths): Add "patch".
Christopher Faylor
2006-01-19
2
-0
/
+5
*
* cygcheck.cc (init_paths): Record first_nonsys_path.
Christopher Faylor
2006-01-19
2
-8
/
+13
*
white space
Christopher Faylor
2006-01-19
1
-1
/
+1
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Check posix path for
Christopher Faylor
2006-01-19
2
-2
/
+7
*
* dir.cc (readdir_worker): Fill in invalid fields with -1. Accommodate name
Christopher Faylor
2006-01-19
3
-5
/
+14
*
Remove references to and files from old texinfo FAQ.
Joshua Daniel Franklin
2006-01-19
17
-3893
/
+19
*
2006-01-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe
2006-01-19
2
-1
/
+5
*
* heap.cc (heap_init): Remove Sleep.
Christopher Faylor
2006-01-18
2
-8
/
+8
[next]