index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* net.cc (cygwin_getpeername): Defend against NULL pointer dereference.
Christopher Faylor
2002-07-02
2
-1
/
+5
*
* Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
DJ Delorie
2002-07-02
3
-35
/
+16
*
2002-07-02 Chris Demetriou <cgd@broadcom.com>
Jeff Johnston
2002-07-02
5
-20
/
+117
*
* mkgroup.c: Add function pointers for functions from advapi32.dll.
Corinna Vinschen
2002-07-02
2
-4
/
+28
*
* include/cygwin/version.h: Bump API minor version.
Corinna Vinschen
2002-07-02
2
-1
/
+6
*
* security.cc (get_logon_server): Interpret a zero length
Corinna Vinschen
2002-07-02
2
-3
/
+15
*
* cygwin.din (__fpclassifyd): Add symbol.
Corinna Vinschen
2002-07-02
2
-0
/
+11
*
* security.h (DONT_INHERIT): Eliminate definition.
Corinna Vinschen
2002-07-02
4
-11
/
+19
*
2002-07-02 Danny Smith <dannysmith@users.sourceforge.net>
Danny Smith
2002-07-02
2
-5
/
+45
*
* syscalls.c (seteuid32): Return immediately if the program is not impersonated
Christopher Faylor
2002-07-02
2
-11
/
+16
*
* syscalls.cc (seteuid32): Fix incorrect placement of Pierre's patch below.
Christopher Faylor
2002-07-02
2
-5
/
+10
*
* syscalls.cc (seteuid32): Fix incorrect use of system_printf.
Christopher Faylor
2002-07-02
2
-1
/
+5
*
* autoload.cc (GetSecurityInfo): Define new autoload function.
Christopher Faylor
2002-07-02
9
-152
/
+507
*
typo fix
Alan Modra
2002-07-01
1
-11
/
+11
*
* syscalls.c (seteuid32): Do not return an error when the token cannot be
Christopher Faylor
2002-07-01
4
-3
/
+14
*
Remove redundant entry.
DJ Delorie
2002-07-01
1
-3
/
+0
*
merge from gcc:
DJ Delorie
2002-07-01
3
-450
/
+447
*
* mount.cc (main): Ensure that mount_already_exists() also gets default flag
Christopher Faylor
2002-07-01
3
-61
/
+117
*
* fhandler_clipboard.c (fhandler_dev_clipboard::open): Force text mode.
Christopher Faylor
2002-07-01
14
-14
/
+39
*
include/elf:
Jason Thorpe
2002-07-01
2
-3
/
+7
*
* debug.cc (threads): Avoid initialization.
Christopher Faylor
2002-07-01
3
-3
/
+8
*
* uinfo.cc (cygheap_user::ontherange): Make cygwin root the last resort for
Christopher Faylor
2002-07-01
2
-4
/
+7
*
* shared.cc (sec_none): Move to sec_helper.cc.
Corinna Vinschen
2002-07-01
3
-96
/
+113
*
* bfdlink.h (struct bfd_sym_chain): Declare.
Alan Modra
2002-07-01
2
-3
/
+44
*
* uinfo.cc (cygheap_user::ontherange): Potentially set HOME from existing
Christopher Faylor
2002-07-01
2
-10
/
+21
*
white space
Christopher Faylor
2002-07-01
2
-2
/
+2
*
* environ.cc (parse_options): Use setenv to potentially replace CYGWIN value on
Christopher Faylor
2002-07-01
2
-14
/
+40
*
* fhandler.h (fhandler_process::pid): New field.
Christopher Faylor
2002-06-30
3
-7
/
+26
*
* fhandler.h (fhandler_process::p): New field.
Christopher Faylor
2002-06-30
3
-17
/
+29
*
* security.cc (extract_nt_dom_user): Check for all buffer overflows.
Corinna Vinschen
2002-06-30
2
-41
/
+31
*
* uinfo.cc (cygheap_user::test_uid): Use standard issetuid test.
Christopher Faylor
2002-06-29
2
-1
/
+5
*
* autoload.cc (NetGetDCName): Change to make this an optional load function.
Christopher Faylor
2002-06-29
4
-7
/
+23
*
* environ.cc (spenv::retrieve): Detect return of env_dontadd from cygheap_user
Christopher Faylor
2002-06-29
2
-5
/
+13
*
* uinfo.cc (cygheap_user::test_uid): Return NULL or further tests are sorta
Christopher Faylor
2002-06-29
2
-2
/
+8
*
* environ.cc (spenv::from_cygheap): Still need to take setuid into
Christopher Faylor
2002-06-29
2
-2
/
+7
*
* uinfo.cc (cygheap_user::env_logsrv): Return "almost_null" in case where no
Christopher Faylor
2002-06-29
2
-1
/
+6
*
* cygheap.h (cygheap_user): Reorg to accommodate environment caching.
Christopher Faylor
2002-06-29
6
-63
/
+124
*
* libm/mathfp/sf_pow.c (powf): Change k from int to float.
Thomas Fitzsimmons
2002-06-28
2
-2
/
+6
*
2002-06-27 Benjamin Kosnik <bkoz@redhat.com>
Jeff Johnston
2002-06-27
12
-53
/
+100
*
2002-06-27 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-06-27
10
-23
/
+118
*
Add missing entry.
Christopher Faylor
2002-06-27
1
-0
/
+1
*
* cygheap.cc (cfree_and_set): New function.
Christopher Faylor
2002-06-27
8
-52
/
+89
*
* libm/mathfp/s_pow.c (pow): Fix checks on variable k. Add
Thomas Fitzsimmons
2002-06-27
3
-51
/
+90
*
* libm/mathfp/er_lgamma.c: Remove __kernel references.
Thomas Fitzsimmons
2002-06-27
5
-21
/
+48
*
2002-06-27 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-06-27
18
-22
/
+1111
*
Delete extraneous comment from my previous change.
Conrad Scott
2002-06-27
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Let __progname point to the applications
Corinna Vinschen
2002-06-27
2
-4
/
+16
*
* thread.cc (pthread::create): Added trace printf to get CreateThread
Christopher Faylor
2002-06-27
2
-1
/
+9
*
* mmap.cc (list::match): Check using pagesize aligned size.
Corinna Vinschen
2002-06-27
2
-4
/
+10
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Force
Christopher Faylor
2002-06-27
2
-13
/
+37
[prev]
[next]