aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct r228114 and use the same implementation for tilde.h as for history.hDavid E. O'Brien2012-04-262-2/+33
* Fix typo.Hans Petter Selasky2012-04-251-1/+1
* Bump the libusb major version due to the last commit, whichHans Petter Selasky2012-04-251-2/+2
* I stopped using my middle name years ago.Dag-Erling Smørgrav2012-04-251-1/+1
* Fix binary compatibility to the official LibUSB 1.0.Hans Petter Selasky2012-04-252-10/+3
* Take the spinlock around clearing of the fp->_flags in fclose(3), whichKonstantin Belousov2012-04-243-9/+34
* Revert r234356 for now, as it leads to run-time problems on 32-bitDimitry Andric2012-04-232-8/+1
* Bugfix: Include whitespace characters in the count of the number ofDavid Schultz2012-04-221-1/+1
* Bugfix: Correctly count the number of characters read for %l[ conversions.David Schultz2012-04-221-7/+4
* Bugfix: %n doesn't count as a conversion, soDavid Schultz2012-04-222-2/+0
* Refactor scanf to improve modularity. Conversions are now performedDavid Schultz2012-04-222-668/+843
* Fix some incorrect symbol versions.David Chisnall2012-04-221-4/+4
* Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch,Jason Evans2012-04-221-12/+12
* - Use quote when tab is used;Xin LI2012-04-221-2/+3
* As noted by Peter Jeremy, r234528 only partially fixed the infiniteDavid Schultz2012-04-211-1/+1
* If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1David Schultz2012-04-215-6/+29
* - Fix the claim that the output is always null-terminated. This isn'tDavid Schultz2012-04-211-17/+29
* Ensure that the {,v}swprintf functions always null-terminate theDavid Schultz2012-04-211-0/+3
* Fix a bug introduced in r187302 that was causing fputws() to enter anDavid Schultz2012-04-211-1/+1
* After r217375, some startup objects under lib/csu are built in a specialDimitry Andric2012-04-207-21/+21
* Fix some compile warnings.Hans Petter Selasky2012-04-206-30/+29
* Properly use SHA1_Final() instead of SHA_Final().Ed Schouten2012-04-191-1/+1
* Update file(1) to version 5.11.David E. O'Brien2012-04-192-13/+67
* Set SIGCANCEL to SIGTHR as part of some cleanup of DTrace code.George V. Neville-Neil2012-04-181-1/+1
* Fix typo in ".PATH"Sergey Kandaurov2012-04-181-1/+1
* Import jemalloc 9ef7f5dc34ff02f50d401e41c8d9a4a928e7c2aa (dev branch,Jason Evans2012-04-1713-8250/+182
* Work around an issue on 32-bit PowerPC, where clang executable can getDimitry Andric2012-04-162-1/+8
*-. Upgrade our copy of llvm/clang to trunk r154661, in preparation of theDimitry Andric2012-04-1653-79/+269
|\ \
| | * Vendor import of clang trunk r154661:vendor/clang/clang-trunk-r154661Dimitry Andric2012-04-14435-34948/+91609
| * | Vendor import of llvm trunk r154661:vendor/llvm/llvm-trunk-r154661Dimitry Andric2012-04-141307-70971/+111145
* | | Replace the C implementation of __aeabi_read_tp with an assembly version.Andrew Turner2012-04-162-14/+9
* | | When searching for uninitialized memory usage add ensure that the entireEitan Adler2012-04-151-0/+3
* | | Additional manual page updates for r234103.Jaakko Heinonen2012-04-131-8/+12
* | | Add missing LibUSB 1.0 API function.Hans Petter Selasky2012-04-124-1/+33
* | | Fix error messages containing the executed command nameJean-Sébastien Pédron2012-04-121-31/+77
* | | Support percent-encoded user and passwordEd Maste2012-04-111-6/+45
* | | Make the item numbers match the crypt magic numberEitan Adler2012-04-111-0/+2
* | | Return EBADF instead of EMFILE from dup2 when the second argument isEitan Adler2012-04-112-7/+12
* | | Do not restore the register holding the TLS pointer when doing variousNathan Whitehorn2012-04-116-6/+0
* | | Back out r233646. Although it fixed most libgeom consumers under 32-bitJuli Mallett2012-04-102-82/+29
* | | - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGSJaakko Heinonen2012-04-101-3/+2
* | | sem_open: Make sure to fail an O_CREAT|O_EXCL open, even if that semaphoreJilles Tjoelker2012-04-091-4/+10
* | | Unlike other functions __aeabi_read_tp function must preserve r1-r3. TheAndrew Turner2012-04-081-2/+5
* | | - Use __NO_TLS preprocessor value to make assumptions about TLS supportStanislav Sedov2012-04-081-1/+1
* | | - Revert part of r234005, which I did not intend to commit.Stanislav Sedov2012-04-071-1/+1
* | | - Add kernel config file for QEMU-emulated gumstix board.Stanislav Sedov2012-04-071-1/+1
* | | Properly resolve the _ctx_start function descriptor (the symbol _ctx_startNathan Whitehorn2012-04-071-1/+1
* | | mdoc: fix function type.Joel Dahl2012-04-071-1/+1
* | | mdoc: fix column names, indentation, column separation within each row, andJoel Dahl2012-04-0712-103/+104
* | | Fix a bug in remquo{,f,l}, in which the quotient didn't always have theDavid Schultz2012-04-073-5/+8