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
*
* dcrt0.cc (getstack): Try harder to modify memory.
Christopher Faylor
2005-12-02
2
-4
/
+11
*
* devices.h (_major): Revert previous ill-advised change.
Christopher Faylor
2005-12-02
2
-2
/
+7
*
* exceptions.cc (handle_exceptions): Translate a guard page exception to a
Christopher Faylor
2005-12-01
2
-1
/
+10
*
* mmap.cc: Make debug output more consistently. Fix some comments.
Corinna Vinschen
2005-12-01
2
-36
/
+51
*
* devices.h (_minor): Coerce argument to proper type before manipulating.
Christopher Faylor
2005-12-01
5
-29
/
+51
*
* times.cc (hires_ms::prime): Remove debugging stuff.
Christopher Faylor
2005-11-30
2
-14
/
+8
*
* mmap.cc (list::try_map): New method, implementing trying to map
Corinna Vinschen
2005-11-30
2
-44
/
+68
*
* include/cygwin/version.h: Bump API minor version.
Corinna Vinschen
2005-11-29
2
-1
/
+6
*
* fhandler.h (fhandler_dev_zero::mmap): Add method.
Corinna Vinschen
2005-11-29
4
-92
/
+329
*
* autoload.cc (NtCreateSection): Define.
Corinna Vinschen
2005-11-28
16
-759
/
+878
*
* fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't rely on
Corinna Vinschen
2005-11-28
2
-2
/
+12
*
* heap.cc: Remove spurious getpagesize declaration.
Christopher Faylor
2005-11-25
3
-3
/
+15
*
* autoload.cc (CloseWindowStation): Define.
Christopher Faylor
2005-11-24
1
-0
/
+1
*
* fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows station
Christopher Faylor
2005-11-24
4
-1
/
+16
*
* Makefile.in: Link cygcheck with libwininet.a.
Christopher Faylor
2005-11-22
5
-38
/
+272
*
* strptime.cc (_strptime): Fix gcc warnings.
Christopher Faylor
2005-11-18
2
-0
/
+6
*
* memmem.cc: Move from here.
Christopher Faylor
2005-11-18
1
-0
/
+5
*
* libc: Add subdirectory.
Corinna Vinschen
2005-11-18
9
-6
/
+761
*
* include/cygwin/sys_time.h: Move futimes and lutimes declaration here from
Christopher Faylor
2005-11-18
2
-1
/
+8
*
* times.cc (timezone): Put back (void).
Christopher Faylor
2005-11-18
3
-1
/
+20
*
* include/cygwin/sys_time.h: Rename from include/cygwin/time.h.
Christopher Faylor
2005-11-18
3
-4
/
+34
*
2005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>
Danny Smith
2005-11-18
1
-0
/
+8
*
2005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>
Danny Smith
2005-11-18
2
-0
/
+19
*
* fork.cc (fork): Move top-of-stack calculation later.
Christopher Faylor
2005-11-17
3
-8
/
+16
*
* fhandler_tty.cc (fhandler_tty_slave::open): Don't expect that
Corinna Vinschen
2005-11-17
2
-7
/
+15
*
* times.cc (hires_ms::prime): Don't escalate the priority.
Christopher Faylor
2005-11-16
2
-6
/
+10
*
* include/sys/elf64.h: Fix types to reflect linux usage.
Christopher Faylor
2005-11-14
3
-38
/
+47
*
* fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additional
Christopher Faylor
2005-11-14
3
-9
/
+20
*
* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.
Christopher Faylor
2005-11-14
6
-40
/
+24
*
* cygheap.h (init_cygheap::manage_console_count): Declare new function.
Christopher Faylor
2005-11-14
18
-71
/
+148
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF)
Corinna Vinschen
2005-11-13
3
-2
/
+22
*
* include/commdlg.h (OPENFILENAMEW): Add members for
Danny Smith
2005-11-12
2
-4
/
+16
*
* include/wingdi.h (GetICMProfile{AW}): Correct prototype.
Danny Smith
2005-11-12
2
-2
/
+8
*
* cygheap.h (init_cygheap::_gtod): Remove.
Christopher Faylor
2005-11-11
8
-58
/
+145
*
* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.
Christopher Faylor
2005-11-11
3
-1
/
+13
*
* include/endian.h: Remove USE_BSD ifdef since it is never defined on Cygwin.
Christopher Faylor
2005-11-10
2
-2
/
+7
*
* bsd_helper.cc (securityinit): New function. Move initialization
Corinna Vinschen
2005-11-10
8
-61
/
+210
*
* bsd_log.cc (_vpanic): LOG_EMERG is overkill, use LOG_CRIT.
Corinna Vinschen
2005-11-10
2
-1
/
+5
*
Fix dates.
Corinna Vinschen
2005-11-10
1
-2
/
+2
*
* syslog.cc (setlogmask): Don't mask the mask.
Corinna Vinschen
2005-11-10
2
-2
/
+7
*
* include/cygwin/signal.h: Add missing sigrelse prototype.
Corinna Vinschen
2005-11-10
2
-0
/
+5
*
* fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into the
Christopher Faylor
2005-11-08
2
-3
/
+9
*
fix entry
Christopher Faylor
2005-11-08
1
-1
/
+1
*
* memmem.cc: New file.
Christopher Faylor
2005-11-08
5
-3
/
+79
*
* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".
Christopher Faylor
2005-11-08
2
-1
/
+5
*
* times.cc (futimes): Redirect to utimes_worker if given file
Corinna Vinschen
2005-11-07
2
-1
/
+8
*
* dcrt0.cc (dll_crt0_0): Initialize security data first so that it can be used
Christopher Faylor
2005-11-06
2
-1
/
+6
*
* cygheap.h (init_cygheap::_gtod): New hires_ms element.
Christopher Faylor
2005-11-04
6
-8
/
+40
*
* times.cc (hires_ms::prime): More debugging.
Christopher Faylor
2005-11-04
3
-12
/
+27
*
2005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>
Danny Smith
2005-11-04
2
-0
/
+5
[next]