aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Import check for xen features.Kip Macy2008-08-151-0/+24
* Add flag to indicate to xen support code that threads are running (and thus w...Kip Macy2008-08-151-0/+3
* Integrate configuration bits for compling xen.Kip Macy2008-08-155-9/+186
* Integrate support for xen in to i386 common code.Kip Macy2008-08-1516-17/+687
* Improve the glimpse target: don't index .svn and compile directories.Philip Paeps2008-08-151-0/+4
* Convert the snp(4) driver to use cdevpriv.Ed Schouten2008-08-151-66/+46
* Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1.Philip Paeps2008-08-153-1/+13
* Add strcspn to libkern for use by xenbus routines. Will add to buildKip Macy2008-08-152-0/+73
* Compile fixes for xen build.Kip Macy2008-08-1515-166/+223
* Move wb driver from sys/pci to sys/dev/wb.Warner Losh2008-08-144-3/+3
* Move pcn driver from sys/pci to sys/dev/pcn.Warner Losh2008-08-144-3/+3
* Move the ste driver from sys/pci to sys/dev/ste.Warner Losh2008-08-144-3/+3
* Move the tl driver form sys/pci to sys/dev/tl.Warner Losh2008-08-144-3/+3
* Fix a typo: jme -> ageKevin Lo2008-08-141-1/+1
* cosmetic changes and style fixesMarius Strobl2008-08-1319-252/+255
* Use int32_t/int16_t instead of int/short as sys/net/bpf_filter.c does.Jung-uk Kim2008-08-132-8/+8
* - Remove unnecessary jump instruction(s) when offset(s) is/are zero(s).Jung-uk Kim2008-08-134-156/+168
* In the case of POWERFAIL_NMI, remove the Giant acquisitions because theyAttilio Rao2008-08-131-4/+0
* Introduce some WITNESS improvements:Attilio Rao2008-08-133-492/+1068
* Bump __FreeBSD_version to 800043, because of the bpf(4) change.Ed Schouten2008-08-131-1/+1
* Fix REDZONE(9) on amd64 and perhaps other 64 bit targets -- ensure the spaceEd Maste2008-08-131-0/+2
* Attach the cpufreq child devices with specific orders to enforce relativeJohn Baldwin2008-08-135-5/+5
* Change bpf(4) to use the cdevpriv API.Ed Schouten2008-08-131-80/+62
* o Add a quirk for Sony Handycam DCR-HC32E.Maxim Konovalov2008-08-131-0/+4
* Add a missing call to mtx_destroy() in clnt_reconnect_destroy().Doug Rabson2008-08-131-0/+1
* Fix an interop issue with Linux: If you do nothing but TCPDoug Rabson2008-08-131-54/+115
* Fix compilation of arm's AVILA.Ed Schouten2008-08-132-2/+3
* Fix VLAN hardware tag insertion/stripping on big-endianPyun YongHyeon2008-08-131-2/+2
* Fix runt TSO packet issue.Kip Macy2008-08-131-20/+23
* Add LRO and MAC statistics to exported sysctls.Kip Macy2008-08-133-14/+139
* MFamd64: Remove unused macros.Jung-uk Kim2008-08-121-21/+0
* Update copyrights and fix style(9).Jung-uk Kim2008-08-124-22/+22
* Reduce the scope of the vnode lock such that it does not coverChristian S.J. Peron2008-08-121-1/+5
* Style(9).Pawel Jakub Dawidek2008-08-121-3/+4
* Reduce number of stack usages with unused %edi.Jung-uk Kim2008-08-121-7/+8
* Replace all stack usages with registers and remove unused macros.Jung-uk Kim2008-08-122-86/+81
* Import Xen paravirtual drivers.Kip Macy2008-08-1212-0/+8270
* Assume OpenSolaris knows better and use their value for VM_MAX_PROM_ADDRESS.Marius Strobl2008-08-121-1/+1
* Import i386 xen sub-arch files.Kip Macy2008-08-125-0/+7257
* - Add sys_tick and the USIII and beyond sys_tick_cmpr to state_regs[].Marius Strobl2008-08-121-15/+15
* Import xen sub-arch includes.Kip Macy2008-08-1212-0/+2038
* Remove unnecessary locking around pointer fetch.Konstantin Belousov2008-08-121-2/+0
* Increase statistic counters for enc0 interface when enabledVANHULLEBUS Yvan2008-08-124-1/+58
* Import OS interfaces to Xen services.Kip Macy2008-08-1268-0/+14624
* Restore link state handling which was broken in rev 1.69.Pyun YongHyeon2008-08-121-4/+1
* Remove 'cr' at the end of line.Pyun YongHyeon2008-08-121-20/+20
* Remove whitespace at the end of line.Pyun YongHyeon2008-08-121-10/+10
* Remove cxgb private lro implementation and switch to using system implementat...Kip Macy2008-08-126-479/+77
* Vendor fix for PHY problem.Kip Macy2008-08-117-89/+787
* Decode some more "exotic" instructions including: fxsave, fxrstor, ldmxcsr,John Baldwin2008-08-112-18/+131