summaryrefslogtreecommitdiff
path: root/libthreads
AgeCommit message (Collapse)Author
1996-07-18*** empty log message ***Michael I. Bushnell
1996-07-17Initial revisionRoland McGrath
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 genericMichael I. Bushnell
technique, now that installhdrdir is available.
1996-05-09If _RWLOCK_DEFINE_FUNCTIONS is defined, then clear _EXTERN_INLINE, butMichael I. Bushnell
*after* header files have been included.
1996-05-09(_RWLOCK_DEFINE_FUNCTIONS): New macro; use in place of clearingMichael 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-04Moved to libthreads from libshouldbeinlibc.Roland McGrath
(_EXTERN_INLINE): New macro. Use it for all the inline defns.
1996-05-04Initial revisionRoland 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-01Add assert to check for signal bug.Roland McGrath
1996-01-24Use 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 toMichael I. Bushnell
IMPP on loop step instruction.
1995-10-07Protect 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 beRoland McGrath
shot.
1995-10-04[PIC] (EXT): Redefine to use PLT.Roland McGrath
1995-09-23(RWLOCK_INITIALIZER): New macro.Roland McGrath
1995-09-22Include 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-30Repair 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 themMichael 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-22Add a backslash.Miles Bader
1995-08-21(SRCS): Add cancel-cond.c.Roland McGrath
1995-08-21Initial revisionRoland McGrath
1995-07-18Reverse 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-06Removed dependencies that are now automatically generated.Michael I. Bushnell
1995-07-06(csw_pic.o): Provide slightly cheating rule.Michael I. Bushnell
1995-05-12Use 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-08Initial revisionMiles 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-16entered into RCSMichael I. Bushnell