summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rev 228065 (change bsd.own.mk -> bsd.init.mk) broke pam_unix.so by causingpeter2012-01-181-2/+2
* Fix two issues related to the use of SIGINFO in fetch(1) to displaydes2012-01-183-7/+75
* Remove unnecessary includes from these libutil man pages.ghelmer2012-01-163-4/+0
* Fix more disorder in prototypes and constants.ghelmer2012-01-161-46/+43
* Insert read memory barriers.davidxu2012-01-162-1/+2
* Computations on NaNs are supposed to return one of the input NaNs unchanged.das2012-01-162-4/+3
* Add an implementation of fenv.h intended for platforms that lack an FPU anddas2012-01-164-6/+205
* Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support fordas2012-01-162-1/+64
* Remove functions from softfloat's Symbol.map that don't need to be exported.das2012-01-162-20/+14
* Convert softfloat to use the standard exception flag and rounding macrosdas2012-01-165-34/+34
* Correct some bugs that resulted from arm/_fpmath.h being blindly copieddas2012-01-161-1/+2
* Make man page wording more clear:eadler2012-01-151-1/+1
* In kvm_argv(), the case when the supplied buffer was too short to hold thetrociny2012-01-151-23/+31
* Remove wtmpcvt(1).ed2012-01-131-1/+0
* Move struct pidfh definition into pidfile.c, and leave a forward declarationghelmer2012-01-122-12/+13
* Fix disorder in MAN and MLINKS lists.ghelmer2012-01-121-37/+37
* More prototype formatting fixes, struct member formatting fixes,ghelmer2012-01-121-10/+17
* pidfile_open() no longer uses fcntl() to set the close-on-exec flag.ghelmer2012-01-121-2/+1
* Fix prototype formatting (indentation, long lines, and continued lines).ghelmer2012-01-111-23/+30
* Fix namespace issues with prototype parameter names.ghelmer2012-01-111-32/+32
* Fix forward structure declaration and prototype disorder.ghelmer2012-01-111-34/+33
* jilles pointed out that O_CLOEXEC could be used in the open(2) flagsghelmer2012-01-111-14/+1
* Constify arguments.pjd2012-01-112-3/+3
* Add link for pidfile_fileno.3 to pidfile.3 - thanks again pjd!ghelmer2012-01-101-1/+2
* Style fixes courtesy of pjd.ghelmer2012-01-102-2/+5
* Document that pidfile_open() now sets the FD_CLOEXEC flag on the openghelmer2012-01-101-0/+4
* Revert unintentional commit of changes to getnetgrent.c.ghelmer2012-01-101-28/+13
* Add pidfile_fileno() to obtain the file descriptor for an openghelmer2012-01-104-15/+67
* Set the FD_CLOEXEC flag on the open pidfile file descriptor.ghelmer2012-01-101-0/+14
* Add aligned_alloc(3).ed2012-01-094-9/+55
* X11BASE has been deprecated for a long time and will die sooneadler2012-01-091-1/+1
* Properly sort functions by name.ed2012-01-081-3/+3
* Two other places where we can use WEAK_ALIAS.andreast2012-01-082-6/+2
* Convert files to UTF-8 and add some copyright markers where missing.uqs2012-01-0714-16/+17
* Implement fdlopen(3), an rtld interface to load shared object by filekib2012-01-074-3/+47
* Handle the internal scope address representation of the KAME IPv6ume2012-01-071-1/+2
* Handle memory allocation failures in devstat_getdevs(), devstat_selectdevs(),ghelmer2012-01-061-10/+30
* Use the macro WEAK_ALIAS. Tested on 32 and 64-bit.andreast2012-01-062-20/+10
* Pull up vendor changes to mdoc(7)uqs2012-01-051-2/+2
* Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwdbapt2012-01-052-1/+16
* Change index() and rindex() to a weak alias.ed2012-01-056-6/+6
* Quiet down clang -Werror.pfg2012-01-041-2/+2
* Update PMC events from October 2011 Intel documentation.fabient2012-01-041-11/+6
* Document the fact that chroot(2) is no longer part of POSIX since SUSv3delphij2012-01-041-1/+19
* Integrate the line drawing algorithm from the book "Graphic Gems 1".pfg2012-01-031-22/+191
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-038-12/+12
* Merge index() and strchr() together.ed2012-01-0316-287/+135
* In several llvm library Makefiles, remove extraneous slashes at the enddim2012-01-014-4/+4
* Instead of forcing -O1 on PowerPC for LLVM and clang, fix the actualnwhitehorn2012-01-011-4/+2
* Upgrade libcompiler_rt to upstream revision 147390.ed2011-12-311-0/+4
|\
OpenPOWER on IntegriCloud