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
AgeCommit message (Expand)Author
2003-07-25* include/cygwin/socket.h: Conditionalize [AP]F_INET6 define.Christopher Faylor
2003-07-25* Makefile.in (OBSOLETE_FUNCTION): Add fdopen.Christopher Faylor
2003-07-25* cygwin.din: Export _fdopen64Christopher Faylor
2003-07-24* environ.cc (check_case_init): Use strncasematch.Christopher Faylor
2003-07-21 * mmap.cc: Use proper format specifiers for _off64_t and size_t inCorinna Vinschen
2003-07-182003-07-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-07-17 * sysconf.cc (sysconf): Fix OPEN_MAX patch. Return page size onCorinna Vinschen
2003-07-17update copyrightChristopher Faylor
2003-07-14 * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalidCorinna Vinschen
2003-07-13* pinfo.cc (_pinfo::commune_send): Fix bounds test so that poll ofChristopher Faylor
2003-07-11* path.cc (get_device_number): Remove special com? consideration.Christopher Faylor
2003-07-10* include/cygwin/version.h: Bump DLL minor number to 1.Christopher Faylor
2003-07-10* fhandler_proc.cc (format_proc_stat): Use correctly sized constants forChristopher Faylor
2003-07-10* include/cygwin/version.h: Bump DLL minor number to 1.Christopher Faylor
2003-07-10* fhandler_proc.cc (fhandler_proc::fill_filebuf): Allocate more space for statChristopher Faylor
2003-07-10* sysconf.cc (sysconf): Return processors online rather than bitmask forChristopher Faylor
2003-07-09* cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor
2003-07-07* rmsym: Don't use ranlib.Christopher Faylor
2003-07-07* newsym: Reenable removal of tmp directory. Just use ar to generate archiveChristopher Faylor
2003-07-07* newsym: Create objects that are closer to those created by dlltool so as notChristopher Faylor
2003-07-07* newsym: Oops. Revert below change.Christopher Faylor
2003-07-07* newsym: Use correct prefix for generating imports.Christopher Faylor
2003-07-07white spaceChristopher Faylor
2003-07-07* syscalls.cc (gethostid): Set thread affinity so that results are predictable.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* path.cc (fillout_mntent): Change "posix" to "managed".Christopher Faylor
2003-07-04* fhandler.h (FH_ENC): New enum.Christopher 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-02* thread.cc: Remove _MT_SAFE conditional.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-06-30 * cygheap.h (enum impersonation): New enum.Corinna Vinschen
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-192003-06-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-06-17* path.cc (mount): Do more strict checking on posix path arguments.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-12* thread.cc (pthread_attr_init): Revert change from 2003-06-11Thomas Pfaff
2003-06-12 * exceptions.cc (ctrl_c_handler): Don't send a signal onCorinna Vinschen
2003-06-11* thread.cc (pthread_attr_init): Return 0 if attribute is already initialized.Thomas Pfaff
2003-06-09 * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen
2003-06-07fix typoChristopher Faylor
2003-06-07* poll.cc: Define FD_SETSIZE to ridiculously large number so that there will beChristopher Faylor
2003-06-07* fhandler_tty.cc (fhandler_tty_slave::close): Free the console when last ttyChristopher Faylor