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
*
* fhandler.h (fhandler_base::ftruncate): Define new virtual method.
Corinna Vinschen
2005-02-02
1
-0
/
+9
*
* pipe.cc (fhandler_pipe::dup): Fix conditionals in case of error.
Corinna Vinschen
2005-02-02
1
-0
/
+4
*
* times.cc (utimes): Mark st_ctime for update according to SUSv3.
Corinna Vinschen
2005-02-02
1
-0
/
+4
*
* fhandler_proc.cc (format_proc_partitions): Remove PartitionType check since
Christopher Faylor
2005-02-01
1
-0
/
+5
*
* cygthread.cc (cygthread::terminate_thread): Wait briefly for notification
Christopher Faylor
2005-02-01
1
-0
/
+20
*
* pipe.cc (fhandler_pipe::open): Allow re-opening of /proc/<pid>/fd
Corinna Vinschen
2005-02-01
1
-0
/
+5
*
* fhandler.cc (fhandler_base::get_proc_fd_name): Don't generate
Corinna Vinschen
2005-02-01
1
-0
/
+26
*
* path.h (path_conv::set_name): Declare new function.
Christopher Faylor
2005-01-31
1
-0
/
+7
*
* smallprint.c (rnarg): Use long rather than unsigned long so that we get
Christopher Faylor
2005-01-31
1
-0
/
+5
*
* environ.cc (set_traverse): New function.
Corinna Vinschen
2005-01-31
1
-0
/
+6
*
* smallprint.c (__rn): Regparmize.
Christopher Faylor
2005-01-31
1
-0
/
+4
*
* smallprint.c (rnarg): New macro.
Christopher Faylor
2005-01-31
1
-0
/
+8
*
* pinfo.cc (pinfo::exit): Only return low-order 16 bits when exiting.
Christopher Faylor
2005-01-31
1
-0
/
+4
*
* fhandler_process.cc (format_process_maps): Get destbuf argument by
Corinna Vinschen
2005-01-31
1
-0
/
+6
*
* cygheap.h (class cygheap_fdenum): New class to enumerate used
Corinna Vinschen
2005-01-31
1
-0
/
+40
*
* smallprint.c (rn): Change uval to unsigned long long to fix 64 bit
Corinna Vinschen
2005-01-29
1
-0
/
+7
*
* autoload.cc (GetModuleFileNameExA): Add.
Corinna Vinschen
2005-01-29
1
-0
/
+36
*
* cygthread.cc (new): Add a little more debugging.
Christopher Faylor
2005-01-29
1
-0
/
+5
*
* cygtls.cc (cygtls::call2): Move socket cleanup.
Christopher Faylor
2005-01-29
1
-0
/
+6
*
* pinfo.cc (pinfo::init): Avoid a compiler warning.
Christopher Faylor
2005-01-26
1
-0
/
+4
*
* syscalls.cc (setpriority): Implement PRIO_PGRP, PRIO_USER and
Corinna Vinschen
2005-01-26
1
-0
/
+7
*
2005-01-26 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2005-01-26
1
-0
/
+6
*
* pinfo.h (pinfo::init): Make third parameter non-optional and propagate change
Christopher Faylor
2005-01-26
1
-0
/
+9
*
* cygwin.din: Export getpriority and setpriority.
Corinna Vinschen
2005-01-25
1
-0
/
+23
*
* path.cc (realpath): Allow to expand with .exe suffix.
Corinna Vinschen
2005-01-25
1
-0
/
+4
*
* spawn.cc (spawn_guts): Perform same "cd" as in pinfo::exit below to make sure
Christopher Faylor
2005-01-22
1
-0
/
+6
*
* pinfo.cc (pinfo::init): Move everything but the MapViewOfFileEx out of the
Christopher Faylor
2005-01-22
1
-0
/
+9
*
* pinfo.cc (pinfo::maybe_set_exit_code_from_windows): Make sure that process
Christopher Faylor
2005-01-22
1
-0
/
+8
*
* autoload.cc (CoInitialize): Remove.
Corinna Vinschen
2005-01-18
1
-0
/
+18
*
* pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.
Christopher Faylor
2005-01-17
1
-0
/
+12
*
* init.cc (dll_entry): Remove unused extern.
Christopher Faylor
2005-01-16
1
-0
/
+26
*
* sigproc.cc (sig_send): Don't complain if attempt to send signal to myself
Christopher Faylor
2005-01-15
1
-0
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successful
Corinna Vinschen
2005-01-14
1
-0
/
+8
*
* fhandler.h (fhandler_disk_file::touch_ctime): Declare.
Corinna Vinschen
2005-01-13
1
-0
/
+10
*
* pinfo.cc (pinfo::exit): Don't access self after releasing it.
Corinna Vinschen
2005-01-13
1
-0
/
+6
*
* fhandler_serial.cc (fhandler_serial::dup): Call overlapped_setup
Corinna Vinschen
2005-01-13
1
-0
/
+5
*
* init.cc (dll_entry): Nuke attempt to set exit code since parent will use
Christopher Faylor
2005-01-13
1
-0
/
+7
*
Reorganize header file inclusion throughout so that cygerrno.h comes first.
Christopher Faylor
2005-01-12
1
-0
/
+15
*
Add missing changelog entry.
Christopher Faylor
2005-01-12
1
-0
/
+4
*
* pinfo.cc (pinfo::exit): Don't assume that this == myself.
Christopher Faylor
2005-01-12
1
-0
/
+4
*
* pinfo.cc (pinfo::init): Don't close input handle on temporary (?) failure.
Christopher Faylor
2005-01-11
1
-0
/
+5
*
* pinfo.h (_pinfo::set_exit_state): Declare new function.
Christopher Faylor
2005-01-11
1
-0
/
+28
*
* ChangeLog: Split and create ChangeLog-2004.
Corinna Vinschen
2005-01-11
1
-3848
/
+0
*
* environ.cc (build_env): Disallow empty strings and strings starting
Corinna Vinschen
2005-01-11
1
-0
/
+5
*
2005-01-08 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2005-01-08
1
-0
/
+5
*
* fhandler_process.cc: Use strcasematch instead of strcasecmp
Corinna Vinschen
2005-01-06
1
-0
/
+5
*
* syscalls.cc (rename): Fix behaviour in case of renaming directories
Corinna Vinschen
2005-01-06
1
-0
/
+5
*
* fhandler_disk_file.cc (fhandler_base::open_fs): Don't allow
Corinna Vinschen
2005-01-06
1
-0
/
+5
*
* timer.cc (timer_thread): Pass sigev pointer value as per SuSv3 rather than
Christopher Faylor
2005-01-06
1
-0
/
+5
*
* dcrt0.cc (multiple_cygwin_problem): Reorganize error message to not always
Christopher Faylor
2005-01-05
1
-0
/
+9
[next]