aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2003-01-272003-01-27 Krzysztof Nikiel <kni@poczta.onet.pl>Danny Smith3-2/+8
2003-01-27* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor2-5/+9
2003-01-27fix typoChristopher Faylor1-1/+1
2003-01-272003-01-27 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith6-47/+1109
2003-01-27* uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer aChristopher Faylor2-4/+8
2003-01-27* strings.h (strechr): New function.Christopher Faylor6-26/+54
2003-01-26 * include/math.h (tgamma): Correct typo in comment.Danny Smith2-3/+5
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor10-118/+126
2003-01-26 * mingwex/mingw-fseek.c (INLINE): Remove define.Danny Smith2-33/+8
2003-01-26Fix typo.Christopher Faylor1-1/+17
2003-01-26* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor3-10/+8
2003-01-26* pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.Christopher Faylor2-1/+5
2003-01-26* include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor6-69/+99
2003-01-25clarifyChristopher Faylor1-1/+1
2003-01-25* pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor4-2/+16
2003-01-25 * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen6-31/+35
2003-01-25* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll regionChristopher Faylor2-0/+7
2003-01-25 * include/ras.h (RASCONN[AW]): Add dwSessionId forDanny Smith2-0/+7
2003-01-25 * include/ras.h (RASCONN[AW]): Guard szDeviceType,Danny Smith2-0/+18
2003-01-24 * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.Corinna Vinschen4-1/+68
2003-01-24* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor8-140/+133
2003-01-24Add missing entry.Christopher Faylor1-1/+21
2003-01-24* libltp/include/usctest.h: Add externs to some variables that need it.Christopher Faylor3-5/+11
2003-01-24* winsup.api/mmaptest03.c (main): Mark variables as volatile to avoidChristopher Faylor2-3/+8
2003-01-24* Makefile (check): Add cygrun.exe dependency.Christopher Faylor2-1/+5
2003-01-24Perform more C warning fixup on all C source files and headers.Christopher Faylor203-612/+514
2003-01-23* libltp/include/test.h: Fix C warnings.Christopher Faylor19-89/+128
2003-01-23* Makeifle.in: Use ALL_CFLAGS to build test programs so that correct librariesChristopher Faylor2-1/+7
2003-01-23 * lib/ws2_32.def (getaddrinfo, freeaddrinfo and getnameinfo):Danny Smith3-0/+24
2003-01-22* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff1-1/+1
2003-01-22* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff2-2/+8
2003-01-22 * Makefile.in (ALL_LDFLAGS): Remove newlib/libm from tools paths.Corinna Vinschen2-3/+6
2003-01-22 * Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.Corinna Vinschen2-1/+5
2003-01-22 * cygrun.c: Move from here to ../testsuite.Corinna Vinschen3-75/+6
2003-01-22 * cygrun.c: Move here from ../cygwin.Corinna Vinschen4-2/+82
2003-01-22 * cygwin.din: Export nanosleep().Corinna Vinschen4-26/+54
2003-01-22* Makefile.in: Find tcl library in the right place.Christopher Faylor2-1/+5
2003-01-21* winsup.api/pthread/cancel9.c: Make child pid static global.Thomas Pfaff1-2/+1
2003-01-21* winsup.api/pthread/cancel9.c: Make child pid static global.Thomas Pfaff1-2/+3
2003-01-21* winsup.api/pthread/cancel9.c: Wait in mainthread until child process has te...Thomas Pfaff2-1/+11
2003-01-21* grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor5-179/+143
2003-01-21* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2003-01-21Fix ChangeLog entry.Christopher Faylor1-1/+1
2003-01-21add missing ChangeLog entry.Christopher Faylor1-0/+1
2003-01-21add missing ChangeLog entry.Christopher Faylor1-0/+1
2003-01-21* path.h (etc::change_possible): Revert the type to bool.Christopher Faylor5-22/+20
2003-01-20* pwdgrp.h (etc): Move to path.h.Christopher Faylor7-224/+307
2003-01-18fix typoChristopher Faylor1-1/+1
2003-01-18* cygheap.cc: Change most 'int's to 'unsigned's.Christopher Faylor2-11/+16
2003-01-17* dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor5-43/+40