aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Include runetype.h for _RuneLocale_Rong-En Fan2007-11-071-0/+2
* In _pthread_key_create() ensure that libthr is initialized. ThisMarius Strobl2007-11-061-1/+5
* Avoid doing adaptive spinning for priority protected mutex, currentDavid Xu2007-10-311-2/+5
* Don't do adaptive spinning if it is running on UP kernel.David Xu2007-10-311-3/+5
* Restore revision 1.55, the kris's adaptive mutex type.David Xu2007-10-311-14/+36
* Remove an extra (commented out) .Sh HISTORY section heading, to avoidGiorgos Keramidas2007-10-301-3/+1
* Remove an extra (commented out) .Sh HISTORY section heading, to avoidGiorgos Keramidas2007-10-301-4/+2
* Change a .PP request to a valid .Pp mdoc request, and remove an extraGiorgos Keramidas2007-10-302-6/+3
* Remove duplicate (but commented out) .Sh HISTORY section heading.Giorgos Keramidas2007-10-3028-56/+28
* Remove duplicate (but commented out) .Sh HISTORY section headingGiorgos Keramidas2007-10-302-4/+4
* Remove extraneous empty lines, to fix mdoc warnings.Giorgos Keramidas2007-10-303-7/+3
* mdoc fix: remove extraneous empty line.Giorgos Keramidas2007-10-301-2/+1
* Bump manpage date, missed during the last change.Giorgos Keramidas2007-10-301-1/+1
* The .Fx request doesn't recognize 2.2.0, so use ".Fx 2.2"Giorgos Keramidas2007-10-301-1/+1
* Remove extraneous .Ef request.Giorgos Keramidas2007-10-301-2/+1
* Adaptive mutexes should have the same deadlock detection properties thatKris Kennaway2007-10-301-0/+1
* Add my recent work of adaptive spin mutex code. Use two environments variableDavid Xu2007-10-303-47/+50
* Add a new "non-portable" mutex type, PTHREAD_MUTEX_ADAPTIVE_NP. ThisKris Kennaway2007-10-292-0/+32
* When skipping input data, don't overflow a 32-bit size_t.Tim Kientzle2007-10-271-1/+1
* Aparrently MACXOCOMLEN exisrts only on my machineJulian Elischer2007-10-261-1/+1
* Add a period for yar@.Ruslan Ermilov2007-10-261-1/+1
* Introduce a way to make pure kernal threads.Julian Elischer2007-10-261-1/+8
* Correct documentation of ~/.opiealwaysDag-Erling Smørgrav2007-10-261-3/+5
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapJohn Baldwin2007-10-241-0/+4
* Fix reading of files that use pax 'size' attribute to store size.Tim Kientzle2007-10-241-7/+21
* Back out 2nd part of wrong iswascii() change in prev. commit.Andrey A. Chernov2007-10-231-1/+1
* Add a BUGS section to note that mount/chroot changes sinceJohn Birrell2007-10-221-0/+4
* - Stop calling libthr alternative as it's now the defaultRuslan Ermilov2007-10-221-15/+7
* Add the full module path name to the kld_file_stat structureJohn Birrell2007-10-221-0/+5
* Consistently use the word 'flag' to refer to ELF_F_* constants.Joseph Koshy2007-10-225-19/+19
* - Given that we tell the compiler that struct ip is packed and 32-bitMarius Strobl2007-10-211-4/+4
* Remove references to the 'e_phnum' field of the ELF header. Instead,Joseph Koshy2007-10-212-14/+9
* Refer the reader to the elf_update(3) manual page for more informationJoseph Koshy2007-10-211-2/+5
* - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldRuslan Ermilov2007-10-202-1/+2
* Install getaudit_addr(2) and setaudit_addr(2) links to getaudit(2) andRobert Watson2007-10-191-1/+3
* Remove out of date notes, the atoi code is thread-safe and async-cancelDavid Xu2007-10-191-4/+0
* Unbreak arm build by removing duplicate symbols.Olivier Houchard2007-10-181-8/+0
* The fork symbols aren't MD, they already live in sys/.Yaroslav Tykhiy2007-10-181-3/+0
* Fix build from errors exposed with recent version_gen.awk commit.Peter Grehan2007-10-181-2/+1
* - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached toTom McLaughlin2007-10-171-1/+1
* VM_METER is long deprecated.Ruslan Ermilov2007-10-161-2/+2
* Rescue parts of the sensorsd commit that are still relevant:Ruslan Ermilov2007-10-161-6/+9
* Use macro THR_CLEANUP_PUSH/POP, they are cheaper than pthread_cleanup_push/pop.David Xu2007-10-161-2/+4
* Reverse the logic of UP and SMP.David Xu2007-10-161-1/+1
* Update for libpcap 0.9.8 importMax Laier2007-10-162-3/+28
* Backout sensors framework.Alexander Leidinger2007-10-151-36/+6
* Optimize for size on pc98. It enables to boot a kernel again.Yoshihiro Takahashi2007-10-151-0/+3
* Add comment explaining __mb_sb_limit trick here.Andrey A. Chernov2007-10-151-0/+5
* Fix mdoc in last commit.Ruslan Ermilov2007-10-141-13/+15
* Import OpenBSD's sysctl hardware sensors framework.Alexander Leidinger2007-10-141-6/+34