summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-0232-282/+272
* Remove unnecessary #include's.alc2013-06-021-5/+0
* Correct check to see if file changes.eadler2013-06-021-1/+1
* Add 'static' where able.eadler2013-06-021-4/+4
* Reduce the scope of the VM object locking in brelse(). In my tests, thisalc2013-06-021-2/+4
* Correct the TD size computation. npkt should reflect the number of packetshselasky2013-06-021-2/+6
* Correct TRB type for multi TRB transfers of non-NORMAL type, like isochronous.hselasky2013-06-021-6/+14
* Use the correct constant for 8000 IRQ/s.hselasky2013-06-021-1/+1
* Block event interrupts when we don't need it as soon as possible.hselasky2013-06-021-9/+24
* Convert old make variable modifiers :U and :L to bmake :tu and :tl.tijl2013-06-028-9/+9
* Don't set the start ISOC ASAP bit for non-isochronous TRBs.hselasky2013-06-021-5/+8
* Use LIST_EMPTY when appropriate.tuexen2013-06-021-2/+2
* Correct some XHCI streams mode transfer handling found by code inspection.hselasky2013-06-022-18/+37
* - Update Oleg Moskalenko's email addressgabor2013-06-0215-15/+15
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()dteske2013-06-0215-126/+207
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrdteske2013-06-0218-191/+183
* Factor out some common code from the libm tests. This is a bit messydas2013-06-0215-628/+412
* We want to stat the archived log file rather than the logfile itself.markj2013-06-021-1/+1
* This test is working now, so remove it from NOTWORK.markj2013-06-021-1/+0
* SDT probes can directly pass up to five arguments as arguments tomarkj2013-06-022-2/+2
* Port the SDT test now that it's possible to create SDT probes that takemarkj2013-06-024-14/+50
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-0143-373/+338
* Fix a typo introduced by r251190.dteske2013-06-011-1/+1
* Fix a regression in the packages module introduced by recent r251190.dteske2013-06-011-37/+46
* Move <stdatomic.h> into sys/sys/.ed2013-06-012-3/+3
* Now that access to the page's "act_count" field is synchronized by the pagealc2013-06-011-1/+0
* Revert: Use time_t instead of long for archive timestamps.pfg2013-06-017-24/+15
* BFD: Use time_t instead of long for archive timestamps.pfg2013-06-017-15/+24
* MFi386: revision 245848nyan2013-06-011-18/+7
* MFi386: revision 251039nyan2013-06-011-1/+1
* Move an assertion to the right spot; only bus_dmamap_load_mbuf(9)marius2013-06-011-2/+2
* Remove an unused macro we originally got from BSD/OS.jhb2013-06-011-6/+0
* Pull in r183033 and r183036 from LLVM trunk:ed2013-06-011-28/+105
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-011-11/+0
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-011-20/+20
* cxgbe(4): Some more debug sysctls. These work on both T4 and T5 basednp2013-06-011-0/+480
* GCC: bring back experimental support for amdfam10/barcelona CPUs.pfg2013-06-0115-165/+1515
* test(1): Add information about replacing -nt/-ot.jilles2013-05-311-0/+16
* MFV: Redo the fixup using the submitted version accepted by upstream.delphij2013-05-311-3/+1
* test(1): List non-standard primaries.jilles2013-05-311-1/+12
* test: Remove -ntXY and -otXY primaries.jilles2013-05-313-279/+28
* Style changes. No intended functional changes.gibbs2013-05-311-5/+5
* Style cleanups. No intended functional changes.gibbs2013-05-311-725/+687
* dup(2): Clarify return value, in particular of dup2().jilles2013-05-311-4/+5
* Add a "kern.features" MIB for 32bit support under a 64bit kernel.obrien2013-05-311-0/+2
* sigaction(2): *at system calls are async-signal safe.jilles2013-05-311-0/+14
* sigaction(2): Extend description of async-signal safe functions:jilles2013-05-311-13/+108
* Style cleanups. No intended functional changes.gibbs2013-05-312-659/+664
* fork(2): Add information about fork() in multi-threaded processes.jilles2013-05-311-0/+12
* Fix misspelling of structure field name.ed2013-05-311-1/+1
OpenPOWER on IntegriCloud