index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
syscalls.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.
Christopher Faylor
2001-10-15
1
-162
/
+117
*
* autoload.cc (load_wsock32): Declare dummy function to force loading of
Christopher Faylor
2001-10-14
1
-6
/
+7
*
* path.cc (normalize_posix_path): Don't eat a '.' after a '\\' since it has
Christopher Faylor
2001-10-07
1
-2
/
+2
*
Add second path_conv * argument to fstat()s throughout.
Christopher Faylor
2001-10-05
1
-160
/
+8
*
* syscalls.cc (stat_worker): Make global. Accept path_conv parameter for
Christopher Faylor
2001-10-05
1
-34
/
+37
*
* dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL.
Christopher Faylor
2001-10-04
1
-4
/
+4
*
* cygheap.cc (cfree): Remove malloc debugging probe.
Christopher Faylor
2001-10-03
1
-6
/
+7
*
* dtable.h (dtable::build_fhandler): Make path_conv parameter non-optional.
Christopher Faylor
2001-10-02
1
-12
/
+8
*
Add "path.h" include throughout, where needed. Use new path_conv methods and
Christopher Faylor
2001-10-01
1
-124
/
+98
*
* fhandler.h (fhandler_pipe::hit_eof): New method.
Christopher Faylor
2001-09-24
1
-9
/
+24
*
* syscalls.cc (_open): Set name in fhandler object after successful
Corinna Vinschen
2001-09-23
1
-7
/
+11
*
* dtable.cc (dtable::build_fhandler): Accept an optional path_conv argument.
Christopher Faylor
2001-09-22
1
-7
/
+11
*
* exceptions.cc (setup_handler): Always relinquish lock after we've
Christopher Faylor
2001-09-22
1
-1
/
+1
*
* path.cc (symlink): Check arguments for validity.
Egor Duda
2001-09-16
1
-1
/
+5
*
* Makefile.in: Build wincap.o.
Corinna Vinschen
2001-09-12
1
-9
/
+16
*
* exceptions.cc (call_signal_handler_now): Add additional guard against
Christopher Faylor
2001-09-12
1
-0
/
+2
*
* cygheap.h (init_cygheap): Move heap pointers here.
Christopher Faylor
2001-09-07
1
-23
/
+23
*
* include/limits.h: Define PIPE_BUF.
Corinna Vinschen
2001-09-07
1
-2
/
+2
*
* child_info.h: Modify magic number.
Christopher Faylor
2001-09-03
1
-1
/
+1
*
* syscalls.cc (check_tty_fds): New function. Check whether there is a fd
Christopher Faylor
2001-08-25
1
-2
/
+19
*
* dtable.cc (dtable::dup2): Allow extension of fd table by dup2.
Christopher Faylor
2001-08-23
1
-21
/
+16
*
* resource.cc (getrlimit): Return getdtablesize () as current limit
Corinna Vinschen
2001-08-16
1
-1
/
+1
*
* resource.cc (getrlimit): Return OPEN_MAX as current limit
Corinna Vinschen
2001-08-16
1
-1
/
+1
*
* fhandler.cc (fhandler_base::is_nonblocking): New method.
Corinna Vinschen
2001-08-15
1
-1
/
+1
*
* fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.
Corinna Vinschen
2001-08-14
1
-1
/
+1
*
* security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for group
Corinna Vinschen
2001-08-07
1
-1
/
+1
*
Throughout, change check for running under Windows NT to 'iswinnt'.
Christopher Faylor
2001-08-04
1
-9
/
+9
*
Throughout, reorganize header file inclusion to put security.h prior to
Christopher Faylor
2001-07-26
1
-1
/
+1
*
* syscalls.cc (setsid): Detach process from its console if the current
Christopher Faylor
2001-07-26
1
-0
/
+2
*
* syscalls.cc (_unlink): Explicitely check for non-existant file.
Corinna Vinschen
2001-07-18
1
-2
/
+9
*
* syscalls.cc (stat_worker): Simplify previous change.
Christopher Faylor
2001-07-14
1
-6
/
+3
*
* syscalls.cc (_unlink): Correct (?) logic which determines when to report an
Christopher Faylor
2001-07-13
1
-14
/
+17
*
Change check_null_empty_path* to check_null_empty_str* throughout.
Christopher Faylor
2001-06-28
1
-2
/
+2
*
* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 characters
Christopher Faylor
2001-06-26
1
-1
/
+8
*
* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.
Christopher Faylor
2001-06-18
1
-54
/
+75
*
* fhandler.cc (fhandler_base::open): Set win32 access flags
Egor Duda
2001-06-14
1
-0
/
+1
*
* syscalls.cc (seteuid): Set environment variables USERNAME and
Corinna Vinschen
2001-06-09
1
-4
/
+48
*
* security.h (NTWriteEA): Change prototype.
Egor Duda
2001-06-05
1
-1
/
+1
*
* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.
Christopher Faylor
2001-06-03
1
-9
/
+6
*
* syscalls.cc (_rename): Handle the case that `foo' is renamed to
Corinna Vinschen
2001-06-01
1
-8
/
+28
*
* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspace
Christopher Faylor
2001-05-31
1
-11
/
+6
*
* syscalls.cc (seteuid): Restrict overriding external provided
Corinna Vinschen
2001-05-23
1
-13
/
+21
*
* syscalls.cc (chown_worker): Don't check for ENOSYS.
Corinna Vinschen
2001-05-23
1
-6
/
+6
*
* autoload.cc: Add load statements for `LookupAccountNameW',
Corinna Vinschen
2001-05-20
1
-88
/
+135
*
* fork.cc (fork): Eliminate superfluous call to getuid().
Corinna Vinschen
2001-05-15
1
-29
/
+31
*
* autoload.cc: Add LoadDLLinitfunc for secur32.dll.
Corinna Vinschen
2001-04-30
1
-60
/
+88
*
Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.
Christopher Faylor
2001-04-28
1
-1
/
+1
*
* uinfo.cc (internal_getlogin): Return pointer to struct passwd.
Corinna Vinschen
2001-04-25
1
-2
/
+2
*
* autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.
Corinna Vinschen
2001-04-25
1
-6
/
+54
*
Remove trailing underscore from fhandler_base and friends, throughout.
Christopher Faylor
2001-04-24
1
-8
/
+4
[next]