aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When determining whether filename is too long for aTim Kientzle2004-11-281-6/+6
* Correct the spelling of "archive_write_pax_header"Tim Kientzle2004-11-281-1/+1
* When required to negate the absoulte result of a division/remainderPeter Edwards2004-11-271-1/+1
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-277-5/+10
* Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoidTim J. Robbins2004-11-211-4/+4
* In preparation to remove U areas, don't refer to p_uarea in libkvm.David Schultz2004-11-201-1/+1
* Install the header for libmagic.David E. O'Brien2004-11-191-0/+1
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).Mark Santcroos2004-11-182-54/+1
* -Add a note that currently two syntax styles for label element declarationChristian S.J. Peron2004-11-181-3/+16
* Remove 80386 support from libc.John Baldwin2004-11-162-12/+0
* Document more fields of struct stat.Yaroslav Tykhiy2004-11-151-0/+32
* Use .Vt "struct stat" consistently.Yaroslav Tykhiy2004-11-151-1/+1
* Nitpicking on grammar.Yaroslav Tykhiy2004-11-151-1/+1
* Improve mdoc(7) markup of the page: add several missing macros,Yaroslav Tykhiy2004-11-151-10/+10
* Document the S_IS*(mode) macros used to test for file types.Yaroslav Tykhiy2004-11-151-1/+27
* Since I'm not using the public API for writingTim Kientzle2004-11-151-6/+8
* Pax extended headers were always failingTim Kientzle2004-11-151-1/+1
* Remove stub libxpg4. All functionality was merged into libc a long time ago.Tim J. Robbins2004-11-133-19/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-138-8/+21
* Remove un-needed call to close(2). The fd that close is beingChristian S.J. Peron2004-11-131-1/+0
* Document the fact that kvm_getenvv(3) requires procfs to be mountedChristian S.J. Peron2004-11-131-0/+7
* Help Tinderbox and remove libautofsMark Murray2004-11-101-1/+1
* sranddev() is not magic pixie dust. While it gives a good randomWarner Losh2004-11-101-2/+4
* Add 0xbf (191) as new Solaris partition identifier.Poul-Henning Kamp2004-11-101-0/+1
* Use the RET macro.Olivier Houchard2004-11-0917-52/+52
* Add a week alias __siglongjmp => siglongjmp.Olivier Houchard2004-11-091-0/+1
* MFKernel: Implement ffs with clz on Xscale.Olivier Houchard2004-11-071-0/+6
* Ooops. ssize_t != int. <sigh>Tim Kientzle2004-11-064-4/+4
* i386_set_ldt() is not available when running 32 bit binaries on amd64Peter Wemm2004-11-064-0/+26
* Cosmetic tweaks to reduce diffs to the i386 counterpart.Peter Wemm2004-11-062-4/+6
* Use the recently exposed fs/gs set functions when compiling libthr toPeter Wemm2004-11-061-0/+12
* When building the custom i386 libraries for use on amd64 kernels, wePeter Wemm2004-11-066-0/+170
* Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.Olivier Houchard2004-11-052-2/+1
* Fix signalcontext and makecontext.Olivier Houchard2004-11-053-14/+17
* Remove getcontext.S, it is not needed.Olivier Houchard2004-11-052-64/+1
* Import a Makefile for arm.Olivier Houchard2004-11-051-0/+8
* Partial support of KSE for arm.Olivier Houchard2004-11-058-118/+132
* Makefile tweaks:Tim Kientzle2004-11-051-2/+3
* Remove the unused archive_string_sprintf() utility function.Tim Kientzle2004-11-052-18/+0
* Revert 1.24: Brain glitch. <sigh>Tim Kientzle2004-11-051-1/+1
* Clean up the error handling in theTim Kientzle2004-11-059-133/+213
* archive.h gets built in ${.OBJDIR}Tim Kientzle2004-11-051-1/+1
* Update a comment.Tim Kientzle2004-11-051-0/+1
* Protect against local flooder of /var/run/log. Do not loop forever inGleb Smirnoff2004-11-041-13/+41
* Add glibc-style strftime(3) padding specifiers, namely, -(no padding),Xin LI2004-11-042-21/+79
* Fixed "make clean".Ruslan Ermilov2004-11-041-0/+1
* Save cancelflags in signal frame, this fixes a problem thatDavid Xu2004-11-014-0/+6
* Make pthread_mutex_trylock(3) return EBUSY on failure, as all softwareBrian Feldman2004-10-312-16/+2
* Don't barf when we encounter an UUID for GPT partitions. Instead, addMarcel Moolenaar2004-10-312-2/+3
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!Peter Wemm2004-10-271-0/+1