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
2003-07-07white spaceChristopher Faylor
2003-07-07* syscalls.cc (gethostid): Set thread affinity so that results are predictable.Christopher Faylor
2003-07-06* Makefile.in: Remove .dat files when cleaning.Christopher Faylor
2003-07-06* Makefile.in: Remove .d files when cleaning.Christopher Faylor
2003-07-05 * mmap.cc (list::match): Add parameters to return valid address andCorinna Vinschen
2003-07-05 * fhandler.h (fhandler_socket::get_connect_state): New method toCorinna Vinschen
2003-07-04fix typoChristopher Faylor
2003-07-04 * mmap.cc (fhandler_disk_file::mmap): Fix address test.Corinna Vinschen
2003-07-04* mount.cc (struct opt): Remove posix option.Christopher Faylor
2003-07-04* mount.cc (longopts): Add long "options" keyword.Christopher Faylor
2003-07-04* path.cc (fillout_mntent): Change "posix" to "managed".Christopher Faylor
2003-07-04* fhandler.h (FH_ENC): New enum.Christopher Faylor
2003-07-04ntsec patchChristopher Faylor
2003-07-04* fhandler_tty.cc (fhandler_tty_slave::open): Conditionalize a little more ofChristopher Faylor
2003-07-04 * mmap.cc (mmap64): Allow MAP_FIXED with pagesize granularity (4K).Corinna Vinschen
2003-07-03 * config.guess, config.sub: Update with new versions from ftp.gnu.org.Earnie Boyd
2003-07-03 * config.guess, config.sub: Update with versions from ftp.gnu.org.Earnie Boyd
2003-07-03 * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint.Danny Smith
2003-07-03 * include/search.h: New file.Danny Smith
2003-07-03 * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses aroundLuke Dunstan
2003-07-03 * include/process.h (_execv, _execvp, _spawnv, _spawnvp, _execve,Danny Smith
2003-07-02* thread.cc: Remove _MT_SAFE conditional.Christopher Faylor
2003-07-02* configure.in: Add --enable-server option.Christopher Faylor
2003-07-02fix typoChristopher Faylor
2003-07-02* configure.in: Fix --enable-server option.Christopher Faylor
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor
2003-07-02* Makefile.in (OBJS): Move some more files from cygwin directory.Christopher Faylor
2003-07-02* Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too noisy onChristopher Faylor
2003-07-02 * include/basetyps.h (small, hyper): Change to __small and __hyper toEarnie Boyd
2003-07-02 * include/_mingw.h (small, hyper): Change to __small and __hyper toEarnie Boyd
2003-07-02first checkinChristopher Faylor
2003-07-02First checkins.Christopher Faylor
2003-07-02* configure.in: Add cygserver subdir.Christopher Faylor
2003-07-01 * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small):Earnie Boyd
2003-07-01 Change existing guards to use the above macro names as appropriate.Earnie Boyd
2003-07-01 * include/_mingw.h (__int32, __int16, __int8, small, hyper): Define.Earnie Boyd
2003-07-01 * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,Earnie Boyd
2003-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen
2003-06-282003-06-28 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith
2003-06-262003-06-26 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith
2003-06-25* Makefile.in: Use INSTALL_PROGRAM to install the cygwin DLL.Christopher Faylor
2003-06-25* thread.cc (MTinterface::fixup_after_fork): Fix thread list after fork.Thomas Pfaff
2003-06-21* pinfo.cc (_pinfo::commune_send): Don't attempt to communicate with a pureChristopher Faylor
2003-06-19Oops, Forgot to submit the change logEarnie Boyd
2003-06-192003-06-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-06-18 * include/dirent.h (dirent): Make d_name and array instead of a pointer.Earnie Boyd
2003-06-182003-06-17 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
2003-06-182003-06-18 Steven Edwards <Steven_Ed4153@yahoo.com>Luke Dunstan
2003-06-18 * msvcrt.def.in (__badioinfo, __lc_codepage, __lc_handle,Danny Smith
2003-06-17* path.cc (mount): Do more strict checking on posix path arguments.Christopher Faylor