Christopher Faylor
4c761646cc
reformat
2002-02-17 22:00:28 +00:00
Christopher Faylor
2bd22312df
* times.cc (hires::prime): Restore thread priority on failure condition.
...
* uinfo.cc (uinfo_init): Use more robust method for determining if process was
invoked from a non-cygwin process.
* sync.h (muto::init): Eliminate "inheritance" parameter.
(new_muto): Reflect removal of parameter.
* sync.cc (muto::init): Ditto.
* cygheap.cc (cygheap_init): Ditto.
* debug.cc (threadname_init): Ditto.
* exceptions.cc (events_init): Ditto.
* malloc.cc (malloc_init): Ditto.
* path.cc (cwdstuff::init): Ditto.
* sigproc.cc (sigproc_init): Ditto.
* grp.cc (group_lock): Use different method for locking with static member.
(read_etc_group): REALLY ensure that read lock mutex is released.
* passwd.cc (passwd_lock): Use different method for locking with static member.
(read_etc_passwd): REALLY ensure that read lock mutex is released.
* shared.cc (sec_user): Correct reversed inheritance test.
2002-02-17 04:59:55 +00:00
Christopher Faylor
9490dffa7b
whitespace cleanup
2002-02-16 17:47:48 +00:00
Christopher Faylor
cf75300efa
* mount.cc (usage): Fix typo in output.
2002-02-15 23:03:14 +00:00
Danny Smith
08618b6f92
* include/ntsecpkg.h: New file.
...
* include/schannel.h: New file.
* include/schnlsp.h: New file.
* include/security.h: New file.
* include/sspi.h: New file.
* include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
* include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
(struct _CRYPTOAPI_BLOB): Add structure and typedefs.
(SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
CERT_CHAIN_CONTEXT): Add missing structures.
(CertCloseStore, CertGetCertificateChain,
CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
CertFindCertificateInStore, CertFreeCertificateContext,
CertGetIssuerCertificateFromStore,
CertFindChainInStore): Add missing functions.
(CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
CERT_FIND_ISSUER_STR): Add Unicode mappings.
* lib/crypt32.def: New file.
* lib/secur32.def: Add mising stubs.
* lib/test.c: Include new headers.
2002-02-15 19:27:44 +00:00
Christopher Faylor
60b68f0d39
* hires.h (hires::usecs): Rename from utime. Accept an argument.
...
* strace.cc (strace::microseconds): Use hires class for calculating times.
* sync.h (new_muto): Use NO_COPY explicitly in declaration.
* times.cc (gettimeofday): Reflect change in usecs argument.
(hires::usecs): Ditto. Changed name from utime.
* winsup.h (NO_COPY): Add nocommon attribute to force setting aside space for
variable.
* regcomp.c (REQUIRE): Add a void cast to bypass a warning.
2002-02-15 17:06:40 +00:00
Christopher Faylor
dce87b21e1
* hires.h: New file.
...
* times.cc (gettimeofday): Use hires class for calculating current time.
(hires::prime): New method.
(hires::utime): Ditto.
2002-02-15 07:05:05 +00:00
Christopher Faylor
ed25e9e18c
* strace.cc (attach_process): Change CW_STRACE_ON to CW_STRACE_TOGGLE.
2002-02-14 21:51:32 +00:00
Christopher Faylor
3d45652083
* include/sys/cygwin.h (cygwin_getinfo_types): New CW_STRACE_ACTIVE.
...
* external.cc (cygwin_internal): Handle CW_STRACE_ACTIVE.
2002-02-14 21:31:23 +00:00
Christopher Faylor
907dc7d0c9
* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.
...
* external.cc (cygwin_internal): Change CW_STRACE_ON to CW_STRACE_TOGGLE.
* strace.cc (strace::hello): Toggle strace on and off.
* sync.cc (muto::init): Renamed from constructor.
* sync.h (muto::new): Delete.
(muto::delete): Ditto.
(new_muto): Simplify. Use muto.init for nearly everything.
* uinfo.cc (uinfo_init): Avoid closing a NULL handle.
* include/sys/cygwin.h (cygwin_getinfo_types): Rename CW_STRACE_OFF to
CW_STRACE_TOGGLE. Delete CW_STRACE_OFF.
* include/sys/strace.h (strace): Add "inited" field.
2002-02-14 21:20:06 +00:00
Danny Smith
27530c3181
* include/ntsecpkg.h: New file.
...
* include/schannel.h: New file.
* include/schnlsp.h: New file.
* include/security.h: New file.
* include/sspi.h: New file.
* include/ntsecapi.h (KERB_WRAP_NO_ENCRYPT,
MICROSOFT_KERBEROS_NAME_[AW]): Add missing constants
* include/wincrypt.h (CALG_*, X509_ASN_ENCODING.
PKCS_7_ASN_ENCODING, CERT_*, USAGE_MATCH_TYPE_AND,
USAGE_MATCH_TYPE_OR, szOID_*): Add missing constants
(struct _CRYPTOAPI_BLOB): Add structure and typedefs.
(SSL_EXTRA_CERT_CHAIN_POLICY_PARA,HTTPSPolicyCallbackData,
CERT_CHAIN_POLICY_PARA,CERT_CHAIN_POLICY_STATUS,
CRYPT_ALGORITHM_IDENTIFIER, CRYPT_BIT_BLOB,
CERT_PUBLIC_KEY_INFO, CERT_EXTENSION, CERT_INFO, CERT_CONTEXT,
CTL_USAGE, CERT_ENHKEY_USAGE, CERT_USAGE_MATCH,
CERT_CHAIN_PARA, CERT_CHAIN_FIND_BY_ISSUER_PARA,
CERT_TRUST_STATUS, CRL_ENTRY, CRL_INFO, CRL_CONTEXT,
CERT_REVOCATION_CRL_INFO, CERT_REVOCATION_INFO,
CERT_CHAIN_ELEMENT, CRYPT_ATTRIBUTE, CTL_ENTRY, CTL_INFO,
CTL_CONTEXT, CERT_TRUST_LIST_INFO, CERT_SIMPLE_CHAIN,
CERT_CHAIN_CONTEXT): Add missing structures.
(CertCloseStore, CertGetCertificateChain,
CertVerifyCertificateChainPolicy, CertFreeCertificateChain,
CertNameToStr[AW], CertOpenSystemStore[AW], CertOpenStore,
CertFindCertificateInStore, CertFreeCertificateContext,
CertGetIssuerCertificateFromStore,
CertFindChainInStore): Add missing functions.
(CertNameToStr, CertOpenSystemStore, CERT_FIND_SUBJECT_STR,
CERT_FIND_ISSUER_STR): Add Unicode mappings.
* lib/crypt32.def: New file.
* lib/secur32.def: Add mising stubs.
* lib/test.c: Include new headers.
2002-02-14 00:24:52 +00:00
Danny Smith
4478a9f329
* include/windef.h (PROC,FARPROC,NEARPROC): Remove void
...
parameter.
2002-02-13 22:15:55 +00:00
Danny Smith
21d349adfc
* include/windef.h (FARPROC,NEARPROC,PROC): Remove
...
void parameter.
2002-02-13 20:56:17 +00:00
Corinna Vinschen
4753a17b28
* include/cygwin/acl.h: Fix definition of aclent_t.
2002-02-12 21:21:32 +00:00
Christopher Faylor
26dd202b01
new how-to.
2002-02-11 02:25:42 +00:00
Christopher Faylor
909acaf679
* Makefile.in (DLL_OFILES): Consolidate object files.
2002-02-10 21:26:27 +00:00
Corinna Vinschen
b31c68c447
* child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,
...
fhandler_floppy.cc, fhandler_mem.cc, fhandler_random.cc,
fhandler_tape.cc, fhandler_zero.cc, grp.cc, mmap.cc, passwd.cc,
pinfo.cc, pinfo.h, pipe.cc, sec_acl.cc, sec_helper.cc, security.cc,
security.h, thread.h, uinfo.cc, include/cygwin/acl.h: Fix copyright.
2002-02-10 13:50:13 +00:00
Corinna Vinschen
de4e0d3001
* (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,
...
fhandler_clipboard.cc, fhandler_disk_file.cc, fhandler_dsp.cc,
fhandler_floppy.cc, fhandler_mem.cc, fhandler_random.cc,
fhandler_tape.cc, fhandler_zero.cc, grp.cc, mmap.cc, passwd.cc,
pinfo.cc, pinfo.h, pipe.cc, sec_acl.cc, sec_helper.cc, security.cc,
security.h, spawn.cc, syscalls.cc, thread.h, uinfo.cc, winsup.h):
Change usage of uid_t to __uid16_t, gid_t to __gid16_t and
off_t to __off32_t throughout. Use INVALID_UID, INVALID_GID and
INVALID_SEEK instead casting -1 to the appropriate type.
* winsup.h: Define INVALID_UID, INVALID_GID and INVALID_SEEK.
* include/cygwin/acl.h: Define internal __aclent16_t and __aclent32_t
types. Don't declare acl functions when compiling Cygwin.
* include/cygwin/grp.h: Declare getgrgid() and getgrnam() with
correct types for internal usage.
2002-02-10 13:38:51 +00:00
Corinna Vinschen
39b553b8f0
* uinfo.cc (internal_getlogin): Try evaluating user by SID even if
...
ntsec is off.
(uinfo_init): Set primary group even if ntsec is off.
2002-02-10 11:15:56 +00:00
Corinna Vinschen
52296b850c
* include/cygwin/grp.h: New file.
...
* include/cygwin/stat.h: Ditto.
* include/cygwin/types.h: Add definitions for __off32_t,
__off64_t, off_t, __uid16_t, __uid32_t, uid_t, __gid16_t,
__gid32_t and gid_t.
* include/sys/cygwin.h: Use correct uid and gid types.
2002-02-09 20:39:55 +00:00
Corinna Vinschen
ff86860ba6
* dtable.cc (dtable::dup2): Revert previous patch.
...
* fhandler.h: Ditto.
(fhandler_socket::recv): Define new method.
(fhandler_socket::send): Ditto.
* fhandler_socket.cc (fhandler_socket::recv): New method.
(fhandler_socket::send): Ditto.
(fhandler_socket::read): Call fhandler_socket::recv() now.
(fhandler_socket::write): Call fhandler_socket::send() now.
* net.cc (class wsock_event): Move definition to wsock_event.h.
(fdsock): Revert previous patch.
(cygwin_recv): Move implementation to fhandler_socket::recv().
(cygwin_send): Move implementation to fhandler_socket::send().
* wsock_event.h: New file.
2002-02-09 10:40:48 +00:00
Corinna Vinschen
d0672acc75
* net.cc (get_2k_ifconf): Create interface entries for tokenring cards.
2002-02-09 09:01:18 +00:00
Corinna Vinschen
fae28904e9
* dtable.cc (dtable::dup2): Store fd for fhandler_socket.
...
* fhandler.h (fhandler_base::set_fd): New virtual method.
(fhandler_base::get_fd): Ditto.
(fhandler_socket::set_fd): Ditto.
(fhandler_socket::get_fd): Ditto.
* fhandler_socket.cc (fhandler_socket::read): Call cygwin_recv instead
of native Winsock recv.
(fhandler_socket::write): Call cygwin_send instead of native Winsock
send.
* net.cc (fdsock): Store fd in fhandler_socket.
2002-02-08 11:54:10 +00:00
Corinna Vinschen
1f64102fa6
* net.cc (cygwin_getsockname): Fix handling of NULL sun_path.
2002-02-07 15:04:32 +00:00
Corinna Vinschen
29a1ad942e
* mkpasswd.c (main): Set default home path for 9x/Me if --path-to-home
...
isn't given.
2002-01-31 12:43:29 +00:00
Danny Smith
ae334f668d
* include/mapi.h: New file.
...
* lib/mapi.def: Add missing function stubs.
* lib/test.c: Include mapi.h.
2002-01-30 17:33:27 +00:00
Corinna Vinschen
9783296270
* passwd.cc (ChangePW): Add parameter to differ between called for
...
checking old password and called for changing password. If called
for checking old password, return non-zero only if password is surely
incorrect.
(main): Call ChangePW() with additional parameter.
2002-01-30 11:57:16 +00:00
Christopher Faylor
8e2deb48d6
add more words
2002-01-30 02:44:21 +00:00
Christopher Faylor
1c2b9fe563
* dump_setup.cc (parse_filename): Don't consider '_' part of the version.
2002-01-29 18:37:00 +00:00
Corinna Vinschen
562d97451a
* net.cc (getdomainname): Fix registry key for 9x systems, too.
2002-01-29 13:39:41 +00:00
Corinna Vinschen
94ee02fa05
* net.cc (getdomainname): Fix registry key for NT systems.
2002-01-29 13:23:09 +00:00
Christopher Faylor
012858ecdc
* cygcheck.cc: Fix typo. Remove uid_t kludge. Rely on kludge in sys/cygwin.h
...
instead.
* getfacl.c: Add include to remove warning.
* mkgroup.c (main): Assign variables outside of parameter passing. This seems
to eliminate some compiler warnings.
2002-01-29 03:08:42 +00:00
Christopher Faylor
4239e5ecf4
* cygcheck.cc: Use specific cygwin includes, as required.
2002-01-29 02:28:44 +00:00
Christopher Faylor
de6f83626a
* Makefile.in (MINGW_INCLUDES): Change cygwin include.
...
* strace.cc: Use specific cygwin includes, as required.
(load_cygwin): New function. Loads cygwin DLL, if necessary.
(attach_process): Attaches strace to a running process.
(dostrace): Accept pid argument. Attach to pid if supplied.
(usage): Describe -p option. Correct system description.
(longopts): Alphabetize.
(opts): Ditto.
(main): Ditto. Handle -p option.
* Makefile.in (CXXFLAGS): Ensure that important settings are preserved even
when overriden by command line.
2002-01-29 02:03:32 +00:00
Christopher Faylor
494a66d9c5
* external.cc (cygwin_internal): Initialize various internal settings if
...
required to allow use of some things from user loaded DLL.
(CW_STRACE_ON): Add new feature.
(CW_CYGWIN_PID_TO_WINPID): Ditto.
* pinfo.cc (set_myself): Call "strace.hello" to initiate possible strace
session.
(pinfo::init): Guard against dereferencing uninitialized myself.
* sigproc.cc (wait_sig): Call strace.hello() when __SIGTRACE "signal" received.
* strace.cc (strace::hello): New method.
* wincap.cc (wincapc::init): Avoid initializing if already initialized.
* wincap.h (wincapc::wincapc): New method.
* include/sys/cygwin.h: Add new CW_ enums. Kludge typedefs of {g,u}id_t if
required.
* strace.h (strace::hello): Declare new method.
2002-01-29 02:02:03 +00:00
Christopher Faylor
6616e6cf76
* include/sys/strace.h (_STRACE_ON): Define.
...
(_STRACE_OFF): Ditto.
2002-01-28 18:03:40 +00:00
Danny Smith
3be1ef991b
* include/winuser.h (GetWindowLongPtr[AW],
...
SetWindowLongPtr[AW]): Add prototypes for _WIN64.
2002-01-28 01:31:00 +00:00
Danny Smith
28a632779a
* include/winuser.h (GWLP_*,DWLP_*): Add missing constants.
...
(GetWindowLongPtr[AW], SetWindowLongPtr[AW]): Map them to
{Get Set}WindowLong[AW], as in Win32 they are equivalent.
(GetWindowLongPtr, SetWindowLongPtr): Add Unicode mappings.
2002-01-27 23:42:49 +00:00
Danny Smith
a4f2440619
* lib/test.c: Include wsnetbsd.h.
...
* include/wsnetbs.h: New file.
2002-01-27 23:20:56 +00:00
Danny Smith
88a820dbcc
* include/malloc.h (_heapinfo): Correct structure definition.
...
(_USEDENTRY,_FREEENTRY): Add defines.
Add comment on platform support for _heap* functions.
(_get_sbh_threshold): Add prototype.
(_set_sbh_threshold): Likewise.
(_expand): Likewise.
2002-01-27 22:54:54 +00:00
Earnie Boyd
be4ee22bbc
Merge MinGW changes
2002-01-25 20:03:56 +00:00
Earnie Boyd
d4b5d8fda2
* include/winnt.h: Remove merge conflict.
2002-01-25 13:13:55 +00:00
Danny Smith
b6d314495b
Remove duplicate changelog entry.
2002-01-25 03:34:12 +00:00
Danny Smith
a3e23446e2
* profile/profil.c: Update copyright info.
...
* profile/profil.h: Likewise.
* profile/gcrt0.c: Likewise.
* profile/profil.h (PROFADDR): Cast idx to unsigned long long to
avoid overflow.
* profile/gmon.c: Define bzero as memset if mingw32.
(monstartup): Use it.
2002-01-25 03:29:55 +00:00
Danny Smith
628ef8b6bb
* include/tchar.h (_TCHAR): Add missing ;.
2002-01-25 03:04:46 +00:00
Danny Smith
159743c264
* include/tchar.h (_TCHAR): Add typedefs.
2002-01-25 03:00:36 +00:00
Danny Smith
d554b253b5
* include/winnt.h (_TCHAR): Add typedefs.
...
* include/wininet.h (SECURITY_FLAG_IGNORE_*): Add missing
defines.
* include/winsuser.h (ATF_AVAILABLE, SERKF_ACTIVE):
Add defines.
(LPACCESSTIMEOUT): Add typedef.
2002-01-25 02:54:19 +00:00
Earnie Boyd
019f46a626
Merge MinGW differences
2002-01-25 00:52:35 +00:00
Christopher Faylor
dfb4c34707
* speclib: Ensure that temporary def file is removed.
2002-01-24 21:39:09 +00:00
Danny Smith
993c684df7
* include/commctrl.h: Add missing HDM_*,HDN_*,LVSICF_* defines.
...
* include/commctrl.h (HDITEM[AW]): Rename _HD_ITEM[AW] to
_HDITEM[AW], with parallel changes to typedefs. Use defines for
backward compatability with old names. Update UNICODE mappings.
(HDLAYOUT): Remove struct _HD_LAYOUT_XP. Use new typedefs
for struct _HD_LAYOUT and add defines for backward
compatability with old names.
(NMLISTVIEW): Rename _NM_LISTVIEW to tagNMLISTVIEW, with
parallel chages to typedefs. Add defines for backward
compatability with old names.
(TCHITTESTINFO, IMAGELISTDRAWPARAMS): Fix _WIN32_IE guard.
2002-01-24 07:34:22 +00:00
David Starks-Browning
0ca5f51da4
bit more about full install
2002-01-24 00:34:35 +00:00
David Starks-Browning
78af1b3317
various updates to choosing & [un]installing packages with setup
2002-01-24 00:30:25 +00:00
David Starks-Browning
240d0759d6
clarify how to disable anti-virus safely during setup
2002-01-23 23:53:39 +00:00
David Starks-Browning
e6269e5ae9
remove obsolete urgent reference to latest/readme file.
2002-01-23 23:21:31 +00:00
David Starks-Browning
8ed4610215
remove explicit list of packages, refer to < http://cygwin.com/packages/ >.
2002-01-23 23:18:30 +00:00
David Starks-Browning
5d35d9b14a
"History" no longer maintained here. Moved to < http://cygwin.com/history.html >.
2002-01-23 23:07:18 +00:00
David Starks-Browning
c9399dd5d7
clarify "why doesn't my shell script work"
2002-01-23 22:35:58 +00:00
Christopher Faylor
3c07fbebf8
* speclib: Use rm -f to remove temp file just to quiet any potential warnings.
2002-01-23 18:46:19 +00:00
Corinna Vinschen
be6d8567eb
Supplement ChangeLog entry.
2002-01-23 18:37:58 +00:00
Corinna Vinschen
f6fc31e1a9
* security.cc (create_token): Use sec_user() to create
...
SECURITY_ATTRIBUTES structure for primary token.
2002-01-23 18:35:03 +00:00
Corinna Vinschen
adbd01afe4
* path.cc (symlink): Fix check for already existing file.
2002-01-23 16:50:17 +00:00
Christopher Faylor
aed69a5b0d
* cygmagic: Suppress error output when figuring out if sum takes an option.
2002-01-22 03:48:16 +00:00
Christopher Faylor
2c2473bcac
* Makefile.in (CXXFLAGS): Ensure that important settings are preserved even
...
when overriden by command line.
2002-01-22 03:22:55 +00:00
Christopher Faylor
ad466e2f75
* Makefile.in: Build intermediate cygcheck.o to force use of MINGW_CXXFLAGS.
...
* cygcheck.cc (cygwin_info): Intitialize variable to quiet g++ warning.
(dump_sysinfo): Make variables unsigned to quiet g++ warnings.
* strace.cc (version_string): Rename from SCCSid.
(add_child): Remove unused variable.
(version): Use version_string. Avoid use of fprintf.
2002-01-22 03:17:59 +00:00
Christopher Faylor
f3647dd7e6
* cygmagic: Attempt to figure out if sum takes an option.
2002-01-22 03:02:00 +00:00
Christopher Faylor
51076b7360
* Makefile.in (libpthread.a): Pass the assembler also.
...
(libm.a): Ditto.
(libc.a): Ditto.
* speclib: Specify the assembler to dlltool.
2002-01-22 01:40:11 +00:00
Christopher Faylor
2290b86637
* Makefile.in: Use CXX instead of CC to compile C++ sources.
2002-01-21 21:35:55 +00:00
Christopher Faylor
0ac2abea6c
* include/cygwin/version.h: Bump DLL minor number.
2002-01-21 20:55:59 +00:00
Corinna Vinschen
28982aa871
Fix ChangeLog entry.
2002-01-21 20:52:33 +00:00
Corinna Vinschen
ac11ec8845
* grp.cc (getgrent): Don't return default gid entry when ntsec is on.
...
* syscalls.cc (setegid): Don't set primary group in process token.
2002-01-21 20:51:30 +00:00
Christopher Faylor
1c6577408e
Add newline at EOF.
2002-01-21 17:47:53 +00:00
Christopher Faylor
8ef47135dd
* speclib: Don't use /dev/null as DLL name. Just default to what's already in
...
.def file.
* exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which
caused SIGCHLD to be ignored.
2002-01-21 17:42:08 +00:00
Christopher Faylor
07cc1f1fd8
* include/cygwin/version.h: Bump DLL minor number.
2002-01-21 03:36:16 +00:00
Christopher Faylor
385437d4c5
* syscalls.cc (regfree): Make dll_export.
2002-01-21 03:15:24 +00:00
Christopher Faylor
d7c16d8da3
* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid when
...
detecting if we should actually handle CTRL-C.
2002-01-20 23:13:03 +00:00
Robert Collins
186f78be19
2002-01-21 Robert Collins <rbtcollins@hotmail.com>
...
* include/winnt.h: Add missing MEM_ defines, and convert existing to
hex for readability.
2002-01-20 15:20:02 +00:00
Christopher Faylor
216109a824
* Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is only
...
available in libstdc++-v3.
2002-01-20 03:39:36 +00:00
Christopher Faylor
9e73b3397b
* exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn't
...
want it.
(sig_handle): Don't check for SA_NOCLDSTOP here. We don't have enough
information.
2002-01-19 23:57:45 +00:00
Christopher Faylor
5946622e72
* include/cygwin/version.h: Bump DLL minor number.
2002-01-19 23:06:28 +00:00
Christopher Faylor
994fe87b6e
* Makefile.in (new-cygwin1.dll): Just use -lsupc++ for link.
...
* sigproc.cc (proc_exists): Change existence criteria.
* sync.h (new_muto): Add volatile to definition to avoid gcc optimization
problems.
2002-01-19 18:15:23 +00:00
Corinna Vinschen
df3af7731e
* include/cygwin/version.h: Bump API minor version to 51.
2002-01-19 16:17:59 +00:00
Corinna Vinschen
7d6be0d616
* cygwin.din: Add recvmsg and sendmsg.
...
* net.cc: Add cygwin_recvmsg and cygwin_sendmsg.
* /usr/include/sys/socket.h: Add recvmsg and sendmsg.
2002-01-19 16:11:00 +00:00
Corinna Vinschen
2d3dab2ea5
* security.cc (create_token): Close processes token handle as soon
...
as it's not used anymore.
2002-01-19 16:06:11 +00:00
Christopher Faylor
e47cd9cd5f
* cygcheck.cc (already_did): Avoid default constructors, which may require
...
exception support.
2002-01-18 02:57:10 +00:00
Corinna Vinschen
3cdacffcb2
* cygpath.cc (main): Add options to show Desktop and Start
...
Menu's Programs directory for current user or all users.
Move bulk of DPWS options outside the getopt case statement.
* utils.sgml: Update cygpath section for ADPWS options.
2002-01-17 16:54:01 +00:00
Corinna Vinschen
104c3be681
* Makefile.in: Add fnmatch.o to DLL_OFILES.
...
* cygwin.din: Add fnmatch export symbol.
* fnmatch.c: New file.
* include/fnmatch.h: Ditto.
* include/cygwin/version.h: Bump API minor version to 50.
2002-01-17 10:39:37 +00:00
Corinna Vinschen
9a7e156253
* path.cc (fchdir): Call chdir with full windows path.
2002-01-15 20:29:09 +00:00
Corinna Vinschen
7b5c105b61
* cygpath.cc (doit): Empty file ignored using option -i.
2002-01-15 14:07:42 +00:00
Corinna Vinschen
7041c7aba0
* mkpasswd.c (print_win_error): Add a new function.
...
(enum_users): Use print_win_error.
(enum_local_groups): Ditto.
(main): Ditto.
2002-01-15 13:10:45 +00:00
Corinna Vinschen
7837ec4bda
* include/winnt.h (FILE_ATTRIBUTE_ENCRYPTED): Correct constant.
...
(FILE_ATTRIBUTE_DEVICE): Add define.
2002-01-14 23:30:14 +00:00
Corinna Vinschen
7eddac1bc5
* dir.cc: Use INVALID_FILE_ATTRIBUTES instead of "(DWORD) -1"
...
for file attributes throughout.
* fhandler.cc: Ditto.
* fhandler_disk_file.cc: Ditto.
* path.cc: Ditto.
* path.h: Ditto.
* syscalls.cc: Ditto.
* times.cc (utimes): Use path_conv::isdir() instead of explicit
GetFileAttributes() call.
2002-01-14 20:39:59 +00:00
Corinna Vinschen
55409319de
* include/winnt.h: Add INVALID_FILE_ATTRIBUTES.
2002-01-14 20:15:32 +00:00
Christopher Faylor
33ad2bf9d1
Add copyright stuff
2002-01-13 20:03:03 +00:00
Christopher Faylor
5daa0835e3
* dcrt0.cc (multiple_cygwin_problem): Clarify logic and make CYGWIN_MISMATCH_OK
...
more powerful.
2002-01-13 16:55:32 +00:00
Christopher Faylor
0d9cc95e90
* overview.sgml: Fix Red Hat cygwin contract link.
...
* what.texinfo: Ditto.
2002-01-12 21:36:44 +00:00
Robert Collins
175f01bc17
2002-01-11 Ralf Habacker <Ralf.Habacker@freenet.de>
...
* include/ntsecapi.h: Fixed missing void parameter type in some prototypes.
* include/objbase.h: Ditto.
* include/rapi.h: Ditto.
* include/rpc.h: Ditto.
* include/rpcdce.h: Ditto.
* include/rpcdcep.h: Ditto.
* include/rpcndr.h: Ditto.
* include/rpcnsip.h: Ditto.
* include/rpcproxy.h: Ditto.
* include/windef.h: Ditto.
2002-01-11 10:23:20 +00:00
Robert Collins
f827d65e12
2001-12-30 Guido Serassio <serassio@libero.it>
...
* include/winsvc.h: Add EnumServiceStatusEx(),
QueryServiceStatusEx()
& RegisterServiceCtrlHandlerEx()
2002-01-11 10:17:27 +00:00
Christopher Faylor
06486d9e55
* exceptions.cc (sig_handle): Accept a second argument indicating whether the
...
signal came from this process or not.
* sigproc.h: Reflect sig_handle arg change.
* signal.cc (kill_pgrp): Add sigframe info.
(abort): New function. Eliminates newlib function of same name.
* sigproc.cc (wait_sig): Pass "signal from this process" value as arg 2.
2002-01-11 02:24:06 +00:00
Corinna Vinschen
bb5225c236
* syscalls.cc (pathconf): Guard _PC_PATH_MAX branch against invalid
...
file parameter.
2002-01-10 13:24:28 +00:00
Christopher Faylor
c0a8e8d0f9
* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.
...
(ctrl_c_handler): Attempt to work around potential signal duplication during
process startup.
(sig_handle): Ignore SIGINT when we're just an "exec stub".
* spawn.cc (spawn_guts): Store pid of spawned process in global for use by
ctrl_c_handler.
* dcrt0.cc (dll_crt0_1): Call renamed initialization function.
* winsup.h: Reflect function name change.
2002-01-10 03:21:27 +00:00
Corinna Vinschen
fe37dd79ec
* net.cc (cygwin_accept): Set sun_path for newly connected socket.
2002-01-09 20:57:55 +00:00
Christopher Faylor
cbf7a9eb4a
* Makefile.in: Add uninstall target.
2002-01-08 04:51:01 +00:00
Christopher Faylor
a2e12d0c37
* sigproc.cc (getsem): Clean up debugging output.
2002-01-07 22:18:36 +00:00
Christopher Faylor
4a08cbfefb
* sigproc.cc (getsem): Set errno when unable to create own semaphore.
...
Reorganize to make clearer that error should only come from initial creation of
process semaphore.
2002-01-07 16:47:12 +00:00
Christopher Faylor
10dedaaa4c
* dtable.cc (dtable::init_std_file_from_handle): Add some defensive code to
...
invalid handle case.
2002-01-06 17:29:41 +00:00
Corinna Vinschen
d6154fb758
* ioctl.cc (ioctl): Make third argument optional.
...
* include/sys/ioctl.h: Ditto in declaration.
* dtable.cc (dtable::init_std_file_from_handle): Revert previous
bogus patch.
* window.cc (WndProc): Raise SIGURG instead of SIGIO in case of FD_OOB
message.
2002-01-06 09:28:13 +00:00
Christopher Faylor
9125cbd7cf
* dir.cc (opendir): Guarantee release of alloced fhandler structure on error.
2002-01-06 03:32:32 +00:00
Corinna Vinschen
fcb76c5dcb
exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.
2002-01-05 22:25:34 +00:00
Corinna Vinschen
2edba2368a
* dtable.cc (dtable::init_std_file_from_handle): Don't treat NULL
...
handle as errorneous.
2002-01-05 18:42:52 +00:00
Christopher Faylor
acf05df744
* cygmagic: Change logic for equality test.
2002-01-04 23:29:58 +00:00
Christopher Faylor
7acba9716b
* dir.cc (opendir): Don't attempt to call sub-opendir if ENOENT.
2002-01-04 19:06:01 +00:00
Corinna Vinschen
dc63cea5ed
* net.cc: Replace usage of AF_UNIX by Posix compliant AF_LOCAL
...
throughout.
(socketpair): Explicitly allow SOCK_STREAM and SOCK_DGRAM socket types
in families AF_UNIX and AF_LOCAL. Explicitly allow PF_UNSPEC, PF_LOCAL
and PF_INET protocols. Return error otherwise. Implement datagram
socketpairs.
2002-01-04 16:56:53 +00:00
Christopher Faylor
3b789217ae
* speclib: Remove temp files automatically.
2002-01-02 00:06:35 +00:00
Christopher Faylor
444604889b
* Makefile.in: Duh. Actually use bzip2 to create the tarball. Don't just
...
change the name.
2002-01-01 20:28:29 +00:00
Christopher Faylor
5d29717b6b
* Makefile.in: Make .bz2 tarball.
2002-01-01 17:10:13 +00:00
Christopher Faylor
fdd75ff3d2
restore missing entry
2002-01-01 16:49:52 +00:00
Corinna Vinschen
2fe2790925
* fhandler.h (fhandler_socket::sun_path): New private member.
...
(fhandler_socket::set_sun_path): New method.
(fhandler_socket::get_sun_path): Ditto.
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Initialize
sun_path to NULL.
(fhandler_socket::~fhandler_socket): Free sun_path if needed.
(fhandler_socket::set_sun_path): New method.
* net.cc (cygwin_bind): Set sun_path to path of local socket file.
(cygwin_getsockname): Add code to return correct sockaddr for unix
domain sockets.
2002-01-01 16:25:31 +00:00
Christopher Faylor
c51202eefe
Nuke
2001-12-31 23:24:10 +00:00
Christopher Faylor
f417fcf315
Strip path when installing library.
2001-12-31 06:24:15 +00:00
Christopher Faylor
6d218bb5c6
* include/getopt.h: Fix define.
2001-12-31 04:00:07 +00:00
Christopher Faylor
e56f4d7fc4
* speclib: New file.
...
* Makefile.in: Create library versions of automode.o, textmode.o, and binmode.o
for easier use on command line. Create libpthread.a, libm.a, and libc.a with
subsets of exports found in libcygwin.a.
2001-12-31 03:19:29 +00:00
Christopher Faylor
cdd3a8bd67
* cygmagic: Eliminate unneeded use of 'tr' and 'bc'.
2001-12-30 18:52:19 +00:00
Corinna Vinschen
5d3949b064
* security.cc (open_local_policy): Use POLICY_EXECUTE instead of
...
enumerating user rights.
2001-12-30 17:38:24 +00:00
Corinna Vinschen
e37f6c57cd
* security.cc (open_local_policy): Initialize lsa handle to NULL.
...
Request only needed access rights in call to LsaOpenPolicy().
(create_token): Check for NULL lsa pointer.
2001-12-29 22:03:32 +00:00
Corinna Vinschen
971ec8d310
* cygwin.din: Add symbols for endutent(), getutent(), getutid(),
...
getutline(), setutent() and utmpname().
* syscalls.cc (setutent): New function.
(endutent): Ditto.
(utmpname): Ditto.
(getutent): Ditto.
(getutid): Ditto.
(getutline): Ditto.
* include/cygwin/version.h: Bump API minor version.
2001-12-28 15:53:27 +00:00
Christopher Faylor
aaf219f01e
* cygmagic: Add define name to warning.
...
* dcrt0.cc (_dll_crt0): Check for changes in child_info size.
(multiple_cygwin_problem): Avoid "proc" errors when testing. Just assume new
cygwin proc.
* shared_info.h (mount_info): Add 'cb' element for sanity checks.
(shared_info): Ditto.
* child_info.h (child_info): Add fhandler_union_size element for sanity
checking.
* shared.cc (open_shared): Detect shared region size mismatch between parent
and child.
(shared_info::initialize): Detect shared region size mismatch with expectation.
(memory_Init): Ditto.
* sigproc.cc (init_child_info): Correctly set cb in passed structure.
* shared.cc (open_shared):
2001-12-26 21:35:16 +00:00
Christopher Faylor
dcd8b9be82
* include/getopt.h: Protect a declaratin.
2001-12-26 17:48:44 +00:00
Christopher Faylor
c02e32c9bd
* cygpath.cc (doit): Detect and warn about an empty path. Detect and warn
...
about errors converting a path.
(main): Set prog_name correctly -- don't leave an extra slash or backslash at
the beginning of it.
2001-12-26 17:46:12 +00:00
Robert Collins
028ee5466b
Remove accenidentally left >>> marker
2001-12-26 12:48:12 +00:00
Robert Collins
cbce49804f
2001-12-26 Robert Collins <rbtcollins@hotmail.com>
...
* thread.cc (pthread_cond::Signal): Use a separate flag for signal detection
and broadcast semantics.
(__pthread_cond_dowait): Ditto.
* thread.h (pthread_cond): New flag for testing when a waiter has woken.
2001-12-26 12:46:26 +00:00
Christopher Faylor
7a0252e203
comment
2001-12-26 06:18:41 +00:00
Christopher Faylor
a2b75539a2
* Makefile.in: Quote arguments to shell scripts.
...
(clean): Remove new *_magic.h autogenerated files.
2001-12-26 05:02:07 +00:00
Christopher Faylor
77f4a25028
* Makefile.in: Autogenerate some header files which provide magic numbers.
...
Force dependencies for files which depend on autogenerated headers to ensure
that they are always built.
* child_info.h (child_info): Add new fields to accommodate new magic number
header stuff.
* dcrt0.cc: Rely on "child_info_magic.h" to ensure that correct child_info
magic numbers are used.
(dll_crt0_1): Temporarily remove _cygwin_testing_magic test.
(_dll_crt0): Do more testing on magic numbers from fork_info structure. Call
"multiple_cygwin_problem" where appropriate.
(multiple_cygwin_problem): Rename from multiple_cygwin_die. Issue a warning or
die, as appropriate based on cygwin version/magic number mismatch.
* pinfo.cc (pinfo::exit): Don't attempt to dereference `this' if it doesn't
exist. This can happen when a fatal error occurs early in process
initialization.
* shared.cc: Rely on "shared_info_magic.h" to accommodate that new magic number
header stuff.
(shared_info::initialize): Use new magic number stuff, for shared region.
(memory_init): Ditto, for mount table.
* shared_info.h: Accomodate new magic number stuff for shared region and mount
table.
* sigproc.cc: Rely on "child_info_magic.h" to accommodate new magic number
header stuff.
(init_child_info): Initialize new fields in child_info) to accomodate magic
numbers.
* winsup.h: Rename multiple_cygwin_die to multiple_cygwin_problem.
* include/cygwin/version.h: Define macros for manipulating version magic.
* cygmagic: New shell script for generating magic numbers.
2001-12-26 04:53:34 +00:00
Robert Collins
a3e320f3c9
2001-12-21 Robert Collins <rbtcollins@hotmail.com>
...
* include/wingdi.h: Add GetRandomRgn and SYSRGN.
2001-12-21 06:53:56 +00:00
Christopher Faylor
7b5ea138a2
* lib/Makefile.in: Revert inst_installdir definitions to working versions.
2001-12-21 04:42:05 +00:00
Christopher Faylor
4f235c9559
* include/cygwin/version.h: Bump API minor version for below changes.
2001-12-20 18:54:30 +00:00
Christopher Faylor
93034cfc7c
Remove obsolete include.
2001-12-20 03:03:59 +00:00
Christopher Faylor
48beacf6e4
* Makefile.in (VPATH): Add regex directory.
...
(NM): new variable.
(OBSOLETE_FUNCTIONS): Ditto.
(NEW_FUNCTIONS): Ditto.
(install-headers): Install regex.h.
(install-man): New target.
(install): Use new target.
(DLL_OFILES): Add v8_reg* stuff.
(new-cygwin1.dll): Eliminate stamp-cygwin-lib creation.
(libcygwin.a): Remove obsolete functions from import lib. Add new functions.
* configure.in: Detect 'nm' tool.
* configure: Regenerate.
* cygwin.din: Export posix_reg* functions. Eliminate export of v8 reg*
functions. This is now handled in object files themselves.
* regex/*: New files.
* regexp/v8_*.c: New files, renamed from non v8_ equivalents.
2001-12-20 02:55:11 +00:00
Christopher Faylor
4b31ae795b
Fix up comments.
2001-12-19 20:10:03 +00:00
Christopher Faylor
aa053fd461
* Makefile.in: Don't attempt to use zlib directory as a dependency if it
...
doesn't exist.
2001-12-19 03:35:36 +00:00
Corinna Vinschen
6d114a5dea
* include/getopt.h: Don't define getopt_long() and friends when
...
included through unistd.h.
2001-12-17 21:34:59 +00:00
Christopher Faylor
513a848fe6
* dtable.cc (dtable::init_std_file_from_handle): Avoid initializing using an
...
invalid handle.
2001-12-17 19:55:58 +00:00
Christopher Faylor
a318eb217d
* include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX.
2001-12-17 01:41:07 +00:00
Robert Collins
4706b72837
2001-12-17 Guido Serassio <serassio@libero.it>
...
* include/winsvc.h: Add ChangeServiceConfig2() &
QueryServiceConfig2() definition
2001-12-16 21:57:36 +00:00
Robert Collins
990d6d89b6
2001-12-17 Robret Collins <rbtcollins@hotmail.com>
...
* include/commctrl.h: New typedefs for HDLAYOUT and LPHDLAYOUT based
on MSDN documentation for XP.
2001-12-16 21:55:40 +00:00
Corinna Vinschen
8606f0058e
* mkpasswd.c (enum_users): Change to unconditionally use
...
the --path-to-home option, if supplied by the user. Use default
--path-to-home option value, if appropriate.
(usage): Change usage statement to reflect new semantics.
(main): Remove defaulting of the --path-to-home option.
2001-12-14 20:01:53 +00:00
Christopher Faylor
b6ddef77a4
Add missing ChangeLog.
...
* configure.in: Detect zlib subdirectory.
* configure: Regenerate
2001-12-14 18:26:43 +00:00
Christopher Faylor
94597cd05f
* Makefile.in: Exit immediately if a sub-make fails.
2001-12-14 18:23:19 +00:00
Christopher Faylor
bdc7392ce3
* mkpasswd.c (opts): Add indication that '-p' option requires an argument.
2001-12-14 17:15:37 +00:00
Christopher Faylor
e05f3227be
* Makefile.in: Add define to CXXFLAGS.
2001-12-11 22:51:01 +00:00