summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Check for NULL pointer return.phk2005-05-241-0/+2
* Start to address the race issue between restoring a file's contentskientzle2005-05-214-105/+204
* Correct return values in myopen() and myclose() in Example code.kientzle2005-05-211-2/+2
* reduce strlen() call.ume2005-05-201-4/+6
* use reentrant.h and simplify.ume2005-05-201-29/+20
* check return value of ttyname_r().ume2005-05-201-1/+2
* ttyname_r() didn't pass correct buffer size to devname_r().ume2005-05-201-1/+1
* Remove unused variables.charnier2005-05-202-3/+2
* Remove unused variable. Shorten the path to WARNS=6 compliance.charnier2005-05-201-1/+2
* Remove unused variables. Whitespace cleaning.charnier2005-05-201-13/+13
* Fix libstand on amd64. Rev 1.46 (obrien) removed the -I. that thepeter2005-05-201-1/+1
* Align the stack to a 16 byte boundary so that we can safely call functionsdfr2005-05-191-0/+3
* Keep the stack aligned to a 16 byte boundary when calling init functionsdfr2005-05-192-0/+4
* Clean up an additional file.obrien2005-05-171-0/+1
* Don't use a patch w/in /usr/src. Programmatically change files when needed.obrien2005-05-173-26/+15
* Re-enable support for bzip2'ed compressed filesystems.obrien2005-05-172-6/+11
* Temporarily disable support for bzip2'ed compressed filesystems, until aobrien2005-05-174-117/+1
* Make <runefile.h> internal to libc.ru2005-05-162-1/+63
* - The ai_addrlen of a struct addrinfo used to be a size_t, perume2005-05-156-25/+37
* Submitted by: Jinmei Tatuya, Hajimu Umemotognn2005-05-142-4/+4
* Revert to old ttyname_r behavior that when _ioctl() returns 0 (SUCCEEDED),delphij2005-05-141-1/+1
* The header glue.h should provide just a declaration for the variablestefanf2005-05-131-1/+2
* NI_WITHSCOPEID cleanupume2005-05-131-1/+1
* raise readability bit.ume2005-05-131-7/+7
* free ypbuf only when yp_match() succeed.ume2005-05-131-1/+1
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-134-34/+11
* Provide more POSIX-complaint ttyname_r(3) interface[1], which is slightlydelphij2005-05-133-24/+41
* Connect MLINKS for ttyname_r(3), and add prototype into unistd.h.delphij2005-05-111-1/+1
* Avoid (unnecessarily) casting away const within uuid_is_nil.delphij2005-05-111-2/+2
* Document zlib update procedure and provide future maintainers akientzle2005-05-111-0/+44
* Since the FreeBSD local modifications are mostly trivial (consistingkientzle2005-05-1115-78/+91
* archive_entry_set_link is supposed to update whichever link fieldkientzle2005-05-081-1/+2
* Prevent these functions from using stack outside of their frame.deischen2005-05-063-15/+15
* Fix race by using atomic operation, with this change, both libpthreaddavidxu2005-05-061-3/+5
* Build userland libalias using src/sys/netinet/libalias.glebius2005-05-0417-10259/+2
* Document the fact that accept(2) may return EINVAL when addrlen iskeramida2005-05-041-0/+4
* The correct description for mode "w" isdes2005-05-041-1/+1
* do mutex lock for each yp calls. with this,ume2005-05-031-13/+65
* Cleanup for getgrouplist(3):delphij2005-05-031-8/+6
* fix signed/unsigned comparison warnings.ume2005-05-031-5/+5
* Include paths.h for prototype of getbootfile(3).delphij2005-05-031-0/+2
* the 3rd argument of getsockname() should be socklen_t*.ume2005-05-022-2/+4
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-014-1/+57
* oops, we don't need previous change.ume2005-05-011-8/+4
* make it compilable without YP definition.ume2005-05-011-5/+9
* don't see RES_USE_INET6 when called from getipnodeby*().ume2005-05-011-6/+14
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedume2005-04-303-6/+17
* handling RES_USE_INET6 better.ume2005-04-301-4/+5
* _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly.ume2005-04-301-1/+1
* _gethostbynisname() didn't support RES_USE_INET6.ume2005-04-301-0/+9
OpenPOWER on IntegriCloud