| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mdoc: remove commented out macro, sort SEE ALSO and add missing .El. | joel | 2013-08-10 | 1 | -6/+6 |
* | Minor mdoc nits. | joel | 2013-08-10 | 1 | -2/+1 |
* | mdoc: document title should be all caps. | joel | 2013-08-10 | 1 | -1/+1 |
* | Fix bug in r253719: fix command line watchdog disable. | alfred | 2013-08-10 | 1 | -7/+9 |
* | Use the correct address when calling kva_free() | cognet | 2013-08-10 | 1 | -1/+1 |
* | - The address lies in the bus space handle, not in the cookie | cognet | 2013-08-10 | 1 | -5/+5 |
* | Remove unused definition for CTL_VM_NAMES. | zont | 2013-08-09 | 1 | -15/+0 |
* | Don't call sleepinit() from proc0_init(), make it a SYSINIT instead. | cognet | 2013-08-09 | 3 | -7/+8 |
* | Instead of just trying to do it for arm, make sure vm_kmem_size is properly | cognet | 2013-08-09 | 2 | -2/+3 |
* | - The address lies in the bus space handle, not in the cookie | cognet | 2013-08-09 | 1 | -5/+5 |
* | Make sure vm_kmem_size is aligned on a page boundary, since that's what vmem | cognet | 2013-08-09 | 1 | -2/+2 |
* | Revert the addition of VPO_BUSY and instead update vm_page_replace() to | jhb | 2013-08-09 | 2 | -7/+6 |
* | Initial commit of my USB test code which can exercise connected USB | hselasky | 2013-08-09 | 7 | -0/+3579 |
* | Fix the freaddir implementation for the stand-alone interpreter. | marcel | 2013-08-09 | 1 | -11/+39 |
* | Add mkostemp() and mkostemps(). | jilles | 2013-08-09 | 7 | -24/+275 |
* | Add missing 'VPO_BUSY' from r254141 to fix kernel build break. | obrien | 2013-08-09 | 1 | -0/+1 |
* | * Add random_adaptors.[ch] which is basically a store of random_adaptor's. | obrien | 2013-08-09 | 13 | -109/+412 |
* | On all the architectures, avoid to preallocate the physical memory | attilio | 2013-08-09 | 15 | -129/+456 |
* | Give mutex(9) the ability to recurse on a per-instance basis. | attilio | 2013-08-09 | 2 | -8/+24 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 44 | -723/+870 |
* | Don't dereference null pointer should acl_alloc() be passed M_NOWAIT | trasz | 2013-08-09 | 1 | -0/+3 |
* | Add -c flag to pgrep(1) and pkill(1), to match login classes. | trasz | 2013-08-09 | 2 | -8/+42 |
* | follow up to r254051 | avg | 2013-08-09 | 6 | -13/+7 |
* | Add empty zones for Shared Address Space (RFC 6598) | erwin | 2013-08-09 | 1 | -0/+66 |
* | - Fix compile errors from the clang conversion | jeff | 2013-08-09 | 4 | -7/+14 |
* | - Reserve a special AF for SDP. The one we were incorrectly using before | jeff | 2013-08-09 | 2 | -1/+7 |
* | - Correctly handle various edge cases in sysfs emulation. | jeff | 2013-08-09 | 1 | -4/+7 |
* | - Use the correct type in the linux bitops emulation. | jeff | 2013-08-09 | 1 | -4/+9 |
* | Fix for IPv4 fragment packets treated as RMCP. | yongari | 2013-08-09 | 2 | -0/+3 |
* | Rate limit the 'out of chain frame' messages to once per 60 seconds. | scottl | 2013-08-09 | 2 | -2/+8 |
* | Sometimes a device misbehaves so badly that it disrupts the entire system. | scottl | 2013-08-09 | 5 | -0/+32 |
* | Add a helpful message that can help point to why a sysctl tree removal failed | scottl | 2013-08-09 | 1 | -1/+5 |
* | MFV r254079: | delphij | 2013-08-08 | 11 | -96/+230 |
* | Update legacy static assignments in old code to support dynamic framing, | dteske | 2013-08-08 | 2 | -16/+96 |
* | MFV r254106 (OpenSSL bugfix for RT #2984): | delphij | 2013-08-08 | 1 | -1/+1 |
* | Since the introduction of SVN r244048 and [follow-up] r244089, it is now | dteske | 2013-08-08 | 8 | -43/+51 |
* | Small typo. | pfg | 2013-08-08 | 1 | -1/+1 |
* | Allow drivers to return BUS_PROBE_NOWILDCARD from their attach routine to | rstone | 2013-08-08 | 1 | -3/+3 |
* | gpt_entries is used as limit for the number of partition entries in | ae | 2013-08-08 | 1 | -2/+3 |
* | When newvers.sh is run, it is possible that the svnversion | gjb | 2013-08-08 | 1 | -6/+18 |
* | Part of r245761 makes "grep -D skip" broken for pipes, i.e. | ache | 2013-08-08 | 1 | -5/+7 |
* | Make the check for number of entries less strict. | ae | 2013-08-08 | 1 | -6/+9 |
* | According to POSIX \ in the fnmatch(3) pattern should escape | ache | 2013-08-08 | 1 | -2/+0 |
* | Cap the number of streams supported to two for now. | adrian | 2013-08-08 | 1 | -0/+14 |
* | Convert net80211 over to using if_transmit for the dispatch from the | adrian | 2013-08-08 | 12 | -61/+54 |
* | Use local variables with the appropriate types and eliminate a bunch of casts. | neel | 2013-08-08 | 1 | -31/+31 |
* | Our libc iconv (unlike gnu iconv and the citrus code in NetBSD) has a | peter | 2013-08-08 | 1 | -0/+13 |
* | MFV r254071: | delphij | 2013-08-07 | 2 | -2/+5 |
* | Allow net80211 to compile on stable/9 and stable/8. | adrian | 2013-08-07 | 4 | -0/+22 |
* | MFV r254070: | delphij | 2013-08-07 | 2 | -9/+53 |