Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * syscalls.cc (seteuid): Initialize pi.token before calling | Corinna Vinschen | 2000-06-28 | 3 | -8/+33 |
| | | | | | | | | internal_getlogin(). * uinfo.cc (internal_getlogin): Use impersonation token instead of process token in case of active impersonation. Add some comments. (uinfo_init): Initializing myself->token and myself->impersonated before calling internal_getlogin(). Add some comments. | ||||
* | 2000-06-19 Syd Polk <spolk@redhat.com> | Syd Polk | 2000-06-27 | 2 | -0/+5 |
| | | | | * acinclude.m4: Updated for Incr Tcl 3.0. | ||||
* | Tue Jun 27 15:49:00 2000 Marek Michalkiewicz <marekm@linux.org.pl> | Jeff Johnston | 2000-06-27 | 4 | -2/+27 |
| | | | | | | * configure.host: Add support for AVR target. * libc/include/machine/ieeefp.h: Likewise. * libc/include/sys/config.h: Likewise. | ||||
* | * include/winbase.h: Add stream ids BACKUP_OBJECT_ID, | Corinna Vinschen | 2000-06-27 | 5 | -1/+118 |
| | | | | | | | | | | | | | | | | | | BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK. Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and FILE_FLAG_OPEN_NO_RECALL. * winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT, FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT. * winnt.h: Add typedef for GUID. Add file attributes FILE_ATTRIBUTE_ENCRYPTED, FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and FILE_ATTRIBUTE_NOT_CONTENT_INDEXED. Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES, FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE, FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION. Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER, REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION. * lib/psapi.def: New file. | ||||
* | Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR ↵ | Nick Clifton | 2000-06-27 | 4 | -11/+25 |
| | | | | port. | ||||
* | * windows.cc (setitimer): Round up when < 1000 usecs. | Christopher Faylor | 2000-06-26 | 2 | -1/+8 |
| | |||||
* | * hinfo.cc (hinfo::dup2): Eliminate compiler warning. | Christopher Faylor | 2000-06-26 | 2 | -1/+5 |
| | |||||
* | * hinfo.cc (hinfo::dup2): Guard against out of bounds newfd. | Christopher Faylor | 2000-06-26 | 2 | -1/+11 |
| | |||||
* | * grp.cc (read_etc_group): Open file in text mode. | Christopher Faylor | 2000-06-25 | 4 | -3/+9 |
| | | | | | * pwd.cc (read_etc_passwd): Ditto. * shared.h: Bump PROC_MAGIC. | ||||
* | * cygcheck.cc (cygwin_info): New function. Scans DLL for Cygwin version info. | Christopher Faylor | 2000-06-25 | 2 | -4/+68 |
| | | | | | | | (dll_info): Add path parameter for checking "cygwin1.dll". (track_down): Accomodate additional parameter for dll_info. (ls): Ditto. (dump_sys_info): Always print cygwin1.dll last. | ||||
* | * fork.cc (fork): Fix error in copying SID pointer. | Corinna Vinschen | 2000-06-24 | 5 | -15/+56 |
| | | | | | | | | | | | * spawn.cc (_spawnve): Ditto. * passwd.cc: Remove static from `passwd_in_memory_p'. (read_etc_passwd): Remove static. * uinfo.cc: Move global declaration of `read_etc_group' and `group_in_memory_p' into `uinfo_init'. (internal_getlogin): Try to get SID from current process first. (uinfo_init): Don't set uid and gid if `myself' has a valid SID. Only load /etc/passwd and /etc/group in that case. | ||||
* | * shared.cc (shared_info::initialize): Improve error message clarity. | Christopher Faylor | 2000-06-24 | 3 | -2/+9 |
| | | | | * mkvers.sh: Eliminate debugging output. | ||||
* | Thu Jun 22 18:35:00 2000 Ranjith Kumaran <ranjith@cygnus.com> | Ranjith Kumaran | 2000-06-22 | 2 | -5/+7 |
| | | | | | * README: Newlib 1.8.2 must be built in a separate directory than the sources. | ||||
* | * Makefile.in: Add dummy info targets. | Christopher Faylor | 2000-06-22 | 2 | -2/+12 |
| | |||||
* | * Makefile.in: Autogenerate cygwin.def when appropriate. | Christopher Faylor | 2000-06-22 | 3 | -3/+11 |
| | | | | * include/sys/cygwin.h: Correct prototype. | ||||
* | Revise previous include/sys/cygwin.h change. | Christopher Faylor | 2000-06-22 | 2 | -4/+4 |
| | |||||
* | * include/sys/cygwin.h: Don't define parts of this file that rely on Windows | Christopher Faylor | 2000-06-22 | 2 | -2/+7 |
| | | | | headers unless the Windows header was previously included. | ||||
* | Revert. | Christopher Faylor | 2000-06-22 | 1 | -5/+0 |
| | |||||
* | Remove some files that were added prematurely. | Christopher Faylor | 2000-06-22 | 1 | -3/+2 |
| | |||||
* | * registry.cc (load_registry_hive): Use HKEY_USERS when checking | Corinna Vinschen | 2000-06-22 | 2 | -5/+13 |
| | | | | | | for existing user hive. Use MAX_PATH instead of numerical constant for array size. Use return code of RegLoadKeyA instead of GetLastError for error output. | ||||
* | * 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. |