summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * mount.cc (struct opt): Remove posix option.Christopher Faylor2003-07-043-2/+22
* * mount.cc (longopts): Add long "options" keyword.Christopher Faylor2003-07-043-2/+72
* * path.cc (fillout_mntent): Change "posix" to "managed".Christopher Faylor2003-07-042-1/+5
* * fhandler.h (FH_ENC): New enum.Christopher Faylor2003-07-045-33/+150
* ntsec patchChristopher Faylor2003-07-041-7/+7
* * fhandler_tty.cc (fhandler_tty_slave::open): Conditionalize a little more ofChristopher Faylor2003-07-032-5/+11
* * mmap.cc (mmap64): Allow MAP_FIXED with pagesize granularity (4K).Corinna Vinschen2003-07-032-7/+58
* * config.guess, config.sub: Update with new versions from ftp.gnu.org.Earnie Boyd2003-07-033-431/+601
* * config.guess, config.sub: Update with versions from ftp.gnu.org.Earnie Boyd2003-07-033-607/+848
* * mingwex/math/trunc.c (trunc): Provide lvalue for memory input constraint.Danny Smith2003-07-036-23/+31
* * include/search.h: New file.Danny Smith2003-07-035-1/+79
* * include/commdlg.h (CommDlg_OpenSave_*): Add parentheses aroundLuke Dunstan2003-07-033-7/+24
* * include/process.h (_execv, _execvp, _spawnv, _spawnvp, _execve,Danny Smith2003-07-022-17/+24
* * thread.cc: Remove _MT_SAFE conditional.Christopher Faylor2003-07-022-3/+4
* * configure.in: Add --enable-server option.Christopher Faylor2003-07-023-15/+48
* fix typoChristopher Faylor2003-07-022-2/+2
* * configure.in: Fix --enable-server option.Christopher Faylor2003-07-023-11/+9
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-0217-142/+122
* * Makefile.in (OBJS): Move some more files from cygwin directory.Christopher Faylor2003-07-023-7/+21
* * Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too noisy onChristopher Faylor2003-07-022-1/+6
* * include/basetyps.h (small, hyper): Change to __small and __hyper toEarnie Boyd2003-07-012-4/+9
* * include/_mingw.h (small, hyper): Change to __small and __hyper toEarnie Boyd2003-07-012-4/+9
* first checkinChristopher Faylor2003-07-011-0/+5
* First checkins.Christopher Faylor2003-07-013-0/+2332
* * configure.in: Add cygserver subdir.Christopher Faylor2003-07-015-5/+15
* * mingwex/math/tgamma.c, tgammaf.c, tgammal.c (small):Earnie Boyd2003-07-014-8/+10
* Change existing guards to use the above macro names as appropriate.Earnie Boyd2003-07-012-70/+90
* * include/_mingw.h (__int32, __int16, __int8, small, hyper): Define.Earnie Boyd2003-07-012-2/+23
* * include/w32api.h (_NT4, _W98, _WME, _NT5, _W2000, _WXP, _W2003,Earnie Boyd2003-07-013-24/+49
* * cygheap.h (enum impersonation): New enum.Corinna Vinschen2003-06-3010-113/+158
* 2003-06-28 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith2003-06-282-8/+16
* 2003-06-26 Mattia Barbon <mbarbon@dsi.unive.it>Danny Smith2003-06-262-0/+61
* * Makefile.in: Use INSTALL_PROGRAM to install the cygwin DLL.Christopher Faylor2003-06-252-1/+5
* * thread.cc (MTinterface::fixup_after_fork): Fix thread list after fork.Thomas Pfaff2003-06-243-10/+72
* * pinfo.cc (_pinfo::commune_send): Don't attempt to communicate with a pureChristopher Faylor2003-06-212-1/+6
* Oops, Forgot to submit the change logEarnie Boyd2003-06-191-0/+8
* 2003-06-18 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-06-193-6/+32
* * include/dirent.h (dirent): Make d_name and array instead of a pointer.Earnie Boyd2003-06-183-16/+18
* 2003-06-17 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-06-183-18/+56
* 2003-06-18 Steven Edwards <Steven_Ed4153@yahoo.com>Luke Dunstan2003-06-182-1/+6
* * msvcrt.def.in (__badioinfo, __lc_codepage, __lc_handle,Danny Smith2003-06-172-7/+14
* * path.cc (mount): Do more strict checking on posix path arguments.Christopher Faylor2003-06-172-2/+15
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-1683-91/+65
* * cygcheck.cc (pretty_id): Rework slightly to not rely on spaces.Christopher Faylor2003-06-132-7/+11
* clarifyChristopher Faylor2003-06-131-1/+2
* Throughout, always return error when GetShortPathName returns 0.Christopher Faylor2003-06-122-3/+7
* * thread.cc (pthread_attr_init): Revert change from 2003-06-11Thomas Pfaff2003-06-122-4/+12
* * exceptions.cc (ctrl_c_handler): Don't send a signal onCorinna Vinschen2003-06-122-0/+11
* * thread.cc (pthread_attr_init): Return 0 if attribute is already initialized.Thomas Pfaff2003-06-112-10/+23
* * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen2003-06-094-20/+50