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