aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/syscalls.cc
AgeCommit message (Expand)AuthorFilesLines
2002-01-27This commit was manufactured by cvs2svn to create branch 'mingwex'.cvs2svn1-2591/+0
2001-09-24* fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor1-9/+24
2001-09-23 * syscalls.cc (_open): Set name in fhandler object after successfulCorinna Vinschen1-7/+11
2001-09-22* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.Christopher Faylor1-7/+11
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor1-1/+1
2001-09-16* path.cc (symlink): Check arguments for validity.Egor Duda1-1/+5
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-9/+16
2001-09-12* exceptions.cc (call_signal_handler_now): Add additional guard againstChristopher Faylor1-0/+2
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-23/+23
2001-09-07 * include/limits.h: Define PIPE_BUF.Corinna Vinschen1-2/+2
2001-09-03* child_info.h: Modify magic number.Christopher Faylor1-1/+1
2001-08-25* syscalls.cc (check_tty_fds): New function. Check whether there is a fdChristopher Faylor1-2/+19
2001-08-23* dtable.cc (dtable::dup2): Allow extension of fd table by dup2.Christopher Faylor1-21/+16
2001-08-16 * resource.cc (getrlimit): Return getdtablesize () as current limitCorinna Vinschen1-1/+1
2001-08-16 * resource.cc (getrlimit): Return OPEN_MAX as current limitCorinna Vinschen1-1/+1
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen1-1/+1
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen1-1/+1
2001-08-07 * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for groupCorinna Vinschen1-1/+1
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-9/+9
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-26* syscalls.cc (setsid): Detach process from its console if the currentChristopher Faylor1-0/+2
2001-07-18 * syscalls.cc (_unlink): Explicitely check for non-existant file.Corinna Vinschen1-2/+9
2001-07-14* syscalls.cc (stat_worker): Simplify previous change.Christopher Faylor1-6/+3
2001-07-13* syscalls.cc (_unlink): Correct (?) logic which determines when to report anChristopher Faylor1-14/+17
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor1-2/+2
2001-06-26* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 charactersChristopher Faylor1-1/+8
2001-06-18* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor1-54/+75
2001-06-14* fhandler.cc (fhandler_base::open): Set win32 access flagsEgor Duda1-0/+1
2001-06-09 * syscalls.cc (seteuid): Set environment variables USERNAME andCorinna Vinschen1-4/+48
2001-06-05* security.h (NTWriteEA): Change prototype.Egor Duda1-1/+1
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor1-9/+6
2001-06-01 * syscalls.cc (_rename): Handle the case that `foo' is renamed toCorinna Vinschen1-8/+28
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor1-11/+6
2001-05-23 * syscalls.cc (seteuid): Restrict overriding external providedCorinna Vinschen1-13/+21
2001-05-23 * syscalls.cc (chown_worker): Don't check for ENOSYS.Corinna Vinschen1-6/+6
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen1-88/+135
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen1-29/+31
2001-04-30 * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen1-60/+88
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-1/+1
2001-04-25 * uinfo.cc (internal_getlogin): Return pointer to struct passwd.Corinna Vinschen1-2/+2
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen1-6/+54
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor1-8/+4
2001-04-23* fhandler.h (fhandler_base::clear_r_binary): New method.Christopher Faylor1-2/+9
2001-04-23* net.cc [errmap]: Add '0' condition.Christopher Faylor1-1/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-50/+51
2001-04-17 * path.cc (path_conv::check): Set case_clash even if pcheck_caseCorinna Vinschen1-3/+3
2001-04-12 * dir.cc (mkdir): Check for case clash.Corinna Vinschen1-1/+1
2001-04-12* syscalls.cc (mkfifo): New function stub.Christopher Faylor1-0/+7
2001-04-05 * syscalls.cc (stat_worker): Fix conditional which still allowedCorinna Vinschen1-2/+2
2001-04-03* cygrun.c (main): Fix compiler warning.Christopher Faylor1-3/+3