libc/winsup/cygwin
Corinna Vinschen b3cc0634b9 * syscalls.cc (seteuid): Initialize pi.token before calling
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-28 17:42:28 +00:00
..
config/i386 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
include * Makefile.in: Autogenerate cygwin.def when appropriate. 2000-06-22 21:51:48 +00:00
libc * select.cc (thread_pipe): Add paranoid check to ensure thread termination. 2000-05-18 18:32:05 +00:00
regexp Eliminate RCS stuff. 2000-02-24 20:59:30 +00:00
testsuite * testsuite/winsup.api/crlf.c: New 2000-05-17 17:21:36 +00:00
CYGWIN_LICENSE import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog * syscalls.cc (seteuid): Initialize pi.token before calling 2000-06-28 17:42:28 +00:00
ChangeLog-1995 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1996 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1997 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1998 import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog-1999 Update. 2000-02-21 03:18:37 +00:00
Makefile.in * Makefile.in: Autogenerate cygwin.def when appropriate. 2000-06-22 21:51:48 +00:00
ROADMAP import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
acconfig.h Remove obsolete setting. 2000-04-16 23:00:38 +00:00
ansi.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
assert.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
autoload.h * exceptions.cc: Remove unneeded include. 2000-06-01 05:57:54 +00:00
config.h.in * Makefile.in: Remove libadvapi32.a. 2000-05-30 00:38:51 +00:00
configure * configure.in: Detect "cross-hosting" situation and set appropriate variables 2000-06-17 17:54:05 +00:00
configure.in * configure.in: Detect "cross-hosting" situation and set appropriate variables 2000-06-17 17:54:05 +00:00
cygrun.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
cygwin.din * cygwin.din: Define symbols for `cygwin_logon_user' and 2000-06-16 19:36:07 +00:00
dcrt0.cc * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority' 2000-06-19 17:36:30 +00:00
debug.cc * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if 2000-05-17 05:49:51 +00:00
debug.h Fix final round of gcc warnings relating to unused parameters. 2000-02-24 06:45:32 +00:00
delqueue.cc * configure.in: Use -gstabs+ as compile debug option. This seems to promote 2000-05-04 19:46:32 +00:00
dir.cc * dir.cc (rmdir): Use file attributes that have already been discovered by 2000-05-25 21:45:04 +00:00
dlfcn.cc * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
dll_entry.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
dll_init.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
dll_init.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
dll_init.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
dll_main.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
dtable.cc * hinfo.cc (hinfo::dup2): Eliminate compiler warning. 2000-06-26 21:36:52 +00:00
dtable.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
environ.cc * environ.cc (conv_envvars): Detect and convert all environment variables used 2000-06-15 03:50:03 +00:00
errno.cc * errno.cc (errmap): Map ERROR_BAD_NET_NAME to errno ENOSHARE. 2000-05-26 09:17:08 +00:00
exceptions.cc * exceptions.cc: Remove unneeded include. 2000-06-01 05:57:54 +00:00
exec.cc * exceptions.cc (interruptible): Allocate slightly more space for directory 2000-04-26 05:13:32 +00:00
external.cc * select.cc (thread_pipe): Add paranoid check to ensure thread termination. 2000-05-18 18:32:05 +00:00
external.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fcntl.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fhandler.cc * fhandler.h (set_name): Don't use 'unix' as name since this is defined by gcc 2000-06-18 17:43:45 +00:00
fhandler.h * fhandler.h (set_name): Don't use 'unix' as name since this is defined by gcc 2000-06-18 17:43:45 +00:00
fhandler_console.cc * fhandler_console.cc (fhandler_console::read): Detect extended keycode 2000-04-24 21:41:11 +00:00
fhandler_floppy.cc * exceptions.cc (interruptible): Change method for determining if something is 2000-02-24 02:49:44 +00:00
fhandler_random.cc * fhandler_random.cc (read): Call CryptAquireContext with 2000-06-11 14:01:18 +00:00
fhandler_raw.cc * fhandler_raw.cc (write_file, read_file): New wrapper functions 2000-05-12 18:34:50 +00:00
fhandler_serial.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fhandler_tape.cc * fhandler_tape.cc (fhandler_dev_tape::ioctl): Check 2000-05-16 21:42:55 +00:00
fhandler_termios.cc Respond to a multitude of g++ warnings. 2000-02-21 05:20:38 +00:00
fhandler_tty.cc * Makefile.in (DLL_OFILES): Sort. 2000-05-12 05:06:43 +00:00
fhandler_windows.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
fhandler_zero.cc Respond to a multitude of g++ warnings. 2000-02-21 05:20:38 +00:00
fork.cc * fork.cc (fork): Fix error in copying SID pointer. 2000-06-24 17:37:52 +00:00
gcrt0.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
glob.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
gmon.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
gmon.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
grp.cc * grp.cc (read_etc_group): Open file in text mode. 2000-06-25 03:48:10 +00:00
heap.cc * exceptions.cc (interruptible): Change method for determining if something is 2000-02-24 02:49:44 +00:00
init.cc * init.cc (dll_entry): Use better check for determining when to set thread 2000-04-16 22:57:05 +00:00
ioctl.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
libccrt0.cc Revert. 2000-06-22 19:48:10 +00:00
libcmain.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
localtime.c Throughout use strace class in place of individual functions and variables. 2000-03-07 05:33:09 +00:00
malloc_wrapper.cc * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if 2000-05-17 05:49:51 +00:00
mcount.c * sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since it 2000-03-07 18:32:40 +00:00
misc-std.sgml clean up SGML for latest version of jade/docbook 2000-04-19 00:55:19 +00:00
mkvers.sh * shared.cc (shared_info::initialize): Improve error message clarity. 2000-06-24 16:31:36 +00:00
mmap.cc * mmap.cc (list::erase): Increment loop counter. 2000-05-11 22:30:45 +00:00
net.cc * exceptions.cc: Remove unneeded include. 2000-06-01 05:57:54 +00:00
ntea.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
passwd.cc * grp.cc (read_etc_group): Open file in text mode. 2000-06-25 03:48:10 +00:00
path.cc * Makefile.in: Just use library files from this tree when building cygrun.exe. 2000-06-16 23:39:02 +00:00
path.h Needed for previous changes. 2000-05-30 13:45:20 +00:00
path.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
pinfo.cc * pinfo.cc (pinfo_init): Revert previous patch. 2000-06-17 17:53:08 +00:00
pipe.cc Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com> 2000-03-15 04:49:36 +00:00
posix.sgml clean up SGML for latest version of jade/docbook 2000-04-19 00:55:19 +00:00
profil.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
profil.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
pthread.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
registry.cc * registry.cc (load_registry_hive): Use HKEY_USERS when checking 2000-06-22 18:54:26 +00:00
resource.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
scandir.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
security.cc * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority' 2000-06-19 17:36:30 +00:00
select.cc * select.cc (socket_cleanup): Shutdown I/O on dummy sockets prior to closing 2000-06-20 00:47:52 +00:00
select.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
shared.cc * shared.cc (shared_info::initialize): Improve error message clarity. 2000-06-24 16:31:36 +00:00
shared.h * grp.cc (read_etc_group): Open file in text mode. 2000-06-25 03:48:10 +00:00
shared.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
signal.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
sigproc.cc * sigproc.h (sigframe::set): Accept a default frame pointer. 2000-05-26 06:24:58 +00:00
sigproc.h * sigproc.h (sigframe::set): Accept a default frame pointer. 2000-05-26 06:24:58 +00:00
smallprint.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
spawn.cc * fork.cc (fork): Fix error in copying SID pointer. 2000-06-24 17:37:52 +00:00
strace.cc Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com> 2000-03-15 04:49:36 +00:00
strsep.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
sync.cc * dcrt0.cc (dll_crt0_1): Initialize mainthread stuff here before anything needs 2000-05-18 03:20:01 +00:00
sync.h * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if 2000-05-17 05:49:51 +00:00
syscalls.cc * syscalls.cc (seteuid): Initialize pi.token before calling 2000-06-28 17:42:28 +00:00
sysconf.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
syslog.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
termios.cc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
test.c import winsup-2000-02-17 snapshot 2000-02-17 19:38:31 +00:00
thread.cc * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash if 2000-05-17 05:49:51 +00:00
thread.h * thread.h: Shorten "current_directory" variables to "cwd_*" throughout. 2000-06-13 04:40:36 +00:00
times.cc * times.cc: Fix extern declarations for variables that are exported but used by 2000-03-19 04:14:07 +00:00
tty.cc * fhandler.cc (fhandler_base::get_readahead_into_buffer): New function. 2000-03-12 06:29:54 +00:00
tz_posixrules.h import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
uinfo.cc * syscalls.cc (seteuid): Initialize pi.token before calling 2000-06-28 17:42:28 +00:00
uname.cc * uname.cc (uname): Use a "s" to denote a snapshot to avoid confusion with the 2000-05-23 14:10:31 +00:00
wait.cc * exceptions.cc (interruptible): Change method for determining if something is 2000-02-24 02:49:44 +00:00
window.cc * windows.cc (setitimer): Round up when < 1000 usecs. 2000-06-26 22:33:54 +00:00
winsup.h * Makefile.in: Add *.def to clean operation. 2000-06-21 18:33:19 +00:00
winver.rc import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00