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
*
* devices.cc: Regenerate with correct name for dev_netdrive_storage.
Christopher Faylor
2005-05-07
2
-1
/
+5
*
move comment
Christopher Faylor
2005-05-06
1
-2
/
+2
*
fix breakpoint example
Christopher Faylor
2005-05-06
1
-2
/
+2
*
* Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.
Christopher Faylor
2005-05-06
6
-1
/
+31
*
* cygerrno.h (__set_errno): Remove useless parentheses.
Corinna Vinschen
2005-05-04
2
-1
/
+5
*
* cygerrno.h (__set_errno): Define as inline function here.
Corinna Vinschen
2005-05-04
3
-13
/
+13
*
* include/wchar.h (WCHAR_MAX): Define as 0xffff, so preprocessor
Danny Smith
2005-05-04
3
-3
/
+10
*
* shared.cc (user_shared_initialize): Rework locking so that nothing is checked
Christopher Faylor
2005-05-04
1
-11
/
+8
*
* shared.cc (user_shared_initialize): Rework locking so that nothing is checked
Christopher Faylor
2005-05-04
1
-0
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treat
Corinna Vinschen
2005-05-03
2
-2
/
+13
*
* fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.
Corinna Vinschen
2005-05-03
2
-0
/
+6
*
* mingwex/math/signbit.c (__signbit): Make return value
Danny Smith
2005-05-03
5
-6
/
+15
*
* include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define as
Danny Smith
2005-05-02
3
-15
/
+14
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
40
-265
/
+265
*
* fhandler_tty.cc (fhandler_tty_slave::read): Actually read input when vmin ==
Christopher Faylor
2005-05-02
2
-1
/
+6
*
* mount.cc (usage): Clarify action of -m option.
Christopher Faylor
2005-05-01
3
-2
/
+6
*
* environ.cc (spenv::force_into_environment): Rename from add_always.
Christopher Faylor
2005-04-30
3
-8
/
+22
*
* errno.cc (errmap): Sort table.
Christopher Faylor
2005-04-30
2
-79
/
+83
*
* errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.
Christopher Faylor
2005-04-30
2
-0
/
+5
*
* path.cc (getmntent): Add previously-omitted 'noexec' and 'managed'flags to
Dave Korn
2005-04-29
2
-1
/
+10
*
* shared_info.h (cygwin_shared_address): Bump to a higher value to avoid
Christopher Faylor
2005-04-28
8
-69
/
+99
*
(check in files that should have been checked in previously)
Christopher Faylor
2005-04-28
2
-3
/
+7
*
* fhandler.cc (fhandler_base::open_9x): Remove (broken) check for
Christopher Faylor
2005-04-28
1
-0
/
+6
*
* environ.cc (build_env): Ensure that win32 array is properly filled in when a
Christopher Faylor
2005-04-27
2
-1
/
+6
*
* include/cygwin/version.h: Bump DLL minor number to 17.
Christopher Faylor
2005-04-26
2
-1
/
+5
*
* include/wininet.h (FtpGetFileSize): Add prototype.
Danny Smith
2005-04-26
2
-2
/
+9
*
* mount.cc (mount_commands): Display "-X" option when appropriate.
Christopher Faylor
2005-04-25
1
-0
/
+4
*
* include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.
Danny Smith
2005-04-25
2
-2
/
+21
*
* how-to-debug-cygwin.txt: Fix typo.
Joshua Daniel Franklin
2005-04-25
2
-2
/
+6
*
* mingwex/mbrtowc.c: New file.
Danny Smith
2005-04-24
8
-26
/
+364
*
2005-04-23 Wu Yongwei <adah@sh163.net>
Danny Smith
2005-04-24
2
-7
/
+18
*
* shared.cc (user_shared_initialize): Implement locking similar to shared_info
Christopher Faylor
2005-04-23
2
-1
/
+10
*
* fhandler.h (dev_console::set_color): Define new function.
Christopher Faylor
2005-04-22
3
-63
/
+84
*
* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.
Christopher Faylor
2005-04-22
7
-80
/
+77
*
* shared.cc (shared_info::initialize): Test previous version of shared memory
Christopher Faylor
2005-04-21
2
-9
/
+13
*
revert erroneous checkin
Christopher Faylor
2005-04-20
1
-13
/
+0
*
* sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.
Christopher Faylor
2005-04-20
3
-1
/
+21
*
* path.cc (path_conv::check): Fix problem reading symlinks introduced in below
Christopher Faylor
2005-04-20
2
-11
/
+29
*
* pathnames.sgml (mount-table): Indicate that user-specific
Corinna Vinschen
2005-04-20
2
-1
/
+8
*
* utils.sgml (mount): Clarify setting cygdrive prefix for user
Corinna Vinschen
2005-04-20
2
-3
/
+10
*
* fhandler-tut.txt: Update description to cygwin 1.5.13
Christopher Faylor
2005-04-20
2
-10
/
+25
*
* path.cc (path_conv::check): Punt when attempting to access a nonexistent
Christopher Faylor
2005-04-20
2
-1
/
+7
*
* cygwinenv.sgml: Mention that check_case is deprecated.
Corinna Vinschen
2005-04-19
2
-1
/
+8
*
* security.cc (alloc_sd): Remove DELETE bit from user's ACE if
Corinna Vinschen
2005-04-19
2
-0
/
+13
*
* cygwin.din (pselect): Export.
Corinna Vinschen
2005-04-19
5
-1
/
+44
*
* fhandler.h (enum conn_state): Add connect_failed state.
Corinna Vinschen
2005-04-18
5
-17
/
+50
*
* include/cygwin/version.h: Bump DLL minor number to 16.
Christopher Faylor
2005-04-18
2
-1
/
+5
*
* grp.cc (initgroups32): Return the correct value.
Corinna Vinschen
2005-04-18
2
-1
/
+5
*
Actually check in files.
Christopher Faylor
2005-04-17
4
-10
/
+10
*
* fhandler_disk_file.cc (fhandler_base::utimes_fs): Ignore
Corinna Vinschen
2005-04-16
3
-2
/
+18
[next]