summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/syscalls.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor2001-06-181-54/+75
* * fhandler.cc (fhandler_base::open): Set win32 access flagsEgor Duda2001-06-141-0/+1
* * syscalls.cc (seteuid): Set environment variables USERNAME andCorinna Vinschen2001-06-091-4/+48
* * security.h (NTWriteEA): Change prototype.Egor Duda2001-06-051-1/+1
* * cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor2001-06-031-9/+6
* * syscalls.cc (_rename): Handle the case that `foo' is renamed toCorinna Vinschen2001-06-011-8/+28
* * path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor2001-05-311-11/+6
* * syscalls.cc (seteuid): Restrict overriding external providedCorinna Vinschen2001-05-231-13/+21
* * syscalls.cc (chown_worker): Don't check for ENOSYS.Corinna Vinschen2001-05-231-6/+6
* * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen2001-05-201-88/+135
* * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen2001-05-151-29/+31
* * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen2001-04-301-60/+88
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-1/+1
* * uinfo.cc (internal_getlogin): Return pointer to struct passwd.Corinna Vinschen2001-04-251-2/+2
* * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen2001-04-251-6/+54
* Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor2001-04-241-8/+4
* * fhandler.h (fhandler_base::clear_r_binary): New method.Christopher Faylor2001-04-231-2/+9
* * net.cc [errmap]: Add '0' condition.Christopher Faylor2001-04-231-1/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-50/+51
* * path.cc (path_conv::check): Set case_clash even if pcheck_caseCorinna Vinschen2001-04-171-3/+3
* * dir.cc (mkdir): Check for case clash.Corinna Vinschen2001-04-121-1/+1
* * syscalls.cc (mkfifo): New function stub.Christopher Faylor2001-04-121-0/+7
* * syscalls.cc (stat_worker): Fix conditional which still allowedCorinna Vinschen2001-04-051-2/+2
* * cygrun.c (main): Fix compiler warning.Christopher Faylor2001-04-031-3/+3
* * exceptions.cc (sigframe::call_signal_handler): Return value ofChristopher Faylor2001-04-021-1/+1
* * thread.h (struct _winsup_t): Remove obsolete elements. Add available_drivesChristopher Faylor2001-04-011-32/+0
* * sigproc.h (class sigframe): Implement 'unregister()' method.Christopher Faylor2001-04-011-36/+39
* * syscalls.cc (check_posix_perm): New static function.Corinna Vinschen2001-03-191-2/+64
* Fix spacing, copyrights.Christopher Faylor2001-03-181-12/+12
* * net.cc (get_95_ifconf): Use strcasematch instead of strcasecmp.Corinna Vinschen2001-03-171-2/+2
* Accomodate all devices.Christopher Faylor2001-03-171-2/+1
* * syscalls.cc (stat_dev): Give devices full read/write.Christopher Faylor2001-03-171-2/+2
* * path.cc (lnk_suffixes): Remove.Corinna Vinschen2001-03-141-5/+3
* * spawn.cc (spawn_guts): Don't set EXIT_REPARENTING if parent process is not aChristopher Faylor2001-03-121-4/+3
* * syscalls.cc (_rename): Set errno to ENOENT when an old path doesn't existChristopher Faylor2001-03-101-2/+4
* * syscalls.cc (_read): Change definition to return ssize_t to be consistentChristopher Faylor2001-03-071-2/+2
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-2/+2
* *** empty log message ***Christopher Faylor2001-03-031-71/+71
* * cygerrno.h: Revert previous patch.Corinna Vinschen2001-02-221-3/+17
* * Makefile.in: Add `-lshell32 -luuid' to link pass for new-cygwin1.dll.Corinna Vinschen2001-02-211-1/+14
* * signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOPEgor Duda2001-02-161-1/+6
* * syscalls.cc (mknod): Add valid parameters.Christopher Faylor2001-02-091-1/+1
* * syscalls.cc (stat_worker): Add a check for the special case whenCorinna Vinschen2001-02-061-18/+42
* * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor2001-01-291-0/+7
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-14/+9
* * include/cygwin/version.h: Bump API to reflect setlogmask.Christopher Faylor2001-01-221-5/+2
* * syscalls.cc (setdtablesize): Call with amount to increment not total amount.Christopher Faylor2001-01-181-3/+5
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-5/+10
* * heap.cc (heap_init): Fix extern declaration of getpagesize.Corinna Vinschen2001-01-151-3/+2
* * syscalls.cc (getpagesize): Save pagesize in global variable toCorinna Vinschen2001-01-151-0/+9