aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-82/+89
* 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
* Add a missing case for the switch statement in arena_run_reg_dalloc(). [1]Jason Evans2006-06-201-8/+20
* Update for the 'file' 4.17 import.David E. O'Brien2006-06-192-55/+49
* o Typo: ownship -> ownership.Maxim Konovalov2006-06-171-1/+1
* o Make grep ^strlcpy work: put a return value type on separate line.Maxim Konovalov2006-06-151-1/+2
* o Sort .Xrs.Maxim Konovalov2006-06-131-1/+1
* Add xref to statfs(2)Poul-Henning Kamp2006-06-131-0/+1
* Respect FETCH_BIND_ADDRESS when opening the data connection.Dag-Erling Smørgrav2006-06-131-0/+5
* Fix a bug introduced in rev 1.92, where, when changing from one directoryDag-Erling Smørgrav2006-06-131-0/+2
* Specify default path for SHLIBDIR before bsd.own.mk does.Shunsuke Akiyama2006-06-111-1/+3
* Don't build IPv6 support if we have choosen not to have it.Xin LI2006-06-091-0/+4
* o Remove a cruft prevented libpthread sigaction(2) wrapper toMaxim Konovalov2006-06-096-14/+36
* Fix an unwanted gcc4 warning.Maksim Yevmenkin2006-06-062-4/+4
* - ANSIfy.Xin LI2006-06-051-69/+26
* Replace absolute addressing in the call instructions with position-independendKonstantin Belousov2006-06-051-2/+3
* Add audit_submit.3 to the set of man pages built and installed withRobert Watson2006-06-051-1/+2
* Include strings.h for bzero()Xin LI2006-06-052-0/+2
* Remove unused member.David Xu2006-06-031-1/+0
* Remove unused member field m_queue.David Xu2006-06-022-6/+1
* o Record a file offset for a last successfully parsed group file line.Maxim Konovalov2006-06-011-0/+8
* o Document the fact truncate(2) has no effect for !VDIR or !VREG files.Maxim Konovalov2006-06-011-1/+5
* Explicitly request pre-zeroed memory instead of memset'ing ourXin LI2006-05-311-5/+1
* Fix the output.Ruslan Ermilov2006-05-271-0/+1
* - Add include for libutil.h and string.h for prototype.Xin LI2006-05-251-1/+3
* GC old a.out and K&R support.Warner Losh2006-05-231-9/+0
* GC these crt{begin,end}.c, which are unused since the last FreeBSD platformMarius Strobl2006-05-222-114/+0
* Reflect int -> size_t changes in glob.hAndrey A. Chernov2006-05-221-3/+3
* Reflect size_t changes in glob.hAndrey A. Chernov2006-05-221-22/+23
* Remove pending actions asked in comments for SHLIB_MAJOR bump, done.Andrey A. Chernov2006-05-221-2/+0
* Remove the kludge, as asked in the Makefile:Andrey A. Chernov2006-05-221-3/+0
* Bump library majro version for gethostbyaddr(3).Hajimu UMEMOTO2006-05-213-2/+3
* Nuke some compatibility crufts of resolver for 6.X and earlier.Hajimu UMEMOTO2006-05-213-15/+0
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitHajimu UMEMOTO2006-05-211-25/+22
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isHajimu UMEMOTO2006-05-213-4/+7