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
*
* mmap.cc (mmap64): Allocate fh_disk_file on cygheap. Delete
Corinna Vinschen
2009-08-21
2
-2
/
+11
*
* dtable.cc (build_fh_dev): Take additional bool parameter indicating
Corinna Vinschen
2009-08-20
4
-8
/
+23
*
* dtable.cc (dtable::fixup_after_exec): Close any popen'ed file handles here.
Christopher Faylor
2009-08-18
3
-4
/
+18
*
* Makefile.in (CXXFLAGS): Allow override.
Corinna Vinschen
2009-08-18
2
-1
/
+5
*
* syscalls.cc (popen): Reorganize slightly for clarity. Fix a comment.
Christopher Faylor
2009-08-18
2
-4
/
+9
*
* syscalls.cc (popen): Rewrite to accommodate situations where stdin, stdout,
Christopher Faylor
2009-08-18
2
-48
/
+78
*
* pipe.cc (fhandler_pipe::create_selectable): Add -pipe to default pipe names.
Christopher Faylor
2009-08-17
3
-4
/
+11
*
2009-08-14 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe
2009-08-15
2
-3
/
+7
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Fix length
Corinna Vinschen
2009-08-14
2
-1
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Change comment
Corinna Vinschen
2009-08-14
2
-1
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Remove
Corinna Vinschen
2009-08-14
2
-17
/
+55
*
* (fhandler_socket::getsockname): Fix length returned for unbound
Corinna Vinschen
2009-08-14
3
-6
/
+11
*
* fhandler_socket.cc (fhandler_socket::accept): Use sizeof rather
Corinna Vinschen
2009-08-13
2
-16
/
+27
*
* fhandler.h (class fhandler_socket): Add peer_sun_path member.
Corinna Vinschen
2009-08-13
4
-24
/
+94
*
* cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.
Corinna Vinschen
2009-08-13
6
-8
/
+70
*
* faq-using.xml (faq.using.bloda): Typofix MacAfee -> McAfee.
Dave Korn
2009-08-12
2
-1
/
+5
*
* fhandler_socket.cc (fhandler_socket::accept): Always use local
Corinna Vinschen
2009-08-12
2
-18
/
+16
*
* mkgroup.c (enum_local_groups): Avoid error message if given group
Corinna Vinschen
2009-08-11
3
-3
/
+24
*
* include/limits.h (NGROUPS_MAX): Set to a more sane value.
Corinna Vinschen
2009-08-11
3
-2
/
+7
*
* spawn.cc (av::fixup): Check shell scripts for executability only on
Corinna Vinschen
2009-08-10
2
-1
/
+6
*
* dtable.cc (DEV_SOCKET): New static WCHAR string. Name of
Corinna Vinschen
2009-08-10
2
-106
/
+122
*
* fhandler_console.cc (create_invisible_console_workaround): Fix size of cmd in
Christopher Faylor
2009-08-10
2
-1
/
+6
*
* fhandler_console.cc (create_invisible_console_workaround): Fix
Corinna Vinschen
2009-08-10
2
-1
/
+6
*
* mingw: Add fallbacks to search for MinGW components in standard
Dave Korn
2009-08-10
2
-1
/
+7
*
* mount.cc (do_mount): Don't exit, just return.
Corinna Vinschen
2009-08-09
2
-2
/
+4
*
* include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
Corinna Vinschen
2009-08-09
2
-0
/
+8
*
* dtable.cc (dtable::init_std_file_from_handle): Fix comment to
Corinna Vinschen
2009-08-08
3
-19
/
+19
*
2009-08-08 Danny Smith <dannysmith@users.sourceforge.net>
Chris Sutcliffe
2009-08-08
6
-3
/
+32
*
* net.cc (cygwin_getnameinfo): Force setting NI_NUMERICSERV only
Corinna Vinschen
2009-08-06
2
-12
/
+25
*
* cygheap.h (cygheap_debug::endh): Delete.
Christopher Faylor
2009-08-05
4
-25
/
+33
*
* path.cc (patch_conv::check): Zero path before setting it.
Christopher Faylor
2009-08-05
2
-2
/
+7
*
* fhandler_socket.cc (fhandler_socket::send_internal): Just use wmem size if
Christopher Faylor
2009-08-04
5
-5
/
+15
*
* fhandler.h (pdrive_buf): Defensively allocate one extra byte.
Christopher Faylor
2009-08-04
2
-1
/
+5
*
* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.
Christopher Faylor
2009-08-04
8
-18
/
+35
*
* sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==
Christopher Faylor
2009-08-02
3
-4
/
+11
*
* cygheap_malloc.h: New file.
Christopher Faylor
2009-08-01
9
-86
/
+132
*
* path.h (path_conv::set_path): Change return value.
Christopher Faylor
2009-08-01
3
-5
/
+11
*
* spawn.cc (find_exec): Fix one more path where retval was not set.
Christopher Faylor
2009-08-01
2
-0
/
+5
*
* spawn.cc (find_exec): Stop relying on the ability to set retval to a fixed
Christopher Faylor
2009-08-01
2
-4
/
+13
*
* path.h (cstrdup): Fix declaration.
Corinna Vinschen
2009-07-30
2
-1
/
+5
*
* globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.
Corinna Vinschen
2009-07-30
3
-7
/
+17
*
* path.h (class path_conv): Convert path from char array to char *.
Corinna Vinschen
2009-07-30
4
-44
/
+65
*
Fix formatting issue with last entry
Chris Sutcliffe
2009-07-30
1
-1
/
+1
*
Correct disposition of wchar_t output in printf().
Keith Marshall
2009-07-29
2
-4
/
+11
*
* mount.h (enum fs_info_type): New type.
Corinna Vinschen
2009-07-28
3
-84
/
+131
*
2009-07-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
Chris Sutcliffe
2009-07-28
2
-2
/
+5
*
Convert to monolithic configuration procedure.
Keith Marshall
2009-07-27
12
-8342
/
+215
*
* include/winnt.h (FILE_SUPPORTS_HARD_LINKS,
Corinna Vinschen
2009-07-27
3
-0
/
+24
*
* posix.sgml (std-notes): Remove obsolete reference to CYGWIN=server.
Corinna Vinschen
2009-07-27
2
-3
/
+5
*
* posix.sgml (std-notes): Add flock restriction.
Corinna Vinschen
2009-07-26
2
-0
/
+9
[next]