aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2004-09-24 * cygwinenv.sgml: smbntsec is not on by default.Corinna Vinschen2-8/+11
2004-09-23 * sysv_shm.cc (kern_shmat): Avoid compiler warning.Corinna Vinschen2-0/+8
2004-09-23 * dump_setup.cc (dump_setup): Remove unneeded strlen when check_filesCorinna Vinschen2-2/+6
2004-09-232004-09-22 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-7/+12
2004-09-22 * dump_setup.cc (dump_setup): Avoid trailing spaces on package-list.Corinna Vinschen2-4/+16
2004-09-21 * sysv_shm.cc (vm_object_reference): remove Cygwin specific define.Corinna Vinschen2-8/+16
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag earlier.Christopher Faylor2-1/+5
2004-09-20.Christopher Faylor1-1/+1
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor3-1/+10
2004-09-17 * syscalls.cc (unlink): Don't use "delete on close" on remote shares.Corinna Vinschen2-2/+22
2004-09-17 * cygwin.din (_impure_ptr): And export again. There are libs out there.Corinna Vinschen2-0/+5
2004-09-16 * cygwin.din (_impure_ptr): Don't export.Corinna Vinschen3-8/+8
2004-09-16* cygwin.din (_impure_ptr): Export.Christopher Faylor4-6/+17
2004-09-15 Fix copyright throughout.Corinna Vinschen17-48/+74
2004-09-15 * getfacl.c (main): Correct layout when nopt is set.Corinna Vinschen2-2/+6
2004-09-14* cygtls.h: Add alignment kludge to fix disparity between compilers.Christopher Faylor4-55/+75
2004-09-14* what.texinfo: Fix two typos reported on cygwin list.Christopher Faylor2-2/+6
2004-09-14 * autoload.cc (EnumProcessModules): Add.Corinna Vinschen4-1/+30
2004-09-14* fork.cc (slow_pid_reuse): Temporarily double the number of pids held toChristopher Faylor2-1/+6
2004-09-13trivia change to force a new snapshotChristopher Faylor1-4/+4
2004-09-12* sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returningChristopher Faylor2-8/+21
2004-09-12* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2-1/+5
2004-09-12check in file missing from previous checkin.Christopher Faylor1-2/+2
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor21-218/+237
2004-09-10 * fhandler.cc (fhandler_base::dup): Use debug_printf.Corinna Vinschen2-2/+6
2004-09-10 * Makefile.in: Create libutil.a from bsdlib.o exports.Corinna Vinschen7-70/+78
2004-09-09 * fhandler_tape.cc (fhandler_dev_tape::open): Fix typo.Corinna Vinschen2-1/+5
2004-09-09 * pipe.cc (create_selectable_pipe): Work around bug in Windows 95Corinna Vinschen2-2/+9
2004-09-09 * include/sys/stat.h (_S_IFLNK): Add definition.Earnie Boyd2-3/+16
2004-09-08 * include/sys/stat.h (_S_ISLNK): Add definition.Earnie Boyd2-0/+7
2004-09-072004-09-05 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet3-23/+41
2004-09-07* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value toChristopher Faylor3-1/+10
2004-09-06 * bsd_mutex.cc (_msleep): Disable resetting event object for now.Corinna Vinschen2-0/+11
2004-09-062004-09-06 Hosaka Yuji <hos@tamanegi.org>Danny Smith3-3/+269
2004-09-05* include/cygwin/version.h: Bump DLL minor number to 12.Christopher Faylor2-1/+5
2004-09-05 * include/w32api.h: Increment version to 3.1.Earnie Boyd3-3/+15
2004-09-05 * mingwex/Makefile.in: Correct typo in list of DISTFILES.Earnie Boyd2-1/+2
2004-09-05 * include/_mingw.h: Increment minor version for 3.5 release.Earnie Boyd3-3/+8
2004-09-052004-09-05 Hosaka Yuji <hos@tamanegi.org>Danny Smith4-0/+17
2004-09-05 * include/winuser.h (WINUSERAPI): New define.Danny Smith2-575/+589
2004-09-0522004-09-05 Hosaka Yuji <hos@tamanegi.org>Danny Smith2-21/+33
2004-09-03 * security.cc: Fix a few more strace_prints.Corinna Vinschen2-4/+8
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor18-78/+70
2004-09-03Christopher Faylor <cgf@timesys.com>Christopher Faylor5-21/+250
2004-09-02 * textbinary.sgml: Change default mode for non-mounted paths to binary.Corinna Vinschen2-1/+5
2004-08-31 * sysv_shm.cc (kern_shmat): Add debug_printf's.Corinna Vinschen2-0/+6
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