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
/
wincap.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygheap.h (struct user_heap_info): Add slop member.
Corinna Vinschen
2006-10-31
1
-0
/
+13
*
* fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Accomodate
Corinna Vinschen
2006-10-23
1
-5
/
+18
*
* cygheap.cc (init_cygheap::manage_console_count): Turn console control handler
Christopher Faylor
2006-03-16
1
-18
/
+5
*
* dcrt0.cc (dll_crt0_0): Reorganize so that sigproc_init is called a little
Christopher Faylor
2006-03-13
1
-13
/
+26
*
* fhandler.h (class fhandler_socket): Add saw_reuseaddr status flag.
Corinna Vinschen
2006-01-29
1
-13
/
+26
*
* autoload.cc (NtQueryDirectoryFile): Define.
Corinna Vinschen
2006-01-27
1
-13
/
+26
*
* net.cc (cygwin_setsockopt): Ignore errors when setting IP_TOS on
Corinna Vinschen
2006-01-13
1
-13
/
+26
*
* Update copyrights.
Corinna Vinschen
2006-01-12
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_0): Remove call to wincap.init.
Corinna Vinschen
2006-01-10
1
-1
/
+5
*
* autoload.cc (NtCreateSection): Define.
Corinna Vinschen
2005-11-28
1
-0
/
+13
*
* autoload.cc (NtLockVirtualMemory): Import.
Corinna Vinschen
2005-10-18
1
-13
/
+26
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-12
/
+81
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-56
/
+0
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-0
/
+56
*
* cygerrno.h: Make multi-inclusion safe.
Christopher Faylor
2005-06-30
1
-12
/
+24
*
* wincap.h (wincaps::detect_win16_exe): Declare.
Christopher Faylor
2005-06-18
1
-12
/
+24
*
Revert previous patch.
Corinna Vinschen
2005-04-11
1
-12
/
+12
*
* syscalls.cc (sync): Use renamed has_get_volume_pathnames wincap.
Corinna Vinschen
2005-04-11
1
-12
/
+12
*
* fhandler.h (class fhandler_socket): Declare new method
Corinna Vinschen
2005-02-28
1
-0
/
+12
*
* autoload.cc (FindFirstVolumeA): Add.
Corinna Vinschen
2005-02-20
1
-12
/
+24
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+1
*
* cygwin.din: Export getpriority and setpriority.
Corinna Vinschen
2005-01-25
1
-12
/
+24
*
* cygthread.cc (cygthread::stub): Add better debug output.
Christopher Faylor
2004-12-28
1
-12
/
+24
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-2
/
+2
*
* errno.cc (errmap): Map ERROR_BEGINNING_OF_MEDIA and
Corinna Vinschen
2004-03-14
1
-12
/
+24
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* sigproc.cc (sigproc_terminate): Don't close sendsig handle when execing since
Christopher Faylor
2004-01-19
1
-12
/
+24
*
Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX
Corinna Vinschen
2003-12-03
1
-6
/
+6
*
* wincap.cc (wincapc::init): Allow requesting server info for NT4 SP6.
Corinna Vinschen
2003-09-27
1
-4
/
+13
*
* Makefile.in: Add libusr32.a to DLL_IMPORTS.
Christopher Faylor
2003-09-27
1
-2
/
+23
*
* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.
Christopher Faylor
2003-08-28
1
-12
/
+24
*
* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there
Christopher Faylor
2003-07-26
1
-1
/
+1
*
* fhandler_socket.cc (SECRET_EVENT_NAME): Remove.
Corinna Vinschen
2003-05-20
1
-15
/
+76
*
* wincap.h (wincaps:pty_needs_alloc_console): New element.
Christopher Faylor
2003-04-20
1
-11
/
+22
*
* wincap.h (wincap): Remove unnecessary definition of
Corinna Vinschen
2003-02-20
1
-22
/
+11
*
w32api:
Corinna Vinschen
2003-02-20
1
-11
/
+22
*
* shared.cc (open_shared): Revert to "old" method for shared memory location if
Christopher Faylor
2002-10-15
1
-0
/
+11
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-2
/
+2
*
* fhandler_serial.cc: Change 'must_init_serial_line capability'
Corinna Vinschen
2002-07-24
1
-11
/
+11
*
* fhandler_serial.cc: Use must_init_serial_line capability throughout.
Corinna Vinschen
2002-07-23
1
-0
/
+11
*
* dcrt0.cc (dll_crt0_1): Initialize wincap and check for sanity before running
Christopher Faylor
2002-06-10
1
-1
/
+1
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-1
/
+1
*
* times.cc (utimes): Use FILE_WRITE_ATTRIBUTES even on 9x/Me when
Corinna Vinschen
2002-05-17
1
-11
/
+0
*
* autoload.cc: Add dynamic load statements for 'ZwQueryInformationProcess' and
Christopher Faylor
2002-05-12
1
-0
/
+11
*
* cygwin.din (fstat64): New symbol.
Corinna Vinschen
2002-02-25
1
-0
/
+11
*
* external.cc (cygwin_internal): Initialize various internal settings if
Christopher Faylor
2002-01-29
1
-0
/
+3
*
Eliminate excess whitespace.
Christopher Faylor
2001-11-05
1
-7
/
+7
*
* autoload.cc: Add load statement for `NtOpenFile'.
Corinna Vinschen
2001-10-16
1
-0
/
+11
*
* uname.cc (uname): Use `wProcessorLevel' unless OS sets it wrong.
Corinna Vinschen
2001-10-15
1
-0
/
+11
*
* fhandler.cc (fhandler_base::set_inheritance): If available,
Corinna Vinschen
2001-09-20
1
-0
/
+11
[next]