summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add IRQ line for usb device. I'm not 100% sure this is the rightimp2008-08-191-1/+1
* Add calls to callout_drain() to ensure the callouts are flushed beforejb2008-08-191-0/+2
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-1910-18/+26
* Don't include <sys/tty.h> in our sound layer. It is not needed.ed2008-08-192-2/+1
* In brelse, put the B_NEEDSGIANT buffer on the QUEUE_DIRTY_GIANT queue,kib2008-08-191-1/+1
* protect queue_log not queuekmacy2008-08-191-2/+4
* Fix compilation without INVARIANTSkmacy2008-08-191-0/+6
* avoid evtchn_init name collision in gdbkmacy2008-08-191-2/+2
* remove redundant PT_SET_MA declarationkmacy2008-08-191-12/+0
* Add the D-Link DWA-110kevlo2008-08-192-0/+2
* PT_UPDATES_FLUSH() is used in common code so it needs to be definedkmacy2008-08-181-0/+2
* MFamd64: Correctly check unsignedness of all registers usedjkim2008-08-182-38/+70
* Correctly check unsignedness of all BPF_LD|BPF_IND instructions.jkim2008-08-182-38/+70
* - Make these files compilable on user land.jkim2008-08-184-19/+112
* sc->sc_ibuf should be malloc'ed after quirks applied, askaiw2008-08-181-6/+7
* Fix a typo: According to the hid spec, Global item #3kaiw2008-08-181-1/+1
* Add a missing include which was erroneusly left out from the previousattilio2008-08-181-0/+2
* In the hid parser, if a INPUT/OUTPUT/FEATURE item is skipped, itskaiw2008-08-181-3/+12
* Bufferize the output for DDB printouts.attilio2008-08-182-15/+88
* Re-add Microsoft Intellimouse 2.0 TWHEEL quirk.kaiw2008-08-181-0/+3
* As part of step 1.5 of the vimage framework resolve conflicts withbz2008-08-182-19/+22
* Rename the static M_RPC defined here to M_RPCCLNT, since a global M_RPCkris2008-08-181-6/+6
* Make it easy to comment out the part that use current tty layer directly.takawata2008-08-181-9/+32
* Fix compilekris2008-08-181-2/+2
* Fix ARP in bridging scenarios where the bridge shares itsphilip2008-08-181-1/+24
* The doreti_iret_fault code is always called with gs base MSR containingkib2008-08-181-6/+3
* Add isochronous transfer support for USB 2.0kevlo2008-08-184-49/+834
* disable "legacy" device on xen domUkmacy2008-08-171-1/+1
* Work around differences in page allocation for initial page tables on xenkmacy2008-08-171-0/+4
* Ensure that machine / physical addresses are treated as vm_paddr_tkmacy2008-08-172-5/+5
* remove code in XEN version of init386 causing initialization failurekmacy2008-08-171-37/+16
* translate machine addresses to physical addresses in new code in pmap_initkmacy2008-08-171-3/+2
* bypass call to trap when handling hypervisor_upcallkmacy2008-08-171-13/+34
* clean up initvalues to work correctly on PAEkmacy2008-08-171-56/+31
* Make sure that machine addresses are vm_paddr_tkmacy2008-08-171-6/+7
* Make sure we don't lose the most significant bits of the frame number on PAE ...kmacy2008-08-171-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-17139-2370/+2859
* Update a comment about not numbering pci busses. This may soon beimp2008-08-171-7/+9
* LRO combined packets can actually be bridged as long as all the interfaces alsothompsa2008-08-161-5/+6
* Remove useless #if 1.imp2008-08-161-2/+0
* Prevent crashes due to unlocked access to hash buckets in two sysctls.alfred2008-08-161-0/+4
* Call in to xen for privileged aspects of context switchingkmacy2008-08-161-6/+18
* SCSI_DELAY is specified in milliseconds, not seconds.ken2008-08-161-1/+1
* Add some sysctl reporting for most pci_pci bridges. We now reportimp2008-08-162-3/+21
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()bz2008-08-163-8/+17
* disable PREEMPTION pending bug fixes to i386/xen/pmap.ckmacy2008-08-151-2/+4
* Call in to xen for fpu handling when XEN is setkmacy2008-08-151-1/+10
* Import check for xen features.kmacy2008-08-151-0/+24
* Add flag to indicate to xen support code that threads are running (and thus w...kmacy2008-08-151-0/+3
* Integrate configuration bits for compling xen.kmacy2008-08-155-9/+186
OpenPOWER on IntegriCloud