aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-07-06* path.cc (suffix_scan::has): Reorganize to eliminate double scanning for forgithub/unlabeled-1.1370.2unlabeled-1.1370.2Christopher Faylor1-0/+15
2002-07-03This commit was manufactured by cvs2svn to create branchcvs2svn3944-925888/+0
2002-07-03* include/sys/statfs.h: New header file.Christopher Faylor2-0/+15
2002-07-03* dtable.cc (cygwin_attach_handle_to_fd): Default to implicit bin mode if noneChristopher Faylor4-2/+12
2002-07-03 * tty.cc (tty::common_init): Reverse logic of cygserver check inConrad Scott2-1/+6
2002-07-03 New directory. Created to contain a copy of the texi2pod.pl script so thatNick Clifton1-0/+6
2002-07-03 * autoload.cc (WSAEventSelect): Define new autoload function.Corinna Vinschen3-16/+83
2002-07-03* configure.in: Rearrange target Makefile fragment collection.DJ Delorie2-18/+23
2002-07-03* cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor7-44/+28
2002-07-03 * libc/search/hcreate.c: Remove advertising clause from license.Thomas Fitzsimmons3-14/+9
2002-07-02* net.cc (cygwin_getpeername): Defend against NULL pointer dereference.Christopher Faylor2-1/+5
2002-07-02* Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, orDJ Delorie3-35/+16
2002-07-022002-07-02 Chris Demetriou <cgd@broadcom.com>Jeff Johnston5-20/+117
2002-07-02 * mkgroup.c: Add function pointers for functions from advapi32.dll.Corinna Vinschen2-4/+28
2002-07-02 * include/cygwin/version.h: Bump API minor version.Corinna Vinschen2-1/+6
2002-07-02 * security.cc (get_logon_server): Interpret a zero lengthCorinna Vinschen2-3/+15
2002-07-02 * cygwin.din (__fpclassifyd): Add symbol.Corinna Vinschen2-0/+11
2002-07-02 * security.h (DONT_INHERIT): Eliminate definition.Corinna Vinschen4-11/+19
2002-07-022002-07-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith2-5/+45
2002-07-02* syscalls.c (seteuid32): Return immediately if the program is not impersonatedChristopher Faylor2-11/+16
2002-07-02* syscalls.cc (seteuid32): Fix incorrect placement of Pierre's patch below.Christopher Faylor2-5/+10
2002-07-02* syscalls.cc (seteuid32): Fix incorrect use of system_printf.Christopher Faylor2-1/+5
2002-07-02* autoload.cc (GetSecurityInfo): Define new autoload function.Christopher Faylor9-152/+507
2002-07-01typo fixAlan Modra1-11/+11
2002-07-01* syscalls.c (seteuid32): Do not return an error when the token cannot beChristopher Faylor4-3/+14
2002-07-01Remove redundant entry.DJ Delorie1-3/+0
2002-07-01merge from gcc:DJ Delorie3-450/+447
2002-07-01* mount.cc (main): Ensure that mount_already_exists() also gets default flagChristopher Faylor3-61/+117
2002-07-01* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.Christopher Faylor14-14/+39
2002-07-01include/elf:Jason Thorpe2-3/+7
2002-07-01* debug.cc (threads): Avoid initialization.Christopher Faylor3-3/+8
2002-07-01* uinfo.cc (cygheap_user::ontherange): Make cygwin root the last resort forChristopher Faylor2-4/+7
2002-07-01 * shared.cc (sec_none): Move to sec_helper.cc.Corinna Vinschen3-96/+113
2002-07-01 * bfdlink.h (struct bfd_sym_chain): Declare.Alan Modra2-3/+44
2002-07-01* uinfo.cc (cygheap_user::ontherange): Potentially set HOME from existingChristopher Faylor2-10/+21
2002-07-01white spaceChristopher Faylor2-2/+2
2002-07-01* environ.cc (parse_options): Use setenv to potentially replace CYGWIN value onChristopher Faylor2-14/+40
2002-06-30* fhandler.h (fhandler_process::pid): New field.Christopher Faylor3-7/+26
2002-06-30* fhandler.h (fhandler_process::p): New field.Christopher Faylor3-17/+29
2002-06-30 * security.cc (extract_nt_dom_user): Check for all buffer overflows.Corinna Vinschen2-41/+31
2002-06-29* uinfo.cc (cygheap_user::test_uid): Use standard issetuid test.Christopher Faylor2-1/+5
2002-06-29* autoload.cc (NetGetDCName): Change to make this an optional load function.Christopher Faylor4-7/+23
2002-06-29* environ.cc (spenv::retrieve): Detect return of env_dontadd from cygheap_userChristopher Faylor2-5/+13
2002-06-29* uinfo.cc (cygheap_user::test_uid): Return NULL or further tests are sortaChristopher Faylor2-2/+8
2002-06-29* environ.cc (spenv::from_cygheap): Still need to take setuid intoChristopher Faylor2-2/+7
2002-06-29* uinfo.cc (cygheap_user::env_logsrv): Return "almost_null" in case where noChristopher Faylor2-1/+6
2002-06-29* cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor6-63/+124
2002-06-28 * libm/mathfp/sf_pow.c (powf): Change k from int to float.Thomas Fitzsimmons2-2/+6
2002-06-272002-06-27 Benjamin Kosnik <bkoz@redhat.com>Jeff Johnston12-53/+100
2002-06-272002-06-27 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston10-23/+118