summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Aparrently MACXOCOMLEN exisrts only on my machinejulian2007-10-261-1/+1
* Add a period for yar@.ru2007-10-261-1/+1
* Introduce a way to make pure kernal threads.julian2007-10-261-1/+8
* Correct documentation of ~/.opiealwaysdes2007-10-261-3/+5
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-241-0/+4
* Fix reading of files that use pax 'size' attribute to store size.kientzle2007-10-241-7/+21
* Back out 2nd part of wrong iswascii() change in prev. commit.ache2007-10-231-1/+1
* Add a BUGS section to note that mount/chroot changes sincejb2007-10-221-0/+4
* - Stop calling libthr alternative as it's now the defaultru2007-10-221-15/+7
* Add the full module path name to the kld_file_stat structurejb2007-10-221-0/+5
* Consistently use the word 'flag' to refer to ELF_F_* constants.jkoshy2007-10-225-19/+19
* - Given that we tell the compiler that struct ip is packed and 32-bitmarius2007-10-211-4/+4
* Remove references to the 'e_phnum' field of the ELF header. Instead,jkoshy2007-10-212-14/+9
* Refer the reader to the elf_update(3) manual page for more informationjkoshy2007-10-211-2/+5
* - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldru2007-10-202-1/+2
* Install getaudit_addr(2) and setaudit_addr(2) links to getaudit(2) andrwatson2007-10-191-1/+3
* Remove out of date notes, the atoi code is thread-safe and async-canceldavidxu2007-10-191-4/+0
* Unbreak arm build by removing duplicate symbols.cognet2007-10-181-8/+0
* The fork symbols aren't MD, they already live in sys/.yar2007-10-181-3/+0
* Fix build from errors exposed with recent version_gen.awk commit.grehan2007-10-181-2/+1
* - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached totmclaugh2007-10-171-1/+1
* VM_METER is long deprecated.ru2007-10-161-2/+2
* Rescue parts of the sensorsd commit that are still relevant:ru2007-10-161-6/+9
* Use macro THR_CLEANUP_PUSH/POP, they are cheaper than pthread_cleanup_push/pop.davidxu2007-10-161-2/+4
* Reverse the logic of UP and SMP.davidxu2007-10-161-1/+1
* Update for libpcap 0.9.8 importmlaier2007-10-162-3/+28
* Backout sensors framework.netchild2007-10-151-36/+6
* Optimize for size on pc98. It enables to boot a kernel again.nyan2007-10-151-0/+3
* Add comment explaining __mb_sb_limit trick here.ache2007-10-151-0/+5
* Fix mdoc in last commit.ru2007-10-141-13/+15
* Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-141-6/+34
* The problem is: currently our single byte ctype(3) functions are brokenache2007-10-1312-21/+57
* Remove symbols that should not be exported.deischen2007-10-131-29/+0
* MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd arecognet2007-10-133-9/+9
* Minor mdoc cleanup: Every sentence should start on its own line.simon2007-10-131-1/+2
* When pidfile is already locked and has zero length, do not returnkib2007-10-122-1/+19
* Correct the cpio writers to not accept data for non-regular files.kientzle2007-10-123-3/+41
* Correct the return values of the final zero-length block at EOF.kientzle2007-10-121-0/+7
* For 7.0 make the shared lib "version" '3'.obrien2007-10-101-1/+1
* Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidentalobrien2007-10-092-4/+2
* Repo copy libpthreads to libkse.obrien2007-10-09177-26833/+0
* Repo copy libpthreads to libkse.obrien2007-10-0911-71/+18
* Always install libpthread.* symlinks if at least one ofru2007-10-011-2/+3
* Always install libpthread.* symlinks if at least one ofru2007-10-012-4/+6
* Fixed "make checkdpadd" (missing library dependencies).ru2007-10-011-0/+1
* Adjust history.obrien2007-09-284-4/+11
OpenPOWER on IntegriCloud