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
...
*
* select.cc (select_stuff::test_and_set): Remove workaround and use proper
Christopher Faylor
2012-12-18
2
-1
/
+6
*
* select.cc (select_stuff::test_and_set): Work around problem of new() not
Christopher Faylor
2012-12-18
2
-1
/
+6
*
* utils.sgml (mount): Document sparse mount option.
Corinna Vinschen
2012-12-14
2
-0
/
+6
*
* new-features.sgml (ov-new1.7.18): Add sparse change.
Corinna Vinschen
2012-12-14
3
-0
/
+14
*
*** empty log message ***
Corinna Vinschen
2012-12-14
1
-0
/
+10
*
* fhandler.cc (fhandler_base::write): Don't attempt to sparsify
Corinna Vinschen
2012-12-14
6
-12
/
+48
*
* sigproc.h (sig_send): Accept tid as argument #3. Default to NULL.
Christopher Faylor
2012-12-10
3
-4
/
+10
*
* exceptions.cc (sigpacket::process): Reorganize to avoid use of tls before
Christopher Faylor
2012-12-07
3
-13
/
+25
*
* sigproc.h (sigpacket): Remove parameter names from declarations.
Christopher Faylor
2012-12-07
4
-10
/
+24
*
* cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlock
Christopher Faylor
2012-12-07
4
-4
/
+16
*
* new-features.sgml (ov-new1.7.18): New section. Document cfsetspeed.
Yaakov Selkowitz
2012-12-06
2
-0
/
+16
*
* include/cygwin/wait.h (WAIT_ANY): Define.
Yaakov Selkowitz
2012-12-06
2
-0
/
+8
*
* child_info.h (class child_info_spawn): Drop unused member lock.
Corinna Vinschen
2012-12-05
3
-3
/
+7
*
* cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' to
Christopher Faylor
2012-12-04
4
-23
/
+31
*
revert erroneous checkin
Christopher Faylor
2012-11-30
3
-122
/
+114
*
* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitive
Christopher Faylor
2012-11-30
5
-115
/
+128
*
* Makefile.in: Remove old from CFLAGS and move C*FLAGS so that they can be
Christopher Faylor
2012-11-28
2
-3
/
+9
*
* Makefile.in: Move CFLAGS and CXXFLAGS so that they can be manipulated by
Christopher Faylor
2012-11-28
3
-11
/
+22
*
* Makefile.in (ZLIBS): Common define to force static load.
Christopher Faylor
2012-11-27
2
-3
/
+9
*
* Makefile.in: Make sure that libz is always loaded staticly.
Christopher Faylor
2012-11-27
2
-2
/
+6
*
* Makefile.in (Makefile): Rely on 'configure' not 'configure.in'.
Christopher Faylor
2012-11-26
2
-1
/
+5
*
ChangeLog:
Christopher Faylor
2012-11-26
22
-434
/
+456
*
* ccwrap: Don't drop mingw header file paths unless we've specified them with
Christopher Faylor
2012-11-26
2
-2
/
+12
*
* fhandler_registry.cc: Drop Mingw.org considerations.
Corinna Vinschen
2012-11-26
10
-128
/
+14
*
* bloda.cc: Drop Mingw.org considerations.
Corinna Vinschen
2012-11-26
4
-26
/
+13
*
* transport_pipes.cc (pipe_instance_lock_once): Remove.
Corinna Vinschen
2012-11-26
2
-33
/
+10
*
* cygserver.cc (main): Call listen right after creating the
Corinna Vinschen
2012-11-23
3
-30
/
+44
*
* configure.in: Remove unneeded ALLOC substitution.
Christopher Faylor
2012-11-23
3
-5
/
+6
*
* configure.in: Add previously-missed AC_NO_EXECUTABLES.
Christopher Faylor
2012-11-23
3
-0
/
+85
*
cygwin/ChangeLog:
Christopher Faylor
2012-11-23
8
-16
/
+24
*
* sysv_sem.cc (semundo_clear): Move condition to break from
Corinna Vinschen
2012-11-23
2
-2
/
+7
*
ChangeLog:
Christopher Faylor
2012-11-23
39
-4688
/
+6285
*
* termios.cc (cfsetspeed): New function.
Yaakov Selkowitz
2012-11-21
6
-1
/
+27
*
* include/mntent.h: Only include paths.h when building for Cygwin.
Corinna Vinschen
2012-11-16
2
-3
/
+14
*
* winbase.h: Semi-reinstantiate to workaround lack inline assembler
Corinna Vinschen
2012-11-11
3
-8
/
+45
*
* path.cc (vcygpath): Handle cygdrive prefix.
Corinna Vinschen
2012-11-09
2
-4
/
+16
*
* sigproc.cc (proc_subproc): Delete unused variable child.
Corinna Vinschen
2012-11-08
2
-1
/
+4
*
* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special character
Christopher Faylor
2012-11-08
4
-24
/
+30
*
* mingw: Delete obsolete directory.
Christopher Faylor
2012-11-07
1039
-246525
/
+5
*
Add missing ChangeLog entry
Corinna Vinschen
2012-11-07
1
-0
/
+19
*
winsup:
Corinna Vinschen
2012-11-07
6
-62
/
+21
*
* Makefile.in (MINGW_CXX): Attach $(CFLAGS) to allow providing
Corinna Vinschen
2012-11-05
2
-1
/
+6
*
* include/sys/termios.h (CBRK): Define as alias of CEOL.
Yaakov Selkowitz
2012-11-05
2
-0
/
+16
*
Fix copyright
Corinna Vinschen
2012-10-31
1
-1
/
+1
*
* include/sys/param.h: Include stddef.h to define NULL.
Corinna Vinschen
2012-10-31
2
-4
/
+7
*
* fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Fix using
Corinna Vinschen
2012-10-31
2
-1
/
+6
*
* include/sys/cygwin.h: Add missing defines for CW_ALLOC_DRIVE_MAP,
Corinna Vinschen
2012-10-30
2
-0
/
+8
*
* dcrt0.cc (quoted): Renamed strechr to strchrnul.
Kai Tietz
2012-10-27
7
-10
/
+19
*
* string.h (strechr): Replace assembler by
Kai Tietz
2012-10-26
2
-60
/
+37
*
* dir.cc (closedir): Fix syscall_printf.
Corinna Vinschen
2012-10-26
2
-1
/
+5
[prev]
[next]