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
*
* fhandler.h (fhandler_tty_common::lseek): Declare new method.
Christopher Faylor
2005-08-18
3
-2
/
+15
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Always initialize
Corinna Vinschen
2005-08-18
2
-4
/
+10
*
* errno.cc (strerror): Check errnum for underflow.
Corinna Vinschen
2005-08-18
2
-1
/
+5
*
* dcrt0.cc (dll_crt0_1): Tweak debugging stuff.
Christopher Faylor
2005-08-17
3
-8
/
+24
*
* init.cc (respawn_wow64_process): Make inline function. Remove
Corinna Vinschen
2005-08-14
2
-20
/
+60
*
white space
Christopher Faylor
2005-08-12
16
-73
/
+72
*
fix typo
Christopher Faylor
2005-08-11
1
-1
/
+1
*
* fhandler_serial.cc (fhandler_serial::tcgetattr): Return current baud rate
Christopher Faylor
2005-08-11
2
-21
/
+21
*
* dcrt0.cc: Remove ld_preload declaration.
Christopher Faylor
2005-08-11
4
-2
/
+11
*
* child_info. (CURR_CHILD_INFO_MAGIC): Refresh.
Christopher Faylor
2005-08-11
3
-31
/
+59
*
* include/sys/cdefs.h: Remove extra line.
Christopher Faylor
2005-08-08
2
-1
/
+4
*
* security.cc (get_reg_security): New static function.
Corinna Vinschen
2005-08-08
2
-0
/
+46
*
* fhandler_process.cc (fhandler_process::open): Allow opening of
Corinna Vinschen
2005-08-08
3
-7
/
+19
*
* include/sys/cdefs.h (__CONCAT): Define.
Christopher Faylor
2005-08-08
7
-0
/
+751
*
* cygwin.sc: Use simpler method to align .cygheap.
Christopher Faylor
2005-08-08
4
-9
/
+20
*
* ftw.c: Include winsup.h.
Corinna Vinschen
2005-08-08
4
-0
/
+20
*
* Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.
Corinna Vinschen
2005-08-08
9
-10
/
+1721
*
* Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.
Christopher Faylor
2005-08-08
6
-19
/
+54
*
* dllfixdbg: New perl script.
Christopher Faylor
2005-08-08
6
-104
/
+402
*
* Makefile.in: Allow previous patch to work in a 64 bit environment.
Corinna Vinschen
2005-08-07
2
-1
/
+5
*
revert erroneous checkin
Christopher Faylor
2005-08-07
1
-3
/
+0
*
* Makefile.in: Warn when end of cygheap is not on 64k boundary.
Christopher Faylor
2005-08-07
4
-24
/
+40
*
* include/endian.h: Move everything into this file and define things more like
Christopher Faylor
2005-08-06
5
-6
/
+61
*
* thread.cc (pthread::create(3 args)): Make bool.
Corinna Vinschen
2005-08-05
3
-7
/
+19
*
* fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1.
Corinna Vinschen
2005-08-05
2
-1
/
+5
*
* thread.cc (pthread_cond_timedwait): Check abstime for validity
Corinna Vinschen
2005-08-05
2
-4
/
+22
*
* include/sys/termios.h: Define TIOCMBIS and TIOCMBIC.
Corinna Vinschen
2005-08-02
5
-39
/
+76
*
* fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset pointer
Christopher Faylor
2005-07-29
2
-6
/
+25
*
white space
Christopher Faylor
2005-07-29
1
-4
/
+4
*
* fhandler.h (fhandler_base::pread): Declare new function.
Christopher Faylor
2005-07-29
8
-25
/
+128
*
* include/sys/ioctl.h: Add some linux defines.
Christopher Faylor
2005-07-29
2
-4
/
+40
*
* pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.
Christopher Faylor
2005-07-29
2
-0
/
+5
*
* cygthread.cc (cygthread::simplestub): Wait for h to be filled out by main
Christopher Faylor
2005-07-29
2
-1
/
+9
*
* pinfo.cc (pinfo::init): Sleep before retrying open_shared().
Christopher Faylor
2005-07-29
2
-2
/
+5
*
* fork.cc (fork_parent): Fix null deref if pinfo creation fails.
Christopher Faylor
2005-07-29
2
-2
/
+7
*
* cygmalloc.h (MSPACES): Define. This dropped through the cracks after the
Christopher Faylor
2005-07-28
4
-10
/
+18
*
* include/cygwin/in.h (INET_ADDRSTRLEN): Add new definition.
Christopher Faylor
2005-07-27
2
-0
/
+6
*
* gendef: Use nocr to remove \r's from input. gendef (nocr): New function.
Christopher Faylor
2005-07-27
2
-3
/
+13
*
* fhandler_clipboard.cc (fhandler_dev_clipboard::close): Set membuffer to NULL.
Christopher Faylor
2005-07-27
2
-2
/
+14
*
* include/byteswap.h: New file.
Christopher Faylor
2005-07-26
2
-0
/
+43
*
* include/cygwin/types.h: Define loff_t.
Christopher Faylor
2005-07-25
2
-0
/
+6
*
* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.
Christopher Faylor
2005-07-17
10
-136
/
+195
*
fix whitespace
Christopher Faylor
2005-07-16
1
-91
/
+91
*
* path.cc (mount): Only check win32_path when we know we need it.
Christopher Faylor
2005-07-09
2
-1
/
+7
*
* cygwin.din (getline): Export.
Corinna Vinschen
2005-07-09
4
-5
/
+21
*
* cygwin.din (__getline): Export.
Corinna Vinschen
2005-07-08
4
-2
/
+16
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
41
-106
/
+110
*
* dcrt0.cc (cygwin_exit): Mark as "noreturn".
Christopher Faylor
2005-07-05
3
-2
/
+10
*
* malloc.cc: Update to version 2.8.2.
Christopher Faylor
2005-07-05
2
-5
/
+18
*
* fhandler_tape.cc (fhandler_dev_tape::close): Don't do "extra stuff"
Corinna Vinschen
2005-07-05
2
-10
/
+21
[next]