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
...
*
* include/cygwin/fs.h: New file.
Corinna Vinschen
2002-11-07
4
-1
/
+175
*
* fhandler_socket.cc (fhandler_socket::ioctl): Return correct flags
Corinna Vinschen
2002-11-07
2
-1
/
+7
*
* cygwin.din: Export fseeko() and ftello().
Corinna Vinschen
2002-11-07
3
-1
/
+11
*
minor reformat
Christopher Faylor
2002-11-07
1
-1
/
+2
*
* fhandler_console.cc (keytable[]): Revert previous change. It would break too
Christopher Faylor
2002-11-07
2
-5
/
+10
*
* fhandler_console.cc (keytable[]): Redefine F1 - F5 to something a little more
Christopher Faylor
2002-11-07
1
-0
/
+5
*
* syscalls.cc (getutid): Use UT_IDLEN where appropriate.
Christopher Faylor
2002-11-07
3
-6
/
+10
*
* include/cygwin/version.h: Bump API minor number for below export.
Christopher Faylor
2002-11-07
5
-15
/
+44
*
* fhandler_serial.cc (fhandler_serial::ioctl): Don't try to figure out if OS
Christopher Faylor
2002-11-06
2
-35
/
+25
*
* fhandler_serial.cc (fhandler_serial::raw_read): Use correct type for
Christopher Faylor
2002-11-05
3
-7
/
+17
*
* fhandler_socket.cc (fhandler_socket::recvmsg): Call if from == NULL
Christopher Faylor
2002-11-05
2
-8
/
+12
*
* pinfo.cc (_pinfo::commune_send): Fix thinko in previous checkin.
Christopher Faylor
2002-11-05
2
-1
/
+6
*
* pinfo.cc (_pinfo::commune_send): Set priority low when sleeping, waiting for
Christopher Faylor
2002-11-05
2
-1
/
+12
*
revert erroneous checkins
Christopher Faylor
2002-11-05
2
-3
/
+1
*
* sigproc.cc (WAIT_SIG_PRIORITY): Bump to THREAD_PRIORITY_TIME_CRITICAL.
Christopher Faylor
2002-11-05
4
-2
/
+8
*
* pinfo.cc (_pinfo::commune_send): Initialize buffer or suffer random crashes.
Christopher Faylor
2002-11-05
2
-0
/
+9
*
* fhandler_process.cc (fhandler_process::fill_filebuf): Deal with error
Christopher Faylor
2002-11-05
2
-1
/
+6
*
* sigproc.cc (WAIT_SIG_PRIORITY): Bump to highest priority.
Christopher Faylor
2002-11-05
2
-1
/
+5
*
* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2002-11-04
2
-1
/
+5
*
* fhandler_serial.cc (fhandler_serial::ioctl): Reformat. Set errno
Christopher Faylor
2002-11-04
3
-85
/
+131
*
* fhandler_tty.cc (fhandler_tty_slave::ioctl): Do nothing if the new window
Christopher Faylor
2002-11-04
2
-9
/
+32
*
space
Christopher Faylor
2002-11-02
3
-3
/
+3
*
2002-10-31 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2002-11-01
2
-1
/
+5
*
* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2002-10-30
2
-1
/
+5
*
* external.cc (cygwin_internal): Implement CW_CMDLINE.
Christopher Faylor
2002-10-30
13
-38
/
+434
*
* pwdgrp.h (pwdgrp_read::open): Compare fh to INVALID_HANDLE_VALUE.
Christopher Faylor
2002-10-24
2
-3
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Nevermind. Revert
Christopher Faylor
2002-10-23
2
-27
/
+30
*
* shared.cc (shared_info::initialize): Use correct value for version
Christopher Faylor
2002-10-23
3
-2
/
+9
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Oops. Only do the
Christopher Faylor
2002-10-22
2
-28
/
+34
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Always consider
Christopher Faylor
2002-10-22
2
-26
/
+34
*
* cygthread.cc (cygthread::exiting): New variable.
Christopher Faylor
2002-10-22
5
-105
/
+65
*
* sec_helper.cc (cygsid::get_id): If the sid matches a sid stored in
Christopher Faylor
2002-10-22
3
-25
/
+42
*
* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.
Christopher Faylor
2002-10-22
11
-89
/
+142
*
Change _function() to function() throughout.
Christopher Faylor
2002-10-21
17
-126
/
+164
*
* cygthread.cc (cygthread::stub): Fix typo.
Christopher Faylor
2002-10-20
2
-3
/
+9
*
fix typo
Christopher Faylor
2002-10-20
1
-1
/
+1
*
missed checkin
Christopher Faylor
2002-10-20
1
-1
/
+1
*
fix typo
Christopher Faylor
2002-10-20
1
-1
/
+1
*
* sigproc.cc (wait_sig): Remove obsolete sigchld logic.
Christopher Faylor
2002-10-20
2
-4
/
+5
*
Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.
Christopher Faylor
2002-10-20
8
-26
/
+48
*
* fork.cc (fork_child): Move pinfo fixup later to attempt some minor gains from
Christopher Faylor
2002-10-19
2
-2
/
+6
*
* dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking.
Christopher Faylor
2002-10-19
4
-4
/
+22
*
* cygthread.cc: Bump number of cygthreads up to accommodate applications which
Christopher Faylor
2002-10-19
3
-2
/
+7
*
* fork.cc (fork_child): Move mmap initialization.
Christopher Faylor
2002-10-18
5
-13
/
+32
*
* thread.cc (verifyable_object_isvalid): Test for a valid object pointer before
Christopher Faylor
2002-10-18
2
-3
/
+8
*
* dtable.cc (dtable::init_std_file_from_handle): Force "devices" to always be
Christopher Faylor
2002-10-18
2
-5
/
+16
*
* dtable.cc (dtable::set_file_pointers_for_exec): New function.
Christopher Faylor
2002-10-17
4
-0
/
+20
*
2002-10-17 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-10-17
3
-2
/
+18
*
2002-10-17 Thomas Pfaff <tpfaff@gmx.net>
Robert Collins
2002-10-17
2
-2
/
+6
*
* fhandler_tty.cc (fhandler_tty_slave::read): Attempt #527 to properly
Christopher Faylor
2002-10-16
2
-15
/
+42
[prev]
[next]