aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Document wait6() and waitid().Konstantin Belousov2012-11-132-32/+282
* Implement the waitid() SUSv4 function using wait6() system call.Konstantin Belousov2012-11-136-1/+72
* Add an explanatory comment to lib/libc/gen/isnan.c about the fix to makeDimitry Andric2012-11-111-0/+5
* Only define isnan, isnanf, __isnan and __isnanf in libc.so, not inDimitry Andric2012-11-102-3/+6
* Clarify that the ' flag is an apostrophe.Greg Lehey2012-11-081-1/+1
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-073-0/+16
* Simple unit-tests for libcrypt, to show how easy it is.Simon J. Gerraty2012-11-072-0/+64
* Fix typo; s/ouput/outputKevin Lo2012-11-071-1/+1
* Remove -L<path> from LDADD, it doesn't belong there.Marcel Moolenaar2012-11-071-1/+3
* Fix a few warnings from newer clang 3.2 in libpmc, about comparing enumDimitry Andric2012-11-051-2/+2
* Fix errno in a couple of error cases.Michael Tuexen2012-11-031-1/+3
* Fix typoBaptiste Daroussin2012-11-031-1/+1
* Fix broken macro checking in the libc++ Makefile, introduced in r241909.Dimitry Andric2012-11-021-1/+1
* fopen(3): Mention that the "x" mode option is from C11.Jilles Tjoelker2012-11-011-1/+5
* fcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC".Jilles Tjoelker2012-11-011-2/+2
* Correct attribution.Dag-Erling Smørgrav2012-10-311-3/+8
* Minor mdoc and language fixes.Joel Dahl2012-10-301-3/+2
* Removed unnecessary bits in the header that shows where I stole the templateBaptiste Daroussin2012-10-301-3/+0
* Document the pw_util(3) functionsBaptiste Daroussin2012-10-302-1/+299
* backout r242319, racy and not done in the right placeBaptiste Daroussin2012-10-292-18/+0
* make pw_init and gr_init fail if the specified master password or group file isBaptiste Daroussin2012-10-292-0/+20
* Const-ify the zone name argument to uma_zcreate(9).Matthew D Fleming2012-10-261-1/+1
* Improve libgeom XML parsing error handling.Jaakko Heinonen2012-10-261-8/+33
* Cleanup and rename some variables in libpmc and hwpmc.Sean Bruno2012-10-244-4/+4
* Allow building libc++ with any custom -std=xxx flag. Note that usingDimitry Andric2012-10-221-0/+2
* Revert r241756Warner Losh2012-10-221-62/+0
* Revert r241755Warner Losh2012-10-221-51/+0
* Update the kill(2) and killpg(2) man pages to the modern permissionEitan Adler2012-10-222-16/+20
* remove duplicate semicolons where possible.Eitan Adler2012-10-223-3/+3
* Implement HTTP 305 redirect handling.Eitan Adler2012-10-221-1/+5
* Don't deny non-temporary redirects if the -A option is set (perEitan Adler2012-10-222-2/+13
* Be a bit more lenient in the maximum number of redirects allowed.Eitan Adler2012-10-221-1/+1
* Add ATF to the build. This is may be a bit rought around the egdes,Marcel Moolenaar2012-10-225-0/+245
* Grammar fixes to r241781.Andre Oppermann2012-10-201-1/+1
* Hide the unfortunate named sysctl kern.ipc.somaxconn from sysctl -aAndre Oppermann2012-10-201-4/+18
* Apply local patches to mandoc and connect it to the build.Ulrich Spörlein2012-10-201-0/+1
* Document the method used to compute expf. Taken from exp, withWarner Losh2012-10-191-0/+62
* Document the methods used to compute logf. Taken and edited from theWarner Losh2012-10-191-0/+51
* Merge mandoc from vendor into contrib and provide the necessary Makefile glue.Ulrich Spörlein2012-10-191-0/+20
* Remove trailing whitespace.Joel Dahl2012-10-191-159/+159
* Update man page crossreferences to sandybridge xeon classSean Bruno2012-10-193-3/+6
* Update hwpmc to support the Xeon class of Sandybridge processors.Sean Bruno2012-10-193-3/+1048
* Replace our version of the pwcache(3) API with NetBSD's implementation.Brooks Davis2012-10-194-207/+8
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-195-6/+6
* Remove WARNS=6 lines.Ed Schouten2012-10-181-2/+0
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingAttilio Rao2012-10-184-14/+0
* Disconnect non-MPSAFE NTFS from the build in preparation for droppingAttilio Rao2012-10-173-3/+0
* Disconnect non-MPSAFE NWFS from the build in preparation for droppingAttilio Rao2012-10-174-13/+0
* mdoc: avoid nested displays.Joel Dahl2012-10-141-32/+35
* * Update the comment that explains the choice of values in theSteve Kargl2012-10-131-6/+7