summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* whitespaceChristopher Faylor2003-02-221-1/+1
* * cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:Christopher Faylor2003-02-224-1/+25
* * syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as anChristopher Faylor2003-02-224-12/+29
* * fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compilerCorinna Vinschen2003-02-212-11/+13
* * dtable.cc (dtable::build_fhandler_from_name): Set some fhandlerCorinna Vinschen2003-02-2111-85/+180
* * fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.Christopher Faylor2003-02-214-27/+38
* * wincap.h (wincap): Remove unnecessary definition ofCorinna Vinschen2003-02-203-24/+17
* * fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptorCorinna Vinschen2003-02-205-159/+197
* * autoload.cc (GetCompressedFileSize): Add.Corinna Vinschen2003-02-203-1/+21
* w32api:Corinna Vinschen2003-02-205-11/+59
* * grp.cc (internal_getgroups): Handle properly tokens withCorinna Vinschen2003-02-182-3/+6
* * cygwin.din: Export all appropriate newlibc libm functions. Sort.Christopher Faylor2003-02-163-448/+481
* * cygwin.din: Export all appropriate newlib functions.Christopher Faylor2003-02-153-3/+82
* * mmap.cc (mprotect): Add missing break.Corinna Vinschen2003-02-142-0/+5
* * exceptions.cc (try_to_debug): Don't reset priority when returning fromChristopher Faylor2003-02-142-3/+6
* * fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep forChristopher Faylor2003-02-133-1/+10
* * include/cygwin/types.h: Use correct ifdef guard for u_ definitions.Christopher Faylor2003-02-132-8/+12
* * environ.cc (environ_init): Use strechr.Christopher Faylor2003-02-131-0/+4
* oops.Christopher Faylor2003-02-131-1/+1
* * include/cygwin/in.h (sockaddr_in): Fix typo.Christopher Faylor2003-02-133-3/+95
* * path.h (path_conv): Reorganize slightly.Christopher Faylor2003-02-132-2/+8
* * fhandler_tty.cc (process_input): Add sanity check to ensure that consoleChristopher Faylor2003-02-131-0/+5
* * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor2003-02-134-3/+10
* * include/cygwin/in.h (in_attr_t): Define new type.Christopher Faylor2003-02-108-84/+233
* clarifyChristopher Faylor2003-02-081-1/+1
* * include/cygwin/version.h: Bump DLL minor number.Christopher Faylor2003-02-083-2/+11
* * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and lengthCorinna Vinschen2003-02-072-104/+121
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2003-02-072-4/+14
* * 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