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-04-22This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-1'.cygwin-1-3-1cvs2svn
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-04-17 * path.cc (path_conv::check): Set case_clash even if pcheck_caseCorinna Vinschen
2001-04-13 * dir.cc (mkdir): Check for case clash.Corinna Vinschen
2001-04-12* syscalls.cc (mkfifo): New function stub.Christopher Faylor
2001-04-06 * syscalls.cc (stat_worker): Fix conditional which still allowedCorinna Vinschen
2001-04-03* cygrun.c (main): Fix compiler warning.Christopher Faylor
2001-04-02* exceptions.cc (sigframe::call_signal_handler): Return value ofChristopher Faylor
2001-04-01* thread.h (struct _winsup_t): Remove obsolete elements. Add available_drivesChristopher Faylor
2001-04-01* sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor
2001-03-19 * syscalls.cc (check_posix_perm): New static function.Corinna Vinschen
2001-03-19Fix spacing, copyrights.Christopher Faylor
2001-03-17 * net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp.Corinna Vinschen
2001-03-17Accomodate all devices.Christopher Faylor
2001-03-17* syscalls.cc (stat_dev): Give devices full read/write.Christopher Faylor
2001-03-14 * path.cc (lnk_suffixes): Remove.Corinna Vinschen
2001-03-12* spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not aChristopher Faylor
2001-03-10* syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't existChristopher Faylor
2001-03-07* syscalls.cc (_read): Change definition to return ssize_t to be consistentChristopher Faylor
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-03-03*** empty log message ***Christopher Faylor
2001-02-22 * cygerrno.h: Revert previous patch.Corinna Vinschen
2001-02-22 * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen
2001-02-16* signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOPEgor Duda
2001-02-09* syscalls.cc (mknod): Add valid parameters.Christopher Faylor
2001-02-06 * syscalls.cc (stat_worker): Add a check for the special case whenCorinna Vinschen
2001-01-29* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor
2001-01-22* include/cygwin/version.h: Bump API to reflect setlogmask.Christopher Faylor
2001-01-18* syscalls.cc (setdtablesize): Call with amount to increment not total amount.Christopher Faylor
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor
2001-01-15 * heap.cc (heap_init): Fix extern declaration of getpagesize.Corinna Vinschen
2001-01-15 * syscalls.cc (getpagesize): Save pagesize in global variable toCorinna Vinschen
2001-01-14* syscalls.cc (_read): Use more lightweight method for determining if read hasChristopher Faylor
2001-01-12* debug.h: Add regparm attributes to some functions.Christopher Faylor
2000-12-19 * syscalls.cc (remove): New function, overriding the newlibCorinna Vinschen
2000-12-19 * environ.cc (struct parse_thing): Add entry for new CYGWIN optionCorinna Vinschen
2000-11-16 * uinfo.cc (internal_getlogin): Change parameter list to reflectCorinna Vinschen
2000-11-16 * cygheap.h: Move `token' and `impersonated' from class _pinfoCorinna Vinschen
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor
2000-10-25* dcrt0.cc (do_exit): Don't bother looking for pgrp children to send SIGHUP ifChristopher Faylor
2000-10-24 * fhandler.cc (fhandler_base::fcntl): Behave properly when passedCorinna Vinschen
2000-10-18* exceptions.cc (call_handler): Make signal pending if sigsave.sig is stillChristopher Faylor
2000-10-17* sigproc.cc (proc_subproc): Remove unneeded test for correct process inChristopher Faylor
2000-10-17* Makefile.in: Remove some obsolete stuff.Christopher Faylor
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor
2000-10-07* syscalls.cc (_read): Behave properly when passed previous version ofChristopher Faylor