aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct decoding a string containing '/'.Jung-uk Kim2006-05-191-1/+1
* Fix return value.David Xu2006-05-171-1/+2
* get thread signal info.David Xu2006-05-172-0/+38
* Export offsets of thread signal pending set and signal mask for debugger.David Xu2006-05-173-0/+6
* * Document the fact that non-superusers cannot change file flags forGiorgos Keramidas2006-05-161-2/+47
* Add a manual dependency on ssh_namespace.h.Dag-Erling Smørgrav2006-05-131-2/+6
* Introduce a namespace munging hack inspired by NetBSD to avoid pollutingDag-Erling Smørgrav2006-05-131-1/+1
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:Hajimu UMEMOTO2006-05-126-22/+36
* Save errno before calling pthread_mutex_lock because pthread_mutex_lockDavid Xu2006-05-111-2/+2
* Add symbol versions: FBSD_1.0 and FBSDprivate.David Xu2006-05-111-3/+387
* Increase the minimum chunk size by a power of two (32kB --> 64kB, assumingJason Evans2006-05-101-2/+2
* In order to let new binutils can compile it, replace movl withDavid Xu2006-05-072-18/+18
* A few minor wording changes and a clarification about error conditions.Brian S. Dean2006-05-031-10/+10
* Fix alignment problem on AMD64.Hajimu UMEMOTO2006-05-021-4/+4
* Simplify some of the wide-character handling, inspiredTim Kientzle2006-05-013-62/+40
* Whitespace cleanup.Tim Kientzle2006-05-011-2/+2
* `cache' couldn't co-exist with `compat'.Hajimu UMEMOTO2006-04-301-2/+3
* Go with a different version of the previous patch so to preserve errno.Joe Marcus Clarke2006-04-301-5/+5
* Fix a file descriptor leak in cam_lookup_pass() when the ioctl to findJoe Marcus Clarke2006-04-301-4/+5
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-2821-737/+5438
* s/long/int.David Xu2006-04-271-2/+2
* - Use same priority range returned by kernel's sched_get_priority_min()David Xu2006-04-276-55/+57
* Change the semantics of brk_max to dynamically deal with data segmentJason Evans2006-04-271-71/+83
* o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions.Maxim Konovalov2006-04-251-0/+7
* Add some new options to mac_bsdestended. We can now match on:David Malone2006-04-233-180/+729
* Remove multiple _get_curthread() calls.David Xu2006-04-231-4/+1
* Oops, correct the weak reference (s/fclose/fcloseall).Daniel Eischen2006-04-221-1/+1
* Now that libc has fcloseall(), remove _cleanup() from the listDaniel Eischen2006-04-221-1/+0
* Add fcloseall() to libc. This removes the need to export _cleanup().Daniel Eischen2006-04-225-4/+60
* Update for rev 1.205 of vm_mmap.c.Tom Rhodes2006-04-211-7/+6
* Teach libkvm how to read minidumps. It turns out that minidumps arePeter Wemm2006-04-216-0/+580
* Document how the backoff delay is calculated.Christian Brueffer2006-04-191-1/+4
* Correct usage example.Ceri Davies2006-04-181-1/+1
* o dbm_close(3) returns void not zero or anything else. Touch .Dd.Maxim Konovalov2006-04-161-5/+1
* For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq",Marius Strobl2006-04-161-4/+4
* - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-1516-705/+1258
* Don't export __gdtoa. The only known ports that rely onDaniel Eischen2006-04-151-5/+1
* o Document SO_NOSIGPIPE, touch .Dd.Maxim Konovalov2006-04-151-1/+9
* List pwritev in the NAME section.Ruslan Ermilov2006-04-141-1/+2
* s/soley/solelyJens Schweikhardt2006-04-131-1/+1
* Apply style.Makefile(5) here.Ruslan Ermilov2006-04-131-5/+5
* Install the shared library under /usr/lib; it's not used by anythingRuslan Ermilov2006-04-131-1/+0
* Place shared libpcap library under /lib, currently needed byRuslan Ermilov2006-04-131-0/+2
* Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY.Xin LI2006-04-134-10/+10
* Fix a symlink.Ruslan Ermilov2006-04-121-1/+1
* Install shared libpthread library into /lib; needed by someRuslan Ermilov2006-04-123-1/+7
* use pwrite to always write at the begining of the file.. If multiple callsJohn-Mark Gurney2006-04-111-1/+1
* - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbolsMarius Strobl2006-04-111-35/+18
* Document that VIS_CSTYLE encodes space (040) as '\s'.Christian Brueffer2006-04-091-1/+3
* Don't test if RES_INIT is set to see res_state structure isHajimu UMEMOTO2006-04-081-1/+1