aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2000-07-03Revert errnoneous commit.Christopher Faylor4-30/+16
2000-07-03* exceptions.cc (stack_info::walk): Use method to find offset.Christopher Faylor6-37/+68
2000-07-03 * include/cygwin/socket.h: Remove SOCK_PACKET define since it'sCorinna Vinschen2-5/+5
2000-07-03* dcrt0.cc (user32_init): Add primitive guard against concurrent attempts toChristopher Faylor2-3/+32
2000-07-02Replaced buggy ChangeLog entryCorinna Vinschen1-4/+10
2000-07-02 * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen9-27/+33
2000-07-02Add some comments.Christopher Faylor1-0/+2
2000-07-02 * uinfo.cc (uinfo_init): Eliminate calls to read_etc_group()Corinna Vinschen2-27/+16
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen13-21/+31
2000-07-01* binmode.c (cygwin_premain0): Fix erroneous clearing of bit.Christopher Faylor3-2/+7
2000-07-01Remove asm labelling from _dll_crt0 since it seems to confuse different versionsChristopher Faylor1-1/+1
2000-07-01* dcrt0.cc (_dll_crt0): Renamed from dll_crt0 ().Christopher Faylor5-7/+14
2000-07-01* Makefile.in: Find getopt.c in cygwin/lib subdirectory.Christopher Faylor2-1/+5
2000-07-01Forgot perthread.h.Christopher Faylor2-0/+38
2000-07-01* Makefile.in: Use variables rather than configure constructs whereChristopher Faylor26-223/+455
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