summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* * include/oaidl.h (ITypeMarshal): Add interface.Danny Smith2003-04-262-5/+23
* 2003-04-26 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-04-264-78/+378
* * include/netinet/ip.h: Include netinet/in_systm.h and netinet/in.hCorinna Vinschen2003-04-252-0/+8
* * fork.cc: Change SLOW_PID_REUSE to NO_SLOW_PID_REUSE and invert ifdef senseChristopher Faylor2003-04-243-6/+11
* fix typoChristopher Faylor2003-04-231-1/+1
* * select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is calledChristopher Faylor2003-04-232-4/+13
* * include/inttypes.h: New file.Corinna Vinschen2003-04-225-45/+438
* Clarify number bumpChristopher Faylor2003-04-211-1/+1
* * include/cygwin/version.h: Bump DLL major number to 5. Change DLL minorChristopher Faylor2003-04-212-3/+9
* * autoload.cc (CreateWindowStationA): Add.Corinna Vinschen2003-04-202-0/+7
* * wincap.h (wincaps:pty_needs_alloc_console): New element.Christopher Faylor2003-04-204-13/+46
* * fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a ptyChristopher Faylor2003-04-192-1/+10
* * Makefile.in: Use ${nostdlib} variable.Christopher Faylor2003-04-193-3/+12
* * Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.Christopher Faylor2003-04-192-9/+27
* * syscalls.cc (setsid): Don't call FreeConsole if ctty is already < 0.Christopher Faylor2003-04-182-2/+6
* * Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff2003-04-176-24/+44
* * thread.h (pthread::equal): New static method.Thomas Pfaff2003-04-173-8/+19
* * include/wingdi.h (DM_SPECVERSION): Define.Earnie Boyd2003-04-163-3/+15
* * termios.cc (setspeed): New function.Christopher Faylor2003-04-168-38/+212
* * rpcdce.h: Add declaration for UuidCreateSequential.Christopher Faylor2003-04-163-0/+7
* Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.Thomas Pfaff2003-04-153-7/+24
* 2003-04-14 Phil Krylov <likewolf@users.sourceforge.net>Danny Smith2003-04-146-3/+322
* * mkvers.sh: Prefix day with 0 in date only when day < 10.Christopher Faylor2003-04-142-1/+5
* * Makefile.common (w32api_lib): Fix w32api detection.Christopher Faylor2003-04-112-2/+6
* * configure.in (LIBM_A): Define for cygwin target.Earnie Boyd2003-04-113-2/+7
* * include/sspi.h: Add comment for FreeCredentialsHandle.Earnie Boyd2003-04-112-1/+8
* * security.cc (get_info_from_sd): New function.Corinna Vinschen2003-04-113-163/+98
* * cygthread.cc (cygthread::stub): Initialize stack pointer earlier.Christopher Faylor2003-04-112-3/+17
* Pierre's update for mkgroup/mkpasswdJoshua Daniel Franklin2003-04-101-10/+10
* Setup updates. More about installing everything, not using setup to mirror.David Starks-Browning2003-04-101-3/+13
* * regex/regex.h: Define regoff_t as _off_t.Corinna Vinschen2003-04-103-2/+7
* * cygwin.din: Export wcscoll, wcswidth and wcwidth.Corinna Vinschen2003-04-103-1/+10
* * cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.Christopher Faylor2003-04-104-55/+58
* 2003-04-10 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-04-103-88/+94
* add lack of '~' to ash missing featuresDavid Starks-Browning2003-04-081-0/+1
* * fhandler_console.cc (fhandler_console::read) Handle certain key up events, toChristopher Faylor2003-04-083-5/+28
* * winsup.api/pthread/condvar9.c: Fix test.Thomas Pfaff2003-04-082-11/+20
* * include/time.h (strftime): Remove duplicate declaration.Danny Smith2003-04-072-1/+4
* 2003-04-07 Marcel Telka <telka@users.sourceforge.net>Danny Smith2003-04-072-1/+5
* * cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*Christopher Faylor2003-04-043-28/+32
* add commentsChristopher Faylor2003-04-041-1/+2
* * cygthread.cc (operator new): Be more defensive when messing with threads thatChristopher Faylor2003-04-042-2/+12
* * fhandler_console.cc (CONVERT_LIMIT): Use a size for the 21st century.Christopher Faylor2003-04-031-0/+4
* * external.cc (check_ntsec): Return general ntsec state on NULLCorinna Vinschen2003-04-032-1/+8
* ChangeLog already commited yesterday:Corinna Vinschen2003-04-033-2/+16
* fix usageChristopher Faylor2003-04-031-2/+2
* * Makefile.in (EXTRA_OFILES): Remove debugging object.Christopher Faylor2003-04-032-1/+5
* * external.cc (check_ntsec): New function.Christopher Faylor2003-04-024-3/+18
* * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen2003-04-014-10/+15
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-0123-153/+178