summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* * malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.Christopher Faylor2003-02-073-0/+11
* * pipe.cc (fhandler_pipe::close): Avoid extraneous this->.Christopher Faylor2003-02-071-1/+1
* * heap.cc (heap_init): Remove debugging code.Christopher Faylor2003-02-072-15/+5
* * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and deleteCorinna Vinschen2003-02-066-47/+18
* * 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/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
* * syscalls.cc (struct system_cleanup_args): New struct.Thomas Pfaff2003-02-042-8/+31
* * 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
* * grp.cc (getgrent32): Only refresh group entries when at beginning.Christopher Faylor2003-02-014-11/+21
* * 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
* * 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
* * passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numericChristopher Faylor2003-01-272-5/+9
* fix typoChristopher Faylor2003-01-271-1/+1
* * 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
* * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning forChristopher Faylor2003-01-2610-118/+126
* * 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
* * 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
* Add missing entry.Christopher Faylor2003-01-241-1/+21
* * include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff2003-01-221-1/+1
* * include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...Thomas Pfaff2003-01-222-2/+8
* * cygrun.c: Move from here to ../testsuite.Corinna Vinschen2003-01-223-75/+6
* * cygwin.din: Export nanosleep().Corinna Vinschen2003-01-224-26/+54
* * grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.Christopher Faylor2003-01-215-179/+143
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2003-01-212-1/+5
* Fix ChangeLog entry.Christopher Faylor2003-01-211-1/+1
* add missing ChangeLog entry.Christopher Faylor2003-01-211-0/+1
* add missing ChangeLog entry.Christopher Faylor2003-01-211-0/+1
* * path.h (etc::change_possible): Revert the type to bool.Christopher Faylor2003-01-215-22/+20
* * pwdgrp.h (etc): Move to path.h.Christopher Faylor2003-01-207-224/+307