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
...
*
Add comment.
Christopher Faylor
2000-10-25
1
-0
/
+1
*
* dtable.cc (dtable::fixup_after_exec): Use variable rather than constantly
Christopher Faylor
2000-10-25
2
-7
/
+14
*
* fhandler.cc (fhandler_base::fcntl): Treat O_NONBLOCK and OLD_O_NDELAY
Corinna Vinschen
2000-10-25
3
-10
/
+28
*
* dcrt0.cc (do_exit): Remove debugging statement.
Christopher Faylor
2000-10-25
2
-2
/
+4
*
* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP if
Christopher Faylor
2000-10-25
6
-3
/
+28
*
* ntdll.h: New file.
Corinna Vinschen
2000-10-24
4
-36
/
+94
*
* fhandler.cc (fhandler_base::fcntl): Behave properly when passed
Corinna Vinschen
2000-10-24
4
-10
/
+18
*
Update "How can I access other drives?" entry with details about --change-cyg...
David Starks-Browning
2000-10-24
1
-7
/
+17
*
Update entry "What's the difference between packages in 'latest' and 'contrib'.
David Starks-Browning
2000-10-24
1
-0
/
+4
*
Add more details to "What if setup fails?" entry.
David Starks-Browning
2000-10-24
1
-0
/
+18
*
* exceptions.cc (signal_exit): Kill any executing child process if we're dying.
Christopher Faylor
2000-10-24
6
-8
/
+27
*
testing.
Christopher Faylor
2000-10-23
1
-1
/
+1
*
* Makefile.common (LIBGCC): Acommodate older gcc's that don't need
Christopher Faylor
2000-10-23
1
-1
/
+1
*
* sigproc.cc (proc_subproc): Don't send a false positive if WNOHANG and no
Christopher Faylor
2000-10-23
2
-1
/
+6
*
* fhandler.cc (fhandler_base::fcntl): Setting flags in F_SETFL
Corinna Vinschen
2000-10-23
2
-12
/
+18
*
* fcntl.cc (_fcntl): Rearrange as wrapper function. Move all
Corinna Vinschen
2000-10-23
5
-73
/
+92
*
* sigproc.cc (proc_subproc): Correctly handle flags for WNOHANG case.
Christopher Faylor
2000-10-23
2
-2
/
+6
*
* security.cc: Eliminate C++ comments throughout.
Corinna Vinschen
2000-10-23
2
-49
/
+62
*
* Makefile.common (LIBGCC): Acommodate older gcc's that don't need libstdc++.a.
Christopher Faylor
2000-10-23
2
-2
/
+13
*
* fork.cc (fork): Set sigframe here, since it can pause for a considerable
Christopher Faylor
2000-10-23
7
-4
/
+35
*
flip/flop change.
Christopher Faylor
2000-10-22
1
-2
/
+2
*
Minor change.
Christopher Faylor
2000-10-22
1
-2
/
+2
*
Test checkin.
Christopher Faylor
2000-10-22
1
-2
/
+2
*
Minor change.
Christopher Faylor
2000-10-22
1
-2
/
+2
*
* pinfo.cc (pinfo_init): Eliminate call to `set_process_privileges'.
Corinna Vinschen
2000-10-22
3
-25
/
+21
*
* Makefile.common (LIBGCC): Find libstdc++.a as well as libc.a since builtin
Christopher Faylor
2000-10-21
2
-2
/
+7
*
Fix typo.
Christopher Faylor
2000-10-21
2
-2
/
+2
*
* pinfo.cc (pinfo::init): Make PID_EXECED signal creation as well as
Christopher Faylor
2000-10-21
2
-1
/
+6
*
* spawn.cc (spawn_guts): Don't do the reparenting step if we notice that the
Christopher Faylor
2000-10-21
2
-5
/
+7
*
* fhandler.h (fhandler_console): Remove tcsetpgrp.
Christopher Faylor
2000-10-21
8
-36
/
+57
*
* times.cc (to_time_t): pass zero time as epoch
DJ Delorie
2000-10-20
3
-0
/
+16
*
Makefile.in shuffle.
Christopher Faylor
2000-10-20
2
-160
/
+104
*
* external.cc (fillout_pinfo): Pass PID_NOREDIR flag to pinfo init to avoid
Christopher Faylor
2000-10-20
5
-14
/
+37
*
* Makefile.in: increment VERSION. Change tar file name for dist and
Earnie Boyd
2000-10-19
5
-479
/
+916
*
* Makefile.in: increment VERSION. Change tar file name for dist and
Earnie Boyd
2000-10-19
2
-4
/
+21
*
* dcrt0.cc (sigthread::init): Correct overzealous ifdef.
Christopher Faylor
2000-10-19
5
-2
/
+22
*
* Makefile.in: add miscfuncs.cc
DJ Delorie
2000-10-19
8
-105
/
+144
*
* ssp.c: new
DJ Delorie
2000-10-19
4
-1
/
+934
*
* sigproc.h (sigthread): Eliminate locking for now since per thread signalling
Christopher Faylor
2000-10-19
4
-9
/
+17
*
* dcrt0.cc (dll_crt0_1): init cygcwd before forkee branch
DJ Delorie
2000-10-19
4
-6
/
+57
*
* ps.cc (main): Add some extra space to Windows pid output for Windows 95.
Christopher Faylor
2000-10-18
2
-2
/
+7
*
Update entry "Why are compiled executables so huge?!?", add bit about 'gcc -s'.
David Starks-Browning
2000-10-18
1
-1
/
+1
*
Minor update to "How can I find out which dlls are needed by an executable?",
David Starks-Browning
2000-10-18
1
-2
/
+2
*
Update entry "How do anti-virus programs like Cygwin?",
David Starks-Browning
2000-10-18
1
-10
/
+18
*
Update entry "Why can't I run bash as a shell under NT Emacs?",
David Starks-Browning
2000-10-18
1
-12
/
+29
*
Update entry "Shell scripts aren't running properly from my makefiles?",
David Starks-Browning
2000-10-18
1
-6
/
+4
*
Relevant bits subsumed in what.texinfo, separate mirrors list discarded.
David Starks-Browning
2000-10-18
1
-106
/
+0
*
Update "Is it free software?" entry re. 1.0 CD. All in past tense,
David Starks-Browning
2000-10-18
1
-12
/
+16
*
Minor, mention mirror sites in "Where can I get it?".
David Starks-Browning
2000-10-18
1
-2
/
+2
*
Add new section "Where can I get it?" to what.texinfo.
David Starks-Browning
2000-10-18
2
-1
/
+14
[prev]
[next]