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
/
cygwin
Commit message (
Expand
)
Author
Age
Files
Lines
*
* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.
Christopher Faylor
2003-02-07
3
-0
/
+11
*
* pipe.cc (fhandler_pipe::close): Avoid extraneous this->.
Christopher Faylor
2003-02-07
1
-1
/
+1
*
* heap.cc (heap_init): Remove debugging code.
Christopher Faylor
2003-02-07
2
-15
/
+5
*
* security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete
Corinna Vinschen
2003-02-06
6
-47
/
+18
*
* path.cc: Change 'to_posix_p' to 'to_posix' throughout.
Christopher Faylor
2003-02-05
2
-15
/
+29
*
* path.cc (etc::dir_changed): Fix debug printf.
Christopher Faylor
2003-02-05
2
-2
/
+5
*
* sec_acl.cc (setacl): Move all permission settings to beginning of
Corinna Vinschen
2003-02-05
3
-99
/
+244
*
* include/sys/cygwin.h: Use C-style comments.
Christopher Faylor
2003-02-05
2
-21
/
+25
*
* sec_helper.cc (get_sids_info): New function.
Corinna Vinschen
2003-02-05
3
-24
/
+72
*
* syscalls.cc (struct system_cleanup_args): New struct.
Thomas Pfaff
2003-02-04
2
-8
/
+31
*
* path.cc (symlink): Create security attributes so that only the
Corinna Vinschen
2003-02-04
3
-5
/
+8
*
* grp.cc (internal_getgroups): Do not return without closing
Corinna Vinschen
2003-02-04
2
-20
/
+26
*
* security.h (class cygpsid): New class.
Corinna Vinschen
2003-02-04
6
-91
/
+123
*
Eliminate most unneeded this-> pointers throughout.
Christopher Faylor
2003-02-04
14
-33
/
+37
*
* security.h: Add third argument to set_process_privilege.
Corinna Vinschen
2003-02-03
5
-8
/
+33
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Return buffer
Corinna Vinschen
2003-02-03
2
-1
/
+18
*
* grp.cc (getgrent32): Only refresh group entries when at beginning.
Christopher Faylor
2003-02-01
4
-11
/
+21
*
* dlfcn.cc (dlerror): Only report load errors once per error.
Christopher Faylor
2003-02-01
2
-4
/
+13
*
* fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res.
Christopher Faylor
2003-02-01
3
-161
/
+187
*
* passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from Pierre
Christopher Faylor
2003-01-31
3
-4
/
+12
*
* shared.cc (shared_info::heap_chunk_size): Use correct variable when reading
Christopher Faylor
2003-01-31
2
-1
/
+6
*
* fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error when
Christopher Faylor
2003-01-30
2
-2
/
+9
*
* lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...
Christopher Faylor
2003-01-30
2
-7
/
+9
*
* fhandler_socket.cc (fhandler_socket::accept): On successful execution
Corinna Vinschen
2003-01-28
2
-16
/
+20
*
* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numeric
Christopher Faylor
2003-01-27
2
-5
/
+9
*
fix typo
Christopher Faylor
2003-01-27
1
-1
/
+1
*
* uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer a
Christopher Faylor
2003-01-27
2
-4
/
+8
*
* strings.h (strechr): New function.
Christopher Faylor
2003-01-27
6
-26
/
+54
*
* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for
Christopher Faylor
2003-01-26
10
-118
/
+126
*
* passwd.cc (pwdgrp::parse_passwd): Eliminate use of memset. The structure
Christopher Faylor
2003-01-26
3
-10
/
+8
*
* pwdgrp.cc (pwdgrp::parse_group): Fix off-by-one problem in allocating gr_mem.
Christopher Faylor
2003-01-26
2
-1
/
+5
*
* include/sys/strace.h (paranoid_printf): Define as not being part of "all"
Christopher Faylor
2003-01-26
6
-69
/
+99
*
clarify
Christopher Faylor
2003-01-25
1
-1
/
+1
*
* pwdgrp.cc (pwdgrp::reparse): Declare.
Christopher Faylor
2003-01-25
4
-2
/
+16
*
* syscalls.cc (seteuid32): On Win95 get the pw entry. If it exists
Corinna Vinschen
2003-01-25
6
-31
/
+35
*
* fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll region
Christopher Faylor
2003-01-25
2
-0
/
+7
*
* cygwin.din: Export setreuid32, setreuid, setregid32, setregid.
Corinna Vinschen
2003-01-24
4
-1
/
+68
*
* pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading.
Christopher Faylor
2003-01-24
8
-140
/
+133
*
Add missing entry.
Christopher Faylor
2003-01-24
1
-1
/
+21
*
* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...
Thomas Pfaff
2003-01-22
1
-1
/
+1
*
* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09...
Thomas Pfaff
2003-01-22
2
-2
/
+8
*
* cygrun.c: Move from here to ../testsuite.
Corinna Vinschen
2003-01-22
3
-75
/
+6
*
* cygwin.din: Export nanosleep().
Corinna Vinschen
2003-01-22
4
-26
/
+54
*
* grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout.
Christopher Faylor
2003-01-21
5
-179
/
+143
*
* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2003-01-21
2
-1
/
+5
*
Fix ChangeLog entry.
Christopher Faylor
2003-01-21
1
-1
/
+1
*
add missing ChangeLog entry.
Christopher Faylor
2003-01-21
1
-0
/
+1
*
add missing ChangeLog entry.
Christopher Faylor
2003-01-21
1
-0
/
+1
*
* path.h (etc::change_possible): Revert the type to bool.
Christopher Faylor
2003-01-21
5
-22
/
+20
*
* pwdgrp.h (etc): Move to path.h.
Christopher Faylor
2003-01-20
7
-224
/
+307
[next]