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
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-0
/
+36
*
* syscalls.cc (locked_append): New.
Corinna Vinschen
2003-12-07
1
-0
/
+6
*
* exceptions.cc (_threadinfo::remove): Avoid a linked list walk.
Christopher Faylor
2003-12-07
1
-0
/
+4
*
* cygtls.h (_threadinfo::find_tls): New function.
Christopher Faylor
2003-12-07
1
-0
/
+6
*
* exceptions.cc (_threadinfo::remove): Avoid returning without unlocking
Christopher Faylor
2003-12-07
1
-0
/
+6
*
* cygtls.h: Add more "don't parse this" guards.
Christopher Faylor
2003-12-06
1
-0
/
+21
*
* cygthread.cc (cygthread::stub2): Remove myself from the list of threads
Christopher Faylor
2003-12-05
1
-0
/
+8
*
* path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in a
Christopher Faylor
2003-12-05
1
-0
/
+5
*
* exceptions.cc (setup_handler): Remove ill-advised debugging output.
Christopher Faylor
2003-12-05
1
-0
/
+4
*
* include/cygwin/types.h (struct __fcntl64): Fix datatype of l_start.
Corinna Vinschen
2003-12-04
1
-0
/
+4
*
Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX
Corinna Vinschen
2003-12-03
1
-0
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::lock): Use UINT32_MAX
Corinna Vinschen
2003-12-03
1
-0
/
+6
*
* fhandler_disk_file.cc (fhandler_disk_file::lock): Interchange
Corinna Vinschen
2003-12-03
1
-0
/
+5
*
* fcntl.cc (fcntl_worker): Remove static storage class.
Corinna Vinschen
2003-12-03
1
-1
/
+8
*
* fcntl.cc (_fcntl): Whitespace cleanup.
Corinna Vinschen
2003-12-03
1
-0
/
+4
*
* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.
Christopher Faylor
2003-12-03
1
-0
/
+25
*
* Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.
Christopher Faylor
2003-12-03
1
-0
/
+5
*
* fcntl.cc (_fcntl): Silence a compiler warning.
Christopher Faylor
2003-12-02
1
-0
/
+4
*
* pinfo.cc (pinfo::init): Use shared_name to construct the mapname.
Christopher Faylor
2003-12-02
1
-1
/
+5
*
Change tab to space in Changelog.
Thomas Pfaff
2003-12-01
1
-1
/
+1
*
* thread.cc (pthread_rwlock::add_reader): Remove mx parameter for
Thomas Pfaff
2003-12-01
1
-0
/
+12
*
* Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.
Corinna Vinschen
2003-12-01
1
-0
/
+18
*
* cygheap.cc (cygheap_init): Set cygheap->shared_prefix.
Corinna Vinschen
2003-12-01
1
-0
/
+6
*
* shared.cc (shared_name): Take into account the SE_CREATE_GLOBAL_NAME
Corinna Vinschen
2003-12-01
1
-0
/
+9
*
* include/tzfile.h: Remove duplicate definition of TM_SUNDAY.
Corinna Vinschen
2003-12-01
1
-0
/
+6
*
* flock.cc: Renamed from flock.c.
Corinna Vinschen
2003-11-30
1
-0
/
+4
*
* pinfo.h: Remove global_sigs declaration.
Christopher Faylor
2003-11-30
1
-0
/
+6
*
* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack location
Christopher Faylor
2003-11-30
1
-0
/
+5
*
* Makefile.in: (DLL_OFILES): Add flock.o.
Corinna Vinschen
2003-11-29
1
-0
/
+13
*
* sigproc.cc (no_signals_available): Fix so that non-zero exit state is a true
Christopher Faylor
2003-11-29
1
-0
/
+6
*
* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.
Christopher Faylor
2003-11-29
1
-0
/
+10
*
* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.
Christopher Faylor
2003-11-28
1
-0
/
+12
*
* cygwin.din: Re-add inexplicably missing semaphore/msg functions.
Christopher Faylor
2003-11-28
1
-0
/
+4
*
* gendevices: Issue error when shilka is missing.
Christopher Faylor
2003-11-28
1
-0
/
+4
*
* include/cygwin/signal.h: New file.
Christopher Faylor
2003-11-28
1
-0
/
+4
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-0
/
+82
*
* speclib: Use correct EOF marker. Ensure that directory is actually deleted
Christopher Faylor
2003-11-28
1
-0
/
+5
*
* fhandler_disk_file.cc (fhandler_disk_file::readdir): Reorganize to avoid
Christopher Faylor
2003-11-27
1
-0
/
+6
*
* sec_helper.cc (set_process_privilege): Rename restore_priv to
Corinna Vinschen
2003-11-26
1
-0
/
+10
*
* dir.cc (mkdir): Use local security_descriptor. Call
Corinna Vinschen
2003-11-26
1
-0
/
+38
*
* sec_acl.h (getace): Use FILE_*_BITS as permission mask.
Corinna Vinschen
2003-11-26
1
-0
/
+8
*
* thread.cc: Minor whitespace cleanup. Remove some obsolete code.
Christopher Faylor
2003-11-25
1
-0
/
+4
*
* dtable.cc (build_fh_name): Set error in dummy fhandler when one is noted
Christopher Faylor
2003-11-25
1
-0
/
+6
*
* configure.in: Avoid using cygserver unless hosting on cygwin.
Christopher Faylor
2003-11-24
1
-0
/
+4
*
* sigproc.cc (sig_send): Correct below checkin. Use
Christopher Faylor
2003-11-23
1
-0
/
+5
*
* sigproc.cc (proc_exists): A zombie process does not exist.
Christopher Faylor
2003-11-23
1
-0
/
+7
*
* dcrt0.cc (check_sanity_and_sync): Correct api major version check so that
Christopher Faylor
2003-11-22
1
-0
/
+5
*
* sem.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.
Christopher Faylor
2003-11-21
1
-1
/
+8
*
* msg.cc: Always include signal.h to handle SIGSYS raise when !USE_SERVER.
Christopher Faylor
2003-11-21
1
-0
/
+4
*
* configure.in: Make --use-server the default. Remove powerpc target.
Christopher Faylor
2003-11-20
1
-0
/
+5
[next]