aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix two nits in previous commit pointed out by pjd@.Dag-Erling Smørgrav2012-01-231-2/+1
* Clarify the implementation-defined behaviour in case of close(2)Konstantin Belousov2012-01-221-1/+5
* The sys/uio.h header is needed only for readv(2), preadv(2), writev(2) andPawel Jakub Dawidek2012-01-222-4/+4
* Use getcontextx(3) internal API instead of getcontext(2) to provideKonstantin Belousov2012-01-211-4/+13
* Add API for obtaining extended machine context states that cannot beKonstantin Belousov2012-01-2119-10/+693
* This commit adds profiling support for powerpc64. Now we can do applicationAndreas Tobler2012-01-201-1/+1
* Conditionalize the __floatunsisf and __floatunsidf functions, added inDavid Schultz2012-01-201-0/+4
* Fix a small nit noted by bde: exp_x should be of type float, not double.David Schultz2012-01-201-1/+1
* Add a change I missed in r230367 (don't inline arm's fenv.h functions).David Schultz2012-01-201-1/+0
* Remove an errant `#define dprintf printf'. It seems to be leftoverDavid Schultz2012-01-201-2/+0
* Don't inline fenv.h functions on arm for now. Inlining makes sense:David Schultz2012-01-204-13/+33
* Merge in the latest SoftFloat changes from NetBSD. (NetBSD isn't theDavid Schultz2012-01-2019-16/+555
* Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causingPeter Wemm2012-01-181-2/+2
* Fix two issues related to the use of SIGINFO in fetch(1) to displayDag-Erling Smørgrav2012-01-183-7/+75
* Remove unnecessary includes from these libutil man pages.Guy Helmer2012-01-163-4/+0
* Fix more disorder in prototypes and constants.Guy Helmer2012-01-161-46/+43
* Insert read memory barriers.David Xu2012-01-162-1/+2
* Computations on NaNs are supposed to return one of the input NaNs unchanged.David Schultz2012-01-162-4/+3
* Add an implementation of fenv.h intended for platforms that lack an FPU andDavid Schultz2012-01-164-6/+205
* Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support forDavid Schultz2012-01-162-1/+64
* Remove functions from softfloat's Symbol.map that don't need to be exported.David Schultz2012-01-162-20/+14
* Convert softfloat to use the standard exception flag and rounding macrosDavid Schultz2012-01-165-34/+34
* Correct some bugs that resulted from arm/_fpmath.h being blindly copiedDavid Schultz2012-01-161-1/+2
* Make man page wording more clear:Eitan Adler2012-01-151-1/+1
* In kvm_argv(), the case when the supplied buffer was too short to hold theMikolaj Golub2012-01-151-23/+31
* Remove wtmpcvt(1).Ed Schouten2012-01-131-1/+0
* Move struct pidfh definition into pidfile.c, and leave a forward declarationGuy Helmer2012-01-122-12/+13
* Fix disorder in MAN and MLINKS lists.Guy Helmer2012-01-121-37/+37
* More prototype formatting fixes, struct member formatting fixes,Guy Helmer2012-01-121-10/+17
* pidfile_open() no longer uses fcntl() to set the close-on-exec flag.Guy Helmer2012-01-121-2/+1
* Fix prototype formatting (indentation, long lines, and continued lines).Guy Helmer2012-01-111-23/+30
* Fix namespace issues with prototype parameter names.Guy Helmer2012-01-111-32/+32
* Fix forward structure declaration and prototype disorder.Guy Helmer2012-01-111-34/+33
* jilles pointed out that O_CLOEXEC could be used in the open(2) flagsGuy Helmer2012-01-111-14/+1
* Constify arguments.Pawel Jakub Dawidek2012-01-112-3/+3
* Add link for pidfile_fileno.3 to pidfile.3 - thanks again pjd!Guy Helmer2012-01-101-1/+2
* Style fixes courtesy of pjd.Guy Helmer2012-01-102-2/+5
* Document that pidfile_open() now sets the FD_CLOEXEC flag on the openGuy Helmer2012-01-101-0/+4
* Revert unintentional commit of changes to getnetgrent.c.Guy Helmer2012-01-101-28/+13
* Add pidfile_fileno() to obtain the file descriptor for an openGuy Helmer2012-01-104-15/+67
* Set the FD_CLOEXEC flag on the open pidfile file descriptor.Guy Helmer2012-01-101-0/+14
* Add aligned_alloc(3).Ed Schouten2012-01-094-9/+55
* X11BASE has been deprecated for a long time and will die soonEitan Adler2012-01-091-1/+1
* Properly sort functions by name.Ed Schouten2012-01-081-3/+3
* Two other places where we can use WEAK_ALIAS.Andreas Tobler2012-01-082-6/+2
* Convert files to UTF-8 and add some copyright markers where missing.Ulrich Spörlein2012-01-0714-16/+17
* Implement fdlopen(3), an rtld interface to load shared object by fileKonstantin Belousov2012-01-074-3/+47
* Handle the internal scope address representation of the KAME IPv6Hajimu UMEMOTO2012-01-071-1/+2
* Handle memory allocation failures in devstat_getdevs(), devstat_selectdevs(),Guy Helmer2012-01-061-10/+30
* Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.Andreas Tobler2012-01-062-20/+10