aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2000-06-28 * syscalls.cc (seteuid): Initialize pi.token before callingCorinna Vinschen3-8/+33
2000-06-27 * include/winbase.h: Add stream ids BACKUP_OBJECT_ID,Corinna Vinschen5-1/+118
2000-06-26* windows.cc (setitimer): Round up when < 1000 usecs.Christopher Faylor2-1/+8
2000-06-26* hinfo.cc (hinfo::dup2): Eliminate compiler warning.Christopher Faylor2-1/+5
2000-06-26* hinfo.cc (hinfo::dup2): Guard against out of bounds newfd.Christopher Faylor2-1/+11
2000-06-25* grp.cc (read_etc_group): Open file in text mode.Christopher Faylor4-3/+9
2000-06-25* cygcheck.cc (cygwin_info): New function. Scans DLL for Cygwin version info.Christopher Faylor2-4/+68
2000-06-24 * fork.cc (fork): Fix error in copying SID pointer.Corinna Vinschen5-15/+56
2000-06-24* shared.cc (shared_info::initialize): Improve error message clarity.Christopher Faylor3-2/+9
2000-06-22* Makefile.in: Add dummy info targets.Christopher Faylor2-2/+12
2000-06-22* Makefile.in: Autogenerate cygwin.def when appropriate.Christopher Faylor3-3/+11
2000-06-22Revise previous include/sys/cygwin.h change.Christopher Faylor2-4/+4
2000-06-22* include/sys/cygwin.h: Don't define parts of this file that rely on WindowsChristopher Faylor2-2/+7
2000-06-22Revert.Christopher Faylor1-5/+0
2000-06-22Remove some files that were added prematurely.Christopher Faylor1-3/+2
2000-06-22 * registry.cc (load_registry_hive): Use HKEY_USERS when checkingCorinna Vinschen2-5/+13
2000-06-22* rpcdce.h: Protect OPTIONAL definition since it may be (legally) previouslyChristopher Faylor3-0/+10
2000-06-22* Makefile.in: Add new-libcygwin.a back to all_host target.Christopher Faylor2-1/+5
2000-06-21* Makefile.in: Add *.def to clean operation.Christopher Faylor5-7/+20
2000-06-21* Makefile.in: Add *.exe to clean operation.Christopher Faylor2-1/+5
2000-06-21Display what's going on.Christopher Faylor1-1/+2
2000-06-21* mkvers.sh: Fix sed usage for older seds.Christopher Faylor2-2/+7
2000-06-21* Makefile.in: Don't touch winver_stamp if mkvers.sh was unsuccessful.Christopher Faylor2-2/+6
2000-06-20* mkvers.sh: Fix problem with handling of CVS tags causing .rc syntax errors.Christopher Faylor2-1/+9
2000-06-20* Makefile.in: Change to build the DLL during a cross-compiler build.Christopher Faylor2-5/+7
2000-06-20* configure.in: Bow to necessity and build w32api before anything else.Christopher Faylor3-2/+7
2000-06-20* select.cc (socket_cleanup): Shutdown I/O on dummy sockets prior to closingChristopher Faylor2-0/+7
2000-06-19 * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'Corinna Vinschen8-76/+240
2000-06-18* fhandler.h (set_name): Don't use 'unix' as name since this is defined by gccChristopher Faylor3-6/+13
2000-06-18Add comment.Christopher Faylor1-0/+2
2000-06-18Revert.Christopher Faylor1-9/+1
2000-06-18* Makefile.in (subdirs): Eliminate for loop.Christopher Faylor3-12/+25
2000-06-17* Makefile.in (subdirs): Previous change did not fix problem in broken shells.Christopher Faylor2-3/+7
2000-06-17* winsup.h (isabspath): Don't report `C:foo' as an absolute path.Christopher Faylor2-1/+5
2000-06-17* configure.in: Detect "cross-hosting" situation and set appropriate variablesChristopher Faylor4-56/+100
2000-06-17 * pinfo.cc (pinfo_init): Revert previous patch.Corinna Vinschen2-2/+4
2000-06-17* configure.in: Detect "cross-hosting" situation and add a subset ofChristopher Faylor3-7/+30
2000-06-17Add additional info.Christopher Faylor1-1/+4
2000-06-17* Makefile.in: Avoid installing dll if we're cross building and the cross-hostChristopher Faylor4-44/+72
2000-06-17 * pinfo.cc (pinfo_init): Add missing initializers.Corinna Vinschen3-29/+32
2000-06-16* Makefile.in: Just use library files from this tree when building cygrun.exe.Christopher Faylor3-11/+13
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen11-36/+233
2000-06-15* path.cc (chdir): Don't set cache to offending chdir. Change comment toChristopher Faylor2-8/+15
2000-06-15Fix typo.Christopher Faylor1-1/+1
2000-06-15* path.cc (normalize_posix_path): Convert path to POSIX if it seems to be aChristopher Faylor2-19/+46
2000-06-15* environ.cc (conv_envvars): Detect and convert all environment variables usedChristopher Faylor2-0/+9
2000-06-14Rewrote "Adding or updating packages",David Starks-Browning1-47/+50
2000-06-14* include/winnt.h: Add some missing defines related to locale identifiers.Christopher Faylor2-58/+176
2000-06-14Tidied up formatting a bit.David Starks-Browning1-10/+24
2000-06-14Minor changes, also add note about deleting temp dir after setup.David Starks-Browning1-5/+21