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
...
*
Do some minor reformatting of 'extern "C"' use throughout.
Christopher Faylor
2003-03-09
13
-111
/
+511
*
* syscalls.cc (unlink): Attempt to be more clever about setting attributes of
Christopher Faylor
2003-03-09
2
-12
/
+30
*
* rmsym: Fix regular expression.
Corinna Vinschen
2003-03-09
2
-2
/
+6
*
* Makefile.in: Change from using new-* to cygwin0 for temporary targets.
Christopher Faylor
2003-03-09
2
-10
/
+16
*
* include/cygwin/socket.h: Set SOMAXCONN to Winsock2 value.
Corinna Vinschen
2003-03-09
2
-1
/
+5
*
* syscalls.cc (unlink): Always attempt to use FILE_FLAG_CLOSE_ON_DELETE to
Christopher Faylor
2003-03-09
2
-57
/
+29
*
missed in last checkin
Christopher Faylor
2003-03-08
1
-1
/
+1
*
Revert below changes regarding _pinfo::cmdline.
Christopher Faylor
2003-03-08
5
-19
/
+17
*
* 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
*
* 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
1
-0
/
+9
*
* fhandler.h (fhandler_tty_slave::close): Declare new function.
Christopher Faylor
2003-03-04
3
-2
/
+55
*
* fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly increment
Christopher Faylor
2003-03-03
2
-0
/
+8
*
* 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
*
* 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
*
fix typo
Christopher Faylor
2003-03-02
1
-1
/
+1
*
* 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
*
* 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-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
*
* 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
*
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
*
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compiler
Corinna Vinschen
2003-02-21
2
-11
/
+13
*
* dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
Corinna Vinschen
2003-02-21
11
-85
/
+180
*
* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.
Christopher Faylor
2003-02-21
4
-27
/
+38
*
* wincap.h (wincap): Remove unnecessary definition of
Corinna Vinschen
2003-02-20
3
-24
/
+17
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptor
Corinna Vinschen
2003-02-20
5
-159
/
+197
*
* autoload.cc (GetCompressedFileSize): Add.
Corinna Vinschen
2003-02-20
3
-1
/
+21
*
w32api:
Corinna Vinschen
2003-02-20
5
-11
/
+59
*
* grp.cc (internal_getgroups): Handle properly tokens with
Corinna Vinschen
2003-02-18
2
-3
/
+6
*
* cygwin.din: Export all appropriate newlibc libm functions. Sort.
Christopher Faylor
2003-02-16
3
-448
/
+481
*
* cygwin.din: Export all appropriate newlib functions.
Christopher Faylor
2003-02-15
3
-3
/
+82
*
* mmap.cc (mprotect): Add missing break.
Corinna Vinschen
2003-02-14
2
-0
/
+5
*
* exceptions.cc (try_to_debug): Don't reset priority when returning from
Christopher Faylor
2003-02-14
2
-3
/
+6
*
* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep for
Christopher Faylor
2003-02-13
3
-1
/
+10
*
* include/cygwin/types.h: Use correct ifdef guard for u_ definitions.
Christopher Faylor
2003-02-13
2
-8
/
+12
[prev]
[next]