summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * security.cc (alloc_sd): Don't set FILE_DELETE_CHILD for groupCorinna Vinschen2001-08-074-4/+13
* * dir.cc (mkdir): Set security attributes correctly forCorinna Vinschen2001-08-076-15/+65
* * grp.cc (class grp_check): New class. Make `group_state'Corinna Vinschen2001-08-073-2/+111
* * fhandler_console.cc (get_tty_stuff): Don't initialize shared memory consoleChristopher Faylor2001-08-073-4/+15
* * cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor2001-08-079-30/+57
* * include/stdlib.h (_wpgmptr): Don't declare ifndef __MSVCRT__.Earnie Boyd2001-08-054-11/+36
* * include/wtypes.h: (DECIMAL_SETZERO): Correct typo.Earnie Boyd2001-08-0511-40/+246
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-0427-76/+105
* * dtable.cc (dtable::release): Avoid messing with console whenEgor Duda2001-08-042-0/+7
* * net.cc (cygwin_accept): Allow NULL peer and len parameters.Corinna Vinschen2001-08-033-0/+20
* * path.cc (fchdir): Set the fhandler's path to absolute value toCorinna Vinschen2001-08-032-0/+25
* merge from gccDJ Delorie2001-08-022-0/+10
* * bfdlink.h (struct bfd_link_info): add new booleanCharles Wilson2001-08-022-0/+9
* 2001-08-02 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-08-022-1/+11
* * security.cc (set_file_attribute): Clean up. Don't callCorinna Vinschen2001-08-022-10/+13
* 2001-08-01 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2001-08-012-1/+5
* * dcrt0.cc (alloc_stack_hard_way): Make half-hearted attempt to deal withChristopher Faylor2001-07-293-4/+20
* * cygwin.din: Export sys_errlist, sys_nerr.Christopher Faylor2001-07-273-1/+9
* * security.cc (get_user_primary_group): Fix compiler warning.Corinna Vinschen2001-07-272-2/+7
* * thread.cc (__pthread_equal): Invert return value so that true is returnedChristopher Faylor2001-07-262-223/+227
* Christopher Faylor <cgf@cygnus.com>Christopher Faylor2001-07-263-1/+9
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-2651-33/+75
* * MAINTAINERS: Clarify libiberty merge rules and procedures.DJ Delorie2001-07-262-1/+9
* * syscalls.cc (setsid): Detach process from its console if the currentChristopher Faylor2001-07-265-10/+51
* Tue 24 Jul 2001 02:28:00 PM Trevor Forbes <t4bs@hotmail.com>Robert Collins2001-07-252-1/+7
* * localtime.c: Changed whole file to become C++ clean. Rename toCorinna Vinschen2001-07-252-140/+62
* * cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor2001-07-216-7/+25
* Clone src/config.guess. Mention in MAINTAINERS.Andrew Cagney2001-07-201-1/+2
* * dir.cc (readdir): Protect FindNextFileA against INVALID_HANDLE_VALUE.Corinna Vinschen2001-07-202-0/+8
* fix typo.Christopher Faylor2001-07-191-1/+1
* merge from gccDJ Delorie2001-07-192-9/+12
* 2001-07-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-07-186-247/+1016
* * cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor2001-07-185-7/+17
* * security.cc (get_user_groups): Call Net function with NULL serverCorinna Vinschen2001-07-182-17/+47
* * syscalls.cc (_unlink): Explicitely check for non-existant file.Corinna Vinschen2001-07-182-2/+13
* * no need to inform sid@sourceware about dejagnu patches.Frank Ch. Eigler2001-07-171-3/+2
* * delqueue.h: Remove obsolete file.Corinna Vinschen2001-07-172-30/+4
* * child_info.h: Bump magic number.Christopher Faylor2001-07-179-132/+180
* Update local local copies of config.sub and config.guess.Andrew Cagney2001-07-171-1/+1
* * grp.cc: Add missing Copyright date 2001.Corinna Vinschen2001-07-162-1/+5
* Change well_known_admin_sid to well_known_admins_sid throughout.Corinna Vinschen2001-07-157-35/+73
* * regtool.cc (find_key): Handle keys with only one subkey.Corinna Vinschen2001-07-152-4/+12
* * syscalls.cc (stat_worker): Simplify previous change.Christopher Faylor2001-07-142-6/+7
* * syscalls.cc (_unlink): Correct (?) logic which determines when to report anChristopher Faylor2001-07-132-16/+26
* 2001-07-12 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez2001-07-132-2/+4
* 2001-07-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-07-122-0/+15
* * some support for funny-endian 16/32-bit insn setsFrank Ch. Eigler2001-07-122-0/+11
* merge from gccDJ Delorie2001-07-113-0/+595
* * mmap.cc (fhandler_disk_file::mmap): Try to open file mappingsCorinna Vinschen2001-07-102-7/+33
* * uinfo.cc (internal_getlogin): Add pointer check.Corinna Vinschen2001-07-092-3/+11