Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2005-04-12 Fix ChangeLog entry.Corinna Vinschen
2005-04-12 Revert previous patch.Corinna Vinschen
2005-04-12 * syscalls.cc (sync): Use renamed has_get_volume_pathnames wincap.Corinna Vinschen
2005-04-09 * bsd_mutex.cc (msleep_cnt): Remove.Corinna Vinschen
2005-04-08* pipe.cc (fhandler_pipe::open): Remove O_CREAT limitation.Christopher Faylor
2005-04-08 * syslog.cc (try_connect_guard): Remove useless conditionalized code.Corinna Vinschen
2005-04-08 * syslog.cc: Include sys/socket.h.Corinna Vinschen
2005-04-06 * fhandler_socket.cc (get_inet_addr): Add type parameter to returnCorinna Vinschen
2005-04-06 * security.h (cygsidlist::addfromgr): Avoid duplicate entries.Corinna Vinschen
2005-04-06 * bsd_helper.cc (ipcexit_hookthread): Fix whitespace and handle leak.Corinna Vinschen
2005-04-06* net.cc (cygwin_getservbyname): Return (possibly NULL) return value of dup_entChristopher Faylor
2005-04-05* cygtls.cc (_cygtls::remove): Don't free or close stuff if we're being calledChristopher Faylor
2005-04-05* sync.h (muto::initforce): Delete flawed implementation.Christopher Faylor
2005-04-05* sync.h (muto::initforce): Force initialization even when name != NULL.Christopher Faylor
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor
2005-04-04* path.cc (path_conv::check): Only check for PC_NO_ACCESS_CHECK in endChristopher Faylor
2005-04-04 * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen
2005-04-03 * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.Corinna Vinschen
2005-04-03 * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen
2005-04-03 Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen
2005-04-03* include/cygwin/version.h: Bump DLL minor number to 15.Christopher Faylor
2005-04-01 * fork.cc (fork_child): Add missing __stdcall.Corinna Vinschen
2005-04-01 * bsd_mutex.cc (_msleep): Whitespace fix.Corinna Vinschen
2005-04-01* sigproc.cc (create_signal_arrive): New (temporary?) function to createChristopher Faylor
2005-04-01 * fork.cc (fork_child): Fixup SYSV IPC shared memory before fixingCorinna Vinschen
2005-03-31 * gentls_offsets: Add '-m32' flag to native compiler call to satisfyCorinna Vinschen
2005-03-31 * include/_mingw.h (__MINGW_ATTRIB_NONNULL): Define.Danny Smith
2005-03-31 * errno.cc (NO_SYSTEM_RESOURCES): Map to EAGAIN.Corinna Vinschen
2005-03-31* environ.cc (spenvs): Re-force SYSTEMROOT to always be included inChristopher Faylor
2005-03-31* environ.cc (spenv::retrieve): Revert most of previous change.Christopher Faylor
2005-03-31 * path.cc (symlink_info::case_check): Ignore trailing charactersCorinna Vinschen
2005-03-30fix typoChristopher Faylor
2005-03-30* how-using.texinfo: Add more words to the "multiple DLL" section.Christopher Faylor
2005-03-30* environ.h (win_env::immediate): Declare new field.Christopher Faylor
2005-03-29 * include/limits.h (NAME_MAX): New define.Corinna Vinschen
2005-03-29 * path.cc (is_floppy): Make externally available.Corinna Vinschen
2005-03-29 * fhandler_process.cc: Re-add exename.Corinna Vinschen
2005-03-29* include/ctype.h: Accommodate building in newlib.Christopher Faylor
2005-03-29* timer.cc (getitimer): Check that ovalue is a valid pointer, not just NULL.Christopher Faylor
2005-03-28* timer.cc (timer_tracker::settime): Set times to zero when just cancelling aChristopher Faylor
2005-03-28* cygthread.cc (cygthread::detach): Revert to just waiting for thred eventChristopher Faylor
2005-03-28* timer.cc (timer_tracker::timer_tracker): Eliminate simple constructor.Christopher Faylor
2005-03-28* errno.cc (FILENAME_EXCED_RANGE): Map to ENAMETOOLONG.Christopher Faylor
2005-03-28update copyrightChristopher Faylor
2005-03-28* signal.cc (nanosleep): Revert tv_sec < 0 check as it is fixed properly in theChristopher Faylor
2005-03-28* times.cc (hires_ms::usecs): Compare the difference.Christopher Faylor
2005-03-27* timer.cc (nanosleep): Treat tv_sec < 0 as invalid.Christopher Faylor
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor
2005-03-26Mention generic-build-script in packaging FAQJoshua Daniel Franklin
2005-03-24 * cygcheck.cc (init_paths): Use full path instead of "." for theCorinna Vinschen