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
...
*
* include/oaidl.h (ITypeMarshal): Add interface.
Danny Smith
2003-04-26
2
-5
/
+23
*
2003-04-26 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2003-04-26
4
-78
/
+378
*
* include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.h
Corinna Vinschen
2003-04-25
2
-0
/
+8
*
* fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef sense
Christopher Faylor
2003-04-24
3
-6
/
+11
*
fix typo
Christopher Faylor
2003-04-23
1
-1
/
+1
*
* select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is called
Christopher Faylor
2003-04-23
2
-4
/
+13
*
* include/inttypes.h: New file.
Corinna Vinschen
2003-04-22
5
-45
/
+438
*
Clarify number bump
Christopher Faylor
2003-04-21
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL major number to 5. Change DLL minor
Christopher Faylor
2003-04-21
2
-3
/
+9
*
* autoload.cc (CreateWindowStationA): Add.
Corinna Vinschen
2003-04-20
2
-0
/
+7
*
* wincap.h (wincaps:pty_needs_alloc_console): New element.
Christopher Faylor
2003-04-20
4
-13
/
+46
*
* fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a pty
Christopher Faylor
2003-04-19
2
-1
/
+10
*
* Makefile.in: Use ${nostdlib} variable.
Christopher Faylor
2003-04-19
3
-3
/
+12
*
* Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.
Christopher Faylor
2003-04-19
2
-9
/
+27
*
* syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0.
Christopher Faylor
2003-04-18
2
-2
/
+6
*
* Makefile.in: Add finline-functions optimization to CXXFLAGS.
Thomas Pfaff
2003-04-17
6
-24
/
+44
*
* thread.h (pthread::equal): New static method.
Thomas Pfaff
2003-04-17
3
-8
/
+19
*
* include/wingdi.h (DM_SPECVERSION): Define.
Earnie Boyd
2003-04-16
3
-3
/
+15
*
* termios.cc (setspeed): New function.
Christopher Faylor
2003-04-16
8
-38
/
+212
*
* rpcdce.h: Add declaration for UuidCreateSequential.
Christopher Faylor
2003-04-16
3
-0
/
+7
*
Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.
Thomas Pfaff
2003-04-15
3
-7
/
+24
*
2003-04-14 Phil Krylov <likewolf@users.sourceforge.net>
Danny Smith
2003-04-14
6
-3
/
+322
*
* mkvers.sh: Prefix day with 0 in date only when day < 10.
Christopher Faylor
2003-04-14
2
-1
/
+5
*
* Makefile.common (w32api_lib): Fix w32api detection.
Christopher Faylor
2003-04-11
2
-2
/
+6
*
* configure.in (LIBM_A): Define for cygwin target.
Earnie Boyd
2003-04-11
3
-2
/
+7
*
* include/sspi.h: Add comment for FreeCredentialsHandle.
Earnie Boyd
2003-04-11
2
-1
/
+8
*
* security.cc (get_info_from_sd): New function.
Corinna Vinschen
2003-04-11
3
-163
/
+98
*
* cygthread.cc (cygthread::stub): Initialize stack pointer earlier.
Christopher Faylor
2003-04-11
2
-3
/
+17
*
Pierre's update for mkgroup/mkpasswd
Joshua Daniel Franklin
2003-04-10
1
-10
/
+10
*
Setup updates. More about installing everything, not using setup to mirror.
David Starks-Browning
2003-04-10
1
-3
/
+13
*
* regex/regex.h: Define regoff_t as _off_t.
Corinna Vinschen
2003-04-10
3
-2
/
+7
*
* cygwin.din: Export wcscoll, wcswidth and wcwidth.
Corinna Vinschen
2003-04-10
3
-1
/
+10
*
* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.
Christopher Faylor
2003-04-10
4
-55
/
+58
*
2003-04-10 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-04-10
3
-88
/
+94
*
add lack of '~' to ash missing features
David Starks-Browning
2003-04-08
1
-0
/
+1
*
* fhandler_console.cc (fhandler_console::read) Handle certain key up events, to
Christopher Faylor
2003-04-08
3
-5
/
+28
*
* winsup.api/pthread/condvar9.c: Fix test.
Thomas Pfaff
2003-04-08
2
-11
/
+20
*
* include/time.h (strftime): Remove duplicate declaration.
Danny Smith
2003-04-07
2
-1
/
+4
*
2003-04-07 Marcel Telka <telka@users.sourceforge.net>
Danny Smith
2003-04-07
2
-1
/
+5
*
* cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*
Christopher Faylor
2003-04-04
3
-28
/
+32
*
add comments
Christopher Faylor
2003-04-04
1
-1
/
+2
*
* cygthread.cc (operator new): Be more defensive when messing with threads that
Christopher Faylor
2003-04-04
2
-2
/
+12
*
* fhandler_console.cc (CONVERT_LIMIT): Use a size for the 21st century.
Christopher Faylor
2003-04-03
1
-0
/
+4
*
* external.cc (check_ntsec): Return general ntsec state on NULL
Corinna Vinschen
2003-04-03
2
-1
/
+8
*
ChangeLog already commited yesterday:
Corinna Vinschen
2003-04-03
3
-2
/
+16
*
fix usage
Christopher Faylor
2003-04-03
1
-2
/
+2
*
* Makefile.in (EXTRA_OFILES): Remove debugging object.
Christopher Faylor
2003-04-03
2
-1
/
+5
*
* external.cc (check_ntsec): New function.
Christopher Faylor
2003-04-02
4
-3
/
+18
*
* fhandler.cc (fhandler_base::fstat): Set the uid and gid fields
Corinna Vinschen
2003-04-01
4
-10
/
+15
*
* dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t
Corinna Vinschen
2003-04-01
23
-153
/
+178
[prev]
[next]