summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Initialise `hex' at the top of the file, ISO C requires that an array withstefanf2005-05-311-6/+5
* Back out revision 1.51, it is wrong. We don't litter -I's within libobrien2005-05-311-1/+1
* Use %z to print size_t values.jhb2005-05-312-2/+2
* Just use uintptr_t and intptr_t rather than requiring each arch to providejhb2005-05-311-24/+2
* Add a missing END() to quiet a warning.jhb2005-05-311-0/+1
* Mark _thread_exit() and __sys_exit() as __dead2 to quiet some warnings.jhb2005-05-311-2/+2
* Style tweak.jhb2005-05-311-1/+2
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-318-1/+208
* Make bzip2 support working again after bzip2 upgrade. This time commitsobomax2005-05-291-4/+19
* Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwisesobomax2005-05-291-1/+1
* update for import of v0.9.1-096sam2005-05-291-61/+125
* reduce cast.ume2005-05-271-3/+3
* Do not tread 128-bit UUID as int128. Provide separate macros to get/putemax2005-05-273-9/+81
* Fix long (and long long) to long double, unsigned to long double and unsignedstefanf2005-05-272-10/+24
* 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
OpenPOWER on IntegriCloud