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
*
*** empty log message ***
Corinna Vinschen
2012-10-16
1
-0
/
+3
*
*** empty log message ***
Corinna Vinschen
2012-10-16
1
-0
/
+7
*
* fhandler_floppy.cc (fhandler_dev_floppy::lseek): Remove lloffset.
Corinna Vinschen
2012-10-16
3
-38
/
+34
*
* fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loop
Christopher Faylor
2012-10-15
3
-1
/
+11
*
* fhandler_raw.cc (fhandler_dev_raw::fhandler_dev_raw): Drop gratuitous
Corinna Vinschen
2012-10-15
2
-6
/
+5
*
* fhandler_floppy.cc (fhandler_dev_floppy::open): Fix comment.
Corinna Vinschen
2012-10-15
2
-3
/
+7
*
* fhandler_tty.cc (fhandler_pty_slave::write): DWORD -> BOOL.
Christopher Faylor
2012-10-15
2
-1
/
+5
*
* fhandler.h (class fhandler_dev_raw): Add members devbufalloc and
Corinna Vinschen
2012-10-13
6
-80
/
+209
*
* fhandler_raw.cc (fhandler_dev_raw::open): Allow O_EXCL flag, as on
Corinna Vinschen
2012-10-12
2
-3
/
+8
*
* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulate
Christopher Faylor
2012-10-12
4
-16
/
+24
*
* include/cygwin/in.h (struct in_addr): Guard with s_addr to avoid
Corinna Vinschen
2012-10-10
2
-0
/
+9
*
* child_info.h (child_info_spawn::has_execed): Remove unneeded synchronization.
Christopher Faylor
2012-10-09
2
-2
/
+5
*
* pinfo.cc: Remove unneeded assert.h.
Christopher Faylor
2012-10-09
2
-1
/
+4
*
* pinfo.cc (pinfo::init): Detect potential race where short block has been
Christopher Faylor
2012-09-17
2
-0
/
+14
*
* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.
Christopher Faylor
2012-09-14
4
-7
/
+12
*
* pseudo-reloc.cc (auto_protect_for): New function.
Corinna Vinschen
2012-09-02
2
-18
/
+57
*
* pinfo.cc (pinfo::init): Remove assertion.
Christopher Faylor
2012-08-26
2
-1
/
+4
*
* pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist.
Christopher Faylor
2012-08-23
2
-1
/
+6
*
* net.cc (get_adapters_addresses): Drop FIXME part of comment.
Christopher Faylor
2012-08-21
2
-3
/
+5
*
* DevNotes: Add entry cgf-000016.
Christopher Faylor
2012-08-17
6
-38
/
+66
*
* exceptions.cc (sig_handle_tty_stop): Clear tls sig field.
Christopher Faylor
2012-08-17
2
-1
/
+11
*
* fhandler_clipboard.cc (fhandler_dev_clipboard::read): Use
Corinna Vinschen
2012-08-17
3
-7
/
+55
*
whitespace cleanup
Christopher Faylor
2012-08-16
22
-71
/
+71
*
* cygtls.cc (_cygtls::operator HANDLE): Reverse '?' test stupidity.
Christopher Faylor
2012-08-16
2
-1
/
+5
*
* cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.
Christopher Faylor
2012-08-16
4
-24
/
+39
*
fix typo
Christopher Faylor
2012-08-15
1
-1
/
+1
*
Rename cancelable_wait -> cygwait throughout.
Christopher Faylor
2012-08-15
13
-25
/
+36
*
* cygtls.h (_cygtls::create_signal_arrived): New function.
Christopher Faylor
2012-08-15
4
-7
/
+36
*
* gendef: Tighten up whitespace detection.
Christopher Faylor
2012-08-15
2
-4
/
+8
*
* gendef: Delete unneeded read from <IN> which ate an arbitrary line from
Christopher Faylor
2012-08-15
2
-2
/
+6
*
* exceptions.cc (sigdelayed): Move declaration to sigproc.h.
Christopher Faylor
2012-08-15
5
-5
/
+18
*
* pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.
Christopher Faylor
2012-08-15
2
-1
/
+5
*
* gmon.c (_mcleanup): Fix scope bug when using gmon_out array.
Corinna Vinschen
2012-08-14
2
-4
/
+8
*
* errno.cc (errmap): Keep sorted.
Christopher Faylor
2012-08-14
2
-1
/
+5
*
* thread.cc (semaphore::_fixup_after_fork): Fix Win32 error output in
Corinna Vinschen
2012-08-14
2
-1
/
+6
*
* errno.cc (errmap): Keep sorted.
Christopher Faylor
2012-08-14
2
-1
/
+5
*
* mount.cc (fs_names): Add missing ReFS entry. Change comment.
Corinna Vinschen
2012-08-14
3
-1
/
+10
*
* errno.cc (errmap): Map ERROR_SXS_CANT_GEN_ACTCTX to ELIBBAD.
Christopher Faylor
2012-08-13
2
-0
/
+5
*
* DevNotes: Add entry cgf-000014.
Christopher Faylor
2012-08-09
9
-67
/
+153
*
* include/sys/wait.h (_wait): Define when building newlib.
Corinna Vinschen
2012-08-08
2
-1
/
+9
*
* signal.cc (sigwaitinfo): Change cw_sig to the correct cw_sig_eintr.
Christopher Faylor
2012-08-07
2
-2
/
+5
*
*** empty log message ***
Corinna Vinschen
2012-08-06
1
-0
/
+12
*
Add
Christopher Faylor
2012-08-06
1
-0
/
+13
*
* exceptions.cc (sigdelayed): Simplify declaration.
Christopher Faylor
2012-08-03
2
-5
/
+11
*
* spawn.cc (child_info_spawn::worker): Put back a minor variation of Corinna's
Christopher Faylor
2012-08-03
2
-4
/
+16
*
* include/cygwin/socket.h (MSG_BCAST): Define.
Corinna Vinschen
2012-08-01
2
-0
/
+8
*
* fhandler.h (fhandler_socket::recv_internal): Add bool parameter.
Corinna Vinschen
2012-08-01
3
-15
/
+36
*
* Makefile.in: Semi-revert patch from 2012-07-01, assuming the previous
Corinna Vinschen
2012-08-01
1
-9
/
+2
*
* Makefile.in: Semi-revert patch from 2012-07-01, assuming the previous
Corinna Vinschen
2012-08-01
1
-0
/
+5
*
* path.cc (etc::dir_changed): Revert muto changes since function is
Corinna Vinschen
2012-07-31
2
-28
/
+25
[next]