| Commit message (Expand) | Author | Age | Files | Lines |
* | * fhandler.h (fhandler_virtual::exists): Eliminate path argument. | Christopher Faylor | 2002-05-22 | 1 | -9/+1 |
* | * syscalls.cc (seteuid): Set default dacl in process token. | Corinna Vinschen | 2002-05-16 | 1 | -31/+39 |
* | * syscalls.cc (_read): Change error to EBADF if attempt to write to a | Christopher Faylor | 2002-05-12 | 1 | -0/+8 |
* | * syscalls.cc (_write): Change error to EBADF if attempt to write to a | Christopher Faylor | 2002-05-09 | 1 | -0/+3 |
* | * path.h (pathconv_arg): Add PC_POSIX. | Christopher Faylor | 2002-05-02 | 1 | -6/+2 |
* | * syscalls.cc (truncate64): Use ftruncate64 directly to not lose | Corinna Vinschen | 2002-03-04 | 1 | -1/+1 |
* | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 2002-02-25 | 1 | -16/+86 |
* | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 2002-02-10 | 1 | -25/+25 |
* | * grp.cc (getgrent): Don't return default gid entry when ntsec is on. | Corinna Vinschen | 2002-01-21 | 1 | -0/+2 |
* | * syscalls.cc (regfree): Make dll_export. | Christopher Faylor | 2002-01-21 | 1 | -1/+1 |
* | * dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1" | Corinna Vinschen | 2002-01-14 | 1 | -1/+2 |
* | Add copyright stuff | Christopher Faylor | 2002-01-13 | 1 | -1/+1 |
* | * syscalls.cc (pathconf): Guard _PC_PATH_MAX branch against invalid | Corinna Vinschen | 2002-01-10 | 1 | -0/+2 |
* | * cygwin.din: Add symbols for endutent(), getutent(), getutid(), | Corinna Vinschen | 2001-12-28 | 1 | -0/+98 |
* | * exceptions.cc: Add stdlib.h include for alloca declaration. | Christopher Faylor | 2001-11-15 | 1 | -6/+10 |
* | * syscalls.cc (_write): Allow zero length as per SUSv2. | Christopher Faylor | 2001-11-14 | 1 | -0/+3 |
* | * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dot | Corinna Vinschen | 2001-11-13 | 1 | -1/+10 |
* | * select.cc: Set errno using set_sig_errno() throughout. | Corinna Vinschen | 2001-11-08 | 1 | -1/+0 |
* | * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF. | Corinna Vinschen | 2001-11-08 | 1 | -0/+1 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -8/+8 |
* | * fhandler.h (fhandler_base::ready_for_read): Remove unused argument. | Christopher Faylor | 2001-11-04 | 1 | -1/+1 |
* | * dll_init.h (class dll_list): Reorder functions to avoid compiler "can't | Christopher Faylor | 2001-11-03 | 1 | -3/+1 |
* | * cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open. | Christopher Faylor | 2001-11-01 | 1 | -1/+10 |
* | * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device. | Christopher Faylor | 2001-11-01 | 1 | -4/+0 |
* | * cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh. | Christopher Faylor | 2001-10-31 | 1 | -0/+3 |
* | * dtable.cc (dtable::dup2): Add some debugging. Use methods from passed in | Christopher Faylor | 2001-10-30 | 1 | -1/+2 |
* | Ensure that all fhandler_*::read definitions are __stdcall throughout. | Christopher Faylor | 2001-10-24 | 1 | -0/+3 |
* | Patch suggested by Ian Ray <ian.ray@nokia.com>: | Corinna Vinschen | 2001-10-22 | 1 | -0/+5 |
* | * miscfuncs.cc (+__check_invalid_read_ptr_errno): New function. | Christopher Faylor | 2001-10-20 | 1 | -1/+1 |
* | * syscalls.cc (_read): Validate input pointer. | Christopher Faylor | 2001-10-19 | 1 | -1/+10 |
* | * cygerrno.h (set_errno): Define more informative version of this function for | Christopher Faylor | 2001-10-16 | 1 | -1/+1 |
* | * 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 |