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
*
* init.cc (dll_entry): Call prime_threads after dll_crt0_0 to avoid conflicts
Christopher Faylor
2005-12-16
2
-1
/
+6
*
* hookapi.cc (putmem): Remove query of previous memory protection since we get
Christopher Faylor
2005-12-16
2
-14
/
+8
*
* mmap.cc (fhandler_dev_zero::fixup_mmap_after_fork): Use
Corinna Vinschen
2005-12-15
2
-3
/
+8
*
* cygcheck.cc (common_apps): Add a few more binaries to look for.
Christopher Faylor
2005-12-15
2
-0
/
+8
*
Fix unforgivable spelling error in ChangeLog.
Corinna Vinschen
2005-12-14
1
-5
/
+5
*
* fhandler.cc (ACCFLAGS): Remove macro.
Corinna Vinschen
2005-12-14
5
-15
/
+27
*
* fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECT
Corinna Vinschen
2005-12-14
7
-75
/
+124
*
* cygtls.cc (_cygtls::remove): Don't bother if we're exiting.
Christopher Faylor
2005-12-13
3
-2
/
+8
*
* fhandler_tty.cc (fhandler_tty::open): Enhance comment.
Christopher Faylor
2005-12-13
2
-1
/
+13
*
* fhandler_tty.cc (fhandler_tty::open): Close newly created window
Corinna Vinschen
2005-12-13
2
-2
/
+10
*
* fhandler_tty.cc (fhandler_tty::open): Add a comment.
Christopher Faylor
2005-12-13
2
-0
/
+15
*
* faq-programming.xml: Add note about struct stat64.
Joshua Daniel Franklin
2005-12-13
2
-0
/
+12
*
* times.cc (hires_ms::usecs): Subtract from slop from system time or we'll
Christopher Faylor
2005-12-13
2
-1
/
+6
*
* times.cc (systime): Correct precision referenced in comment.
Christopher Faylor
2005-12-13
3
-6
/
+20
*
* include/winuser.h (WINSTA_ALL_ACCESS): Define.
Christopher Faylor
2005-12-13
2
-0
/
+5
*
* pinfo.cc (winpids::add): Don't copy procinfo when there is no cygwin process
Christopher Faylor
2005-12-13
2
-1
/
+6
*
* times.cc (hires_ms::usecs): Correct order when checking if high precision
Christopher Faylor
2005-12-13
2
-1
/
+7
*
correct ChangeLog
Christopher Faylor
2005-12-12
1
-1
/
+1
*
* pinfo.cc (size_copied): New convenience macro.
Christopher Faylor
2005-12-12
3
-16
/
+61
*
* autoload.cc (GetSystemTimes): Remove.
Corinna Vinschen
2005-12-12
2
-1
/
+4
*
* fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.
Corinna Vinschen
2005-12-12
2
-18
/
+31
*
* mmap.cc (gen_create_protect): Always generate WRITECOPY protection
Corinna Vinschen
2005-12-12
2
-10
/
+19
*
* winsup.api/ltp/dup03.c (cleanup): Fix longstanding off-by-one error when
Christopher Faylor
2005-12-11
2
-2
/
+7
*
fix typo.
Christopher Faylor
2005-12-11
1
-1
/
+1
*
* dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.
Christopher Faylor
2005-12-10
2
-4
/
+9
*
* malloc.cc: Update to version 2.8.3.
Christopher Faylor
2005-12-10
3
-442
/
+548
*
* lib/kernel32.def (CreateFiberEx): Correct suffix.
Danny Smith
2005-12-09
2
-1
/
+5
*
2005-12-09 Huw Davies <hdavies@users.sourceforge.net>
Danny Smith
2005-12-09
3
-3
/
+53
*
* fhandler_raw.cc (fhandler_dev_raw::ioctl): Only allow 0, 1 or a
Corinna Vinschen
2005-12-08
2
-2
/
+13
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Mask flags with
Corinna Vinschen
2005-12-08
2
-9
/
+22
*
* hires.h (hires_ms::initime_ms): Delete.
Christopher Faylor
2005-12-07
5
-32
/
+50
*
* fhandler_proc.cc (format_proc_partitions): Use modern IOCTLs
Corinna Vinschen
2005-12-07
2
-21
/
+43
*
* include/winbase.h (GetDevicePowerState): Add prototype.
Danny Smith
2005-12-07
2
-1
/
+2
*
2005-12-07 Brian Gunlogson <gmb300@users.sourceforge.net>
Danny Smith
2005-12-07
2
-4
/
+10
*
* fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix INVALID_PARAMETER
Corinna Vinschen
2005-12-07
2
-3
/
+11
*
* fhandler_raw.cc (fhandler_dev_raw::ioctl): Fix setting devbuf
Corinna Vinschen
2005-12-07
2
-3
/
+10
*
* fhandler_floppy.cc (fhandler_dev_floppy::lseek): Fix test for
Corinna Vinschen
2005-12-07
2
-1
/
+6
*
* include/cygwin/stdlib.h: Guard compilation of *unsetenv* in newlib.
Christopher Faylor
2005-12-07
2
-0
/
+9
*
* exceptions.cc (_cygtls::handle_exceptions): In case of a
Corinna Vinschen
2005-12-07
5
-192
/
+511
*
* include/cygwin/stdlib.h: New file.
Christopher Faylor
2005-12-05
4
-2
/
+78
*
* dir.cc (readdir_workdir): Only fill out d_ino when linked into older app.
Christopher Faylor
2005-12-05
4
-56
/
+69
*
revert accidental checkin
Christopher Faylor
2005-12-05
1
-4
/
+0
*
Remove unneeded whitespace.
Christopher Faylor
2005-12-05
9
-50
/
+48
*
* strace.cc (show_usecs): Renamed from 'usecs'.
Christopher Faylor
2005-12-05
3
-7
/
+18
*
* environ.cc (spenvs): Add "windir" as an "always export" variable
Corinna Vinschen
2005-12-04
2
-1
/
+7
*
fix description
Christopher Faylor
2005-12-04
1
-1
/
+1
*
* faq-setup.xml: Add note about clean_setup.pl.
Joshua Daniel Franklin
2005-12-04
3
-2
/
+11
*
* include/exceptions.h (exception_list): Revert previous change. Windows
Christopher Faylor
2005-12-03
6
-71
/
+91
*
Add missing ChangeLog entry.
Christopher Faylor
2005-12-03
1
-0
/
+1
*
* cygtls.h (_cygtls::el): New field.
Christopher Faylor
2005-12-03
13
-133
/
+179
[next]