| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix incremental builds involving non-root users with read-only source files. | will | 2014-09-18 | 1 | -1/+1 |
* | Fix incremental builds involving non-root users with read-only source files. | will | 2014-09-18 | 1 | -2/+2 |
* | Explicitly set MAP_PRIVATE to avoid [EINVAL] after r271635. | bdrewery | 2014-09-17 | 1 | -2/+2 |
* | - Remove mention of MAP_INHERIT. It hasn't been implemented for thirteen | jhb | 2014-09-17 | 1 | -14/+1 |
* | Explicitly specify MAP_SHARED when mapping the stats file descriptor. | jhb | 2014-09-17 | 1 | -2/+2 |
* | For targets that have a signed zero, lgamma_r(-0, &signgamp) should | kargl | 2014-09-17 | 4 | -4/+20 |
* | Bump .Dd for the content change done to access(2) in r271655 | ngie | 2014-09-16 | 1 | -1/+1 |
* | Validate the mode argument in access, eaccess, and faccessat for optional | ngie | 2014-09-16 | 1 | -1/+9 |
* | * Makefile: | kargl | 2014-09-15 | 11 | -113/+837 |
* | document mqueuefs is required for mq_open... | jmg | 2014-09-15 | 1 | -2/+8 |
* | Add stricter checking of some mmap() arguments: | jhb | 2014-09-15 | 1 | -1/+24 |
* | Upgrade to OpenPAM Ourouparia. | des | 2014-09-15 | 1 | -0/+1 |
|\ |
|
| * | Vendor import of OpenPAM Ourouparia. | des | 2014-09-15 | 11 | -35/+181 |
| * | Merge upstream r763: fix is_upper() predicate. | des | 2014-02-26 | 1 | -1/+9 |
| * | Damn autoprops! | des | 2013-09-08 | 1 | -1/+1 |
| * | Merge upstream r743: caught_signal should be static. | des | 2013-09-07 | 1 | -1/+1 |
* | | r271256 fixed one segfault condition but introduced another due to the | des | 2014-09-15 | 1 | -1/+1 |
* | | Use non-recursive algorithm for traversing nvlists. This also removes | pjd | 2014-09-14 | 6 | -176/+306 |
* | | Remove the limit on descriptors that can be send in one nvlist. | pjd | 2014-09-14 | 1 | -17/+96 |
* | | Minor mdoc nit. | joel | 2014-09-09 | 1 | -1/+0 |
* | | Fail rather than segfault if neither PAM_TTY nor PAM_RHOST is set. | des | 2014-09-08 | 1 | -7/+10 |
* | | Include src.opts.mk after SHLIBDIR has been defined so libnv is installed to | ngie | 2014-09-07 | 1 | -1/+2 |
* | | Add the fp{get,set}{mask,round} functions to the public symbols in the map. | andrew | 2014-09-05 | 2 | -0/+14 |
* | | Remove an initialized, but otherwise, unused variable. | kargl | 2014-09-04 | 2 | -2/+0 |
* | | libc/locale: Remove a wrong comma. | pfg | 2014-09-04 | 1 | -1/+1 |
* | | Systems with lots of geom providers can end up with a kern.geom.confxml | benno | 2014-09-04 | 1 | -7/+34 |
* | | Always seek back to the beginning of a regular directory, even if the | jhb | 2014-09-03 | 1 | -1/+1 |
* | | Use better type for i. | pjd | 2014-09-03 | 1 | -2/+2 |
* | | Declare i. | pjd | 2014-09-03 | 1 | -1/+1 |
* | | Fix descriptors leak in case of nvlist_xunpack() failure. | pjd | 2014-09-03 | 1 | -1/+4 |
* | | Fix typo in a comment. | rpaulo | 2014-09-02 | 1 | -1/+1 |
* | | Add bsearch_b to the libc map and the stdlib header. | pfg | 2014-09-01 | 1 | -0/+1 |
* | | Add lock annotations to libcuse. | ed | 2014-09-01 | 1 | -5/+7 |
* | | According to the ISO C standard, lgamma(-integer) returns | kargl | 2014-09-01 | 2 | -11/+13 |
* | | Add lock annotations to the header files of our threading libraries. | ed | 2014-09-01 | 1 | -9/+18 |
* | | Fix a tab that somehow became 8 spaces. | kargl | 2014-09-01 | 2 | -10/+5 |
* | | Compute sin(pi*x) without actually doing the pi*x multiplication. | kargl | 2014-08-31 | 2 | -53/+49 |
* | | In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). | ian | 2014-08-31 | 22 | -1/+36 |
* | | Fix the order of "const volatile" to be consistent with | kargl | 2014-08-30 | 2 | -2/+2 |
* | | Make tiny volatile to prevent the compiler(s) from | kargl | 2014-08-30 | 2 | -2/+5 |
* | | The standard we compile libc++ with is called c++11 not c++0x. | rdivacky | 2014-08-25 | 1 | -1/+1 |
* | | Fix "make checkdpadd" for lib/libc when MK_SSP != no | ngie | 2014-08-25 | 1 | -0/+1 |
* | | Fix a bug in r265255: only return NULL if the requested map wasn't found. | markj | 2014-08-24 | 1 | -4/+6 |
* | | Add missing break. | pfg | 2014-08-20 | 1 | -0/+1 |
* | | Use bsd.lib.mk here as all other csu Makefiles do. | bdrewery | 2014-08-19 | 1 | -7/+11 |
* | | Revert r267233 for now. PIE support needs to be reworked. | bdrewery | 2014-08-19 | 2 | -4/+0 |
* | | Replace DPADD with DPSRCS to fix "make checkdpadd" | ngie | 2014-08-18 | 1 | -1/+1 |
* | | Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile varia... | ngie | 2014-08-18 | 1 | -1/+2 |
* | | Add more USB class codes. | hselasky | 2014-08-18 | 1 | -0/+8 |
* | | Fix typo in lib/atf/libatfc++/Makefile | ngie | 2014-08-17 | 1 | -1/+1 |