OSDN Git Service

Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin /
2000-08-12 cgfRename hinfo -> dtable. Name the former dtable array...
2000-08-11 corinna * poll.cc: Allow any descriptor and any number...
2000-08-11 cgfFix premature use of fdtab.
2000-08-11 corinna * poll.cc: Add bounds checking for file descrip...
2000-08-11 cgf* syslog.cc (syslog): Use a less malloc-intensive metho...
2000-08-10 cgf* winsup.h: Change strchr inline for strange gcc problem.
2000-08-10 cgf* dir.cc (readdir): Ensure that errno is *only* set...
2000-08-09 cgf* select.cc (allocfd_set): Zero allocated fd_set.
2000-08-08 dj* fhandler_serial.cc (tcsendbreak): "sleeptime" argumen...
2000-08-07 cgf* include/cygwin/cygwin_dll.h: Remove extraneous (and...
2000-08-04 cgf* hinfo.cc (hinfo::find_unused_handle): Just check...
2000-08-04 cgf* select.cc (fhandler_console::select_read): Call set_c...
2000-08-03 cgf* fhandler_tty.cc (fhandler_pty_master::process_slave_o...
2000-08-03 cgf* fork.cc (vfork): Store complete stack frame in vfork_...
2000-08-02 djadd winsup.h
2000-08-02 cgf* strace.cc (strace::prntf): Make second argument the...
2000-08-02 cgf* regexp/regexp.c: Add winsup.h.
2000-08-02 dj* winsup.h: take out protections of environ, errno...
2000-08-02 cgf* include/sys/strace.h: Fix strace definition.
2000-08-02 cgf* strace.h: Add kludgy workarounds to avoid using depre...
2000-07-30 cgf* fhandler_console.cc: Remove VK_DIVIDE detection.
2000-07-29 cgf* fhandler_console.cc: Add VK_DIVIDE detection. Return...
2000-07-29 cgf* path.cc (chdir): Avoid trailing dot calculation when...
2000-07-29 cgf* include/cygwin/version.h: Bump DLL minor version...
2000-07-29 cgf* include/cygwin/version.h: Bump DLL minor version...
2000-07-29 cgf* environ.cc (parse_thing): Make binmode a DWORD.
2000-07-29 cgf* include/cygwin/cygwin_dll.h: Update for modern compilers.
2000-07-28 cgfMinor formatting change.
2000-07-28 cgf* dcrt0.cc (dummy_autoload): Add load statement for...
2000-07-28 cgf* include/cygwin/version.h: Bump DLL minor version...
2000-07-27 dj* testsuite/winsup.api/winsup.exp: ignore stdout by...
2000-07-27 cgf* fhandler.cc (fhandler_disk_file::fstat): Allow block...
2000-07-27 cgffix typo.
2000-07-26 cgfGive signal_exit noreturn attribute.
2000-07-26 cgf* exceptions.cc (signal_exit): Renamed from "really...
2000-07-26 corinna * environ.cc (posify): Revert previous patch.
2000-07-26 cgf* syscalls.cc (stat_worker): Make stat return correct...
2000-07-26 corinna * security.cc (lookup_name): Search on local...
2000-07-26 cgf* fhandler_console.cc (fhandler_console::read): Explici...
2000-07-26 cgfAdd missing ChangeLog entry.
2000-07-26 corinna * passwd.cc: Change name of passwd_in_memory_p...
2000-07-26 cgf* syscalls.cc (statfs): Use path_conv method to convert...
2000-07-26 cgf* syscalls.cc (_link): Avoid extraneous call to cygwin_...
2000-07-24 corinna * syscalls.cc (_link): Corrected previous patch.
2000-07-24 corinna * fhandler.h (class fhandler_dev_random): Add...
2000-07-23 corinna * fhandler.h: Add comment.
2000-07-23 corinna * fhandler.h (class fhandler_dev_raw): Add...
2000-07-22 corinna Patch suggested by Kazuhiro Fujieda <fujieda...
2000-07-21 corinna * spawn.cc (span_guts): Retrieve security attri...
2000-07-21 corinna * security.cc (acl_worker): Use stat_suffixes...
2000-07-19 corinna * spawn.cc (spawn_guts): Don't restore imperson...
2000-07-19 corinna * shared.h (class pinfo): New members `root...
2000-07-19 cgfUpdate copyright info.
2000-07-18 cgf* dll_init.cc (dll_list::alloc): Fix debugging output.
2000-07-18 cgfUpdate ChangeLog.
2000-07-17 cgfThroughout, eliminate third argument to path_conv and...
2000-07-17 corinna Patch suggested by Eric Fifer <EFifer@sanwaint...
2000-07-17 corinna * environ.cc (setenv): Use __cygwin_environ...
2000-07-17 cgf* _cygwin_crt0_common.cc: Undef 'environ' or suffer...
2000-07-16 cgf* environ.cc: Use new definition of "environ" throughout.
2000-07-16 cgf* acconfig.h: Add support for NEWVFORK.
2000-07-16 cgf* spawn.cc (spawn_guts): Use \ for quoting '"'.
2000-07-16 cgfSlightly more efficient version of previous change.
2000-07-16 cgf* dcrt0.cc (build_argv): Strip quotes from argv[0]...
2000-07-16 cgfUpdate comments.
2000-07-15 cgf* dll_init.cc (dll_list::alloc): Round correctly. ...
2000-07-15 cgf* hinfo.cc (hinfo::linearize_fd_array): Make max_used_f...
2000-07-12 cgf* debug.cc (thread_stub): Use impure_ptr in place of...
2000-07-12 cgf* lib/_cygwin_crt0_common.cc (_cygwin_crt0_common)...
2000-07-10 cgf* fhandler_console.cc (fhandler_console::read): Unicode...
2000-07-10 cgfAdd missing text.
2000-07-10 cgf* Makefile.in (install): Install textmode.o as well...
2000-07-09 corinna * spawn.cc (spawn_guts): Close handle `hToken...
2000-07-09 cgfSlight optimization.
2000-07-09 cgf* cygwin.din: Export _getmode and getmode to allow...
2000-07-08 cgf* external.cc (cygwin_internal): Export __cygwin_user_data.
2000-07-07 corinna * include/sys/cygwin.h: Hide internal data...
2000-07-05 cgf* dcrt0.cc (__cygwin_user_data): Initialize.
2000-07-04 cgf* exceptions.cc (try_to_debug): Prevent recursive spawn...
2000-07-04 corinna * poll.cc (poll): Zero out `open_fds' as well.
2000-07-04 corinna * include/cygwin/version.h: Bump API minor...
2000-07-04 corinna * security.cc (read_sd): Eliminate OemToChar.
2000-07-04 corinna * poll.cc: New file. Implement `poll' system...
2000-07-04 cgf* dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM...
2000-07-03 cgfRevert errnoneous commit.
2000-07-03 cgf* exceptions.cc (stack_info::walk): Use method to find...
2000-07-03 corinna * include/cygwin/socket.h: Remove SOCK_PACKET...
2000-07-03 cgf* dcrt0.cc (user32_init): Add primitive guard against...
2000-07-02 corinnaReplaced buggy ChangeLog entry
2000-07-02 corinna * winsup.h: Define MAX_SID_LEN and new MAX_HOST...
2000-07-02 cgfAdd some comments.
2000-07-02 corinna * uinfo.cc (uinfo_init): Eliminate calls to...
2000-07-01 corinnaChanges by Kazuhiro Fujieda <fujieda@jaist.ac.jp>
2000-07-01 cgf* binmode.c (cygwin_premain0): Fix erroneous clearing...
2000-07-01 cgfRemove asm labelling from _dll_crt0 since it seems...
2000-07-01 cgf* dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().
2000-07-01 cgfForgot perthread.h.
2000-07-01 cgf* Makefile.in: Use variables rather than configure...
2000-06-28 corinna * syscalls.cc (seteuid): Initialize pi.token...
2000-06-26 cgf* windows.cc (setitimer): Round up when < 1000 usecs.
next