summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * include/wingdi.h (DM_SPECVERSION): Define.Earnie Boyd2003-04-163-3/+15
| | | | | | Thanks to Sinitsyn Valentime <valentine.sinitsyn@usu.ru> * include/rpcdce.h (UuidCreateSequential): Properly guard with appropriate _WIN32_WINNT values.
* Add .jcr section mapping.Nick Clifton2003-04-164-0/+9
|
* * termios.cc (setspeed): New function.Christopher Faylor2003-04-168-38/+212
| | | | | | | | | | | | (cfsetospeed): Use setspeed to set speed. (cfsetispeed): Use setspeed to set speed. * autoload.cc: Add load statement for UuidCreate, and UuidCreateSequential. * cpuid.h: New file. * cygwin.din: Export gethostid. * fhandler_proc.cc (cpuid): Move to cpuid.h. (can_set_flag): Move to cpuid.h. * syscalls.cc (gethostid): New function. * version.h: Bump DLL minor version number to 83.
* * rpcdce.h: Add declaration for UuidCreateSequential.Christopher Faylor2003-04-163-0/+7
| | | | * rpcrt4.def: Add entry for UuidCreateSequential.
* Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.Thomas Pfaff2003-04-153-7/+24
| | | | | | | | | * thread.h (pthread_rwlock::release): New method. * thread.cc (pthread_rwlock::unlock): Use release to signal waiting threads. (pthread_rwlock::rdlock_cleanup): Signal waiting threads after a cancelation. (pthread_rwlock::wrlock_cleanup): Ditto.
* * newlib/libc/include/sys/unistd.h: add declaration for gethostid on Cygwin.Christopher Faylor2003-04-152-0/+8
|
* Replace occurrances of 'Hitachi' with 'Renesas'.Nick Clifton2003-04-156-25/+35
|
* 2003-04-14 Phil Krylov <likewolf@users.sourceforge.net>Danny Smith2003-04-146-3/+322
| | | | | | | | | | | | | | | | * include/winuser.h (VK_*): Add missing defines. 2003-04-14 Vincent B�ron <papineau@users.sourceforge.net> * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently documented typedefs for struct _NM_UPDOWN. Add defines for backward comapatibility. * include/commdlg.h (OFN_ENABLESIZING): Add define. * include/wininet.h (IRF_*): Add issing defines. 2003-04-14 Bang Jun-Young <junyoung@netbsd.org> * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
* * mkvers.sh: Prefix day with 0 in date only when day < 10.Christopher Faylor2003-04-142-1/+5
|
* 2003-04-07 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-04-132-4/+8
| | | | * h8300.h (ldc/stc): Fix up src/dst swaps.
* * Makefile.common (w32api_lib): Fix w32api detection.Christopher Faylor2003-04-112-2/+6
|
* * configure.in (LIBM_A): Define for cygwin target.Earnie Boyd2003-04-113-2/+7
| | | | * configure (LIBM_A): Ditto.
* * include/sspi.h: Add comment for FreeCredentialsHandle.Earnie Boyd2003-04-112-1/+8
|
* * security.cc (get_info_from_sd): New function.Corinna Vinschen2003-04-113-163/+98
| | | | | | | | | | | | | | | (get_nt_attribute): Only call read_sd and get_info_from_sd. Return void. (get_file_attribute): Move sd error handling to get_info_from_sd. and symlink handling to fhandler_disk_file::fstat_helper. (get_nt_object_attribute): Only call read_sd and get_info_from_sd. Return void. (get_object_attribute): Remove symlink handling and simply return -1 when ntsec is off. * fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): For symlinks set the attribute, call get_file_attribute to get the ids and return. In the normal case call get_file_attribute with the addresses of the buffer ids and do not recheck if the file is a socket.
* * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.Alexandre Oliva2003-04-112-1/+6
| | | | * */configure: Rebuilt.
* * cygthread.cc (cygthread::stub): Initialize stack pointer earlier.Christopher Faylor2003-04-112-3/+17
| | | | | | (cygthread::simplestub): Initialize stack pointer. (cygthread::terminate_thread): Account for possibility that stack pointer has not been set. Issue warnings for unusual conditions.
* Pierre's update for mkgroup/mkpasswdJoshua Daniel Franklin2003-04-101-10/+10
|
* Setup updates. More about installing everything, not using setup to mirror.David Starks-Browning2003-04-101-3/+13
|
* 2003-04-09 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2003-04-102-0/+14
| | | | * mips/cfe.c (_flush_cache): New function.
* * regex/regex.h: Define regoff_t as _off_t.Corinna Vinschen2003-04-103-2/+7
| | | | * regex/regex2.h: Ditto.
* * cygwin.din: Export wcscoll, wcswidth and wcwidth.Corinna Vinschen2003-04-103-1/+10
| | | | * include/cygwin/version.h: Bump API minor number.
* * cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.Christopher Faylor2003-04-104-55/+58
| | | | | | | | | | | * cygthread.cc: Ditto. (cygthread::stub): Don't initialize already initialized events. (cygthread::freerange): Don't create thread here. (cygthread::cygthread): Create thread here. Die if thread not created. (cygthread::operator new): Simplify. Just grab a thread structure from the pool. Don't try to start the thread. (cygthread::terminate_thread): Don't close event handles. Just reuse them. Call MEM_RELEASE rather than MEM_DECOMMIT (from Joe Buehler).
* 2003-04-10 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-04-103-88/+94
| | | | | | | | | | | | | * mkpasswd.c (current_user): print uid and gid as unsigned. (enum_users): Ditto. Do not free servername. (usage): Update to allow several domains and improve -p. (main): On Win9x limit uids to 1000. Only print specials when -l is specified. Add a loop to allow several domains and free servername in the loop. * mkgroup.c (enum_groups): Do not free servername. (usage): Update to allow several domains. Change uid to gid. (main): Only print specials when -l is specified. Add a loop to allow several domains and free servername in the loop.
* * libc/machine/sh/memset.S: Avoid clobbering volatileJoern Rennecke2003-04-092-9/+36
| | | | objects following a tiny to-be-set array in the same quadword.
* * libc/include/wchar.h: Add definitions for wcswidth and wcwidth.Corinna Vinschen2003-04-097-7/+141
| | | | | | | | * libc/string/Makefile.am: Add wcswidth.c and wcwidth.c * libc/string/Makefile.in: Regenerated. * libc/string/wcswidth.c: New file. * libc/string/wcwidth.c: New file. * libc/string/wcstrings.tex: Add wcswidth and wcwidth.
* * mips.h: Correct comment typo.Alan Modra2003-04-092-1/+5
|
* add lack of '~' to ash missing featuresDavid Starks-Browning2003-04-081-0/+1
|
* * fhandler_console.cc (fhandler_console::read) Handle certain key up events, toChristopher Faylor2003-04-083-5/+28
| | | | | | | allow pasting accented characters and typing them using the "alt + numerics" sequences. * include/limits.h (IOV_MAX): Set to a number which is small enough to use in an array.
* * winsup.api/pthread/condvar9.c: Fix test.Thomas Pfaff2003-04-082-11/+20
|
* * include/time.h (strftime): Remove duplicate declaration.Danny Smith2003-04-072-1/+4
|
* 2003-04-07 Marcel Telka <telka@users.sourceforge.net>Danny Smith2003-04-072-1/+5
| | | | * include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.
* * cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*Christopher Faylor2003-04-043-28/+32
| | | | | | | | | | | functions. * cygthread.cc (cygthread::init): Eliminate unneeded muto. (cygthread::operator new): Don't lock. Instead change use of avail variable into tri-state: available (1), not available (-1), uninitialized (0). (cygthread::terminate_thread): Set avail to uninitialized. (cygthread::detach): Eliminate local 'avail'. Always set avail to 1 unless signalled. * cygthread.cc (cygthread::operator new): Be more defensive when messing with
* Namespace cleanup for the tic4x target. Replace s/c4x/tic4x/ and ↵Svein Seldal2003-04-043-32/+39
| | | | s/c3x/tic3x/. 2003 copyright update
* add commentsChristopher Faylor2003-04-041-1/+2
|
* * cygthread.cc (operator new): Be more defensive when messing with threads thatChristopher Faylor2003-04-042-2/+12
| | | | are marked "unavailable".
* * fhandler_console.cc (CONVERT_LIMIT): Use a size for the 21st century.Christopher Faylor2003-04-031-0/+4
|
* * libc/machine/sh/memset.S: Fix problem with alloco regionJoern Rennecke2003-04-032-12/+18
| | | | | exceeding destination region for length >= 88 bytes, start & 0x16 == 0, end & 0x1f == 18.
* * libc/string/wcscoll.c: Fix comment.Corinna Vinschen2003-04-032-5/+9
|
* * libc/include/wchar.h: Add definition for wcscoll.Corinna Vinschen2003-04-036-8/+73
| | | | | | | * libc/string/Makefile.am: Add wcscoll.c. * libc/string/Makefile.in: Regenerated. * libc/string/wcscoll.c: New file. * libc/string/wcstrings.tex: Add wcscoll.
* * external.cc (check_ntsec): Return general ntsec state on NULLCorinna Vinschen2003-04-032-1/+8
| | | | filename. Check wincap.is_security() additionally.
* ChangeLog already commited yesterday:Corinna Vinschen2003-04-033-2/+16
| | | | | | | | * external.cc (check_ntsec): New function. (cygwin_internal): Add CW_CHECK_NTSEC handling to call check_ntsec() from applications. * include/cygwin/version.h: Bump API minor number. * include/sys/cygwin.h (cygwin_getinfo_types): Add CW_CHECK_NTSEC.
* fix usageChristopher Faylor2003-04-031-2/+2
|
* * Makefile.in (EXTRA_OFILES): Remove debugging object.Christopher Faylor2003-04-032-1/+5
|
* * external.cc (check_ntsec): New function.Christopher Faylor2003-04-024-3/+18
| | | | | | | | (cygwin_internal): Add CW_CHECK_NTSEC handling to call check_ntsec() from applications. * include/cygwin/version.h: Bump API minor number. * include/sys/cygwin.h (cygwin_getinfo_types): Add CW_CHECK_NTSEC. * cygthread.cc (cygthread::new): Add more defensive debugging.
* * xtensa-config.h: Remove comment indicating that this is aBob Wilson2003-04-022-17/+16
| | | | generated file.
* * fhandler.cc (fhandler_base::fstat): Set the uid and gid fieldsCorinna Vinschen2003-04-014-10/+15
| | | | | | | | | | from the current effective ids. * fhandler_socket.cc (fhandler_socket::fstat): Keep the uid and gid set by fhandler_base::fstat. * security.cc (get_nt_attribute): Do not test wincap.has_security (). (get_nt_object_attribute): Ditto. (get_file_attribute): Add test for wincap.has_security (). (get_object_attribute): Ditto.
* * libc/stdio/sscanf.c: Update flags description.Corinna Vinschen2003-04-013-18/+58
| | | | | | * libc/stdio/vfscanf.c: Add CHAR flag value to denote 8 bit target type. (__svfscanf_r): Add 'hh' and 'll' handling.
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-0123-153/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | throughout. * fhandler.cc: Ditto. * fhandler.h: Ditto. * fhandler_clipboard.cc: Ditto. * fhandler_disk_file.cc: Ditto. * fhandler_dsp.cc: Ditto. * fhandler_floppy.cc: Ditto. * fhandler_mem.cc: Ditto. * fhandler_proc.cc: Ditto. * fhandler_process.cc: Ditto. * fhandler_random.cc: Ditto. * fhandler_registry.cc: Ditto. * fhandler_tape.cc: Ditto. * fhandler_termios.cc: Ditto. * fhandler_virtual.cc: Ditto. * fhandler_zero.cc: Ditto. * mmap.cc: Ditto. * pipe.cc: Ditto. * syscalls.cc: Ditto. * winsup.h: Ditto. * include/cygwin/stat.h: Ditto. * include/cygwin/types.h: Ditto. Remove definition of __off32_t and __off64_t.
* Add Xtensa portNick Clifton2003-04-018-0/+518
|
* * libc/sys/cygwin/sys/dirent.h (struct DIR): Change type ofCorinna Vinschen2003-04-012-1/+6
| | | | __d_position member to _off_t.