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
Commit message (
Expand
)
Author
Age
Files
Lines
*
forced commit
Christopher Faylor
2001-06-24
1
-0
/
+3
*
Fix typo
Christopher Faylor
2001-06-24
1
-1
/
+1
*
* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.
Christopher Faylor
2001-06-24
6
-75
/
+84
*
* fhandler.h class fhandler_socket): Declare new method
Corinna Vinschen
2001-06-22
3
-0
/
+17
*
* fhandler_tape.cc (fhandler_dev_tape::tape_erase): Set size
Corinna Vinschen
2001-06-22
2
-1
/
+6
*
* fhandler_console.cc (fhandler_console::read): Detect AltGr more
Corinna Vinschen
2001-06-22
2
-2
/
+25
*
2001-06-22 Robert Collins rbtcollins@hotmail.com
Robert Collins
2001-06-21
2
-2
/
+8
*
* fhandler.cc (fhandler_base::open): Work around windows bug when
Egor Duda
2001-06-20
2
-0
/
+17
*
* fhandler_socket.cc (fhandler_socket::signal_secret_event): New
Egor Duda
2001-06-20
4
-15
/
+44
*
* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.
Christopher Faylor
2001-06-18
4
-64
/
+99
*
* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually
Christopher Faylor
2001-06-16
6
-8
/
+25
*
* path.cc (path_conv::check): Deal more robustly with foo/ behavior.
Christopher Faylor
2001-06-15
2
-6
/
+10
*
* fhandler_tape.cc (fhandler_dev_tape::tape_status): Set size
Corinna Vinschen
2001-06-15
2
-1
/
+9
*
* fhandler.cc (fhandler_disk_file::fstat): Properly set executable bits for
Christopher Faylor
2001-06-15
2
-44
/
+40
*
* thread.cc (pthread_cond::Signal): Release the condition access variable
Christopher Faylor
2001-06-14
2
-1
/
+11
*
* fhandler.cc (fhandler_base::open): Set win32 access flags
Egor Duda
2001-06-14
4
-21
/
+40
*
* environ.cc (set_file_api_mode): New function. Move setting
Egor Duda
2001-06-12
4
-4
/
+29
*
Add missing entry.
Christopher Faylor
2001-06-11
1
-1
/
+5
*
* pinfo.cc: Use autoloaded ToolHelp functions throughout for Win9x.
Christopher Faylor
2001-06-11
4
-36
/
+31
*
* path.cc (chdir): Fix call to path_conv constructor so that it REALLY doesn't
Christopher Faylor
2001-06-11
2
-2
/
+7
*
* path.cc (path_conv::update_fs_info): Don't consider remote drives to be NTFS.
Christopher Faylor
2001-06-11
2
-18
/
+22
*
* path.cc (chdir): Pre-check path for validity before eating trailing space.
Christopher Faylor
2001-06-11
2
-7
/
+32
*
* exceptions.cc (sigdelayed): Ensure that signal is cleared as the last
Christopher Faylor
2001-06-10
3
-4
/
+17
*
* cygwin.din: Add fchdir symbols.
Corinna Vinschen
2001-06-10
5
-10
/
+36
*
* syscalls.cc (seteuid): Set environment variables USERNAME and
Corinna Vinschen
2001-06-09
3
-84
/
+185
*
* thread.cc (pthread_cond::Broadcast): Don't print error messages on invalid
Christopher Faylor
2001-06-07
2
-1
/
+16
*
* fhandler_console.cc (fhandler_console::dup): Allocate space for
Corinna Vinschen
2001-06-05
2
-6
/
+12
*
* security.h (NTWriteEA): Change prototype.
Egor Duda
2001-06-05
7
-38
/
+140
*
* fhandler.cc (fhandler_disk_file::fstat): Always reset file position
Corinna Vinschen
2001-06-05
2
-8
/
+20
*
* cygheap.h (cygheap_user::cygheap_user): Initialize token to
Corinna Vinschen
2001-06-04
3
-1
/
+10
*
* path.cc (normalize_posix_path): Revert .. check removed by previous changes.
Christopher Faylor
2001-06-04
5
-26
/
+39
*
* net.cc (wsock_event): Add destructor.
Corinna Vinschen
2001-06-03
2
-0
/
+10
*
* dlfcn.cc (dlclose): Do not call FreeLibrary if the symbol to close was
Christopher Faylor
2001-06-03
2
-1
/
+8
*
* syscalls.cc (sleep): Try to be a little more accomodating of signal arrival.
Christopher Faylor
2001-06-03
2
-7
/
+17
*
* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.
Christopher Faylor
2001-06-03
7
-138
/
+201
*
* path.cc (chdir): Really make sure that isspace gets only an unsigned char.
Christopher Faylor
2001-06-01
2
-1
/
+6
*
* syscalls.cc (_rename): Handle the case that `foo' is renamed to
Corinna Vinschen
2001-06-01
2
-8
/
+33
*
revert.
Christopher Faylor
2001-06-01
1
-14
/
+14
*
* fhandler.cc (fhandler_disk_file::fstat): Avoid clearing S_IFMT bits since
Christopher Faylor
2001-05-31
2
-3
/
+11
*
Maintain 80 col line length.
Christopher Faylor
2001-05-31
1
-1
/
+2
*
* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspace
Christopher Faylor
2001-05-31
8
-62
/
+91
*
* sec_helper.cc (cygsid::getfrompw): Change parameter to `const'.
Corinna Vinschen
2001-05-29
5
-190
/
+140
*
Avoid NAME too long error.
Christopher Faylor
2001-05-29
1
-14
/
+14
*
* shortcut.c (check_shortcut): Treat only Cygwin shortcuts as symlinks.
Corinna Vinschen
2001-05-29
2
-2
/
+9
*
* path.cc (symlink_info::check): Correctly set 'ext_tacked_on'. Use this to
Christopher Faylor
2001-05-25
2
-15
/
+20
*
* path.cc (symlink_info::check): Add a check to return correctly
Corinna Vinschen
2001-05-25
2
-1
/
+6
*
* path.cc (slash_drive_prefix_p): Remove.
Christopher Faylor
2001-05-25
3
-45
/
+20
*
* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.
Christopher Faylor
2001-05-24
4
-12
/
+36
*
* syscalls.cc (seteuid): Restrict overriding external provided
Corinna Vinschen
2001-05-23
2
-13
/
+28
*
* syscalls.cc (chown_worker): Don't check for ENOSYS.
Corinna Vinschen
2001-05-23
2
-6
/
+10
[next]