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
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-07Fri Sep 7 10:53:34 2001 Jason Tishler <jason@tishler.net>Corinna Vinschen
2001-09-07 * include/limits.h: Define PIPE_BUF.Corinna Vinschen
2001-09-07* fhandler_socket.cc (fhandler_socket::fhandler_socket): Ensure thatChristopher Faylor
2001-09-06* cygheap.cc (cygheap_fixup_in_child): Don't consider a NULL bucket as aChristopher Faylor
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor
2001-09-05 * winver.rc: Change copyright to include 2001.Corinna Vinschen
2001-09-05 * fhandler_floppy.cc (fhandler_floppy::lseek): Remove iswinnt check.Corinna Vinschen
2001-09-05 * fhandler_socket.cc (fhandler_socket::close): Change 2MSL valueCorinna Vinschen
2001-09-05 * net.cc (cygwin_connect): Add WSAEALREADY and WSAEINVAL handlingCorinna Vinschen
2001-09-05* exceptions.cc (ctrl_c_handler): Only send SIGINT when we have a controllingChristopher Faylor
2001-09-05* thread.cc (InterlockedExchangePointer): Don't define if it already exists.Christopher Faylor
2001-09-05 * uname.cc (uname): Eliminate os specific retrieving of x86Corinna Vinschen
2001-09-042001-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen
2001-09-03 * dir.cc (opendir): Write version information to __d_dirent->d_version.Corinna Vinschen
2001-09-03 * cygwin.din: Add `dirfd'.Corinna Vinschen
2001-09-03* child_info.h: Modify magic number.Christopher Faylor
2001-09-01* tty.cc (tty::create_inuse): Eliminate unneeded argument.Christopher Faylor
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor
2001-08-31 * security.cc (create_token): Change initialization of `exp' to complyCorinna Vinschen
2001-08-31* cygwin.sc: Revert to previous NO_COPY behavior.Christopher Faylor
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor
2001-08-30 * select.cc (select_read): Add setting read_ready flag.Corinna Vinschen
2001-08-29* path.cc (path_conv::check): Avoid splitting off leading '/' in path componentChristopher Faylor
2001-08-29 * resource.cc (getrlimit): Return actual values on RLIMIT_STACK.Corinna Vinschen
2001-08-29* dir.cc (rmdir): Report ENOENT when file doesn't exist rather than ENOTDIR.Christopher Faylor
2001-08-27* select.cc (cygwin_select): Ensure that arguments are zeroed on timeout.Christopher Faylor
2001-08-25* syscalls.cc (check_tty_fds): New function. Check whether there is a fdChristopher Faylor
2001-08-24 * net.cc (free_addr_list): Add define for symmetry.Corinna Vinschen
2001-08-23* dtable.cc (dtable::dup2): Allow extension of fd table by dup2.Christopher Faylor
2001-08-23 * net.cc (cygwin_inet_ntoa): Rearrange previous patch to useCorinna Vinschen
2001-08-22* smallprint.c (console_printf): New function.Christopher Faylor
2001-08-22 * net.cc (free_char_list): New static function.Corinna Vinschen
2001-08-20* cygheap.cc (init_cheap): Allocate cygheap in shared memory for Windows NT.Christopher Faylor
2001-08-16* fhandler_socket.cc (fhandler_socket::create_secret_event): RelaxEgor Duda
2001-08-16 * resource.cc (getrlimit): Return getdtablesize () as current limitCorinna Vinschen
2001-08-16 * resource.cc (getrlimit): Return OPEN_MAX as current limitCorinna Vinschen
2001-08-15 * times.cc (utimes): Revert previous change. Just open theCorinna Vinschen
2001-08-15 * security.cc (set_nt_attribute): Return always -1 in case ofCorinna Vinschen
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen
2001-08-14* include/cygwin/version.h: Bump API version.Christopher Faylor
2001-08-14* spawn.cc (spawn_guts): Enable appropriate privilege beforeEgor Duda
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen
2001-08-08* include/wchar.h: Define __need_wint_t.Christopher Faylor
2001-08-08 * security.cc (alloc_sd): Revert to setting inheritance attribute forCorinna Vinschen
2001-08-07 * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for groupCorinna Vinschen
2001-08-07 * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen
2001-08-07 * grp.cc (class grp_check): New class. Make `group_state'Corinna Vinschen