aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Stop enforcing dependencies between MK_* options at Makefile level.Yaroslav Tykhiy2006-07-311-1/+2
* Pass BN_CTX to internal functions instead of allocating it internally.Simon L. B. Nielsen2006-07-301-27/+35
* Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.Tim Kientzle2006-07-301-0/+3
* Use 'skip' when ignoring data in tar archives. This dramaticallyTim Kientzle2006-07-3011-11/+287
* Don't mention 'pax' in the context of POSIX-1988, sinceTim Kientzle2006-07-291-5/+4
* Remove mention of 'tp' format, since that support has beenTim Kientzle2006-07-291-10/+0
* Do not put BN_CTX structures on the stack, but instead allocate themSimon L. B. Nielsen2006-07-281-25/+36
* Remove debug code.Stefan Farfeleder2006-07-283-12/+0
* Conditionally expand the size_invs lookup table in arena_run_reg_dalloc()Jason Evans2006-07-271-1/+12
* Use 4 as QUANTUM_2POW_MIN on arm as it is on any other architecture, to avoidOlivier Houchard2006-07-271-1/+1
* style.Makefile(5) is good for our eyes.Yaroslav Tykhiy2006-07-271-4/+8
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-272-2/+10
* Fix cpp logic in arena_malloc() to adjust size when assertions are enabled,Jason Evans2006-07-271-23/+19
* Remove stale comment about armWarner Losh2006-07-261-2/+0
* Respect MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-261-1/+5
* Fix build w/o INET6.Yaroslav Tykhiy2006-07-261-0/+2
* Increase the number of CPUs to 32 to suit sun4v.John Birrell2006-07-261-1/+1
* Rev. 1.44 of this file didn't introduce a right solution,Yaroslav Tykhiy2006-07-251-0/+7
* 1. Don't override underscore version of aio_suspend(), system(),David Xu2006-07-254-100/+191
* Add missing ;.Norikatsu Shigemura2006-07-231-1/+1
* do not overload the port number on to the return value ofHajimu UMEMOTO2006-07-231-8/+9
* Add missing syscalls.Norikatsu Shigemura2006-07-231-0/+12
* stop use of mutex lock in ICMP lookup.Hajimu UMEMOTO2006-07-231-18/+5
* remove obsolete comments.Hajimu UMEMOTO2006-07-221-8/+0
* simplification in explore_numeric: unified the post-process withHajimu UMEMOTO2006-07-211-32/+22
* RFC3493 requires use of inet_aton for AF_INET.Hajimu UMEMOTO2006-07-211-3/+7
* clean-up: rewrote explore_null and explore_numeric without using sentinel.Hajimu UMEMOTO2006-07-211-35/+20
* - draft-ietf-ipngwg-icmp-namelookups-09Hajimu UMEMOTO2006-07-211-79/+164
* Use variadic macros that comply with C99. Keep the GCC-style ones ifStefan Farfeleder2006-07-171-1/+1
* Change the GCC specific __FUNCTION__ to C99's __func__.Stefan Farfeleder2006-07-171-1/+1
* Make the variadic macro debug() comply to C99.Stefan Farfeleder2006-07-171-3/+6
* Use a prototype for res_init().Stefan Farfeleder2006-07-171-1/+1
* Unexpand two TAILQ_FOREACH_SAFE cases.Xin LI2006-07-172-4/+2
* Note the convention that humanize_number follows.Warner Losh2006-07-151-8/+11
* o compat_group() and files_group() are more complicated than I thoughtMaxim Konovalov2006-07-141-4/+6
* Caching scheduling policy and priority in userland, a critical but baddlyDavid Xu2006-07-135-20/+50
* Use thr_setscheduler, thr_getscheduler and thr_setschedparam to implementDavid Xu2006-07-134-26/+15
* o Add missed comma, xref kld(4).Maxim Konovalov2006-07-121-2/+3
* Use kernel facilities to support real-time scheduling.David Xu2006-07-127-124/+103
* __error could be called too early before libthr is initialized, testDavid Xu2006-07-121-5/+7
* Following repo-copy of mac_is_present_np.3 to mac_is_present.3, removeRobert Watson2006-07-076-93/+6
* Fixed the threshold for using the simple Taylor approximation.Bruce Evans2006-07-072-2/+2
* Fixed tanh(-0.0) on ia64 and optimizeed tanh(x) for 2**-55 <= |x| <Bruce Evans2006-07-051-10/+10
* Removed the optimized asm versions of scalb() and scalbf(). TheseBruce Evans2006-07-053-62/+2
* Backed out rev.1.10. It tried to implement ldexpf() as a weak referenceBruce Evans2006-07-051-2/+0
* Use some math tricks in arena_run_reg_dalloc() to avoid actual division, asJason Evans2006-07-011-83/+90
* Make the behavior of malloc(0) standards-compliant by getting rid of nil,Jason Evans2006-06-301-48/+46
* twalk() expects an `action' function not a comparison function.Giorgos Keramidas2006-06-231-1/+1
* Remove some unused variablesBrian Somers2006-06-231-2/+0
* Make the mincore(2) return ENOMEM when requested range is not fully mapped.Konstantin Belousov2006-06-211-2/+2