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
...
*
* fhandler_console.cc (get_win32_attr): Avoid inappropriate intensity
Corinna Vinschen
2004-12-16
2
-2
/
+8
*
* cygwin.din: Add utmpx symbols.
Corinna Vinschen
2004-12-15
7
-24
/
+184
*
* tty.cc (tty_list::terminate): Guard releasing the tty with tty_mutex.
Corinna Vinschen
2004-12-14
2
-0
/
+11
*
* fhandler_console.cc (read): Consider offset within scrolling
Corinna Vinschen
2004-12-14
2
-2
/
+22
*
* cygheap.h (cwdstuff::get_drive): Release cwd_lock.
Corinna Vinschen
2004-12-13
2
-0
/
+5
*
* fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.
Bas van Gompel
2004-12-12
2
-1
/
+5
*
* errno.cc (errmap): Map ERROR_INVALID_ADDRESS to EINVAL instead of
Corinna Vinschen
2004-12-10
2
-1
/
+6
*
* include/sys/strace.h: Don't output paranoid_printf by default.
Christopher Faylor
2004-12-10
2
-1
/
+5
*
* lib/libcmain.c (main): Properly deal with quoted first argument.
Christopher Faylor
2004-12-09
2
-10
/
+23
*
* include/sqlext.h (SQL_INTERVAL_*): Correct macros.
Danny Smith
2004-12-09
2
-8
/
+13
*
* include/winnt.h (TOKEN_INFORMATION_CLASS): Add
Danny Smith
2004-12-07
2
-7
/
+35
*
* pinfo.h (proc_pipe::*): Delete class.
Christopher Faylor
2004-12-06
3
-48
/
+5
*
* fork.cc (fork_parent): Reinstate "childhProc" protection. Don't close
Christopher Faylor
2004-12-06
6
-16
/
+25
*
fix typo
Christopher Faylor
2004-12-05
1
-1
/
+1
*
* cygthread.cc (cygthread::terminate_thread): Make public.
Christopher Faylor
2004-12-05
5
-2
/
+16
*
* sigproc.cc (mychild): Reimplement as list scan.
Christopher Faylor
2004-12-05
9
-377
/
+502
*
* fhandler.cc (fhandler_base::read): Remove superfluous check in
Bas van Gompel
2004-12-05
2
-2
/
+6
*
minor cleanup
Christopher Faylor
2004-12-05
2
-3
/
+3
*
* fhandler.cc (fhandler_base::read): Don't debug_printf garbage when
Bas van Gompel
2004-12-05
2
-0
/
+6
*
* environ.cc (environ_init): Alloc space for TERM if it is not set, like all of
Christopher Faylor
2004-12-03
2
-1
/
+6
*
2004-12-02 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
Joshua Daniel Franklin
2004-12-03
6
-24
/
+83
*
* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.
Christopher Faylor
2004-12-03
8
-48
/
+69
*
* pinfo.cc (pinfo::wait): Use better name for cygthread.
Christopher Faylor
2004-12-03
2
-1
/
+5
*
2004-12-03 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-12-03
7
-210
/
+168
*
* lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
Danny Smith
2004-12-02
2
-0
/
+8
*
* lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID.
Danny Smith
2004-12-02
2
-1
/
+6
*
* include/features.h: Include sys/cdefs.h, like linux.
Christopher Faylor
2004-12-01
2
-1
/
+6
*
Add missing changelog entry.
Christopher Faylor
2004-12-01
1
-0
/
+1
*
* syscalls.cc (truncate64): Don't second-guess errno if open fails.
Christopher Faylor
2004-12-01
4
-857
/
+843
*
* environ.cc (putenv): Accommodate recent newlib change in argument to putenv.
Christopher Faylor
2004-11-26
2
-1
/
+6
*
* child_info.h (child_info_spawn::hexec_proc): Eliminate.
Christopher Faylor
2004-11-26
33
-797
/
+655
*
* select.cc (select_stuff::test_and_set): Remove extraneous tests of
Christopher Faylor
2004-11-22
1
-0
/
+5
*
2004-11-21 Benoit Blanchon <bblanchon@users.sourceforge.net>
Danny Smith
2004-11-21
3
-6
/
+21
*
* include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
Danny Smith
2004-11-21
4
-4
/
+11
*
2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-11-20
3
-2
/
+6
*
2004-11-20 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-11-20
7
-39
/
+55
*
* include/winbase.h (PPROCESS_INFORMATION): Add typedef.
Danny Smith
2004-11-20
2
-4
/
+19
*
* include/sspi.h (SecPkgContext_Sizes): Fix typo.
Danny Smith
2004-11-19
2
-1
/
+6
*
* include/sspi.h (SecPkgCredentials_Names[AW]): Correct name.
Danny Smith
2004-11-19
2
-6
/
+11
*
2004-11-19 Magnus Olsen <greatlord@sourceforge.users.net>
Danny Smith
2004-11-19
2
-0
/
+12
*
2004-11-19 Magnus Olsen <greatlord@sourceforge.users.net>
Danny Smith
2004-11-19
2
-1
/
+10
*
2004-11-19 Benoit Blanchon <benoit.blanchon@free.fr>
Danny Smith
2004-11-19
2
-1
/
+10
*
* include/w32api.h (Windows95, etc. and IE3, etc.): Add definitions.
Earnie Boyd
2004-11-18
2
-0
/
+37
*
2004-11-18 Earnie Boyd <earnie@users.sf.net>
Earnie Boyd
2004-11-18
2
-1
/
+2
*
2004-11-18 Earnie Boyd <earnie@users.sf.net>
Earnie Boyd
2004-11-18
2
-1
/
+5
*
* cygcheck.cc (eprintf): New function.
Bas van Gompel
2004-11-18
2
-0
/
+13
*
* cygcheck.cc (find_on_path): Clear show_error and/or print_failed
Bas van Gompel
2004-11-16
2
-6
/
+14
*
2004-11-13 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-11-13
2
-14
/
+29
*
* include/shlobj.h (SHGFP_TYPE): Add enum.
Danny Smith
2004-11-13
2
-1
/
+11
*
2004-11-12 Lo�c Guilloux (glx@users.sourceforge.net>
Danny Smith
2004-11-13
2
-0
/
+5
[prev]
[next]