summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert the commits that made libssh an INTERNALLIB; they caused too muchdes2005-06-071-2/+1
* Add a new source file in sendmail 8.13.4gshapiro2005-06-071-1/+1
* Fix libssh dependency.des2005-06-061-1/+2
* Minor clean up for flags restoration: Use fchflags/lchflags whenkientzle2005-06-044-13/+52
* Sort archive_entry_ctime/archive_entry_ctime_nsec correctly.kientzle2005-06-041-13/+13
* Support libarchive with C++ by adding appropriate conditionalkientzle2005-06-042-4/+25
* Fix one error in the example usage of the archive_write API and fillkientzle2005-06-041-27/+52
* Update .Dd value.alc2005-06-041-1/+1
* Eliminate the original method of requesting notification of aio_read(2) andalc2005-06-041-9/+0
* Release n_hibma's maintainership due to his ENOTIME.schweikh2005-06-041-2/+0
* Fix the source path.ru2005-06-041-1/+1
* Missed rwatson's redundancyimp2005-06-031-2/+0
* Remove libz and pppd redundancyimp2005-06-031-2/+0
* bump SHLIB_MAJOR as libpcap refers getnetbyname(3).ume2005-06-031-1/+1
* Match sys/boot in ensure GCC does not use x86 FP registers in integer code.obrien2005-06-031-1/+2
* reflect type change of n_net and getnetbyaddr(3).ume2005-06-031-2/+2
* - Remove padding for ABI compatibility of n_net member from structume2005-06-034-17/+1
* Provide missing implementations for archive_entry_ctime() andscottl2005-06-011-0/+13
* Remove the C99-specific __func__ that is one of the few barrier tokientzle2005-06-017-37/+39
* <Ooops> Two lines got dropped from the previous commit. Apologies.kientzle2005-06-011-0/+2
* A minor refinement to "pax" output: Remove suid/sgid/sticky bitskientzle2005-06-013-0/+38
* 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
OpenPOWER on IntegriCloud