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
/
cygwin
Commit message (
Expand
)
Author
Age
Files
Lines
*
* dtable.cc (dup2): Correct return value for no-op.
Corinna Vinschen
2009-07-21
2
-1
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Add special case
Corinna Vinschen
2009-07-21
2
-6
/
+49
*
* wincap.h (wincaps::has_always_all_codepages): New element.
Corinna Vinschen
2009-07-20
5
-6
/
+71
*
* fork.cc (fork): Create local tmp_pathbuf. Explain why.
Corinna Vinschen
2009-07-20
2
-0
/
+9
*
* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.
Christopher Faylor
2009-07-18
5
-4
/
+21
*
* libstdcxx_wrapper.cc (operator delete): Remove stray space in
Dave Korn
2009-07-17
2
-1
/
+6
*
revert erroneous checkin
Christopher Faylor
2009-07-17
2
-111
/
+36
*
* cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or we
Christopher Faylor
2009-07-17
5
-43
/
+142
*
* cygtls.cc (_cygtls::init_exception_handler): Avoid adding our exception
Christopher Faylor
2009-07-17
2
-0
/
+8
*
* syscalls.cc (unlink_nt): Just return when a sharing violation
Corinna Vinschen
2009-07-17
2
-1
/
+18
*
* globals.cc: Improve comment on R/O UNICODE_STRINGs.
Corinna Vinschen
2009-07-17
6
-13
/
+48
*
* syscalls.cc (unlink_nt): First remove the R/O DOS attribute with
Corinna Vinschen
2009-07-16
2
-11
/
+32
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Remove file
Corinna Vinschen
2009-07-16
2
-2
/
+6
*
* globals.cc: Reorder constant UNICODE_STRINGs for clarity.
Corinna Vinschen
2009-07-16
5
-68
/
+81
*
* fhandler_netdrive.cc (GET_RESOURCE_INFO): Remove.
Corinna Vinschen
2009-07-15
2
-12
/
+18
*
* fhandler_netdrive.cc (fhandler_netdrive::readdir): Remove useless
Corinna Vinschen
2009-07-15
2
-1
/
+5
*
* path.cc (cwdstuff::set): Only fix up UNC path in win32 so as not
Corinna Vinschen
2009-07-15
2
-1
/
+10
*
Throughout avoid having to initialize constant UNICODE_STRINGs.
Corinna Vinschen
2009-07-14
10
-75
/
+98
*
* globals.cc (active_codepage): Remove.
Corinna Vinschen
2009-07-14
2
-3
/
+4
*
* how-spawn-works.txt: Add "out of date" note.
Christopher Faylor
2009-07-12
3
-1
/
+7
*
* Makefile.in: Don't do anything special with any RCS directories.
Christopher Faylor
2009-07-12
5
-3
/
+15
*
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Don't use
Corinna Vinschen
2009-07-12
2
-20
/
+45
*
* winbase.h (ilockexch): Avoid making 'ret' volatile.
Dave Korn
2009-07-07
2
-2
/
+7
*
* ChangeLog: Assorted minor whitespace fixes in old entries.
Dave Korn
2009-07-07
1
-11
/
+11
*
winsup/ChangeLog:
Dave Korn
2009-07-07
11
-21
/
+314
*
* cygtls.cc (_cygtls::remove): Fix typo.
Corinna Vinschen
2009-07-07
2
-3
/
+6
*
* Makefile.in (clean): Clean generated files in srcdir.
Christopher Faylor
2009-07-06
3
-50
/
+55
*
* cygtls.cc (_cygtls::remove): Avoid closing a NULL handle.
Christopher Faylor
2009-07-06
2
-1
/
+6
*
* fhandler_socket.cc (fhandler_socket::recv_internal): Convert wsabuf
Corinna Vinschen
2009-07-06
2
-10
/
+18
*
* cygtls.h (struct _local_storage): Add thread storage pointers for
Corinna Vinschen
2009-07-06
5
-33
/
+91
*
* dtable.cc (handle_to_fn): Detect failing NtQueryObject.
Christopher Faylor
2009-07-06
2
-2
/
+7
*
* autoload.cc: Delete stray CR.
Corinna Vinschen
2009-07-06
2
-1
/
+5
*
* fhandler_console.cc: Change workstation -> windows station throughout.
Christopher Faylor
2009-07-05
2
-8
/
+13
*
* autoload.cc (SetParent): Add new import.
Christopher Faylor
2009-07-04
5
-40
/
+148
*
* autoload.cc (AttachConsole): Correct size of args.
Dave Korn
2009-07-04
2
-1
/
+5
*
* dcrt0.cc (jit_debug): New global.
Christopher Faylor
2009-07-03
11
-38
/
+85
*
* posix.sgml: Add fpurge and mkstemps to BSD list.
Corinna Vinschen
2009-07-03
2
-0
/
+6
*
* cygwin.din (fpurge, mkstemps): New exports.
Corinna Vinschen
2009-07-03
4
-9
/
+43
*
* autoload.cc: Fix typo in comment.
Corinna Vinschen
2009-07-03
2
-3
/
+18
*
* net.cc (get_xp_ifs): Fix typo in comment.
Corinna Vinschen
2009-07-01
2
-1
/
+5
*
* fhandler.h (class fhandler_socket): Add class members and methods
Corinna Vinschen
2009-07-01
4
-17
/
+68
*
* select.h: New file split from fhandler.h.
Christopher Faylor
2009-06-30
13
-330
/
+457
*
* fhandler.cc (fhandler_base::has_ongoing_io): Accept an argument indicating
Christopher Faylor
2009-06-30
4
-6
/
+17
*
* net.cc (fdsock): Set default socket buffer sizes to 65520. Change
Corinna Vinschen
2009-06-30
3
-14
/
+18
*
* select.cc (peek_pipe): Turn on (temporarily?) the experimental code which
Christopher Faylor
2009-06-29
2
-7
/
+5
*
* select.cc (peek_pipe): Use has_ongoing_io() to determine if the pipe is ready
Christopher Faylor
2009-06-28
2
-3
/
+6
*
* fhandler.h (fhandler_base::has_ongoing_io): Declare new function.
Christopher Faylor
2009-06-28
4
-12
/
+53
*
* gendef (cleanup): Rename from 'nocr'. Remove comments and trailing spaces.
Christopher Faylor
2009-06-28
5
-13
/
+21
*
* wincap.h (wincaps::has_broken_alloc_console): New element.
Corinna Vinschen
2009-06-26
3
-0
/
+18
*
* sec_auth.cc (lsaauth): Close unused handle.
Corinna Vinschen
2009-06-25
2
-2
/
+13
[next]