aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2003-03-16* fhandler_console.cc (fhandler_console::close): Correct check for current tty.github/unlabeled-1.93.2unlabeled-1.93.2Christopher Faylor1-2/+2
2003-03-04This commit was manufactured by cvs2svn to create branch 'unlabeled-1.93.2'.cvs2svn325-128139/+0
2003-03-04* fhandler.h (fhandler_tty_slave::close): Declare new function.Christopher Faylor3-2/+55
2003-03-03* fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly incrementChristopher Faylor2-0/+8
2003-03-03* lib/getopt.c: Refresh from NetBSD sources.Christopher Faylor2-18/+32
2003-03-03* fhandler_console.cc (fhandler_console::close): Don't decrement in use counterChristopher Faylor2-1/+7
2003-03-02* lib/getopt.c: Nuke use of unneeded BSDisms.Christopher Faylor2-8/+7
2003-03-02* dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor8-48/+30
2003-03-02* dll_init.cc (dll_list::load_after_fork): Fix typo where result of LoadLibraryChristopher Faylor2-1/+6
2003-03-02fix typoChristopher Faylor1-1/+1
2003-03-01 * fhandler_socket.cc (fhandler_socket::bind): Open and write socketCorinna Vinschen2-20/+37
2003-03-01 * fhandler_socket.cc (get_inet_addr): Open and read socket file usingCorinna Vinschen2-7/+32
2003-03-01* cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions.Christopher Faylor5-12/+53
2003-02-282003-02-28 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-3/+8
2003-02-272003-03-27 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2-61/+131
2003-02-27 * uinfo.cc (internal_getlogin): Only update user.groups.pgsidCorinna Vinschen2-1/+7
2003-02-27* cygthread::detach: Improve error message.Christopher Faylor2-1/+5
2003-02-26 * sec_helper.cc (get_sids_info): debug_print owner_sid and group_sid.Corinna Vinschen2-0/+7
2003-02-25 * mmap.cc (mmap64): Fix returned address by taking the granularityCorinna Vinschen2-1/+6
2003-02-23 2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2-3/+5
2003-02-22whitespaceChristopher Faylor1-1/+1
2003-02-22* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:Christopher Faylor4-1/+25
2003-02-22* syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as anChristopher Faylor4-12/+29
2003-02-21 * fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compilerCorinna Vinschen2-11/+13
2003-02-21 * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen11-85/+180
2003-02-21* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor4-27/+38
2003-02-20 * wincap.h (wincap): Remove unnecessary definition ofCorinna Vinschen3-24/+17
2003-02-20 * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen5-159/+197
2003-02-20 * autoload.cc (GetCompressedFileSize): Add.Corinna Vinschen3-1/+21
2003-02-20w32api:Corinna Vinschen5-11/+59
2003-02-18 * grp.cc (internal_getgroups): Handle properly tokens withCorinna Vinschen2-3/+6
2003-02-16* cygwin.din: Export all appropriate newlibc libm functions. Sort.Christopher Faylor3-448/+481
2003-02-15* cygwin.din: Export all appropriate newlib functions.Christopher Faylor3-3/+82
2003-02-14 * mmap.cc (mprotect): Add missing break.Corinna Vinschen2-0/+5
2003-02-14* exceptions.cc (try_to_debug): Don't reset priority when returning fromChristopher Faylor2-3/+6
2003-02-13* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep forChristopher Faylor3-1/+10
2003-02-13* include/cygwin/types.h: Use correct ifdef guard for u_ definitions.Christopher Faylor2-8/+12
2003-02-13* environ.cc (environ_init): Use strechr.Christopher Faylor1-0/+4
2003-02-13oops.Christopher Faylor1-1/+1
2003-02-13* include/cygwin/in.h (sockaddr_in): Fix typo.Christopher Faylor3-3/+95
2003-02-13* path.h (path_conv): Reorganize slightly.Christopher Faylor2-2/+8
2003-02-13* fhandler_tty.cc (process_input): Add sanity check to ensure that consoleChristopher Faylor1-0/+5
2003-02-13* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor4-3/+10
2003-02-10* include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor8-84/+233
2003-02-08clarifyChristopher Faylor1-1/+1
2003-02-08* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor3-2/+11
2003-02-07 * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and lengthCorinna Vinschen2-104/+121
2003-02-07Christopher Faylor <cgf@redhat.com>Christopher Faylor2-4/+14
2003-02-07* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.Christopher Faylor3-0/+11
2003-02-07* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.Christopher Faylor1-1/+1