Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2001-05-16 * include/winnt.h: Add defines for group attributes.Corinna Vinschen
2001-05-16 * sec_helper.cc (legal_sid_type): Fix conditional. Change toCorinna Vinschen
2001-05-16* autoload.h: Eliminate.Christopher Faylor
2001-05-15 * fork.cc (fork): Eliminate superfluous call to getuid().Corinna Vinschen
2001-05-15 * winsup.api/winsup.exp: Force linking all tests against binmode.o.Corinna Vinschen
2001-05-15 * fhandler_socket.cc (fhandler_socket::ioctl): Convert s_addrCorinna Vinschen
2001-05-15 * autoload.cc: Add autoload statements for ws2_32 functionsCorinna Vinschen
2001-05-15* Makefile.common: Change method for finding current directory.Christopher Faylor
2001-05-14* errno.cc (_sys_errlist): Add missing commas.Christopher Faylor
2001-05-14 * security.cc (subauth): Check if Secur32.dll could be loaded.Corinna Vinschen
2001-05-14* path.cc (path_conv::check): Revert allow_ntsec check so that volume info isChristopher Faylor
2001-05-14Fix formatting.Christopher Faylor
2001-05-13* fhandler_tty.cc (fhandler_tty_common::dup): Preserve O_NOCTTY when duping aChristopher Faylor
2001-05-12 * dir.cc (rmdir): Rearrange slightly to allow removing directoriesCorinna Vinschen
2001-05-12* external.cc (fillout_pinfo): Use correct pids.Christopher Faylor
2001-05-11* exceptions.cc (handle_exceptions): Don't print message when executing from aChristopher Faylor
2001-05-11Christopher Faylor <cgf@redhat.com>Christopher Faylor
2001-05-10remove erroneous header.Christopher Faylor
2001-05-09* path.cc (mount_info::conv_to_win32_path): Treat UNC paths the same as pathsChristopher Faylor
2001-05-09* fhandler.h (fhandler_termios::echo_erase): Declare new method.Christopher Faylor
2001-05-09* include/pthread.h: Remove C++ comment.Christopher Faylor
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor
2001-05-08* include/sys/file.h: Revert special X_OK usage. Just make it a constant.Christopher Faylor
2001-05-07Sun May 6 17:05:00 2001 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2001-05-06* string.h (cygwin_strchr): Make 'static inline' so that things will still workChristopher Faylor
2001-05-05* exceptions.cc (handle_exceptions): Vastly increase test for exception loopChristopher Faylor
2001-05-05* configure.in: Fix typo.Christopher Faylor
2001-05-05* exceptions.cc (stack_info): Add some controls.Christopher Faylor
2001-05-05* localtime.c: Revert exclusion of windows.h.Christopher Faylor
2001-05-05oops.Christopher Faylor
2001-05-05* string.h: Fix last-minute typo.Christopher Faylor
2001-05-05Revert much of previous erroneous checkin. Add ChangeLog entry.Christopher Faylor
2001-05-05* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor
2001-05-04* fhandler_socket.cc (set_connect_secret): Use /dev/urandom toEgor Duda
2001-05-04* configure.in: Make subauth configuration optional.Christopher Faylor
2001-05-04 Initial release of the Cygwin subauthentication DLL.Corinna Vinschen
2001-05-04 * subauth: New subdirectory.Corinna Vinschen
2001-05-04* include/pthread.h (pthread_cleanup_push): Eliminate space precedingChristopher Faylor
2001-05-03 * net.cc (wsock_init): Rename `was_in_progress' to `wsock_started'Corinna Vinschen
2001-05-03* exceptions.cc (handle_exceptions): Break out of "loop" if the debuggerChristopher Faylor
2001-05-03 * autoload.cc: Use new definition of LoadDLLinitfunc throughout.Corinna Vinschen
2001-05-01* mkpasswd.c (enum_users): Use /bin/bash as the default shell.Christopher Faylor
2001-05-01* path.cc (mount_info::conv_to_win32_path): More path tweaking.Christopher Faylor
2001-05-01* path.cc (mount_info::conv_to_win32_path): Fix debugging output to avoid aChristopher Faylor
2001-05-01* path.cc (mkrelpath): New function.Christopher Faylor
2001-05-01 * autoload.cc: Add LoadDLLinitfunc for secur32.dll.Corinna Vinschen
2001-04-30 * uinfo.cc (internal_getlogin): Formatting change.Corinna Vinschen
2001-04-30 * grp.cc: Eliminate MAX_DOMAIN_NAME define.Corinna Vinschen
2001-04-30* path.cc (path_conv::check): Don't use path_flags when converting to MS-DOSChristopher Faylor
2001-04-30* exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate.Christopher Faylor