summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * net.cc (cygwin_getpeername): Defend against NULL pointer dereference.Christopher Faylor2002-07-022-1/+5
* * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, orDJ Delorie2002-07-023-35/+16
* 2002-07-02 Chris Demetriou <cgd@broadcom.com>Jeff Johnston2002-07-025-20/+117
* * mkgroup.c: Add function pointers for functions from advapi32.dll.Corinna Vinschen2002-07-022-4/+28
* * include/cygwin/version.h: Bump API minor version.Corinna Vinschen2002-07-022-1/+6
* * security.cc (get_logon_server): Interpret a zero lengthCorinna Vinschen2002-07-022-3/+15
* * cygwin.din (__fpclassifyd): Add symbol.Corinna Vinschen2002-07-022-0/+11
* * security.h (DONT_INHERIT): Eliminate definition.Corinna Vinschen2002-07-024-11/+19
* 2002-07-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2002-07-022-5/+45
* * syscalls.c (seteuid32): Return immediately if the program is not impersonatedChristopher Faylor2002-07-022-11/+16
* * syscalls.cc (seteuid32): Fix incorrect placement of Pierre's patch below.Christopher Faylor2002-07-022-5/+10
* * syscalls.cc (seteuid32): Fix incorrect use of system_printf.Christopher Faylor2002-07-022-1/+5
* * autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor2002-07-029-152/+507
* typo fixAlan Modra2002-07-011-11/+11
* * syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor2002-07-014-3/+14
* Remove redundant entry.DJ Delorie2002-07-011-3/+0
* merge from gcc:DJ Delorie2002-07-013-450/+447
* * mount.cc (main): Ensure that mount_already_exists() also gets default flagChristopher Faylor2002-07-013-61/+117
* * fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor2002-07-0114-14/+39
* include/elf:Jason Thorpe2002-07-012-3/+7
* * debug.cc (threads): Avoid initialization.Christopher Faylor2002-07-013-3/+8
* * uinfo.cc (cygheap_user::ontherange): Make cygwin root the last resort forChristopher Faylor2002-07-012-4/+7
* * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen2002-07-013-96/+113
* * bfdlink.h (struct bfd_sym_chain): Declare.Alan Modra2002-07-012-3/+44
* * uinfo.cc (cygheap_user::ontherange): Potentially set HOME from existingChristopher Faylor2002-07-012-10/+21
* white spaceChristopher Faylor2002-07-012-2/+2
* * environ.cc (parse_options): Use setenv to potentially replace CYGWIN value onChristopher Faylor2002-07-012-14/+40
* * fhandler.h (fhandler_process::pid): New field.Christopher Faylor2002-06-303-7/+26
* * fhandler.h (fhandler_process::p): New field.Christopher Faylor2002-06-303-17/+29
* * security.cc (extract_nt_dom_user): Check for all buffer overflows.Corinna Vinschen2002-06-302-41/+31
* * uinfo.cc (cygheap_user::test_uid): Use standard issetuid test.Christopher Faylor2002-06-292-1/+5
* * autoload.cc (NetGetDCName): Change to make this an optional load function.Christopher Faylor2002-06-294-7/+23
* * environ.cc (spenv::retrieve): Detect return of env_dontadd from cygheap_userChristopher Faylor2002-06-292-5/+13
* * uinfo.cc (cygheap_user::test_uid): Return NULL or further tests are sortaChristopher Faylor2002-06-292-2/+8
* * environ.cc (spenv::from_cygheap): Still need to take setuid intoChristopher Faylor2002-06-292-2/+7
* * uinfo.cc (cygheap_user::env_logsrv): Return "almost_null" in case where noChristopher Faylor2002-06-292-1/+6
* * cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor2002-06-296-63/+124
* * libm/mathfp/sf_pow.c (powf): Change k from int to float.Thomas Fitzsimmons2002-06-282-2/+6
* 2002-06-27 Benjamin Kosnik <bkoz@redhat.com>Jeff Johnston2002-06-2712-53/+100
* 2002-06-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-06-2710-23/+118
* Add missing entry.Christopher Faylor2002-06-271-0/+1
* * cygheap.cc (cfree_and_set): New function.Christopher Faylor2002-06-278-52/+89
* * libm/mathfp/s_pow.c (pow): Fix checks on variable k. AddThomas Fitzsimmons2002-06-273-51/+90
* * libm/mathfp/er_lgamma.c: Remove __kernel references.Thomas Fitzsimmons2002-06-275-21/+48
* 2002-06-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-06-2718-22/+1111
* Delete extraneous comment from my previous change.Conrad Scott2002-06-271-1/+1
* * dcrt0.cc (dll_crt0_1): Let __progname point to the applicationsCorinna Vinschen2002-06-272-4/+16
* * thread.cc (pthread::create): Added trace printf to get CreateThreadChristopher Faylor2002-06-272-1/+9
* * mmap.cc (list::match): Check using pagesize aligned size.Corinna Vinschen2002-06-272-4/+10
* * fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): ForceChristopher Faylor2002-06-272-13/+37