summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Allow [] in remote address, which fixes IPv6 support.pjd2013-02-181-1/+1
* Update the comment: we do show the backtrace of misbehaving thread.pjd2013-02-171-4/+3
* - Add support for 'memsync' mode. This is the fastest replication mode that'spjd2013-02-178-43/+334
* Do not update the fsinfo block on each update of any fat block, thiskib2013-02-173-30/+45
* Strengthen the check in IS_OUT_OF_BOUNDS to ensure that (j - 1) is amarkj2013-02-171-1/+1
* MFcalloutng:mav2013-02-171-4/+21
* In 'make hierarchy' don't install /sys/sys pointing to usr/src/sysache2013-02-171-1/+1
* Remove space before tab.pjd2013-02-171-1/+1
* Remove redundant check.pjd2013-02-171-3/+1
* Style.pjd2013-02-171-9/+5
* - Require CAP_FSYNC capability right when opening a file with O_SYNC or O_FSYNCpjd2013-02-171-1/+4
* Remove redundant parenthesis.pjd2013-02-171-1/+1
* Remove redundant space.pjd2013-02-171-1/+1
* Add break to the default case.pjd2013-02-171-0/+1
* Don't treat pointers as booleans.pjd2013-02-171-3/+3
* Remove redundant parenthesis.pjd2013-02-171-1/+1
* Remove redundant space.pjd2013-02-171-1/+1
* Remove trailing spaces.pjd2013-02-171-2/+2
* update the netmap example programs merging some common code in nm_util.cluigi2013-02-176-931/+1366
* Make more code be protected by internal mutex, and now it is fork-safe, indavidxu2013-02-171-2/+2
* In kthr.c, obtain the address of the PCB for threads that were runningmarcel2013-02-1711-7/+75
* Remove accidentally committed debug panic(9) callgonzo2013-02-171-5/+1
* Close a race relating to setting the PCPU pointer (r13). Register r13marcel2013-02-171-5/+5
* - Add hw.bcm2835.sdhci.hs tunable to enable/disable highspeed mode ingonzo2013-02-171-1/+23
* Disable debug accidentally enabled by previous commitgonzo2013-02-161-1/+1
* Various timing-related fixes:gonzo2013-02-163-12/+61
* Put one file per line so it is easier to read diffs against those files.pjd2013-02-162-184/+653
* #if out unused functions which trip up gcc but not clang.des2013-02-166-3/+18
* Return EFAULT when the address is not a kernel virtual address.marcel2013-02-161-0/+2
* In _bus_dmamap_addseg(), the return value must be zero for error, or the sizeian2013-02-162-4/+4
* Since clang 3.2 now has an option to suppress warnings about implicitlydim2013-02-166-26/+1
* * Reduce the PCU lock overhead a little by only re-acquiring it if weadrian2013-02-161-5/+20
* The UFS2 filesystem allocates new blocks of inodes as they are needed.mckusick2013-02-161-3/+10
* Add barrier write capability to the VFS buffer interface. A barriermckusick2013-02-164-4/+58
* Import change 40eebf235370b6fe6353784ccf01ab92eed062a5 from upstream wpa:dim2013-02-161-1/+1
* Fix two instances of undefined behaviour in contrib/nvi.dim2013-02-162-4/+6
* In contrib/opie/opiekey.c, use the correct length to zero the secret.dim2013-02-161-3/+3
* Simplify code by using flag O_EXLOCK.davidxu2013-02-161-9/+3
* Fix an incorrect sizeof()adrian2013-02-161-1/+1
* Fix undefined behaviour in usr.bin/mail/util.c.dim2013-02-151-2/+2
* Set map->pmap before _bus_dmamap_count_pages() tries to use it.ian2013-02-151-1/+2
* Pull in r175057 from upstream llvm trunk:dim2013-02-151-0/+8
* Regenerate libstdc++'s config.h, synchronizing it with our currentdim2013-02-151-5/+14
* Revert r227528 and r227787. This hack is no longer necessary since r233580.jkim2013-02-151-4/+0
* Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isjkim2013-02-155-13/+13
* Upgrade to 1.6.16des2013-02-1559-1792/+2719
|\
| * import ldns 1.6.16des2013-02-1596-3275/+13216
* | Add generated filesdes2013-02-154-0/+1199
* | fix leftover from an earlier experimentdes2013-02-151-1/+1
* | Enable USB1 (which is EHCI0) for Allwinner A10gonzo2013-02-154-1/+15
OpenPOWER on IntegriCloud