Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-06 | (more_memory): Use assert_perror instead of MACH_CALL. | Miles Bader | |
"cthread_internals.h": Include removed. | |||
1996-05-09 | (installhdrsubdir): whoops. | Michael I. Bushnell | |
1996-05-09 | (installhdrs, installhdrdir): Install headers using the generic | Michael I. Bushnell | |
technique, now that installhdrdir is available. | |||
1996-05-09 | If _RWLOCK_DEFINE_FUNCTIONS is defined, then clear _EXTERN_INLINE, but | Michael I. Bushnell | |
*after* header files have been included. | |||
1996-05-09 | (_RWLOCK_DEFINE_FUNCTIONS): New macro; use in place of clearing | Michael I. Bushnell | |
_EXTERN_INLINE, which conflicts with machine-sp.h. | |||
1996-05-04 | [lint] (NEVER): Spurious global variable removed. | Roland McGrath | |
[!lint] (NEVER): Useless macro removed. | |||
1996-05-04 | (SRCS): Add rwlock.c. | Roland McGrath | |
(LCLHDRS): Add rwlock.h. (install): Depend on $(includedir)/rwlock.h. ($(includedir)/%.h: %.h): New rule. ($(includedir)/cthreads.h): Target removed, obviated by that rule. | |||
1996-05-04 | Moved to libthreads from libshouldbeinlibc. | Roland McGrath | |
(_EXTERN_INLINE): New macro. Use it for all the inline defns. | |||
1996-05-04 | Initial revision | Roland McGrath | |
1996-04-11 | (CFLAGS): Turn off -Wall. | Michael I. Bushnell | |
1996-04-11 | (VPATH): Fix up for new configure reality. | Michael I. Bushnell | |
1996-03-07 | (realloc): | Miles Bader | |
Use LOG2_MIN_SIZE. Don't bother allocating a new block if the new size request fits in the old one and doesn't waste any space. Only free the old block if we successfully got a new one. (LOG2_MIN_SIZE): New macro. | |||
1996-03-06 | [MCHECK] (struct header): New type. | Miles Bader | |
(union header): Only define if !MCHECK. (HEADER_SIZE, HEADER_NEXT, HEADER_FREE, HEADER_CHECK): New macros. [MCHECK] (MIN_SIZE): Add correct definition for this case. (more_memory, malloc, free, realloc): Use above macros, and add appropiate checks & frobs in MCHECK case. | |||
1996-02-01 | Add assert to check for signal bug. | Roland McGrath | |
1996-01-24 | Use prototypes for functions of zero args. | Roland McGrath | |
1995-12-10 | (addr_range_check, probe_stack): Functions #if 0'd out. | Roland McGrath | |
(stack_init): Don't call probe_stack or frob old stack at all. Default cthread_stack_size to 16 pages if it is zero. | |||
1995-12-06 | (condition_unimplies): Take address of (*impp)->next in assignment to | Michael I. Bushnell | |
IMPP on loop step instruction. | |||
1995-10-07 | Protect against multiple inclusion. | Roland McGrath | |
Include cthreads.h and assert.h. | |||
1995-10-04 | (JUMPTARGET): New macro, versions for [PIC] and not. | Roland McGrath | |
Use it in place of EXT. | |||
1995-10-04 | (csw_pic.o): Bogus braindead target from hell removed. Bushnell will be | Roland McGrath | |
shot. | |||
1995-10-04 | [PIC] (EXT): Redefine to use PLT. | Roland McGrath | |
1995-09-23 | (RWLOCK_INITIALIZER): New macro. | Roland McGrath | |
1995-09-22 | Include hurd/threadvar.h. | Roland McGrath | |
1995-09-16 | (CPPFLAGS): Variable removed. | Roland McGrath | |
(lndist-i386-files): Use $(top_srcdir) in place of $(srcdir). | |||
1995-09-13 | (CONDITION_INITIALIZER): Provide initial zero for IMPLICATIONS member. | Michael I. Bushnell | |
(condition_init): Bother initializing NAME and IMPLICATIONS members. | |||
1995-08-30 | Repair typos. | Michael I. Bushnell | |
1995-08-30 | (condition_implies, condition_unimplies): New functions. | Michael I. Bushnell | |
(struct condition): New member `implications'. (cond_imp): New structure. (cond_signal): Return int now. (condition_broadcast): Always call cond_broadcast if this condition has implications. (condition_signal): Always call cond_signal if this condition has implications. | |||
1995-08-30 | (cond_signal): If this condition has implications, see if one of them | Michael I. Bushnell | |
needs to be signalled when we have no waiters. (cond_broadcast): Signal the implications list too. (condition_implies, condition_unimplies): New functions. | |||
1995-08-30 | (hurd_condition_wait): Provide declaration. | Michael I. Bushnell | |
1995-08-29 | (cproc_block): Provide decl. | Michael I. Bushnell | |
1995-08-26 | (hurd_condition_wait_cancel): Name changed to `hurd_condition_wait'. | Miles Bader | |
1995-08-22 | Add a backslash. | Miles Bader | |
1995-08-21 | (SRCS): Add cancel-cond.c. | Roland McGrath | |
1995-08-21 | Initial revision | Roland McGrath | |
1995-07-18 | Reverse previous change. | Michael I. Bushnell | |
1995-07-17 | (struct cthread): Delete member `catch'. | Michael I. Bushnell | |
1995-07-06 | (install): Don't *always* install cthreadsih; do it only if it's new. | Michael I. Bushnell | |
1995-07-06 | Removed dependencies that are now automatically generated. | Michael I. Bushnell | |
1995-07-06 | (csw_pic.o): Provide slightly cheating rule. | Michael I. Bushnell | |
1995-05-12 | Use EXT macro instead of explicit underscores. | Roland McGrath | |
1995-05-12 | (I386HDRS): Variable removed. | Roland McGrath | |
($(OBJS)): Don't depend on i386/asm.h. | |||
1995-05-12 | (CPPFLAGS): Use $(srcdir) instead of $(hurdsource). | Roland McGrath | |
1995-05-08 | Initial revision | Miles Bader | |
1995-04-12 | (lndist, lndist-i386-files): Change $(hurdsource) to $(srcdir). | Michael I. Bushnell | |
($(hurdsource)/hurd-snap/$(dir)/i386): Likewise. | |||
1995-04-04 | (CPPFLAGS): Define. | Roland McGrath | |
($(OBJS) rule): Fix typo in target. (install-cthreads.h): Use $(INSTALL_DATA). | |||
1995-04-04 | (mutex_lock, mutex_unlock): Use __ names for *_solid. | Roland McGrath | |
1995-04-04 | (mutex_lock_solid, mutex_unlock_solid): Renamed to __*. | Roland McGrath | |
(_cthread_mutex_lock_routine, _cthread_mutex_unlock_routine): Variables removed. | |||
1994-08-16 | entered into RCS | Michael I. Bushnell | |
1994-07-22 | Formerly Makefile.~14~ | Michael I. Bushnell | |
1994-07-19 | Formerly Makefile.~13~ | Michael I. Bushnell | |