summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use "e.g.", not "i.e.", to introduce an example.kevlo2012-09-071-1/+1
* Fully initialize the stack-allocated "struct sockaddr_in sa" structure.kevlo2012-09-071-1/+2
* Prevent indent(1) from reformatting this comment, as it containsgavin2012-09-071-1/+1
* Eliminate unnecessary NULL checks.alc2012-09-071-2/+2
* Tidy up the output quite substantially, making it fit well withinadrian2012-09-071-4/+4
* Make this build again!adrian2012-09-071-1/+2
* When calling the C++ demangler, make sure to free the returned buffer,rpaulo2012-09-071-6/+24
* Eliminate an unused macro.alc2012-09-071-7/+0
* Ensure that single-frame aggregate session frames are retransmittedadrian2012-09-071-0/+45
* libc/amd64: Do not export .cerror.jilles2012-09-0612-88/+9
* Dynamically allocate the S/G lists passed to callback routines rather thanjhb2012-09-062-50/+71
* Avoid segfault if name is invalid. Basically, onlytrhodes2012-09-061-2/+5
* Remove trailing whitespace.joel2012-09-061-1/+1
* Remove trailing whitespace.joel2012-09-061-53/+53
* Minor mdoc fix.joel2012-09-061-1/+0
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.jhb2012-09-0618-1054/+116
* Add a kernel module on pc98 for the ct(4) driver.jhb2012-09-062-0/+12
* There is no need to release the pvh global lock around calls toalc2012-09-061-20/+15
* Add TRIM support, enabled by default.jpaetzel2012-09-066-21/+88
* Add Intel Ivy Bridge support to hwpmc(9).fabient2012-09-069-228/+1451
* Fix "Corrupted DWARF expression" from (k)gdb.emaste2012-09-061-2/+2
* Make r230454 more readable and vendor-like.mm2012-09-061-2/+8
* Get rid of a gcc'ism.tuexen2012-09-061-4/+3
* Add support for demangling C++ symbols. This requires linking libproc withrpaulo2012-09-062-2/+22
* Add missing braceskevlo2012-09-061-1/+2
* Fix test cases to work with the latest version of the API.rpaulo2012-09-062-3/+4
* Typo fix and minor word swap.gjb2012-09-051-3/+4
* libc/i386: Do not export .cerror.jilles2012-09-0511-41/+19
* Add #defines for the bits in the PCI Express SLOT registers. Namesgavin2012-09-051-0/+32
* Using %p in a format string requires a void *.tuexen2012-09-059-47/+47
* - If the PCIe "SLOT" flag is set, include this in the capability outputgavin2012-09-051-1/+3
* - Simplify VM code by using vmspace_wired_count() for counting wiredzont2012-09-051-4/+3
* After r240104, make sure the hpt27xx driver also compiles with clang,dim2012-09-052-2/+4
* Update to a pruned 0.16.marcel2012-09-0546-18887/+0
* Don't hardcode paths to MFS_IMAGE in the kernel config. When they don'tbrooks2012-09-052-2/+0
* - Explicitly call twe_done() to poll the hardware when looping injhb2012-09-052-16/+20
* Add support for new Intel on-CPU Bull Mountain random numberkib2012-09-0511-35/+174
* Whitespace cleanup.des2012-09-051-76/+76
* Merge recent vendor changes and sync code:mm2012-09-0515-55/+261
* When WIFCONTINUED was added, the number of "first" macros grew fromjhb2012-09-051-1/+1
* Only stop the BXE controller if it was first started. Stoppingsilby2012-09-051-1/+7
* Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update thealc2012-09-054-78/+76
* Add headers created by running configure.marcel2012-09-042-0/+151
* Merge ATF 0.16 from vendor/atf/dist.marcel2012-09-04302-0/+113515
|\
| * Import ATF version 0,16marcel2012-09-04302-0/+113515
* Style fixes.ray2012-09-041-6/+9
* Support another uchcom(4) device.gavin2012-09-042-0/+2
* Use the consistenly the size of a variable. This helps to keep the codetuexen2012-09-041-21/+21
* Whitespace change.tuexen2012-09-041-1/+1
* No memory barrier is required. This was pointed out by kib@ a while ago,des2012-09-041-2/+2
OpenPOWER on IntegriCloud