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-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor
2001-07-26* syscalls.cc (setsid): Detach process from its console if the currentChristopher Faylor
2001-07-18 * syscalls.cc (_unlink): Explicitely check for non-existant file.Corinna Vinschen
2001-07-14* syscalls.cc (stat_worker): Simplify previous change.Christopher Faylor
2001-07-13* syscalls.cc (_unlink): Correct (?) logic which determines when to report anChristopher Faylor
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor
2001-06-27* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 charactersChristopher Faylor
2001-06-19* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor
2001-06-14* fhandler.cc (fhandler_base::open): Set win32 access flagsEgor Duda
2001-06-10 * syscalls.cc (seteuid): Set environment variables USERNAME andCorinna Vinschen
2001-06-05* security.h (NTWriteEA): Change prototype.Egor Duda
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor
2001-06-01 * syscalls.cc (_rename): Handle the case that `foo' is renamed toCorinna Vinschen
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor
2001-05-23 * syscalls.cc (seteuid): Restrict overriding external providedCorinna Vinschen
2001-05-23 * syscalls.cc (chown_worker): Don't check for ENOSYS.Corinna Vinschen
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen
2001-05-01 * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen
2001-04-29Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor
2001-04-25 * uinfo.cc (internal_getlogin): Return pointer to struct passwd.Corinna Vinschen
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor
2001-04-23* fhandler.h (fhandler_base::clear_r_binary): New method.Christopher Faylor
2001-04-23* net.cc [errmap]: Add '0' condition.Christopher Faylor
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