0812076923* lib/shell32.def (SHGetFolderPath[AW]): Add comment. * lib/shfolder.def: New file.
Danny Smith
2002-09-16 10:28:16 +0000
fbf3d133ce2002-09-16 Ranjit Matthew <rmathew@hotmail.com>
Danny Smith
2002-09-16 09:44:06 +0000
98467dae59Add final newlines to utils
Joshua Daniel Franklin
2002-09-15 19:24:37 +0000
9b566b96952002-09-12 Igor Pechtchanski <pechtcha@cs.nyu.edu> * cygpath.cc (options) New global variable. (main) Make short options global for easier change. (print_version) Add a missing newline.
Joshua Daniel Franklin
2002-09-15 15:19:49 +0000
53217744a3fix typo
Christopher Faylor
2002-09-13 13:05:52 +0000
3e6ae531ddfix typo
Christopher Faylor
2002-09-13 13:01:28 +0000
a38b141548Import chnages from master config repository.
Nick Clifton
2002-09-12 15:59:37 +0000
a7d222032bHandle DW_OP_GNU_push_tls_address. Synch up with the gcc's dwarf2.h
Nick Clifton
2002-09-12 10:35:53 +0000
139b31f7ac* include/sys/time.h (timeval): Add struct definition and associated macros (copied from w32api/include/winsock.h).
Danny Smith
2002-09-12 10:34:54 +0000
3f7b89caf1* include/winsock.h (timeval): Guard struct and associated macros with _TIMEVAL_DEFINED. * include/winsock2.h (timeval): Likewise.
Danny Smith
2002-09-12 10:11:05 +0000
a8615092392002-09-11 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-09-11 18:36:55 +0000
5a8746b732* grp.cc (initgroups): Call groups::clear_supp to free the supplementary group sids that may have been set by setgroups. * security.cc (cygsidlist::free_sids): Also zero the class members. * security.h (groups::clear_supp): New. Rename cygsidlist_unknown to cygsidlist_empty.
Corinna Vinschen
2002-09-11 10:37:11 +0000
22f8000733* ntsec.html: Add chapter for switching user context w/o password.
Corinna Vinschen
2002-09-11 08:39:04 +0000
848791f9bc* lib/shell32.def: Add missing stubs.
Danny Smith
2002-09-11 00:10:13 +0000
e9cd55aa5e* test commit
Frank Ch. Eigler
2002-09-10 19:04:38 +0000
596f5af5eb2002-09-10 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-09-10 19:02:38 +0000
be83844e4c2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-09-10 00:46:45 +0000
9c64d2a7ba2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-09-09 21:42:14 +0000
b0591c89af2002-09-09 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-09-09 20:57:01 +0000
02fa38279f* fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/output handles since they are not properly manipulated later. * tty.cc (tty::make_pipes): Ditto.
Christopher Faylor
2002-09-08 19:35:41 +0000
de3387b304* include/windef.h (WINVER): Add documentation. (_WIN32_WINNT): Ditto. Special thanks to Paul Schmidt <paul@tricattechnologies.com>
Earnie Boyd
2002-09-07 16:47:35 +0000
218b7a56382002-09-06 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-09-06 15:45:58 +0000
788d78be79whitespace
Christopher Faylor
2002-09-06 04:39:49 +0000
4898f75e37* winsup.h (_WIN32_WINNT): Protect.
Christopher Faylor
2002-09-06 04:30:46 +0000
5c0469b45c* winsup.h (_WIN32_WINNT): Define.
Christopher Faylor
2002-09-06 04:21:30 +0000
53a514ef33* lib/Makefile.in (TEST_OPTIONS): Define WINVER to 0x0666.
Danny Smith
2002-09-06 03:24:06 +0000
c210a6ea062002-09-05 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
Jeff Johnston
2002-09-05 15:26:42 +0000
6f28fb6195* include/_mingw.h: Increment version to 2.3. Makefile.in: Ditto.
Earnie Boyd
2002-09-05 14:27:29 +0000
31736d1768* mingwex/fegetenv.c: Change to \n line endings. * mingwex/vsnprintf.c: Ditto. * mingwex/vsnwprintf.c: Ditto.
Earnie Boyd
2002-09-05 11:51:26 +0000
1730adee692002-09-04 Kevin Chase <kevincha99@hotmail.com>
Danny Smith
2002-09-04 22:20:52 +0000
ca3a1a6b672002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
Jeff Johnston
2002-09-04 18:17:55 +0000
efa077ce222002-09-04 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
Jeff Johnston
2002-09-04 18:16:55 +0000
ca558bf047some edits
Christopher Faylor
2002-09-04 15:17:24 +0000
090b3abf87first draft
Christopher Faylor
2002-09-04 15:14:14 +0000
3947b56661fix typo
Christopher Faylor
2002-09-04 14:56:56 +0000
03dc3df581* Makefile.in (DLL_OFILES): Drop shortcut.o. * path.cc: Move all shortcut functions from shortcut.c to here. (check_shortcut): Implement without using COM interface. * path.h: Move definition of SHORTCUT_HDR_SIZE to here. * shortcut.c: Remove. * shortcut.h: Ditto.
Corinna Vinschen
2002-09-04 13:11:29 +0000
4a311951a5* cygwin.din: Revert exporting new wchar functions. * include/cygwin/version.h: Change comment for API minor 62.
Corinna Vinschen
2002-09-03 12:26:51 +0000
bdfeb17915* dcrt0.cc (dll_crt0_1): Remove getpagesize() call. * shared.cc (memory_init): Move it here.
Christopher Faylor
2002-09-02 06:00:59 +0000
169618f29f* mingwex/math/hypotl.c: Replace with version based on cephes library.
Danny Smith
2002-09-02 03:00:37 +0000
c8bef40026* fhandler_proc.cc: Add <sys/param.h> include. (format_proc_uptime): Use KernelTime and UserTime only as they include the other counters. (format_proc_stat): KernelTime includes IdleTime, so subtract IdleTime from KernelTime. Make number of 'jiffies' per second same as HZ define. * fhandler_process.cc: Add <sys/param.h> include. (format_process_stat): Make number of 'jiffies' per second same as HZ define. Use KernelTime and UserTime only to calculate start_time.
Christopher Faylor
2002-08-31 16:37:51 +0000
af598a3b09* fhandler_tty.cc (fhandler_tty_slave::fhandler_tty_slave): Set "don't need ready for read" flag. (fhandler_tty_slave::read): Don't do anything special with vtime when vmin == 0.
Christopher Faylor
2002-08-31 03:41:43 +0000
7a1174dcf2(inspired by a patch from Egor Duda) * select.cc (fhandler_tty_slave::ready_for_read): Remove. * fhandler.h (fhandler_tty_slave::ready_for_read): Remove declaration. * fhandler_tty.cc (fhandler_tty_slave::read): Don't do anything special with vtime when vmin == 0. * autoload.cc (GetConsoleWindow): Correct parameter count.
Christopher Faylor
2002-08-31 03:35:50 +0000
f80e156de9Christopher Faylor <cgf@redhat.com> * tty.cc (tty_list::allocate_tty): Use GetConsoleWindow, if available. Call FindWindow in a loop.
Christopher Faylor
2002-08-30 16:03:52 +0000
91edb60487* include/wincon.h: Define GetConsoleWindow(void).
Christopher Faylor
2002-08-30 15:58:06 +0000
ab7f9b938f* miscfuncs.cc (check_iovec_for_read): Don't check buffer when zero length iov_len. (check_iovec_for_write): Ditto. * fhandler.h (fhandler_base::readv): New method. (fhandler_base::writev): Ditto. * fhandler.cc (fhandler_base::readv): New method. (fhandler_base::writev): Ditto. * syscalls.cc (_read): Delegate to readv(2). (_write): Ditto, mutatis mutandi. (readv): Rewrite, based on the old _read code, to use the new fhandler_base::readv method. Improve access mode handling and ensure all calls reach the final strace statement. (writev): Ditto, mutatis mutandi. * include/sys/uio.h (struct iovec): Change field types to match SUSv3. * winsup.h (check_iovec_for_read): New function. (check_iovec_for_write): Ditto. * miscfuncs.cc (check_iovec_for_read): Ditto. (check_iovec_for_write): Ditto.
Christopher Faylor
2002-08-30 15:47:10 +0000
70c306d781Sigh, mbsrtowcs was still missing...
Corinna Vinschen
2002-08-30 13:30:26 +0000
aabdc97a4c* cygwin.din: Add more prototypes for new wchar functions in newlib.
Corinna Vinschen
2002-08-30 13:01:58 +0000
b50a2f29aa* cygwin.din: Add prototypes for new wchar functions in newlib. * include/cygwin/version.h: Bump API minor number.
Corinna Vinschen
2002-08-30 12:18:56 +0000
9dc81046dd* how-api.texinfo: Remove a line from the CRLF discussion about lseek not working. Answer thread safe question more simply.
Christopher Faylor
2002-08-30 00:42:19 +0000
cd45f029c2* libc/sys/linux/argp: New directory. * libc/sys/linux/getopt.c: New file. * libc/sys/linux/getopt1.c: New file. * libc/sys/linux/getoptlong.c: Remove file. * libc/sys/linux/include/argp.h: New file. * libc/sys/linux/Makefile.am: Define argp_dir and ARGP_LIB, based on ELIX level. (SUBDIRS): Add argp_dir. (SUBLIBS): Add ARGP_LIB. (ELIX_2_OBJS): Add getopt.$(oext), getopt1.$(oext), remove getopt_long.$(oext). * libc/sys/linux/configure.in (AC_OUTPUT): Add argp/Makefile.
Thomas Fitzsimmons
2002-08-29 23:53:06 +0000
3c6891852a2002-08-29 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-08-29 19:47:43 +0000
890e7a1d1a2002-08-29 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
Jeff Johnston
2002-08-29 19:38:25 +0000
86620e21902002-08-29 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-08-29 15:32:08 +0000
7382e593a0* poll.cc (poll): Peek sockets ready for read to see if there's actually data.
Corinna Vinschen
2002-08-29 09:41:00 +0000
edb983c141Add linker relaxation to v850 toolchain
Nick Clifton
2002-08-29 06:49:35 +0000
d4d59223ed* cygthread.cc (hthreads): Remove unneeded global. (cygthread::simplestub): New static member function. (cygthread::runner): Don't set hthreads. (cygthread::freerange): New member function. (cygthread::operator new): Call freerange if all cygwin slots are used up. (cygthread::exit_thread): Don't mess with event if freerange thread. (cygthread::detach): Ditto. * cygthread.h (class cygthread): Declare new member functions and variables.
Christopher Faylor
2002-08-29 03:33:50 +0000
64508b36f9remove
Christopher Faylor
2002-08-29 02:15:26 +0000
f3741c27012002-08-28 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-08-29 00:22:10 +0000
48da61f5bb2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-08-28 23:42:53 +0000
1a48bbb9b8* include/w32api.h: Increment version to 2.1. * Makefile.in: Ditto.
Earnie Boyd
2002-08-28 22:26:46 +0000
933ba4b187* include/sys/param.h: Add ENDIAN defines. * test_headers.c: Include sys/param.h.
Danny Smith
2002-08-28 21:24:59 +0000
4053143834remove
Christopher Faylor
2002-08-28 18:24:57 +0000
d82a94ace42002-08-28 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-08-28 17:58:44 +0000
78dd8bdd12* malloc.cc: Protect some definitions to avoid a compile time warning.
Christopher Faylor
2002-08-28 16:08:09 +0000
9114ed2c29Add TMS320C4x support
Nick Clifton
2002-08-28 10:38:49 +0000
281d8a3232* fhandler_socket.cc (fhandler_socket::recvfrom): Eliminate flags not understood by WinSock. (fhandler_socket::sendto): Ditto. If WinSock sendto() returns WSAESHUTDOWN, change errno to EPIPE and raise SIGPIPE if MSG_NOSIGNAL isn't set in flags. * include/cygwin/socket.h: Define MSG_WINMASK and MSG_NOSIGNAL. * include/cygwin/version.h: Bump API minor number.
Corinna Vinschen
2002-08-28 10:18:20 +0000
5bbbbfba55* test_headers.c: Don't include varargs.h. * Makefile.in (test_headers): Don't use -std=xx with -xc++. Test -std=gnu89, gnu99 also.
Danny Smith
2002-08-28 03:57:16 +0000
09df858c35fragging mumble bruggum newlib
Christopher Faylor
2002-08-28 00:30:49 +0000
7d08241b682002-08-27 Egor Duda <deo@logos-m.ru>
Jeff Johnston
2002-08-27 21:20:10 +0000
ff2bf8523b2002-08-27 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-08-27 20:30:15 +0000
8da1639b0c2002-08-27 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-08-27 20:27:35 +0000
6d8bd861e2* child_info.h: Add _PROC_WHOOPS enum value. (CURR_CHILD_INFO_MAGIC): Update. (child_info::magic): Make 'long'. * cygheap.h: Export _cygheap_start. * cygheap.cc: Don't declare _cygheap_start. * cygmagic: Use cksum to produce checksums. Append 'U' to end of checksum. * dcrt0.cc (initial_env): Calculate sleep ms before reusing buffer. (_dll_crt0): Detect cygheap mismatch as indicative of different cygwin version. Set child_proc_info to NULL when _PROC_WHOOPS. (multiple_cygwin_problem): If child_info specific problem, then set child_proc_info type to _PROC_WHOOPS. * shared_info.h (CURR_MOUNT_MAGIC): Update. (CURR_SHARED_MAGIC): Ditto.
Christopher Faylor
2002-08-27 04:10:54 +0000
4854ee501e2002-08-26 Bart Oldeman <bart.oldeman@btinternet.com>
Danny Smith
2002-08-26 23:33:17 +0000
eac48e7ecf2002-08-26 Casper S. Hornstrup <chorns@users.sourceforge.net>
Danny Smith
2002-08-26 22:13:05 +0000
9b487837a5Fix typo.
Jeff Johnston
2002-08-26 20:26:57 +0000
a4421c11522002-08-26 Wu Yongwei <adah@netstd.com>
Jeff Johnston
2002-08-26 19:05:48 +0000
90b65e2d062002-08-26 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-08-26 18:56:09 +0000
874ab2d639* dll.sgml: Remove indirect reference to older gccs.
Christopher Faylor
2002-08-26 18:03:40 +0000
38170b13ea* sec_acl.cc (getacl): Check ace_sid == well_known_world_sid before owner_sid and group_sid so that well_known_world_sid means "other" even when owner_sid and/or group_sid are Everyone. * security.cc (get_attribute_from_acl): Created from code common to get_nt_attribute() and get_nt_object_attribute(), with same reordering as in getacl() above. (get_nt_attribute): Call get_attribute_from_acl(). (get_nt_object_attribute): Ditto.
Corinna Vinschen
2002-08-26 09:56:06 +0000
2e2b268ce6* libc/include/malloc.h: On cygwin, define malloc _r functions as wrapper macros to standard malloc functions. * libc/include/stdlib.h: Ditto. * configure.host: Always define MALLOC_PROVIDED on cygwin.
Christopher Faylor
2002-08-26 04:33:46 +0000
7200557403* Makefile.in (cygcheck.exe): Make a -mno-cygwin program. * cygrun.c (main): Export CYGWIN=ntsec unless otherwise set. * shared.cc (shared_name): Only add build date to shared name when *testing*.
Christopher Faylor
2002-08-26 04:30:11 +0000
9d89f63486* Makefile.in (RUNTEST): Use Makefile's srcdir and bupdir* macros, where appropriate. * winsup.api/winsup.exp: Use -nodefaultlibs when linking executable to avoid potentially linking installed dll.
Christopher Faylor
2002-08-26 02:53:24 +0000
f77cd63642* Makefile.in (DLL_IMPORTS): Move libuuid.a and libshell32.a to list rather than referring to them via -l. Add DLL imports last in link line for new-cygwin.dll and cygrun.exe.
Christopher Faylor
2002-08-25 00:07:10 +0000
fa3c05930c2002-08-23 Andrew Cagney <ac131313@redhat.com>
Andrew Cagney
2002-08-23 22:24:57 +0000
75ec38da31Import config.guess and config.sub.
Andrew Cagney
2002-08-23 21:22:39 +0000
02eb4ad4d4output some newlines.
Christopher Faylor
2002-08-23 15:46:00 +0000