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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* pipe.cc (fhandler_pipe::create): Use debug_printf to print debugging info
Christopher Faylor
2011-12-12
2
-6
/
+51
*
* select.cc (select_stuff::wait): Very minor formatting fix.
Christopher Faylor
2011-12-11
4
-23
/
+22
*
Correct defective configure checkin
Keith Marshall
2011-12-10
1
-229
/
+2
*
fix another typo in ChangeLog
Christopher Faylor
2011-12-10
1
-1
/
+1
*
* sigproc.h (cygwait): Delete duplicate va_start and add matching va_end.
Christopher Faylor
2011-12-10
2
-1
/
+8
*
Add ChangeLog entry for previous change and revert erroneously checked in
Christopher Faylor
2011-12-10
3
-85
/
+63
*
Clarify entry
Christopher Faylor
2011-12-10
4
-62
/
+88
*
Build system clean-up (phase 1)
Keith Marshall
2011-12-10
6
-2399
/
+2662
*
* exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put back
Christopher Faylor
2011-12-10
3
-10
/
+16
*
* dllfixdbg: Work around annoying gdb warning about missing .gnu_debuglink.
Christopher Faylor
2011-12-09
2
-1
/
+6
*
Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait
Christopher Faylor
2011-12-09
10
-32
/
+89
*
Revert erroneous checkin
Christopher Faylor
2011-12-09
1
-3
/
+0
*
* sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since,
Christopher Faylor
2011-12-09
3
-2
/
+26
*
* select.cc (cygwin_select): Fifth time is the charm.
Christopher Faylor
2011-12-09
2
-3
/
+10
*
bfd:
Andrew Pinski
2011-12-08
2
-1
/
+13
*
* select.cc (cygwin_select): Make sure that 0 is returned when sel.wait times
Christopher Faylor
2011-12-08
2
-2
/
+7
*
* include/sys/wait.h: Add in all c++ functions.
Christopher Faylor
2011-12-08
2
-2
/
+6
*
* select.cc (select_stuff::wait): Temporarily disallow APCS.
Christopher Faylor
2011-12-08
2
-2
/
+6
*
* include/sys/wait.h: Ensure that C++ functions are only used when using C++.
Christopher Faylor
2011-12-08
2
-0
/
+7
*
* select.cc (cygwin_select): Make sure that poll is called when appropriate.
Christopher Faylor
2011-12-08
2
-25
/
+22
*
* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we're
Christopher Faylor
2011-12-08
5
-13
/
+18
*
* fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP since
Christopher Faylor
2011-12-08
2
-2
/
+7
*
* select.cc (cygwin_select): Add common introducer and leaver debug output.
Christopher Faylor
2011-12-07
2
-9
/
+23
*
* exceptions.cc (ctrl_c_handler): Remove _my_tls.remove since it can cause
Christopher Faylor
2011-12-07
2
-2
/
+5
*
* spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOB
Corinna Vinschen
2011-12-07
2
-1
/
+16
*
* fhandler_fifo.cc (fhandler_fifo::wait): Fix stupid typo and actually wait for
Christopher Faylor
2011-12-07
2
-1
/
+6
*
include/elf/ChangeLog:
Ulrich Weigand
2011-12-06
2
-0
/
+9
*
* libc/iconv/Makefile.am (stmp-def): Use $(MAKE) rather than make.
Corinna Vinschen
2011-12-06
3
-2
/
+7
*
* sigproc.cc (close_my_readsig): New function.
Christopher Faylor
2011-12-05
2
-11
/
+17
*
* mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.
Corinna Vinschen
2011-12-05
3
-87
/
+108
*
correct name of function
Christopher Faylor
2011-12-04
1
-1
/
+1
*
* sigproc.cc (cygWFMO): Don't assume that cancellable event is always
Christopher Faylor
2011-12-04
7
-31
/
+26
*
* sigproc.h (cygWFMO): Move inside "INSIDE_CYGWIN" #ifdef.
Christopher Faylor
2011-12-04
2
-15
/
+19
*
* exceptions.cc (exception::handle): Drop abbreviation for "exception" since I
Christopher Faylor
2011-12-04
8
-31
/
+82
*
* mmap.cc (mlock): Add standard syscall return value debugging output.
Christopher Faylor
2011-12-03
4
-87
/
+92
*
fix incorrectly named file in old ChangeLog entry
Christopher Faylor
2011-12-03
1
-1
/
+1
*
* mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIVILEGE. Drop
Corinna Vinschen
2011-12-03
2
-16
/
+9
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
42
-188
/
+224
*
* fhandler.cc (fhandler_base::open): Fix comment a bit more.
Corinna Vinschen
2011-12-03
2
-1
/
+5
*
sim: export cb_get_string for people to use
Michael Frysinger
2011-12-03
2
-0
/
+7
*
* fhandler.cc (fhandler_base::open): Fix typos in comment.
Corinna Vinschen
2011-12-03
2
-3
/
+7
*
* Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.
Corinna Vinschen
2011-12-02
3
-156
/
+78
*
* path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.
Corinna Vinschen
2011-12-02
3
-32
/
+87
*
* mkgroup.c: Drop support for NT4 domains.
Corinna Vinschen
2011-12-01
4
-156
/
+54
*
2011-11-30 Ozkan Sezer <sezero@users.sourceforge.net>
Chris Sutcliffe
2011-12-01
2
-22
/
+27
*
2011-11-30 Earnie Boyd <earnie@users.sourceforge.net>
Chris Sutcliffe
2011-12-01
2
-0
/
+11
*
2011-11-30 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
Chris Sutcliffe
2011-11-30
2
-1
/
+12
*
opcode/
Andrew Pinski
2011-11-29
2
-1
/
+17
*
* sigproc.cc (get_proc_lock): Remove extra NULL check. Return false on
Christopher Faylor
2011-11-29
2
-9
/
+9
*
* sync.cc: Fix comment.
Christopher Faylor
2011-11-29
3
-3
/
+11
[next]