summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * setup-net.sgml: Add "setup-maxmem" sectionJoshua Daniel Franklin2003-02-062-0/+69
* * path.cc: Change 'to_posix_p' to 'to_posix' throughout.Christopher Faylor2003-02-052-15/+29
* * path.cc (etc::dir_changed): Fix debug printf.Christopher Faylor2003-02-052-2/+5
* * sec_acl.cc (setacl): Move all permission settings to beginning ofCorinna Vinschen2003-02-053-99/+244
* * include/basetypes.h (_GUID_DEFINED): Add deprecation warning, startEarnie Boyd2003-02-055-9/+35
* * include/sys/cygwin.h: Use C-style comments.Christopher Faylor2003-02-052-21/+25
* * sec_helper.cc (get_sids_info): New function.Corinna Vinschen2003-02-053-24/+72
* Correct typo in last changelog entry.Danny Smith2003-02-041-1/+1
* * include/shlwapi.h (PathRelativePathTo[AW]): CorrectDanny Smith2003-02-042-2/+8
* * syscalls.cc (struct system_cleanup_args): New struct.Thomas Pfaff2003-02-042-8/+31
* * winsup.api/pthread/cancel11.c: New test.Thomas Pfaff2003-02-043-0/+149
* * path.cc (symlink): Create security attributes so that only theCorinna Vinschen2003-02-043-5/+8
* * grp.cc (internal_getgroups): Do not return without closingCorinna Vinschen2003-02-042-20/+26
* * security.h (class cygpsid): New class.Corinna Vinschen2003-02-046-91/+123
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-0414-33/+37
* * security.h: Add third argument to set_process_privilege.Corinna Vinschen2003-02-035-8/+33
* * fhandler_socket.cc (fhandler_socket::recvfrom): Return bufferCorinna Vinschen2003-02-032-1/+18
* * cygwinenv.sgml: Add section for 'CYGWIN codepage:[ansi|oem]'Joshua Daniel Franklin2003-02-033-1/+32
* * grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor2003-02-014-11/+21
* * include/commctrl.h (TCM_*): Add missing defines.Danny Smith2003-02-012-1/+14
* 2003-02-01 Jesus Alvarez <jesus_alvarez@users.sourceforge.net>Danny Smith2003-02-012-0/+56
* * dlfcn.cc (dlerror): Only report load errors once per error.Christopher Faylor2003-02-012-4/+13
* * fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res.Christopher Faylor2003-02-013-161/+187
* * passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from PierreChristopher Faylor2003-01-313-4/+12
* * shared.cc (shared_info::heap_chunk_size): Use correct variable when readingChristopher Faylor2003-01-312-1/+6
* 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-312-5/+33
* * fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error whenChristopher Faylor2003-01-302-2/+9
* * lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...Christopher Faylor2003-01-302-7/+9
* * fhandler_socket.cc (fhandler_socket::accept): On successful executionCorinna Vinschen2003-01-282-16/+20
* 2003-01-27 Krzysztof Nikiel <kni@poczta.onet.pl>Danny Smith2003-01-273-2/+8
* * passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor2003-01-272-5/+9
* fix typoChristopher Faylor2003-01-271-1/+1
* 2003-01-27 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2003-01-276-47/+1109
* * uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer aChristopher Faylor2003-01-272-4/+8
* * strings.h (strechr): New function.Christopher Faylor2003-01-276-26/+54
* * include/math.h (tgamma): Correct typo in comment.Danny Smith2003-01-262-3/+5
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-2610-118/+126
* * mingwex/mingw-fseek.c (INLINE): Remove define.Danny Smith2003-01-262-33/+8
* Fix typo.Christopher Faylor2003-01-261-1/+17
* * passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structureChristopher Faylor2003-01-263-10/+8
* * pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.Christopher Faylor2003-01-262-1/+5
* * include/sys/strace.h (paranoid_printf): Define as not being part of "all"Christopher Faylor2003-01-266-69/+99
* clarifyChristopher Faylor2003-01-251-1/+1
* * pwdgrp.cc (pwdgrp::reparse): Declare.Christopher Faylor2003-01-254-2/+16
* * syscalls.cc (seteuid32): On Win95 get the pw entry. If it existsCorinna Vinschen2003-01-256-31/+35
* * fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll regionChristopher Faylor2003-01-252-0/+7
* * include/ras.h (RASCONN[AW]): Add dwSessionId forDanny Smith2003-01-252-0/+7
* * include/ras.h (RASCONN[AW]): Guard szDeviceType,Danny Smith2003-01-252-0/+18
* * cygwin.din: Export setreuid32, setreuid, setregid32, setregid.Corinna Vinschen2003-01-244-1/+68
* * pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.Christopher Faylor2003-01-248-140/+133