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
path:
root
/
winsup
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): Force
Christopher Faylor
2002-06-27
2
-13
/
+37
*
* 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
*
* 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
*
* 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
*
* dtable.cc (dtable::find_unused_handle): Avoid coercion.
Christopher Faylor
2002-06-24
2
-2
/
+5
*
* dtable.cc (fhandler_base::dup2): Cleanup. Ensure that lock is turned off in
Christopher Faylor
2002-06-24
2
-18
/
+24
*
* 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
*
* what.texinfo: Fix typo.
Christopher Faylor
2002-06-21
2
-1
/
+5
*
* syscalls.cc (stat64_to_stat32): Correctly evaluate st_rdev.
Corinna Vinschen
2002-06-21
2
-1
/
+11
*
* security.cc (alloc_sd): Carefully check owner_sid again after trying
Corinna Vinschen
2002-06-21
2
-2
/
+7
*
* security.cc (alloc_sd): Remove unnecessary retrieval of owner name.
Corinna Vinschen
2002-06-21
2
-17
/
+38
*
* errno.cc: Change text description for EBADF throughout.
Christopher Faylor
2002-06-21
2
-2
/
+6
*
remove unneeded white space
Christopher Faylor
2002-06-21
1
-2
/
+2
*
* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.
Christopher Faylor
2002-06-21
7
-15
/
+23
*
* fhandler.cc (fhandler_base::set_flags): Change priority of "linked in"
Christopher Faylor
2002-06-20
2
-27
/
+34
*
Use hMainProc where appropriate, throughout.
Christopher Faylor
2002-06-19
9
-86
/
+112
*
* uinfo.cc (cygheap_user::ontherange): Call NetUserGetInfo() only with
Corinna Vinschen
2002-06-19
2
-23
/
+24
*
2002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
Danny Smith
2002-06-19
2
-26
/
+97
*
* cygpath.cc (usage): Clean up usage output.
Christopher Faylor
2002-06-19
2
-45
/
+55
*
2002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
Danny Smith
2002-06-19
9
-31
/
+86
*
* include/tchar.h (_getts): Define as _getws for _UNICODE.
Danny Smith
2002-06-18
2
-2
/
+8
*
* include/float.h: #include_next<float.h> before header guard.
Danny Smith
2002-06-18
2
-2
/
+6
*
2002-06-18 Casper S. Hornstrup <chorns@users.sourceforge.net>
Danny Smith
2002-06-18
12
-28
/
+83
*
2002-06-17 Casper S. Hornstrup <chorns@users.sourceforge.net>
Danny Smith
2002-06-17
2
-0
/
+12
*
reword
Christopher Faylor
2002-06-16
1
-2
/
+2
*
* cygheap.h (cygheap_user::issetuid): New method.
Christopher Faylor
2002-06-16
7
-26
/
+51
*
* include/ntdll.h: New file.
Egor Duda
2002-06-16
3
-0
/
+21
*
2002-06-16 Steven Edwards <Steven_Ed4153@yahoo.com>
Danny Smith
2002-06-16
3
-0
/
+288
*
Changes suggested by Pierre Humblet.
Christopher Faylor
2002-06-16
2
-26
/
+37
[prev]
[next]