aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pull up vendor changes to mdoc(7)Ulrich Spörlein2012-01-051-2/+2
* Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwdBaptiste Daroussin2012-01-052-1/+16
* Change index() and rindex() to a weak alias.Ed Schouten2012-01-056-6/+6
* Quiet down clang -Werror.Pedro F. Giffuni2012-01-041-2/+2
* Update PMC events from October 2011 Intel documentation.Fabien Thomas2012-01-041-11/+6
* Document the fact that chroot(2) is no longer part of POSIX since SUSv3Xin LI2012-01-041-1/+19
* Integrate the line drawing algorithm from the book "Graphic Gems 1".Pedro F. Giffuni2012-01-031-22/+191
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-038-12/+12
* Merge index() and strchr() together.Ed Schouten2012-01-0316-287/+135
* In several llvm library Makefiles, remove extraneous slashes at the endDimitry Andric2012-01-014-4/+4
* Instead of forcing -O1 on PowerPC for LLVM and clang, fix the actualNathan Whitehorn2012-01-011-4/+2
* Upgrade libcompiler_rt to upstream revision 147390.Ed Schouten2011-12-311-0/+4
|\
| * Import compiler-rt r147390.vendor/compiler-rt/compiler-rt-r147390Ed Schouten2011-12-31230-608/+13134
* | Add some additional const poison after r228972. The 'mapping' array inDimitry Andric2011-12-301-1/+2
* | Fix typo in Makefile comment.Robert Watson2011-12-301-1/+1
* | libc: Eliminate some relative relocations in file flags table.Jilles Tjoelker2011-12-291-23/+23
* | Fix manual section for acl_get(3) and mac_get(3) family functions.Sergey Kandaurov2011-12-291-14/+14
* | libc: Eliminate some relative relocations in getusershell().Jilles Tjoelker2011-12-271-8/+7
* | libc: Eliminate some relative relocations in setlocale().Jilles Tjoelker2011-12-271-1/+1
* | Add locally implemented atomic intrinsics to libcompiler_rt.Ed Schouten2011-12-2717-0/+204
* | Update rtprio(2) manual page to reflect the latest changes in -CURRENT asXin LI2011-12-272-17/+82
* | Add libstdthreads.Ed Schouten2011-12-2610-0/+893
* | Add missing opening and closing brackets in getopt_long.3 and getsubopt.3Glen Barber2011-12-262-3/+6
* | Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x).Justin Hibbits2011-12-241-0/+62
* | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-236-3/+81
* | Handle malloc failures in yplib.c.Guy Helmer2011-12-231-0/+46
* | Handle failures to malloc memory to hold key or val copies.Guy Helmer2011-12-231-0/+11
* | Add placeholder code for prepending pathnames to tftp.Ed Schouten2011-12-221-0/+7
* | Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-22256-75767/+30
* | - Fix style(9) bugs in glob.cEitan Adler2011-12-201-35/+35