aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use a generic way to back threads out of wait queues when handlingDaniel Eischen2004-12-1833-694/+823
* Grammar in a comment.Ruslan Ermilov2004-12-181-1/+1
* GC unused declarationDavid Schultz2004-12-161-1/+0
* Cosmetic changes only:David Schultz2004-12-163-45/+15
* o The macro versions of sigemptyset(3), sigfillset(3), sigaddset(3),Maxim Konovalov2004-12-161-9/+12
* Be more careful about assembling/disassemblingTim Kientzle2004-12-111-2/+2
* Date business, update.Tom Rhodes2004-12-101-1/+1
* According to the information on:Tom Rhodes2004-12-102-4/+4
* Add pthread_atfork().Greg Lehey2004-12-105-1/+92
* Add workaround for {not so|too} smart phones that cannot handle SDP attributeMaksim Yevmenkin2004-12-091-12/+43
* Oooops I forgot to commit that.Olivier Houchard2004-12-081-1/+1
* Fix inverted #ifdef that I added. Who had the pointy hat last?Peter Wemm2004-12-061-1/+1
* Make sure the first argument to the user function is 16-byte aligned.Daniel Eischen2004-12-051-5/+7
* Fix description: the argument to setcontext(3) must have been previouslyRalf S. Engelschall2004-12-031-1/+1
* MNT_NODEV is deprecated.Ruslan Ermilov2004-11-292-7/+2
* 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