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
*
* sigproc.cc: Fix a comment.
Christopher Faylor
2006-02-28
2
-5
/
+8
*
* cygthread.cc (cygthread::release): Add a comment.
Christopher Faylor
2006-02-28
2
-0
/
+5
*
* fhandler_netdrive.cc (fhandler_netdrive::fstat): Create unambiguous
Corinna Vinschen
2006-02-27
2
-0
/
+9
*
* sigproc.cc (sigheld): Define new variable.
Christopher Faylor
2006-02-24
2
-3
/
+26
*
* cygwin.din (_exit): Use signal front end.
Christopher Faylor
2006-02-24
2
-2
/
+7
*
* winsup.h (cygwin_hmodule): Declare.
Christopher Faylor
2006-02-23
5
-10
/
+29
*
* exceptions.cc (_cygtls::interrupt_now): Reorder conditional
Corinna Vinschen
2006-02-22
2
-1
/
+6
*
* fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES to
Corinna Vinschen
2006-02-22
2
-2
/
+8
*
* include/ddk/ntifs,h (FILE_ID_FULL_DIRECTORY_INFORMATION): Revert
Danny Smith
2006-02-21
2
-5
/
+6
*
fix typo
Christopher Faylor
2006-02-20
1
-1
/
+1
*
* spawn.cc (av::fixup): Check for .bat and friends specifically now since these
Christopher Faylor
2006-02-20
2
-2
/
+11
*
revert erroneous checkin
Christopher Faylor
2006-02-20
2
-13
/
+0
*
* exceptions.cc (stackdump): Avoid dumping more than once.
Christopher Faylor
2006-02-20
4
-1
/
+21
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Use NtOpenFile to open
Christopher Faylor
2006-02-19
2
-6
/
+25
*
* include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add filler
Corinna Vinschen
2006-02-19
2
-0
/
+6
*
* include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.
Danny Smith
2006-02-19
2
-1
/
+11
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Drop generating
Corinna Vinschen
2006-02-19
2
-1
/
+5
*
* fhandler_disk_file.cc (FS_IS_SAMBA): Move out of
Corinna Vinschen
2006-02-18
3
-5
/
+35
*
* path.cc (conv_path_list): Eat empty paths when converting to POSIX.
Christopher Faylor
2006-02-17
2
-16
/
+44
*
* cygpath.cc (get_long_name): Load GetLongPathNameA instead of incorrect
Corinna Vinschen
2006-02-17
2
-3
/
+10
*
* ps.cc (main): Set aflag if -p option is given.
Corinna Vinschen
2006-02-17
2
-0
/
+5
*
* cygwin.din: Export sigignore and sigset.
Corinna Vinschen
2006-02-16
5
-1
/
+63
*
* ps.cc (longopts): Add --process option.
Corinna Vinschen
2006-02-16
3
-4
/
+24
*
minor comment restructuring
Christopher Faylor
2006-02-15
2
-7
/
+5
*
* regtool.cc (usage): Clarify help for "-K".
Corinna Vinschen
2006-02-15
2
-1
/
+5
*
* include/mntent.h: Add missing #include.
Christopher Faylor
2006-02-13
2
-1
/
+6
*
* gentls_offsets: Fix typo in error message.
Christopher Faylor
2006-02-13
2
-1
/
+5
*
2006-02-13 Earnie Boyd <earnie@users.sf.net>
Earnie Boyd
2006-02-13
2
-0
/
+7
*
* fhandler_process.cc (format_process_stat): Use cygwin-derived start time even
Christopher Faylor
2006-02-11
3
-5
/
+9
*
revert previously applied patch.
Christopher Faylor
2006-02-11
1
-1
/
+1
*
* times.cc (clock_getres): Use correct conversion from milliseconds to
Christopher Faylor
2006-02-11
3
-4
/
+10
*
* external.cc (sync_winenv): Rename from "setup_winenv". Use same mechanism as
Christopher Faylor
2006-02-10
3
-25
/
+45
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Only set
Corinna Vinschen
2006-02-09
2
-3
/
+19
*
* cygcheck.cc (find_on_path): Update copyright text.
Corinna Vinschen
2006-02-08
2
-1
/
+5
*
* cygcheck.cc (find_on_path): Create copy of rv on successful access
Corinna Vinschen
2006-02-08
2
-1
/
+6
*
* dtable.cc (handle_to_fn): Accomodate new argument order in call to
Corinna Vinschen
2006-02-07
7
-89
/
+42
*
* init.cc (respawn_wow64_process): Exit with the exit code returned
Corinna Vinschen
2006-02-07
2
-1
/
+9
*
2006-02-04 Ron Lee <ronl@users.sourceforge.net>
Danny Smith
2006-02-06
2
-1
/
+5
*
Fixed ChangeLog entry
Chris Sutcliffe
2006-02-06
1
-1
/
+1
*
2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe
2006-02-06
3
-0
/
+14
*
* include/shlobj.h (PathResolve): Fix typo.
Christopher Faylor
2006-02-06
2
-1
/
+5
*
Always zero all elements of siginfo_t throughout.
Christopher Faylor
2006-02-06
13
-118
/
+201
*
* fhandler_socket.cc (fhandler_socket::connect): Fix formatting.
Corinna Vinschen
2006-02-06
2
-1
/
+15
*
2006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe
2006-02-06
2
-0
/
+8
*
* include/cygwin/socket.h (CMSG_FIRSTHDR): Avoid compiler warning.
Corinna Vinschen
2006-02-06
2
-1
/
+5
*
* include/features.h: Add comment to explain what's going to happen
Corinna Vinschen
2006-02-05
3
-0
/
+27
*
* cygwinenv.sgml: Explain transparent_exe option.
Corinna Vinschen
2006-02-05
2
-0
/
+17
*
* environ.cc (struct parse_thing): Add transparent_exe option.
Corinna Vinschen
2006-02-05
7
-37
/
+108
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_9x): Remove
Corinna Vinschen
2006-02-05
2
-5
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Remove label
Corinna Vinschen
2006-02-05
2
-7
/
+12
[next]