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
*
* dcrt0.cc (do_exit): Eliminate "C" linkage. Call events_terminate early.
Christopher Faylor
2003-09-23
1
-0
/
+11
*
* spawn.cc (pthread_cleanup): New struct.
Christopher Faylor
2003-09-20
1
-0
/
+8
*
* include/cygwin/version.h: Bump DLL minor number to 6.
Christopher Faylor
2003-09-20
1
-0
/
+4
*
* thread.h (__reent_t::init_clib): Declare new function.
Christopher Faylor
2003-09-20
1
-0
/
+7
*
* syscalls.cc (system): Strip signal considerations from here so that they are
Christopher Faylor
2003-09-20
1
-0
/
+7
*
* fhandler_tty.cc (fhandler_pty_master::process_slave_output):
Corinna Vinschen
2003-09-18
1
-0
/
+11
*
* syscalls.cc (gethostid): Add lpFreeBytesAvailable argument to
Christopher Faylor
2003-09-17
1
-0
/
+5
*
* fhandler_process.cc (fhandler_process::fill_filebuf): Open pinfo with
Christopher Faylor
2003-09-17
1
-0
/
+6
*
* pinfo.h (winpids::pid_access): New element.
Christopher Faylor
2003-09-17
1
-0
/
+12
*
* cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.
Corinna Vinschen
2003-09-16
1
-0
/
+11
*
fix typo
Christopher Faylor
2003-09-16
1
-1
/
+1
*
* getopt.cc (opterr): Reinstate initialization.
Christopher Faylor
2003-09-16
1
-0
/
+8
*
* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correct
Christopher Faylor
2003-09-16
1
-0
/
+5
*
2003-09-15 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-16
1
-0
/
+19
*
* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.
Christopher Faylor
2003-09-14
1
-0
/
+12
*
* fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-one
Christopher Faylor
2003-09-14
1
-0
/
+5
*
* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.
Christopher Faylor
2003-09-13
1
-0
/
+10
*
* include/cygwin/version.h: Bump DLL minor number to 5.
Christopher Faylor
2003-09-13
1
-0
/
+4
*
* thread.cc (MTinterface::fixup_after_fork): Remove code which potentially
Christopher Faylor
2003-09-13
1
-0
/
+7
*
* fhandler_disk_file.cc (path_conv::ndisk_links): Fix problem where search
Christopher Faylor
2003-09-12
1
-0
/
+6
*
* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.
Christopher Faylor
2003-09-12
1
-0
/
+16
*
* fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.
Christopher Faylor
2003-09-11
1
-0
/
+9
*
* path.cc (normalize_posix_path): Put check for '//' prefix back to denote a
Christopher Faylor
2003-09-11
1
-0
/
+7
*
* dir.cc (rmdir): Add more samba workarounds.
Christopher Faylor
2003-09-11
1
-0
/
+4
*
* shared.cc (user_shared_initialize): Revert length attribute for name
Corinna Vinschen
2003-09-11
1
-0
/
+5
*
* shared_info.h (shared_info::initialize): Remove argument.
Christopher Faylor
2003-09-10
1
-0
/
+16
*
* fhandler_disk_file.cc (num_entries): Take . and .. into account if they do
Christopher Faylor
2003-09-10
1
-0
/
+8
*
* Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.
Corinna Vinschen
2003-09-10
1
-0
/
+17
*
* exceptions.cc (sig_handle_tty_stop): Check parent PID_NOCLDSTOP rather than
Christopher Faylor
2003-09-10
1
-0
/
+5
*
* Makefile.in: Add some more -fomit-frame-pointer files.
Christopher Faylor
2003-09-10
1
-1
/
+9
*
* Makefile.in (DLL_OFILES): Add bsdlib.o.
Corinna Vinschen
2003-09-10
1
-0
/
+27
*
* fhandler_socket.cc (fhandler_socket::fstat): Don't use PC_POSIX.
Corinna Vinschen
2003-09-10
1
-0
/
+4
*
2003-09-09 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-10
1
-0
/
+15
*
* mmap.cc (mmap64): Change address types from caddr_t to void *
Corinna Vinschen
2003-09-09
1
-0
/
+10
*
* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be
Christopher Faylor
2003-09-09
1
-0
/
+12
*
* dir.cc (readdir): Reinstate setting of old ino field for legacy applications.
Christopher Faylor
2003-09-09
1
-1
/
+7
*
* passwe.cc (getpwnam_r): Initialize pw_comment field.
Christopher Faylor
2003-09-08
1
-0
/
+4
*
* passwd.cc (getpwuid_r32): Initialize pw_comment field.
Christopher Faylor
2003-09-08
1
-0
/
+4
*
* sigproc.cc (wait_sig_inited): Remove assertion since it is racy.
Christopher Faylor
2003-09-08
1
-0
/
+4
*
* cygwin.din: Export endusershell, getusershell and setusershell.
Corinna Vinschen
2003-09-08
1
-0
/
+8
*
* cygwin.din: Export argz_add argz_add_sep argz_append argz_count
Corinna Vinschen
2003-09-08
1
-0
/
+8
*
Throughout, remove __d_u.__d_data fields from DIR structure.
Christopher Faylor
2003-09-08
1
-0
/
+16
*
* include/cygwin/in.h: Don't define ipv6 stuff unless we call for it
Christopher Faylor
2003-09-08
1
-0
/
+5
*
* cygheap.cc (_csbrk): More left coercion cleanup.
Christopher Faylor
2003-09-07
1
-0
/
+8
*
* signal.cc (nanosleep): Improve test for valid values. Round delay up to
Christopher Faylor
2003-09-07
1
-0
/
+23
*
Remove left coercion throughout.
Christopher Faylor
2003-09-07
1
-0
/
+4
*
* hires.h (hires_ms::~hires_ms): Delete declaration.
Christopher Faylor
2003-09-06
1
-0
/
+5
*
* dcrt0.cc (__argc_safe): New variable.
Christopher Faylor
2003-09-05
1
-0
/
+13
*
* sysconf.cc (sysconf): Return more accurate value for _SC_AVPHYS_PAGES.
Corinna Vinschen
2003-09-04
1
-0
/
+4
*
* mmap.cc: Restructure. Add, remove and rewrite comments throughout
Corinna Vinschen
2003-09-04
1
-0
/
+48
[next]