aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2005-05-09* dcrt0.cc (get_cygwin_startup_info): New function pulled from dll_crt0_0.Christopher Faylor4-43/+72
2005-05-08* how-programming.texinfo: Replace MAKE_MODE entry with FAQ about execvp erro...Joshua Daniel Franklin3-24/+31
2005-05-08 * mingwex/math/erfl.c: New file.Danny Smith4-6/+308
2005-05-07* path.cc (normalize_posix_path): Don't treat '//' specially since newerChristopher Faylor3-1/+7
2005-05-07* devices.cc: Regenerate with correct name for dev_netdrive_storage.Christopher Faylor2-1/+5
2005-05-06move commentChristopher Faylor1-2/+2
2005-05-06fix breakpoint exampleChristopher Faylor1-2/+2
2005-05-06* Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor6-1/+31
2005-05-04 * cygerrno.h (__set_errno): Remove useless parentheses.Corinna Vinschen2-1/+5
2005-05-04 * cygerrno.h (__set_errno): Define as inline function here.Corinna Vinschen3-13/+13
2005-05-04 * include/wchar.h (WCHAR_MAX): Define as 0xffff, so preprocessorDanny Smith3-3/+10
2005-05-04* shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor1-11/+8
2005-05-04* shared.cc (user_shared_initialize): Rework locking so that nothing is checkedChristopher Faylor1-0/+5
2005-05-03 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treatCorinna Vinschen2-2/+13
2005-05-03 * fhandler_socket.cc (get_inet_addr): Add missing __seterrno call.Corinna Vinschen2-0/+6
2005-05-03 * mingwex/math/signbit.c (__signbit): Make return valueDanny Smith5-6/+15
2005-05-02 * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Don't define asDanny Smith3-15/+14
2005-05-02white space and minor comment cleanup.Christopher Faylor40-265/+265
2005-05-02* fhandler_tty.cc (fhandler_tty_slave::read): Actually read input when vmin ==Christopher Faylor2-1/+6
2005-05-01* mount.cc (usage): Clarify action of -m option.Christopher Faylor3-2/+6
2005-04-30* environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor3-8/+22
2005-04-30* errno.cc (errmap): Sort table.Christopher Faylor2-79/+83
2005-04-30* errno.cc (errmap): Map ERROR_NETNAME_DELETED to ENOSHARE.Christopher Faylor2-0/+5
2005-04-29* path.cc (getmntent): Add previously-omitted 'noexec' and 'managed'flags toDave Korn2-1/+10
2005-04-28* shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor8-69/+99
2005-04-28(check in files that should have been checked in previously)Christopher Faylor2-3/+7
2005-04-28* fhandler.cc (fhandler_base::open_9x): Remove (broken) check forChristopher Faylor1-0/+6
2005-04-27* environ.cc (build_env): Ensure that win32 array is properly filled in when aChristopher Faylor2-1/+6
2005-04-26* include/cygwin/version.h: Bump DLL minor number to 17.Christopher Faylor2-1/+5
2005-04-26 * include/wininet.h (FtpGetFileSize): Add prototype.Danny Smith2-2/+9
2005-04-25* mount.cc (mount_commands): Display "-X" option when appropriate.Christopher Faylor1-0/+4
2005-04-25 * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.Danny Smith2-2/+21
2005-04-25* how-to-debug-cygwin.txt: Fix typo.Joshua Daniel Franklin2-2/+6
2005-04-24 * mingwex/mbrtowc.c: New file.Danny Smith8-26/+364
2005-04-242005-04-23 Wu Yongwei <adah@sh163.net>Danny Smith2-7/+18
2005-04-23* shared.cc (user_shared_initialize): Implement locking similar to shared_infoChristopher Faylor2-1/+10
2005-04-22* fhandler.h (dev_console::set_color): Define new function.Christopher Faylor3-63/+84
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor7-80/+77
2005-04-21* shared.cc (shared_info::initialize): Test previous version of shared memoryChristopher Faylor2-9/+13
2005-04-20revert erroneous checkinChristopher Faylor1-13/+0
2005-04-20* sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.Christopher Faylor3-1/+21
2005-04-20* path.cc (path_conv::check): Fix problem reading symlinks introduced in belowChristopher Faylor2-11/+29
2005-04-20 * pathnames.sgml (mount-table): Indicate that user-specificCorinna Vinschen2-1/+8
2005-04-20 * utils.sgml (mount): Clarify setting cygdrive prefix for userCorinna Vinschen2-3/+10
2005-04-20* fhandler-tut.txt: Update description to cygwin 1.5.13Christopher Faylor2-10/+25
2005-04-20* path.cc (path_conv::check): Punt when attempting to access a nonexistentChristopher Faylor2-1/+7
2005-04-19 * cygwinenv.sgml: Mention that check_case is deprecated.Corinna Vinschen2-1/+8
2005-04-19 * security.cc (alloc_sd): Remove DELETE bit from user's ACE ifCorinna Vinschen2-0/+13
2005-04-19 * cygwin.din (pselect): Export.Corinna Vinschen5-1/+44
2005-04-18 * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen5-17/+50