Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * rpcdce.h: Protect OPTIONAL definition since it may be (legally) previously | Christopher Faylor | 2000-06-22 | 3 | -0/+10 |
| | | | | | defined. * windef.h : Ditto. | ||||
* | * Makefile.in: Add new-libcygwin.a back to all_host target. | Christopher Faylor | 2000-06-22 | 2 | -1/+5 |
| | |||||
* | * Makefile.in: Add *.def to clean operation. | Christopher Faylor | 2000-06-21 | 5 | -7/+20 |
| | |||||
* | * Makefile.in: Add *.exe to clean operation. | Christopher Faylor | 2000-06-21 | 2 | -1/+5 |
| | |||||
* | Display what's going on. | Christopher Faylor | 2000-06-21 | 1 | -1/+2 |
| | |||||
* | * mkvers.sh: Fix sed usage for older seds. | Christopher Faylor | 2000-06-21 | 2 | -2/+7 |
| | |||||
* | * Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful. | Christopher Faylor | 2000-06-21 | 2 | -2/+6 |
| | |||||
* | * mkvers.sh: Fix problem with handling of CVS tags causing .rc syntax errors. | Christopher Faylor | 2000-06-20 | 2 | -1/+9 |
| | |||||
* | Tue Jun 20 14:30:00 2000 Jeff Johnston <jjohnstn@cygnus.com> | Jeff Johnston | 2000-06-20 | 3 | -2/+9 |
| | | | | | | | * libc/include/sys/reent.h (_rand_next): Added __extension__ qualifier as long long type is not strict ANSI. * libc/stdlib/rand.c (rand): Added __extension__ qualifier to long long constant. | ||||
* | * Makefile.in: Change to build the DLL during a cross-compiler build. | Christopher Faylor | 2000-06-20 | 2 | -5/+7 |
| | |||||
* | * configure.in: Bow to necessity and build w32api before anything else. | Christopher Faylor | 2000-06-20 | 3 | -2/+7 |
| | | | | * configure: Regenerate. | ||||
* | TI C54x target added. | Tim Wall | 2000-06-20 | 3 | -2/+14 |
| | |||||
* | * select.cc (socket_cleanup): Shutdown I/O on dummy sockets prior to closing | Christopher Faylor | 2000-06-20 | 2 | -0/+7 |
| | | | | them. | ||||
* | * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority' | Corinna Vinschen | 2000-06-19 | 8 | -76/+240 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | and `RegLoadKeyA'. * registry.cc (get_registry_hive_path): New function. (load_registry_hive): Ditto. * security.cc (convert_sid_to_string_sid): New function. (get_ssid): Renamed to `convert_string_sid_to_sid'. (get_pw_sid): Call `convert_string_sid_to_sid' instead of `get_ssid'. (get_gr_sid): Ditto. (get_admin_sid): Ditto. (get_system_sid): Ditto. (get_creator_owner_sid): Ditto. (get_world_sid): Ditto. * shared.h: New prototypes for `get_registry_hive_path' and `load_registry_hive'. * spawn.cc (spawn_guts): Set child->psid to NULL to force calling `internal_getlogin' from child process in case of changing user context. Call `load_registry_hive' in case of changing user context. (_spawnve): Copy user infos only if user context remains the same. * uinfo.cc: Add load statement for `NetUserGetInfo'. Remove load statement for `NetGetDCName'. (internal_getlogin): Rewrite to speed up process startup and to correct user environment in case user context changes. (uinfo_init): Call internal_getlogin only if myself->psid is NULL, that is user context changes. * winsup.h: Add prototypes for `convert_sid_to_string_sid', `convert_string_sid_to_sid' and `get_pw_sid'. | ||||
* | Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support | Nick Clifton | 2000-06-19 | 8 | -2/+497 |
| | | | | for m68hc11 and m68hc12 processors. | ||||
* | Changed values of MODSYNC and CRCCON as suggest by Russ Magee <rmagee@home.com> | Nick Clifton | 2000-06-18 | 2 | -2/+7 |
| | |||||
* | * fhandler.h (set_name): Don't use 'unix' as name since this is defined by gcc | Christopher Faylor | 2000-06-18 | 3 | -6/+13 |
| | | | | | now. * fhandler.cc (set_name): Ditto. | ||||
* | Add comment. | Christopher Faylor | 2000-06-18 | 1 | -0/+2 |
| | |||||
* | Revert. | Christopher Faylor | 2000-06-18 | 1 | -9/+1 |
| | |||||
* | * Makefile.in (subdirs): Eliminate for loop. | Christopher Faylor | 2000-06-18 | 3 | -12/+25 |
| | |||||
* | 2000-06-17 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-06-17 | 4 | -4/+33 |
| | | | | | | * getopt.h: Updated from gcc. * libiberty.h: Likewise. * symcat.h: Likewise. | ||||
* | * Makefile.in (subdirs): Previous change did not fix problem in broken shells. | Christopher Faylor | 2000-06-17 | 2 | -3/+7 |
| | |||||
* | * winsup.h (isabspath): Don't report `C:foo' as an absolute path. | Christopher Faylor | 2000-06-17 | 2 | -1/+5 |
| | |||||
* | * configure.in: Detect "cross-hosting" situation and set appropriate variables | Christopher Faylor | 2000-06-17 | 4 | -56/+100 |
| | | | | | | in Makefile to avoid building excess stuff. * configure: Regenerate. * Makefile.in: Accomodate above change. | ||||
* | * pinfo.cc (pinfo_init): Revert previous patch. | Corinna Vinschen | 2000-06-17 | 2 | -2/+4 |
| | |||||
* | * configure.in: Detect "cross-hosting" situation and add a subset of | Christopher Faylor | 2000-06-17 | 3 | -7/+30 |
| | | | | | directories to SUBDIRS. * configure: Regenerate. | ||||
* | Add additional info. | Christopher Faylor | 2000-06-17 | 1 | -1/+4 |
| | |||||
* | * Makefile.in: Avoid installing dll if we're cross building and the cross-host | Christopher Faylor | 2000-06-17 | 4 | -44/+72 |
| | | | | system isn't a Windows system. | ||||
* | 2000-05-06 Zack Weinberg <zack@wolery.cumb.org> | H.J. Lu | 2000-06-17 | 2 | -0/+12 |
| | | | | | * ansidecl.h: #define __extension__ to nothing if GCC_VERSION < 2008. | ||||
* | * pinfo.cc (pinfo_init): Add missing initializers. | Corinna Vinschen | 2000-06-17 | 3 | -29/+32 |
| | | | | | * uinfo.cc (internal_getlogin): Request domain infos only when ntsec is ON. | ||||
* | * Makefile.in: Just use library files from this tree when building cygrun.exe. | Christopher Faylor | 2000-06-16 | 3 | -11/+13 |
| | | | | | * path.cc (chdir): Don't set cache to offending chdir. Change comment to reflect current reality. | ||||
* | * libc/include/sys/unistd.h: Add prototypes for `seteuid' and | Corinna Vinschen | 2000-06-16 | 2 | -0/+9 |
| | | | | `setegid' provided by Cygwin. | ||||
* | * cygwin.din: Define symbols for `cygwin_logon_user' and | Corinna Vinschen | 2000-06-16 | 11 | -36/+233 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `cygwin_set_impersonation_token'. * dcrt0.cc (dll_crt0_1): Eliminate superfluous conditional statements. Add load statements for `ImpersonateLoggedOnUser', `LogonUserA' and `RevertToSelf'. * fork.cc (fork): Care for correct impersonation of parent and child process. * security.cc (cygwin_set_impersonation_token): New function. (cygwin_logon_user): Ditto. shared.h (class pinfo): New members `orig_uid', `orig_gid', `real_uid' nad `real_gid'. spawn.cc (spawn_guts): Care for impersonation when starting child process in a different user context. * syscalls.cc (setgid): Call `setegid' now. Set real_gid. (setuid): Call `seteuid' now. Set real_uid. (seteuid): Functionality moved from setuid to here. Care for correct impersonation. (setegid): Functionality moved from setgid to here. * uinfo.cc (uinfo_init): Initialization of additional pinfo members. (getuid): Return real uid. (getgid): Return real gid. (geteuid): Return effective uid. (getegid): Return effective gid. include/sys/cygwin.h: Add prototypes for `cygwin_logon_user' and `cygwin_set_impersonation_token'. include/cygwin/version.h: Bumb API minor version to 22. | ||||
* | * path.cc (chdir): Don't set cache to offending chdir. Change comment to | Christopher Faylor | 2000-06-15 | 2 | -8/+15 |
| | | | | reflect current reality. | ||||
* | Fix some typos. | H.J. Lu | 2000-06-15 | 1 | -2/+2 |
| | |||||
* | Fix typo. | Christopher Faylor | 2000-06-15 | 1 | -1/+1 |
| | |||||
* | Remove entries from gcc. They don't make much senses here since | H.J. Lu | 2000-06-15 | 1 | -18/+2 |
| | | | | ChangeLogs in gcc and binutils are quite different. | ||||
* | 2000-06-15 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2000-06-15 | 5 | -27/+202 |
| | | | | | | | | | | | | | | | | | | | | | | | | * sort.h: New file. Impored from gcc. * hashtab.h: Updated from from gcc. 2000-06-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * demangle.h (demangling_styles): Remove trailing comma in enum. * dyn-string.h (dyn_string_append_char): Change parameter from char to int. 2000-06-04 Alex Samuel <samuel@codesourcery.com> * dyn-string.h: Move here from gcc/dyn-string.h. Add new functions. * demangle.h (DMGL_GNU_NEW_ABI): New macro. (DMGL_STYLE_MASK): Or in DMGL_GNU_NEW_ABI. (current_demangling_style): Add gnu_new_abi_demangling. (GNU_NEW_ABI_DEMANGLING_STYLE_STRING): New macro. (GNU_NEW_ABI_DEMANGLING): Likewise. (cplus_demangle_new_abi): New declaration. | ||||
* | New file. A brief list of who maintains newlib. | Ranjith Kumaran | 2000-06-15 | 1 | -0/+38 |
| | |||||
* | * path.cc (normalize_posix_path): Convert path to POSIX if it seems to be a | Christopher Faylor | 2000-06-15 | 2 | -19/+46 |
| | | | | Windows path. | ||||
* | * environ.cc (conv_envvars): Detect and convert all environment variables used | Christopher Faylor | 2000-06-15 | 2 | -0/+9 |
| | | | | by libiberty's choose-temp.c | ||||
* | * libc/stdio/fdopen.c (_fdopen_r): Take explicit given | Corinna Vinschen | 2000-06-14 | 2 | -0/+10 |
| | | | | bin/textmode into account for Cygwin. | ||||
* | Rewrote "Adding or updating packages", | David Starks-Browning | 2000-06-14 | 1 | -47/+50 |
| | | | | plus a few other minor changes. | ||||
* | * include/winnt.h: Add some missing defines related to locale identifiers. | Christopher Faylor | 2000-06-14 | 2 | -58/+176 |
| | | | | Translate values of LANG_* and SUBLANG_* into hexadecimal. | ||||
* | Tidied up formatting a bit. | David Starks-Browning | 2000-06-14 | 1 | -10/+24 |
| | | | | | | New entries: How do I convert between Windows and UNIX paths? Why are compiled executables so huge?!? | ||||
* | Minor changes, also add note about deleting temp dir after setup. | David Starks-Browning | 2000-06-14 | 1 | -5/+21 |
| | |||||
* | Fix simple @-error. | David Starks-Browning | 2000-06-13 | 1 | -1/+1 |
| | |||||
* | * path.cc (mount_info::add_item): The previous patch can't handle the case of | Christopher Faylor | 2000-06-13 | 2 | -6/+13 |
| | | | | overwriting a mount entry. | ||||
* | New entry: "How should I set my PATH?" | David Starks-Browning | 2000-06-13 | 1 | -0/+28 |
| | |||||
* | Removed a couple of "not yet updated" disclaimers. | David Starks-Browning | 2000-06-13 | 1 | -32/+19 |
| | | | | New entry: "info error "dir: No such file or directory"" |