aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2003-02-01* grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor4-11/+21
2003-02-01* dlfcn.cc (dlerror): Only report load errors once per error.Christopher Faylor2-4/+13
2003-02-01* fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res.Christopher Faylor3-161/+187
2003-01-31* passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor3-4/+12
2003-01-31* shared.cc (shared_info::heap_chunk_size): Use correct variable when readingChristopher Faylor2-1/+6
2003-01-30* fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error whenChristopher Faylor2-2/+9
2003-01-30* lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...Christopher Faylor2-7/+9
2003-01-28 * fhandler_socket.cc (fhandler_socket::accept): On successful executionCorinna Vinschen2-16/+20
2003-01-27* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor2-5/+9
2003-01-27fix typoChristopher Faylor1-1/+1
2003-01-27* uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer aChristopher Faylor2-4/+8
2003-01-27* strings.h (strechr): New function.Christopher Faylor6-26/+54
2003-01-26* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor10-118/+126
2003-01-26* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor3-10/+8
2003-01-26* pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.Christopher Faylor2-1/+5
2003-01-26* include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor6-69/+99
2003-01-25clarifyChristopher Faylor1-1/+1
2003-01-25* pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor4-2/+16
2003-01-25 * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen6-31/+35
2003-01-25* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll regionChristopher Faylor2-0/+7
2003-01-24 * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.Corinna Vinschen4-1/+68
2003-01-24* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor8-140/+133
2003-01-24Add missing entry.Christopher Faylor1-1/+21
2003-01-22* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff1-1/+1
2003-01-22* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff2-2/+8
2003-01-22 * cygrun.c: Move from here to ../testsuite.Corinna Vinschen3-75/+6
2003-01-22 * cygwin.din: Export nanosleep().Corinna Vinschen4-26/+54
2003-01-21* grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor5-179/+143
2003-01-21* include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2-1/+5
2003-01-21Fix ChangeLog entry.Christopher Faylor1-1/+1
2003-01-21add missing ChangeLog entry.Christopher Faylor1-0/+1
2003-01-21add missing ChangeLog entry.Christopher Faylor1-0/+1
2003-01-21* path.h (etc::change_possible): Revert the type to bool.Christopher Faylor5-22/+20
2003-01-20* pwdgrp.h (etc): Move to path.h.Christopher Faylor7-224/+307
2003-01-18fix typoChristopher Faylor1-1/+1
2003-01-18* cygheap.cc: Change most 'int's to 'unsigned's.Christopher Faylor2-11/+16
2003-01-17* dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator.Christopher Faylor5-43/+40
2003-01-17 * cygwin.din: Add strerror_r.Corinna Vinschen3-1/+9
2003-01-17update copyrightChristopher Faylor4-4/+4
2003-01-17whitespaceChristopher Faylor1-1/+1
2003-01-17correct pwdgroup::load entryChristopher Faylor1-1/+1
2003-01-17* uinfo.cc (etc::dir_changed): Don't print a warning if can't open /etc, unlessChristopher Faylor2-1/+7
2003-01-17* grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor7-188/+256
2003-01-16 * mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS to the list ofCorinna Vinschen2-2/+10
2003-01-16remove errnoneously added filesChristopher Faylor3-446/+0
2003-01-16* path.cc (normalize_posix_path): Convert win32 path separators to slashes whenChristopher Faylor2-1/+12
2003-01-16merge from trunkChristopher Faylor3-0/+446
2003-01-15* cmalloc.cc (_cmalloc): Fix memory leak.Christopher Faylor2-2/+5
2003-01-15 * autoload.cc: Fix copyright date.Corinna Vinschen10-9/+21
2003-01-15fix minor typo.Christopher Faylor1-2/+2