summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove an uneeded inpcb forward declaration and align the functionbz2012-01-021-2/+1
* Use strchr() and strrchr().ed2012-01-0220-49/+47
* As I came by and noticed add a comment that inp locking is a bit optisticbz2012-01-021-0/+2
* sh: Make various functions static.jilles2012-01-0110-12/+12
* sh: Remove unused function scopyn().jilles2012-01-012-20/+0
* Initial copy of xz-embedded to sys/contrib/.adrian2012-01-0123-0/+4758
|\
| * Import xz-embedded from git.adrian2011-12-3123-0/+4758
* Fix sloppyness in memcchr() man page.ed2012-01-012-0/+1
* Remove the now unused skpc() function.ed2012-01-014-52/+1
* sh: Make patmatch() non-recursive.jilles2012-01-011-37/+58
* Migrate ufs and ext2fs from skpc() to memcchr().ed2012-01-012-38/+21
* Fix typo; return -> returns.ed2012-01-011-1/+1
* Introducing memcchr(3).ed2012-01-014-0/+176
* Redo r228645, but instead of casting away const conversion warnings indim2012-01-012-8/+8
* Revert r228645, which casts away a number of const conversion warningsdim2012-01-012-7/+7
* Avoid double-unlock or double unreference for ndp->ni_dvp when the vnode dpkib2012-01-011-6/+15
* In several llvm library Makefiles, remove extraneous slashes at the enddim2012-01-014-4/+4
* Instead of forcing -O1 on PowerPC for LLVM and clang, fix the actualnwhitehorn2012-01-011-4/+2
* - Properly set IRQ handlers for all USB portsgonzo2012-01-012-37/+47
* If frames are dumped out of the queue, let's at least see what they are.adrian2012-01-011-0/+6
* - add myself to the calendar (jgh)jgh2012-01-011-0/+1
* This particular work around isn't required any longer, now that theadrian2011-12-311-4/+0
* - struct clocktime sets different ranges for DOW and monthgonzo2011-12-311-10/+17
* Upgrade libcompiler_rt to upstream revision 147390.ed2011-12-31150-897/+886
|\
| * Import compiler-rt r147390.ed2011-12-31267-675/+14520
* | Remove a declaration to a non-existent function.bz2011-12-311-1/+0
* | Oops - this was referencing a local file, which I've done away with.adrian2011-12-311-1/+1
* | Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.cmarius2011-12-313-1/+6
* | Make the comment in i386/include/ucontext.h identical to the one inkib2011-12-311-3/+4
* | Add missing change to XHCI driver similar to changes in r228483.hselasky2011-12-312-19/+20
* | Default to not performing the early-boot memory tests when we detect wegavin2011-12-312-4/+10
* | In sys/dev/hwpmc/hwpmc_amd.c, fix a clang warning about invalid enumdim2011-12-311-3/+1
* | Fix typos in command descriptions.stefanf2011-12-311-2/+2
* | Revert r228986 until it can be reworked to avoid panicing the kernel when thelstewart2011-12-313-258/+118
* | - Pass proper endpoint number (without direction flag) togonzo2011-12-311-1/+1
* | - Properly clean state structure in cvmx_usb_initializegonzo2011-12-311-1/+1
* | - CAPK-0100 board's USB timer is 12MHzgonzo2011-12-311-0/+3
* | Happy 2012 to FreeBSD users in Samoa.obrien2011-12-312-3/+3
* | Use in-label sectorsize to determine position of the label whensobomax2011-12-311-2/+2
* | Add header required by cfi_bus_fdt.c.marius2011-12-301-2/+2
* | Add some additional const poison after r228972. The 'mapping' array indim2011-12-301-1/+2
* | Merge r216333 and r216555 from the native pmapalc2011-12-301-10/+12
* | In sys/compat/ndis/subr_ntoskrnl.c, change the RtlFillMemory functiondim2011-12-301-4/+1
* | style(9), whitespace and spelling nits.glebius2011-12-301-104/+78
* | Set svn:executable on dhclient-scriptdumbbell2011-12-301-0/+0
* | Adapt testsuite following change in Domain Search error handlingdumbbell2011-12-301-1/+5
* | Invalid Domain Search option isn't considered as a fatal errordumbbell2011-12-301-9/+17
* | Disable several instances instances of clang's -Wself-assign warning.dim2011-12-305-17/+38
* | Spelling fixes for share/uqs2011-12-302-20/+20
* | Spelling fixes for usr.bin/uqs2011-12-3049-90/+94
OpenPOWER on IntegriCloud