summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix the output.ru2006-05-271-0/+1
* - Add include for libutil.h and string.h for prototype.delphij2006-05-251-1/+3
* GC old a.out and K&R support.imp2006-05-231-9/+0
* GC these crt{begin,end}.c, which are unused since the last FreeBSD platformmarius2006-05-222-114/+0
* Reflect int -> size_t changes in glob.hache2006-05-221-3/+3
* Reflect size_t changes in glob.hache2006-05-221-22/+23
* Remove pending actions asked in comments for SHLIB_MAJOR bump, done.ache2006-05-221-2/+0
* Remove the kludge, as asked in the Makefile:ache2006-05-221-3/+0
* Bump library majro version for gethostbyaddr(3).ume2006-05-213-2/+3
* Nuke some compatibility crufts of resolver for 6.X and earlier.ume2006-05-213-15/+0
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitume2006-05-211-25/+22
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isume2006-05-213-4/+7
* Upgrade res_update(3) and the friends to BIND9's one excluding TSIGume2006-05-2112-943/+69
* This commit was generated by cvs2svn to compensate for changes in r158782,ume2006-05-214-0/+2201
|\
| * Vendor import of BIND 9.3.2ume2006-05-214-0/+2201
| * Oops, remove the file I imported into wrong place.ume2006-03-211-47/+0
* | Remove reference to "System call restart" in intro(2). intro(2) does notrodrigc2006-05-201-3/+4
* | o .Xr strtonum(3).maxim2006-05-202-0/+2
* | Correct decoding a string containing '/'.jkim2006-05-191-1/+1
* | Fix return value.davidxu2006-05-171-1/+2
* | get thread signal info.davidxu2006-05-172-0/+38
* | Export offsets of thread signal pending set and signal mask for debugger.davidxu2006-05-173-0/+6
* | * Document the fact that non-superusers cannot change file flags forkeramida2006-05-161-2/+47
* | Add a manual dependency on ssh_namespace.h.des2006-05-131-2/+6
* | Introduce a namespace munging hack inspired by NetBSD to avoid pollutingdes2006-05-131-1/+1
* | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:ume2006-05-126-22/+36
* | Save errno before calling pthread_mutex_lock because pthread_mutex_lockdavidxu2006-05-111-2/+2
* | Add symbol versions: FBSD_1.0 and FBSDprivate.davidxu2006-05-111-3/+387
* | Increase the minimum chunk size by a power of two (32kB --> 64kB, assumingjasone2006-05-101-2/+2
* | In order to let new binutils can compile it, replace movl withdavidxu2006-05-072-18/+18
* | A few minor wording changes and a clarification about error conditions.bsd2006-05-031-10/+10
* | Fix alignment problem on AMD64.ume2006-05-021-4/+4
* | Simplify some of the wide-character handling, inspiredkientzle2006-05-013-62/+40
* | Whitespace cleanup.kientzle2006-05-011-2/+2
* | `cache' couldn't co-exist with `compat'.ume2006-04-301-2/+3
* | Go with a different version of the previous patch so to preserve errno.marcus2006-04-301-5/+5
* | Fix a file descriptor leak in cam_lookup_pass() when the ioctl to findmarcus2006-04-301-4/+5
* | - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-2821-737/+5438
* | s/long/int.davidxu2006-04-271-2/+2
* | - Use same priority range returned by kernel's sched_get_priority_min()davidxu2006-04-276-55/+57
* | Change the semantics of brk_max to dynamically deal with data segmentjasone2006-04-271-71/+83
* | o Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded partitions.maxim2006-04-251-0/+7
* | Add some new options to mac_bsdestended. We can now match on:dwmalone2006-04-233-180/+729
* | Remove multiple _get_curthread() calls.davidxu2006-04-231-4/+1
* | Oops, correct the weak reference (s/fclose/fcloseall).deischen2006-04-221-1/+1
* | Now that libc has fcloseall(), remove _cleanup() from the listdeischen2006-04-221-1/+0
* | Add fcloseall() to libc. This removes the need to export _cleanup().deischen2006-04-225-4/+60
* | Update for rev 1.205 of vm_mmap.c.trhodes2006-04-211-7/+6
* | Teach libkvm how to read minidumps. It turns out that minidumps arepeter2006-04-216-0/+580
* | Document how the backoff delay is calculated.brueffer2006-04-191-1/+4
OpenPOWER on IntegriCloud