summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move the added code in revision 1.26 into function pthread_key_create,davidxu2007-11-261-6/+6
* - Add an overview of the pmc(3) API.jkoshy2007-11-251-532/+331
* Move the following functions into their own manual pages:jkoshy2007-11-258-16/+772
* - Describe function pmc_init() in its own manual page.jkoshy2007-11-253-5/+195
* Hmmm, must get reading glasses or else change the font on my terminal. Thatmtm2007-11-241-1/+1
* Describe convenience functions `pmc_name_of_{capability,class,cputype,jkoshy2007-11-242-7/+147
* Describe pmc_event_names_of_class() in its own manual page.jkoshy2007-11-232-2/+77
* Describe pmc_enable() and pmc_disable() in their own manual page.jkoshy2007-11-232-3/+101
* Describe pmc_allocate() and pmc_release() in their own manual page.jkoshy2007-11-232-3/+186
* Sections of type SHT_GNU_versym use ELF type ELF_T_HALF. Update manualjkoshy2007-11-232-1/+2
* Use an intermediate pointer to avoid a strict aliasing warning.jb2007-11-231-1/+2
* Simplify code, fix a thread cancellation bug in sem_wait and sem_timedwait.davidxu2007-11-231-21/+15
* Reuse nwaiter member field to record number of waiters, in sem_post(),davidxu2007-11-211-7/+31
* Remove warning level and aliasing restrictions.davidxu2007-11-211-2/+0
* Convert ceiling type to unsigned integer before comparing, fix compilerdavidxu2007-11-211-3/+3
* Add some function prototypes.davidxu2007-11-211-0/+5
* Remove umtx_t definition, use type long directly, add wrapper functiondavidxu2007-11-217-18/+31
* Use an intermediate pointer to avoid a strict aliasing warning.jb2007-11-211-1/+2
* Enclose entire header in #ifndef _LIBDISK_H_mtm2007-11-201-0/+5
* While checking over the libraries for 7.0-REL Kris found the followingkensmith2007-11-201-1/+1
* These are the things that the tinderbox has problems with because itjb2007-11-202-0/+2
* Use intermediate pointers to avoid strict alias type check failuresjb2007-11-207-15/+47
* Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet.cognet2007-11-191-3/+3
* Bump up the number of ttys supported by pty(4) to 512 by making use ofjhb2007-11-191-1/+1
* MFlibthr:davidxu2007-11-191-1/+5
* Capitalizationmtm2007-11-181-1/+1
* Constify the first argument to expand_number() so that it canjb2007-11-183-3/+3
* Build libthread_db for arm as well.cognet2007-11-171-5/+1
* Add arm support in libthread_db.cognet2007-11-171-0/+116
* Fix bug in handling SDP continuation state.emax2007-11-161-5/+5
* Fix bad rule and bad dependency for nsparser.h that canru2007-11-151-6/+3
* - Include runetype.h for _RuneLocale_rafan2007-11-071-0/+2
* In _pthread_key_create() ensure that libthr is initialized. Thismarius2007-11-061-1/+5
* Avoid doing adaptive spinning for priority protected mutex, currentdavidxu2007-10-311-2/+5
* Don't do adaptive spinning if it is running on UP kernel.davidxu2007-10-311-3/+5
* Restore revision 1.55, the kris's adaptive mutex type.davidxu2007-10-311-14/+36
* Remove an extra (commented out) .Sh HISTORY section heading, to avoidkeramida2007-10-301-3/+1
* Remove an extra (commented out) .Sh HISTORY section heading, to avoidkeramida2007-10-301-4/+2
* Change a .PP request to a valid .Pp mdoc request, and remove an extrakeramida2007-10-302-6/+3
* Remove duplicate (but commented out) .Sh HISTORY section heading.keramida2007-10-3028-56/+28
* Remove duplicate (but commented out) .Sh HISTORY section headingkeramida2007-10-302-4/+4
* Remove extraneous empty lines, to fix mdoc warnings.keramida2007-10-303-7/+3
* mdoc fix: remove extraneous empty line.keramida2007-10-301-2/+1
* Bump manpage date, missed during the last change.keramida2007-10-301-1/+1
* The .Fx request doesn't recognize 2.2.0, so use ".Fx 2.2"keramida2007-10-301-1/+1
* Remove extraneous .Ef request.keramida2007-10-301-2/+1
* Adaptive mutexes should have the same deadlock detection properties thatkris2007-10-301-0/+1
* Add my recent work of adaptive spin mutex code. Use two environments variabledavidxu2007-10-303-47/+50
* Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. Thiskris2007-10-292-0/+32
* When skipping input data, don't overflow a 32-bit size_t.kientzle2007-10-271-1/+1
OpenPOWER on IntegriCloud