summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove variables which are initialized but never used thereaftereadler2012-07-071-3/+0
* Remove variables which are initialized but never used thereaftereadler2012-07-072-8/+2
* Remove variables which are initialized but never used thereaftereadler2012-07-071-3/+1
* Fix orphan() methods of several GEOM classes to not assume that theretrasz2012-07-075-17/+5
* Fix spellingeadler2012-07-072-2/+2
* acpi_cpu_generic_cx_probe: for consistency set cpu_non_c3 here tooavg2012-07-071-0/+2
* acpi_cpu_cx_list: there is no need to re-evaluate cpu_non_c3 hereavg2012-07-071-8/+4
* acpi_cpu_cx_cst: consistently use cpu_cx_count during state enumerationavg2012-07-071-2/+2
* Implement ia64_physmem_alloc() and use it consistently to get memorymarcel2012-07-074-80/+82
* Create a generic way to support multiple boards within animp2012-07-0714-22/+121
* Generalize this for loading the loader into the SPI. Plus trim aboutimp2012-07-071-11/+5
* Allow other SOCs to be compiled in, first step.imp2012-07-071-1/+3
* Strip out the useless junk. All we really care about is the text,imp2012-07-071-232/+0
* Unbreak building WITH_ICONV=yes and new yacc.kientzle2012-07-071-1/+0
* Hide the creation of phys_avail behind an API to make it easier to do itmarcel2012-07-076-153/+270
* Implement SIOCGIFMEDIA for if_tap(4)emaste2012-07-061-4/+22
* Restore the __collate_load_error global that was accidentally removed in thetheraven2012-07-062-5/+6
* Add a source file needed for module linking.kib2012-07-061-1/+1
* Style.kib2012-07-061-3/+3
* Use assembler mnemonic instead of manually assembling, contination for r238142.kib2012-07-061-6/+3
* Merge a small update from NetBSD.pfg2012-07-062-20/+17
* Allow continuous packet transmission (via -t 0)emaste2012-07-061-6/+13
* Fix issue resizing bin/shpfg2012-07-065-66/+24
* agp.c:marcel2012-07-062-4/+2
* Fix typo in the comment.trasz2012-07-061-1/+1
* Also report tx bandwidth with Ethernet overheademaste2012-07-061-14/+28
* r237748 continuation: fix nopw (0f 1f) behavior with respect to modifiersavg2012-07-062-2/+2
* r237748 continuation: segment-override prefixes are not invalid in long modeavg2012-07-062-8/+8
* Add support for the 'invept' and 'invvpid' instructions. Beyond simplyjhb2012-07-064-3/+58
* Several fixes to the amd64 disassembler:jhb2012-07-061-22/+134
* Allow threads to finish up when terminated by useremaste2012-07-061-13/+11
* Add another PS/2 keyboard PNP ID. This ID is listed asjhb2012-07-061-0/+1
* Make pmap_enter()'s management of PV entries consistent with the other pmapalc2012-07-061-20/+15
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-07-061-29/+46
* Correct small regressions pointed out by jhb, thanks John.jfv2012-07-051-3/+1
* Update to the ixgbe driver:jfv2012-07-0514-495/+672
* Sync with Intel internal source:jfv2012-07-0522-1081/+2262
* Remove the "funny targets" make check. We no longer need embedded :: targetsobrien2012-07-059-18/+42
* Now that our assembler supports the xsave family of instructions, use themjhb2012-07-052-19/+23
* Document the behavior (from 4.4-lite) that tokens returned by telldir() arebrooks2012-07-051-2/+15
* Fix LINT.marcel2012-07-051-1/+1
* Calculate the new PTE value in pmap_enter() before acquiring any locks.alc2012-07-051-32/+27
* Restore r211786 by rpaulo:emaste2012-07-051-8/+5
* Correct an error in r237513. The call to reserve_pv_entries() must comealc2012-07-051-8/+12
* Add support for the 'xsave', 'xrstor', 'xsaveopt', 'xgetbv', and 'xsetbv'jhb2012-07-045-11/+74
* Use consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT.tuexen2012-07-041-4/+12
* Use CSUM_SCTP_IPV6 for IPv6.tuexen2012-07-041-2/+2
* Make use of GEOM Gate direct reads feature. This allows HAST to servepjd2012-07-041-1/+31
* Extend GEOM Gate class to handle read I/O requests directly within the kernel.pjd2012-07-042-35/+314
* Prefer sysctl to open/read/close for obtaining random data.pjd2012-07-041-5/+35
OpenPOWER on IntegriCloud