aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2004-08-31* fork.cc (fork_parent): Return the cygpid directly derived from the winpid.Christopher Faylor2-6/+10
2004-08-30* fork.cc (fork_parent): Record child's pid when we're sure that it has beenChristopher Faylor3-3/+8
2004-08-29 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Allow to reportCorinna Vinschen2-1/+6
2004-08-28 * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOFCorinna Vinschen2-16/+26
2004-08-282004-08-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-2/+10
2004-08-252004-08-25 Lars Rune N�stdal <daysleper@users.sourceforge.net>Danny Smith2-4/+19
2004-08-25 * include/winldap.h: Don't check value of UNICODE.Danny Smith2-1/+6
2004-08-24 * include/winbase.h (WINBASEAPI): Guard with __INSIDE_CYGWIN__.Danny Smith2-0/+9
2004-08-24 * syscalls.cc (link): Avoid compiler warning.Corinna Vinschen2-0/+5
2004-08-24 * bsd_mutex.cc (_msleep): Release process object while waiting.Corinna Vinschen2-0/+6
2004-08-24 * winsup.api/mmaptest01.c (main): Accomodate 9x memory usage.Corinna Vinschen2-1/+8
2004-08-24 * winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %lluCorinna Vinschen2-2/+7
2004-08-24 * include/malloc.h (__mingw_aligned_offset_malloc,Danny Smith3-7/+26
2004-08-242004-08-24 Steven G. Johnson <stevenj@alum.mit.edu>Danny Smith3-0/+215
2004-08-24 * crt1.c: (__mingw_CRTStartup): Change return to void. AddDanny Smith2-18/+22
2004-08-232004-08-24 Sam Robb <samrobb@users.sourceforge.net>Danny Smith2-0/+7
2004-08-23 * include/winbase.h: Add WINBASEAPI token to prototypes, throughout.Danny Smith2-750/+754
2004-08-21 * environ.cc (set_ntea): New function.Corinna Vinschen2-3/+29
2004-08-20 * fhandler_tape.cc (fhandler_dev_tape::raw_read): Use ?: instead ofCorinna Vinschen2-5/+8
2004-08-19 * errno.cc (_sys_errlist): Change various text to their english LinuxCorinna Vinschen2-506/+144
2004-08-19 * fhandler.cc (fhandler_base::open): Set shared flags to 0 whenCorinna Vinschen2-1/+6
2004-08-19 * ChangeLog: Fix typo.Corinna Vinschen1-1/+1
2004-08-19 * fhandler_socket.cc (fhandler_socket::dup): Decrement dtable'sCorinna Vinschen3-2/+12
2004-08-17 * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.Corinna Vinschen3-540/+478
2004-08-17 * devdsp.c: Outputs the names of the main test functions.Corinna Vinschen2-14/+139
2004-08-15 * profile/COPYING: New file.Danny Smith4-1/+385
2004-08-15 * mingwex/fopen64.c: Move.Danny Smith5-9/+20
2004-08-15 * profile/gmon.c [__MINGW32__]: Include string.h forDanny Smith2-1/+7
2004-08-152004-08-15 Ken Fitlike <kenfitlike@users.sourceforge.net>Danny Smith2-1/+5
2004-08-142004-08-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-3/+13
2004-08-11* net.cc (cygwin_gethostbyname): Show failing host name on error.Christopher Faylor2-0/+5
2004-08-112004-08-10 Sebastian Nowak <snowak1@users.sourceforge.net>Danny Smith2-1/+5
2004-08-11 * include/wincrypt.h: Correct _WIN32_WINNT typo.Danny Smith2-4/+8
2004-08-112004-08-10 Ed Schaller <schallee@darkmist.net>Danny Smith2-2/+46
2004-08-10white spaceChristopher Faylor1-1/+1
2004-08-10* select.cc (select_stuff::wait): Correctly check for w4 array bounds.Christopher Faylor2-1/+5
2004-08-09* mingwex/stdio/vwscanf.c: Add stdio.h needed after 2004-08-07 change.Christopher Faylor2-0/+5
2004-08-07 * include/complex.h: Remove __attribute__ ((const)) fromDanny Smith2-26/+32
2004-08-07 * include/wchar.h: Reorganize, avoid including other headers.Danny Smith2-145/+268
2004-08-06 * include/string.h (memchr, memcmp, strchr, strcmp, strcspn)Danny Smith2-11/+17
2004-08-03 * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS -> EMLINK mapping.Corinna Vinschen3-3/+44
2004-08-03 * transport.cc (transport_layer_base::~transport_layer_base): Resurrect.Corinna Vinschen3-0/+9
2004-07-30 * bsd_mutex.cc (_msleep): Reset event object and close it beforeCorinna Vinschen2-2/+9
2004-07-30 * include/dirent.h (struct _wdirent): Remove obsolete comment.Danny Smith2-1/+4
2004-07-30 * include/string.h: Revert 2004-07-26 additions ofDanny Smith2-28/+33
2004-07-28 * mingwex/math/powl.c (powl): Revert change of 2004-02-01.Danny Smith2-14/+42
2004-07-27 * mingwex/math/expl.c (expl): Move body of code to new staticDanny Smith2-20/+20
2004-07-27 * mingwex/stdio/vsscanf.c: Add "edi" to registers-modified fieldDanny Smith3-6/+6
2004-07-26 * include/_mingw.h: Use only two underscores to uglifyDanny Smith3-3/+10
2004-07-26 * fhandler_proc.cc (format_proc_cpuinfo): Remove Intel-specific flagsCorinna Vinschen2-37/+54