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
*
2003-02-23 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-02-23
2
-3
/
+5
*
whitespace
Christopher Faylor
2003-02-22
1
-1
/
+1
*
* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:
Christopher Faylor
2003-02-22
4
-1
/
+25
*
* syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as an
Christopher Faylor
2003-02-22
4
-12
/
+29
*
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compiler
Corinna Vinschen
2003-02-21
2
-11
/
+13
*
* dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
Corinna Vinschen
2003-02-21
11
-85
/
+180
*
* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.
Christopher Faylor
2003-02-21
4
-27
/
+38
*
* wincap.h (wincap): Remove unnecessary definition of
Corinna Vinschen
2003-02-20
3
-24
/
+17
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptor
Corinna Vinschen
2003-02-20
5
-159
/
+197
*
* autoload.cc (GetCompressedFileSize): Add.
Corinna Vinschen
2003-02-20
3
-1
/
+21
*
w32api:
Corinna Vinschen
2003-02-20
5
-11
/
+59
*
* grp.cc (internal_getgroups): Handle properly tokens with
Corinna Vinschen
2003-02-18
2
-3
/
+6
*
* cygwin.din: Export all appropriate newlibc libm functions. Sort.
Christopher Faylor
2003-02-16
3
-448
/
+481
*
* cygwin.din: Export all appropriate newlib functions.
Christopher Faylor
2003-02-15
3
-3
/
+82
*
* mmap.cc (mprotect): Add missing break.
Corinna Vinschen
2003-02-14
2
-0
/
+5
*
* exceptions.cc (try_to_debug): Don't reset priority when returning from
Christopher Faylor
2003-02-14
2
-3
/
+6
*
* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep for
Christopher Faylor
2003-02-13
3
-1
/
+10
*
* include/cygwin/types.h: Use correct ifdef guard for u_ definitions.
Christopher Faylor
2003-02-13
2
-8
/
+12
*
* environ.cc (environ_init): Use strechr.
Christopher Faylor
2003-02-13
1
-0
/
+4
*
oops.
Christopher Faylor
2003-02-13
1
-1
/
+1
*
* include/cygwin/in.h (sockaddr_in): Fix typo.
Christopher Faylor
2003-02-13
3
-3
/
+95
*
* path.h (path_conv): Reorganize slightly.
Christopher Faylor
2003-02-13
2
-2
/
+8
*
* fhandler_tty.cc (process_input): Add sanity check to ensure that console
Christopher Faylor
2003-02-13
1
-0
/
+5
*
* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.
Christopher Faylor
2003-02-13
4
-3
/
+10
*
* include/cygwin/in.h (in_attr_t): Define new type.
Christopher Faylor
2003-02-10
8
-84
/
+233
*
clarify
Christopher Faylor
2003-02-08
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2003-02-08
3
-2
/
+11
*
* mmap.cc (mmap_record::alloc_map): De-inline. Add offset and length
Corinna Vinschen
2003-02-07
2
-104
/
+121
*
Christopher Faylor <cgf@redhat.com>
Christopher Faylor
2003-02-07
2
-4
/
+14
*
* 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
[next]