| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an uneeded inpcb forward declaration and align the function | bz | 2012-01-02 | 1 | -2/+1 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 20 | -49/+47 |
* | As I came by and noticed add a comment that inp locking is a bit optistic | bz | 2012-01-02 | 1 | -0/+2 |
* | sh: Make various functions static. | jilles | 2012-01-01 | 10 | -12/+12 |
* | sh: Remove unused function scopyn(). | jilles | 2012-01-01 | 2 | -20/+0 |
* | Initial copy of xz-embedded to sys/contrib/. | adrian | 2012-01-01 | 23 | -0/+4758 |
|\ |
|
| * | Import xz-embedded from git. | adrian | 2011-12-31 | 23 | -0/+4758 |
* | Fix sloppyness in memcchr() man page. | ed | 2012-01-01 | 2 | -0/+1 |
* | Remove the now unused skpc() function. | ed | 2012-01-01 | 4 | -52/+1 |
* | sh: Make patmatch() non-recursive. | jilles | 2012-01-01 | 1 | -37/+58 |
* | Migrate ufs and ext2fs from skpc() to memcchr(). | ed | 2012-01-01 | 2 | -38/+21 |
* | Fix typo; return -> returns. | ed | 2012-01-01 | 1 | -1/+1 |
* | Introducing memcchr(3). | ed | 2012-01-01 | 4 | -0/+176 |
* | Redo r228645, but instead of casting away const conversion warnings in | dim | 2012-01-01 | 2 | -8/+8 |
* | Revert r228645, which casts away a number of const conversion warnings | dim | 2012-01-01 | 2 | -7/+7 |
* | Avoid double-unlock or double unreference for ndp->ni_dvp when the vnode dp | kib | 2012-01-01 | 1 | -6/+15 |
* | In several llvm library Makefiles, remove extraneous slashes at the end | dim | 2012-01-01 | 4 | -4/+4 |
* | Instead of forcing -O1 on PowerPC for LLVM and clang, fix the actual | nwhitehorn | 2012-01-01 | 1 | -4/+2 |
* | - Properly set IRQ handlers for all USB ports | gonzo | 2012-01-01 | 2 | -37/+47 |
* | If frames are dumped out of the queue, let's at least see what they are. | adrian | 2012-01-01 | 1 | -0/+6 |
* | - add myself to the calendar (jgh) | jgh | 2012-01-01 | 1 | -0/+1 |
* | This particular work around isn't required any longer, now that the | adrian | 2011-12-31 | 1 | -4/+0 |
* | - struct clocktime sets different ranges for DOW and month | gonzo | 2011-12-31 | 1 | -10/+17 |
* | Upgrade libcompiler_rt to upstream revision 147390. | ed | 2011-12-31 | 150 | -897/+886 |
|\ |
|
| * | Import compiler-rt r147390. | ed | 2011-12-31 | 267 | -675/+14520 |
* | | Remove a declaration to a non-existent function. | bz | 2011-12-31 | 1 | -1/+0 |
* | | Oops - this was referencing a local file, which I've done away with. | adrian | 2011-12-31 | 1 | -1/+1 |
* | | Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.c | marius | 2011-12-31 | 3 | -1/+6 |
* | | Make the comment in i386/include/ucontext.h identical to the one in | kib | 2011-12-31 | 1 | -3/+4 |
* | | Add missing change to XHCI driver similar to changes in r228483. | hselasky | 2011-12-31 | 2 | -19/+20 |
* | | Default to not performing the early-boot memory tests when we detect we | gavin | 2011-12-31 | 2 | -4/+10 |
* | | In sys/dev/hwpmc/hwpmc_amd.c, fix a clang warning about invalid enum | dim | 2011-12-31 | 1 | -3/+1 |
* | | Fix typos in command descriptions. | stefanf | 2011-12-31 | 1 | -2/+2 |
* | | Revert r228986 until it can be reworked to avoid panicing the kernel when the | lstewart | 2011-12-31 | 3 | -258/+118 |
* | | - Pass proper endpoint number (without direction flag) to | gonzo | 2011-12-31 | 1 | -1/+1 |
* | | - Properly clean state structure in cvmx_usb_initialize | gonzo | 2011-12-31 | 1 | -1/+1 |
* | | - CAPK-0100 board's USB timer is 12MHz | gonzo | 2011-12-31 | 1 | -0/+3 |
* | | Happy 2012 to FreeBSD users in Samoa. | obrien | 2011-12-31 | 2 | -3/+3 |
* | | Use in-label sectorsize to determine position of the label when | sobomax | 2011-12-31 | 1 | -2/+2 |
* | | Add header required by cfi_bus_fdt.c. | marius | 2011-12-30 | 1 | -2/+2 |
* | | Add some additional const poison after r228972. The 'mapping' array in | dim | 2011-12-30 | 1 | -1/+2 |
* | | Merge r216333 and r216555 from the native pmap | alc | 2011-12-30 | 1 | -10/+12 |
* | | In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory function | dim | 2011-12-30 | 1 | -4/+1 |
* | | style(9), whitespace and spelling nits. | glebius | 2011-12-30 | 1 | -104/+78 |
* | | Set svn:executable on dhclient-script | dumbbell | 2011-12-30 | 1 | -0/+0 |
* | | Adapt testsuite following change in Domain Search error handling | dumbbell | 2011-12-30 | 1 | -1/+5 |
* | | Invalid Domain Search option isn't considered as a fatal error | dumbbell | 2011-12-30 | 1 | -9/+17 |
* | | Disable several instances instances of clang's -Wself-assign warning. | dim | 2011-12-30 | 5 | -17/+38 |
* | | Spelling fixes for share/ | uqs | 2011-12-30 | 2 | -20/+20 |
* | | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 49 | -90/+94 |