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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:
Christopher Faylor
2003-02-22
1
-0
/
+6
*
* syslog.cc (syslog): Do not print the Windows pid. Print the Cygwin pid as an
Christopher Faylor
2003-02-22
1
-0
/
+6
*
* fhandler_socket.cc (fhandler_socket::fhandler_socket): Fix compiler
Corinna Vinschen
2003-02-21
1
-0
/
+7
*
* dtable.cc (dtable::build_fhandler_from_name): Set some fhandler
Corinna Vinschen
2003-02-21
1
-0
/
+32
*
* fhandler.cc (fhandler_base::open): Move some filesystem specific stuff.
Christopher Faylor
2003-02-21
1
-0
/
+8
*
* wincap.h (wincap): Remove unnecessary definition of
Corinna Vinschen
2003-02-20
1
-0
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Check descriptor
Corinna Vinschen
2003-02-20
1
-0
/
+13
*
* autoload.cc (GetCompressedFileSize): Add.
Corinna Vinschen
2003-02-20
1
-0
/
+6
*
w32api:
Corinna Vinschen
2003-02-20
1
-0
/
+20
*
* grp.cc (internal_getgroups): Handle properly tokens with
Corinna Vinschen
2003-02-18
1
-0
/
+5
*
* cygwin.din: Export all appropriate newlibc libm functions. Sort.
Christopher Faylor
2003-02-16
1
-1
/
+6
*
* cygwin.din: Export all appropriate newlib functions.
Christopher Faylor
2003-02-15
1
-0
/
+5
*
* mmap.cc (mprotect): Add missing break.
Corinna Vinschen
2003-02-14
1
-0
/
+4
*
* exceptions.cc (try_to_debug): Don't reset priority when returning from
Christopher Faylor
2003-02-14
1
-0
/
+4
*
* fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep for
Christopher Faylor
2003-02-13
1
-0
/
+8
*
* include/cygwin/types.h: Use correct ifdef guard for u_ definitions.
Christopher Faylor
2003-02-13
1
-0
/
+4
*
* environ.cc (environ_init): Use strechr.
Christopher Faylor
2003-02-13
1
-0
/
+4
*
* include/cygwin/in.h (sockaddr_in): Fix typo.
Christopher Faylor
2003-02-13
1
-0
/
+4
*
* path.h (path_conv): Reorganize slightly.
Christopher Faylor
2003-02-13
1
-0
/
+4
*
* 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
1
-0
/
+5
*
* include/cygwin/in.h (in_attr_t): Define new type.
Christopher Faylor
2003-02-10
1
-0
/
+21
*
clarify
Christopher Faylor
2003-02-08
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2003-02-08
1
-0
/
+9
*
* mmap.cc (mmap_record::alloc_map): De-inline. Add offset and length
Corinna Vinschen
2003-02-07
1
-0
/
+17
*
Christopher Faylor <cgf@redhat.com>
Christopher Faylor
2003-02-07
1
-0
/
+7
*
* malloc.cc (DEFAULT_MMAP_THRESHOLD): Set high to avoid mmaps.
Christopher Faylor
2003-02-07
1
-0
/
+8
*
* heap.cc (heap_init): Remove debugging code.
Christopher Faylor
2003-02-07
1
-1
/
+5
*
* security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete
Corinna Vinschen
2003-02-06
1
-0
/
+11
*
* path.cc: Change 'to_posix_p' to 'to_posix' throughout.
Christopher Faylor
2003-02-05
1
-1
/
+6
*
* path.cc (etc::dir_changed): Fix debug printf.
Christopher Faylor
2003-02-05
1
-0
/
+4
*
* sec_acl.cc (setacl): Move all permission settings to beginning of
Corinna Vinschen
2003-02-05
1
-0
/
+47
*
* include/sys/cygwin.h: Use C-style comments.
Christopher Faylor
2003-02-05
1
-0
/
+4
*
* sec_helper.cc (get_sids_info): New function.
Corinna Vinschen
2003-02-05
1
-0
/
+12
*
* syscalls.cc (struct system_cleanup_args): New struct.
Thomas Pfaff
2003-02-04
1
-0
/
+7
*
* path.cc (symlink): Create security attributes so that only the
Corinna Vinschen
2003-02-04
1
-0
/
+7
*
* grp.cc (internal_getgroups): Do not return without closing
Corinna Vinschen
2003-02-04
1
-0
/
+5
*
* security.h (class cygpsid): New class.
Corinna Vinschen
2003-02-04
1
-0
/
+18
*
Eliminate most unneeded this-> pointers throughout.
Christopher Faylor
2003-02-04
1
-0
/
+4
*
* security.h: Add third argument to set_process_privilege.
Corinna Vinschen
2003-02-03
1
-0
/
+10
*
* fhandler_socket.cc (fhandler_socket::recvfrom): Return buffer
Corinna Vinschen
2003-02-03
1
-0
/
+6
*
* grp.cc (getgrent32): Only refresh group entries when at beginning.
Christopher Faylor
2003-02-01
1
-0
/
+11
*
* dlfcn.cc (dlerror): Only report load errors once per error.
Christopher Faylor
2003-02-01
1
-0
/
+4
*
* fhandler_serial.cc (fhandler_serial::open): Avoid extraneous setting of res.
Christopher Faylor
2003-02-01
1
-0
/
+17
*
* passwd.cc (pwdgrp::read_passwd): linebuf *must* be static (from Pierre
Christopher Faylor
2003-01-31
1
-0
/
+7
*
* shared.cc (shared_info::heap_chunk_size): Use correct variable when reading
Christopher Faylor
2003-01-31
1
-0
/
+5
*
* fhandler_registry.cc (fhandler_registry::exists): Fix off-by-one error when
Christopher Faylor
2003-01-30
1
-0
/
+5
*
* lib/getopt.c: Allow environment variable control of POSIXLY_INCORRECT behav...
Christopher Faylor
2003-01-30
1
-2
/
+7
*
* fhandler_socket.cc (fhandler_socket::accept): On successful execution
Corinna Vinschen
2003-01-28
1
-0
/
+5
*
* passwd.cc (pwdgrp::parse_passwd): Be more unforgiving about non-numeric
Christopher Faylor
2003-01-27
1
-0
/
+5
[next]