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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* external.cc (cygwin_internal): Change n to __off64_t to match change
Corinna Vinschen
2003-03-08
7
-16
/
+32
*
* path.h (PATH_LNK): New enum val.
Christopher Faylor
2003-03-08
5
-37
/
+72
*
* syscalls.cc (seteuid32): Fix formatting.
Corinna Vinschen
2003-03-07
2
-3
/
+8
*
* winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01
Corinna Vinschen
2003-03-07
2
-2
/
+7
*
2003-03-06 Christopher January <chris@atomice.net>
Danny Smith
2003-03-07
4
-0
/
+38
*
* thread.cc (MTinterface::fixup_after_fork): Initialize mainthread
Thomas Pfaff
2003-03-04
2
-4
/
+9
*
* fhandler_socket.cc (fhandler_socket::dup): Initialize type.
Corinna Vinschen
2003-03-04
2
-0
/
+5
*
revert erroneous entry
Christopher Faylor
2003-03-04
1
-9
/
+0
*
* Makefile.in (strace.exe): Include mingw_getopt.o in link line.
Christopher Faylor
2003-03-04
7
-10
/
+30
*
* fhandler.h (fhandler_tty_slave::close): Declare new function.
Christopher Faylor
2003-03-04
3
-2
/
+55
*
2003-03-04 Heiko Gerdau <hg@technosis.de>
Danny Smith
2003-03-04
4
-2
/
+59
*
* fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly increment
Christopher Faylor
2003-03-03
2
-0
/
+8
*
2003-03-03 Christopher Faylor <cgf@redhat.com>
Danny Smith
2003-03-03
2
-19
/
+33
*
* lib/getopt.c: Refresh from NetBSD sources.
Christopher Faylor
2003-03-03
2
-18
/
+32
*
* fhandler_console.cc (fhandler_console::close): Don't decrement in use counter
Christopher Faylor
2003-03-03
2
-1
/
+7
*
* mingwex/getopt.c: New file, copied from cygwin srcs.
Danny Smith
2003-03-03
5
-7
/
+597
*
* lib/getopt.c: Nuke use of unneeded BSDisms.
Christopher Faylor
2003-03-02
2
-8
/
+7
*
* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary if
Christopher Faylor
2003-03-02
8
-48
/
+30
*
* dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibrary
Christopher Faylor
2003-03-02
2
-1
/
+6
*
2003-03-02 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2003-03-02
14
-17
/
+259
*
fix typo
Christopher Faylor
2003-03-02
1
-1
/
+1
*
Document new mkgroup,mkpasswd options
Joshua Daniel Franklin
2003-03-01
1
-27
/
+47
*
2003-03-01 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-03-01
3
-14
/
+32
*
* fhandler_socket.cc (fhandler_socket::bind): Open and write socket
Corinna Vinschen
2003-03-01
2
-20
/
+37
*
* fhandler_socket.cc (get_inet_addr): Open and read socket file using
Corinna Vinschen
2003-03-01
2
-7
/
+32
*
* include/olectl.h (OleLoadPictureEx) Add prototype.
Danny Smith
2003-03-01
2
-0
/
+13
*
* include/objbase.h (CoAddRefServerProcess): Add prototype.
Danny Smith
2003-03-01
3
-0
/
+14
*
2003-03-01 Heiko Gerdau <hg@technosis.de>
Danny Smith
2003-03-01
3
-1
/
+23
*
* Makefile.in (cygcheck.o): Fix so that actual mingw include files are used.
Christopher Faylor
2003-03-01
3
-5
/
+94
*
* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.
Christopher Faylor
2003-03-01
5
-12
/
+53
*
2003-02-28 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-02-28
2
-3
/
+8
*
2003-02-28 Roland Schwingel <roland.schwingel@onevision.de>
Danny Smith
2003-02-28
3
-12
/
+16
*
2003-03-27 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2003-02-27
2
-61
/
+131
*
* uinfo.cc (internal_getlogin): Only update user.groups.pgsid
Corinna Vinschen
2003-02-27
2
-1
/
+7
*
* cygthread::detach: Improve error message.
Christopher Faylor
2003-02-27
2
-1
/
+5
*
* sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.
Corinna Vinschen
2003-02-26
2
-0
/
+7
*
* Makefile.in (libmsvcrt20.a): Remove target and dependencies.
Earnie Boyd
2003-02-25
2
-5
/
+7
*
* mmap.cc (mmap64): Fix returned address by taking the granularity
Corinna Vinschen
2003-02-25
2
-1
/
+6
*
2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-02-23
2
-3
/
+5
*
2003-02-23 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2003-02-23
2
-0
/
+6
*
whitespace
Christopher Faylor
2003-02-22
1
-1
/
+1
*
* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:
Christopher Faylor
2003-02-22
4
-1
/
+25
*
* syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as an
Christopher Faylor
2003-02-22
4
-12
/
+29
*
2003-02-22 Roland Schwingel <roland.schwingel@onevision.de>
Danny Smith
2003-02-22
3
-0
/
+19
*
2003-02-22 Bang Jun-Young <junyoung@netbsd.org>
Danny Smith
2003-02-22
2
-5
/
+438
*
* include/wsahelp.h: Remove ';' after closing
Danny Smith
2003-02-22
3
-2
/
+8
*
* include/winbase.h (MEMORYSTATUSEX): Add structure.
Danny Smith
2003-02-22
3
-0
/
+23
*
Thanks to David Frasier <davidf@sjsoft.com> who inspired portions of
Earnie Boyd
2003-02-21
8
-1871
/
+66
*
various updates to setup entries. Stronger emphasis to use setup, and only s...
David Starks-Browning
2003-02-21
1
-14
/
+11
*
new link to "How To Ask Questions The Smart Way" by Eric S. Raymond, added to...
David Starks-Browning
2003-02-21
1
-0
/
+3
[next]