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-20* fhandler_dsp.cc: Reformat to GNU standards.Christopher Faylor
2001-05-20 * autoload.cc: Add load statements for `LookupAccountNameW',Corinna Vinschen
2001-05-20* Makefile.in: Use 'rm -f' when cleaning.Christopher Faylor
2001-05-20* fork.cc (fork_parent): Move atforkprepare call here.Christopher Faylor
2001-05-19 * autoload.cc: Add missing load statement for `CancelIo'.Corinna Vinschen
2001-05-19* grp.cc (read_etc_group): Don't copy mutex on fork.Christopher Faylor
2001-05-18 * net.cc (wsock_event::wait): Explicitely cancel IO when a signalCorinna Vinschen
2001-05-18 * include/winnt.h: Define SE_GROUP_LOGON_ID as unsigned to avoidCorinna Vinschen
2001-05-17 * include/ntdef.h: Protect definition of OBJECT_ATTRIBUTES againstCorinna Vinschen
2001-05-17 * security.cc (cygwin_set_impersonation_token): Never destroyCorinna Vinschen
2001-05-17 Revert accidentally checked in ChangeLog.Corinna Vinschen
2001-05-17 * cygsuba.c: Create token source with well defined identifier.Corinna Vinschen
2001-05-17 Add missing ChangeLog entry.Corinna Vinschen
2001-05-17 * uinfo.cc (uinfo_init): Just set user token to INVALID_HANDLE_VALUE.Corinna Vinschen
2001-05-16 * net.cc (errmap): Add missing mapping from WSAEINTR to EINTR.Corinna Vinschen
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