summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * spawn.cc (perhaps_suffix): Record errno-type error value in third argument.Christopher Faylor2005-08-242-8/+28
* * fhandler_virtual.cc (fhandler_virtual::close): Don't free filebuf if it'sChristopher Faylor2005-08-243-4/+14
* * syscalls.cc (endusershell): Reset shell_fp to NULL to allowCorinna Vinschen2005-08-242-1/+9
* * path.cc (path_conv::check): Fill in fileattr for /dev, defaulting toChristopher Faylor2005-08-242-3/+14
* * cygheap.h (cygheap_types): Add HEAP_COMMUNE.Christopher Faylor2005-08-2411-891/+954
* * sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor2005-08-236-19/+40
* * dir.cc (readdir_worker): Make static. Only add '.' and '..' when readdirChristopher Faylor2005-08-233-4/+14
* * mtinfo.h (mtinfo_drive::error): Fix argument bug in debug_printf call.Corinna Vinschen2005-08-222-1/+5
* add missing entryChristopher Faylor2005-08-201-0/+1
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-2013-120/+173
* * fhandler.h (dirent_states): Add dirent_saw_proc.Christopher Faylor2005-08-193-4/+16
* * fhandler.h (dirent_states): Add dirent_isroot, dirent_saw_cygdrive,Christopher Faylor2005-08-196-21/+77
* * winsup.h (create_pipe): Declare new function.Christopher Faylor2005-08-193-0/+24
* * passwd.c (longopts): Add --logonserver option.Corinna Vinschen2005-08-182-21/+65
* * fhandler.h (fhandler_tty_common::lseek): Declare new method.Christopher Faylor2005-08-183-2/+15
* * fhandler_socket.cc (fhandler_socket::recvfrom): Always initializeCorinna Vinschen2005-08-182-4/+10
* * errno.cc (strerror): Check errnum for underflow.Corinna Vinschen2005-08-182-1/+5
* * textbinary.sgml: Correct incorrect information about ability to specify textChristopher Faylor2005-08-172-2/+7
* * dcrt0.cc (dll_crt0_1): Tweak debugging stuff.Christopher Faylor2005-08-173-8/+24
* 2005-08-17 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith2005-08-172-1/+14
* 2005-08-17 Martin Fuchs <martin-fuchs@gmx.net>Danny Smith2005-08-174-0/+48
* * cygcheck.cc (dump_sysinfo_services): Properly null-terminate 'buf'.Brian Dessent2005-08-172-31/+48
* * init.cc (respawn_wow64_process): Make inline function. RemoveCorinna Vinschen2005-08-142-20/+60
* * Include/_mingw.h: Increment version to 3.8.Chris Sutcliffe2005-08-133-3/+8
* * include/ddk/hidsdi.h: New file.Danny Smith2005-08-123-1/+81
* * lib/imm32.def (ImmDisableIME): Add stub.Danny Smith2005-08-122-0/+6
* white spaceChristopher Faylor2005-08-1216-73/+72
* fix typoChristopher Faylor2005-08-111-1/+1
* * fhandler_serial.cc (fhandler_serial::tcgetattr): Return current baud rateChristopher Faylor2005-08-112-21/+21
* * dcrt0.cc: Remove ld_preload declaration.Christopher Faylor2005-08-114-2/+11
* * child_info. (CURR_CHILD_INFO_MAGIC): Refresh.Christopher Faylor2005-08-113-31/+59
* Attempting to add include/objsafe.h again...Dimitri Papadopoulos2005-08-111-0/+26
* * include/w32api.h: Increment version to 3.3.Chris Sutcliffe2005-08-113-3/+8
* * include/wctype.h (towupper, towlower): Change arg and return valueDanny Smith2005-08-103-4/+16
* * mthr_stub.c (__mingwthr_key_dtor): Replace assert(0) withDanny Smith2005-08-102-9/+14
* * cygserver.cc (main): Call wincap.init() earlier to avoid a NULL dereference.Christopher Faylor2005-08-082-1/+7
* * include/sys/cdefs.h: Remove extra line.Christopher Faylor2005-08-082-1/+4
* * security.cc (get_reg_security): New static function.Corinna Vinschen2005-08-082-0/+46
* * fhandler_process.cc (fhandler_process::open): Allow opening ofCorinna Vinschen2005-08-083-7/+19
* * include/sys/cdefs.h (__CONCAT): Define.Christopher Faylor2005-08-087-0/+751
* * cygwin.sc: Use simpler method to align .cygheap.Christopher Faylor2005-08-084-9/+20
* * ftw.c: Include winsup.h.Corinna Vinschen2005-08-084-0/+20
* * moldname.def.in (sleep, beep, seterrormode): Remove.Danny Smith2005-08-082-3/+4
* * Makefile.in (DLL_OFILES): Add fts.o, ftw.o, nftw.o.Corinna Vinschen2005-08-089-10/+1721
* * Makefile.in (dtable_CFLAGS): Use -fomit-frame-pointer and -fcheck-new.Christopher Faylor2005-08-086-19/+54
* * dllfixdbg: New perl script.Christopher Faylor2005-08-086-104/+402
* * Makefile.in: Allow previous patch to work in a 64 bit environment.Corinna Vinschen2005-08-072-1/+5
* revert erroneous checkinChristopher Faylor2005-08-071-3/+0
* * Makefile.in: Warn when end of cygheap is not on 64k boundary.Christopher Faylor2005-08-074-24/+40
* * include/endian.h: Move everything into this file and define things more likeChristopher Faylor2005-08-065-6/+61