]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/ChangeLog
* Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.
[newlib-cygwin.git] / winsup / cygwin / ChangeLog
2003-09-10 Corinna Vinschen * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.
2003-09-10 Christopher Faylor* exceptions.cc (sig_handle_tty_stop): Check parent...
2003-09-10 Christopher Faylor* Makefile.in: Add some more -fomit-frame-pointer files.
2003-09-10 Corinna Vinschen * Makefile.in (DLL_OFILES): Add bsdlib.o.
2003-09-10 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::fstat): Don...
2003-09-10 Pierre Humblet2003-09-09 Pierre Humblet <pierre.humblet@ieee.org>
2003-09-09 Corinna Vinschen * mmap.cc (mmap64): Change address types from caddr_t...
2003-09-09 Christopher Faylor* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc...
2003-09-09 Christopher Faylor* dir.cc (readdir): Reinstate setting of old ino field...
2003-09-08 Christopher Faylor* passwe.cc (getpwnam_r): Initialize pw_comment field.
2003-09-08 Christopher Faylor* passwd.cc (getpwuid_r32): Initialize pw_comment field.
2003-09-08 Christopher Faylor* sigproc.cc (wait_sig_inited): Remove assertion since...
2003-09-08 Corinna Vinschen * cygwin.din: Export endusershell, getusershell and...
2003-09-08 Corinna Vinschen * cygwin.din: Export argz_add argz_add_sep argz_append...
2003-09-08 Christopher FaylorThroughout, remove __d_u.__d_data fields from DIR struc...
2003-09-08 Christopher Faylor* include/cygwin/in.h: Don't define ipv6 stuff unless...
2003-09-07 Christopher Faylor* cygheap.cc (_csbrk): More left coercion cleanup.
2003-09-07 Christopher Faylor* signal.cc (nanosleep): Improve test for valid values...
2003-09-07 Christopher FaylorRemove left coercion throughout.
2003-09-06 Christopher Faylor* hires.h (hires_ms::~hires_ms): Delete declaration.
2003-09-05 Christopher Faylor* dcrt0.cc (__argc_safe): New variable.
2003-09-04 Corinna Vinschen * sysconf.cc (sysconf): Return more accurate value...
2003-09-04 Corinna Vinschen * mmap.cc: Restructure. Add, remove and rewrite commen...
2003-09-04 Christopher Faylor* cxx.cc (new): Fix formatting. Just return result...
2003-09-03 Christopher Faylor* exceptions.cc (set_process_mask): Set pending signals...
2003-09-01 Christopher Faylor* include/cygwin/version.h: Bump DLL minor number to 4.
2003-09-01 Christopher Faylor* net.cc (dup_ent): Restore check for NULL input.
2003-09-01 Christopher Faylor* include/sys/cygwin.h: Don't define cygwin-specific...
2003-09-01 Christopher Faylor* cygheap.cc (cygheap_init): Allocate space for sigacti...
2003-08-31 Christopher Faylor* net.cc (dup_ent): Make debugging output consistent.
2003-08-31 Christopher FaylorUse dup_ent rather than specific dup_*_ptr functions...
2003-08-31 Christopher Faylor* net.cc (free_char_list): Delete.
2003-08-31 Christopher Faylor* Makefile.in (MALLOC_OFILES): Always fill in with...
2003-08-30 Christopher Faylor* sigproc.cc (sig_dispatch_pending): Remove explicit...
2003-08-30 Christopher FaylorRemove some cygserver files.
2003-08-29 Christopher Faylor* sigproc.h: Make some functions regparm.
2003-08-29 Christopher Faylor* exceptions.cc (sigreturn): Fix problem where old...
2003-08-28 Christopher Faylor* autoload.cc (SwitchToThread): Declare as autoload...
2003-08-28 Christopher Faylor* syscalls.cc (mount): Don't check win32_path when...
2003-08-27 Christopher Faylor* specdir: Correctly remove temporary directory prior...
2003-08-27 Christopher Faylor* sigproc.cc (wait_sig): Count number of iterations...
2003-08-26 Corinna Vinschen * include/cygwin/stat.h: Allow definition of internal...
2003-08-25 Christopher Fayloradd missing files
2003-08-25 Christopher FaylorThroughout, change USE_CYGSERVER to USE_SERVER.
2003-08-23 Christopher Faylor* syscalls.cc (_remove_r): Define.
2003-08-23 Christopher Faylor* cygheap.h (enum cygheap_types): Add HEAP_MMAP.
2003-08-22 Christopher Faylor* cygheap.cc (user_heap_info::max): New field.
2003-08-22 Christopher Faylor* exceptions.cc (sigreturn): Don't clobber ebp in recur...
2003-08-22 Christopher Faylor* exceptions.cc (sig_handle): Change so that default...
2003-08-22 Christopher Faylor* sigproc.cc (wait_sig): Remove redundant test in do...
2003-08-22 Christopher Faylor* sigproc.cc (wait_sig): Avoid infinite loop.
2003-08-21 Christopher Faylor* speclib: Reenable removal of temp files.
2003-08-21 Christopher Faylor* miscfuncs.cc (low_priority_sleep): Sleep at same...
2003-08-21 Christopher Faylor* speclib: Fix created lib to avoid "File truncated...
2003-08-20 Christopher Faylor* exceptions.cc (interrupt_setup): Set sigsave.sig...
2003-08-20 Christopher Faylor* sigproc.cc (wait_sig): Ensure that myself->getsigtodo...
2003-08-20 Christopher Faylor* exceptions.cc (pending_signals): Remove unneeded...
2003-08-20 Christopher Faylorclarify
2003-08-19 Christopher Faylor* signal.cc (sigpending): Move.
2003-08-19 Christopher FaylorThroughout, eliminate argument to sig_dispatch_pending.
2003-08-19 Christopher Faylorcorrect attribution, since this is not Pierre's patch.
2003-08-19 Christopher Faylor* exceptions.cc (sigdelayed): Fix race where signal...
2003-08-19 Christopher Faylor* path.cc (mount): Add null/empty check for input param...
2003-08-17 Corinna Vinschen * grp.cc (read_group): Revert previous change.
2003-08-17 Corinna Vinschen * errno.cc (errmap): Map ERROR_INVALID_BLOCK_LENGTH...
2003-08-17 Christopher Faylor* path.cc (special_name): Accommodate all special names...
2003-08-15 Corinna Vinschen * mmap.cc (mmap64): Avoid crash if file size is less...
2003-08-13 Corinna Vinschen * path.cc (special_name): Add checks for some specials...
2003-08-13 Corinna Vinschen * cygwin.din: Accomodate change from cygwin_lstat...
2003-08-12 Corinna Vinschen * include/sys/param.h (NBBY): Define if not defined.
2003-08-09 Christopher Faylor* include/cygwin/version.h: Bump DLL minor number to 3.
2003-08-08 Christopher Faylor* include/stdint.h: Correctly define INT32_MIN.
2003-08-08 Christopher Faylor* grp.cc (read_group): Set __group32.gr_mem pointer...
2003-08-06 Christopher Faylor* Makefile.in: Rework to accommodate new speclib arguments.
2003-08-05 Christopher Faylor* path.cc (cygdrive_getmntent): Do not skip over drives...
2003-08-05 Christopher Faylor* fhandler_disk_file.cc (fhandler_cygdrive::readdir...
2003-07-30 Christopher Faylor* dcrt0.cc (_dll_crt0): Move strace.microseconds initia...
2003-07-28 Christopher Faylor* include/cygwin/version.h: Bump DLL minor number to 2.
2003-07-28 Christopher Faylor* fhandler_base.cc (fhandler_base::readv): Rework to...
2003-07-26 Christopher Faylor* exceptions.cc (ctrl_c_handler): Send SIGHUP when...
2003-07-26 Christopher Faylor* configure.in: Use 'install-sh -c'.
2003-07-25 Christopher Faylor* configure.in: Always use install-sh.
2003-07-25 Christopher Faylor* include/cygwin/socket.h: Conditionalize [AP]F_INET6...
2003-07-25 Christopher Faylor* Makefile.in (OBSOLETE_FUNCTION): Add fdopen.
2003-07-25 Christopher Faylor* cygwin.din: Export _fdopen64
2003-07-24 Christopher Faylor* environ.cc (check_case_init): Use strncasematch.
2003-07-21 Corinna Vinschen * mmap.cc: Use proper format specifiers for _off64_t...
2003-07-18 Pierre Humblet2003-07-18 Pierre Humblet <pierre.humblet@ieee.org>
2003-07-17 Corinna Vinschen * sysconf.cc (sysconf): Fix OPEN_MAX patch. Return...
2003-07-14 Corinna Vinschen * cygheap.h (class cygheap_user): Use INVALID_HANDLE_V...
2003-07-12 Christopher Faylor* pinfo.cc (_pinfo::commune_send): Fix bounds test...
2003-07-11 Christopher Faylor* path.cc (get_device_number): Remove special com?...
2003-07-10 Christopher Faylor* include/cygwin/version.h: Bump DLL minor number to 1.
2003-07-10 Christopher Faylor* fhandler_proc.cc (format_proc_stat): Use correctly...
2003-07-10 Christopher Faylor* include/cygwin/version.h: Bump DLL minor number to 1.
2003-07-10 Christopher Faylor* fhandler_proc.cc (fhandler_proc::fill_filebuf): Alloc...
2003-07-09 Christopher Faylor* sysconf.cc (sysconf): Return processors online rather...
2003-07-09 Christopher Faylor* cygheap.cc (creturn): Set appropriate errno when...
2003-07-07 Christopher Faylor* rmsym: Don't use ranlib.
2003-07-07 Christopher Faylor* newsym: Reenable removal of tmp directory. Just...
next
This page took 0.455961 seconds and 108 git commands to generate.