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
...
*
* cygheap.cc (cygheap_user::set_name): Correct thinko in below change.
Christopher Faylor
2002-06-27
3
-5
/
+13
*
* cygheap.cc (cygheap_user::set_name): Avoid clearing things when just setting
Christopher Faylor
2002-06-26
3
-3
/
+18
*
* fhandler.h (fhandler_socket::bind): Add method definition.
Corinna Vinschen
2002-06-26
4
-488
/
+653
*
ld:
Joern Rennecke
2002-06-26
2
-6
/
+4
*
* pwdgrp.h (pwdgrp_read::~pwdgrp_read): Avoid compiler warning.
Corinna Vinschen
2002-06-26
2
-1
/
+6
*
* dcrt0.cc (_dcrt0): Be more defensive when reserved block is used and it's not
Christopher Faylor
2002-06-26
2
-2
/
+9
*
* autoload (noload): Avoid clobbering bx register.
Christopher Faylor
2002-06-26
6
-25
/
+52
*
* winsup.h: Minor cleanup.
Christopher Faylor
2002-06-26
5
-12
/
+30
*
* include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
Conrad Scott
2002-06-25
2
-0
/
+7
*
2002-06-26 Casper S. Hornstrup <chorns@users.sourceforge.net>
Danny Smith
2002-06-25
3
-6
/
+38
*
2002-06-25 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-06-25
3
-12
/
+21
*
2002-06-25 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-06-25
4
-17
/
+39
*
* syscalls.cc (chown): Convert uid to 32 bit.
Corinna Vinschen
2002-06-25
2
-3
/
+11
*
2002-06-25 Ken Fitlike <kenfitlike@hotmail.com>
Danny Smith
2002-06-25
2
-1
/
+133
*
Update from Joshua Daniel Franklin
Christopher Faylor
2002-06-25
1
-120
/
+161
*
merge from gcc
DJ Delorie
2002-06-25
7
-12
/
+21
*
Fix typo in latest change to libc/machine/sh - new file should be strlen.S.
Jeff Johnston
2002-06-25
1
-1
/
+1
*
* libc/search/db_local.h: New file.
Thomas Fitzsimmons
2002-06-24
10
-7
/
+34
*
2002-06-24 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-06-24
2
-2
/
+8
*
* dtable.cc (dtable::find_unused_handle): Avoid coercion.
Christopher Faylor
2002-06-24
2
-2
/
+5
*
* libc/machine/sh/strcpy.S: New file.
Joern Rennecke
2002-06-24
4
-8
/
+101
*
Fix typos.
Jeff Johnston
2002-06-24
1
-2
/
+2
*
* dtable.cc (fhandler_base::dup2): Cleanup. Ensure that lock is turned off in
Christopher Faylor
2002-06-24
2
-18
/
+24
*
2002-06-24 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-06-24
5
-2
/
+13
*
2002-06-24 Ben Elliston <bje@redhat.com>
Ben Elliston
2002-06-24
3
-11
/
+15
*
merge from gcc
DJ Delorie
2002-06-24
3
-8
/
+14
*
* libc/include/ndbm.h: Remove.
Thomas Fitzsimmons
2002-06-24
5
-316
/
+7
*
2002-06-24 WATANABE Hirofumi <eban@os.rim.or.jp>
Thomas Fitzsimmons
2002-06-24
2
-2
/
+8
*
* uinfo.cc (internal_getlogin): Set myself->uid and myself->gid instead
Corinna Vinschen
2002-06-24
2
-6
/
+13
*
* security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in call
Christopher Faylor
2002-06-24
4
-9
/
+18
*
* ntsec.sgml: Clean up text for examples of /etc/passwd and /etc/group.
Corinna Vinschen
2002-06-24
2
-9
/
+64
*
* include/objidl.h (struct tagPROPVARIANT): Kill obsolete
Danny Smith
2002-06-24
2
-1
/
+8
*
* include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.
Danny Smith
2002-06-24
2
-0
/
+5
*
2002-06-24 Casper S. Hornstrup <chorns@users.sourceforge.net>
Danny Smith
2002-06-24
3
-7
/
+36
*
* fhandler.cc (fhandler_base::fstat): Set S_IFIFO for pipes.
Christopher Faylor
2002-06-24
3
-5
/
+19
*
* lib/_cygwin_S_IEXEC.cc: Remove obsolete file.
Christopher Faylor
2002-06-24
2
-21
/
+4
*
Use cygwin_{shm,ipc}.h instead of /sys/{shm,ipc}.h throughout.
Christopher Faylor
2002-06-23
7
-7
/
+15
*
* cygwin.sc: Add recent changes from ld sources.
Christopher Faylor
2002-06-23
4
-9
/
+18
*
2002-06-12 Thomas Pfaff <tpfaff@gmx.net>
Robert Collins
2002-06-23
3
-24
/
+45
*
* Makefile.in (cygrun.exe): Move -lgcc where it will do some good.
Christopher Faylor
2002-06-22
2
-1
/
+5
*
* Makefile.in (cygrun.exe): Use -lgcc when linking.
Christopher Faylor
2002-06-22
1
-1
/
+1
*
* configure.in: Fix AIX configury bug.
DJ Delorie
2002-06-21
2
-2
/
+4
*
* libc/time/strftime.c (strftime): Add %e format specifier.
Corinna Vinschen
2002-06-21
2
-0
/
+17
*
* libc/search/hash.h (LITTLE_ENDIAN, BIG_ENDIAN): Define if not
Thomas Fitzsimmons
2002-06-21
2
-1
/
+11
*
2002-06-21 Richard Earnshaw (rearnsha@arm.com)
Jeff Johnston
2002-06-21
2
-0
/
+14
*
2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-06-21
3
-2
/
+9
*
2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-06-21
14
-29
/
+667
*
2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-06-21
9
-51
/
+92
*
* what.texinfo: Fix typo.
Christopher Faylor
2002-06-21
2
-1
/
+5
*
2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
Jeff Johnston
2002-06-21
2
-0
/
+9
[prev]
[next]