aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-20110-6960/+6143
* Better comment the pattern tests; adjust the filenames for theTim Kientzle2008-08-204-12/+22
* ifnet_setbyindex() is only used locally, go back to being static.Andrew Thompson2008-08-202-2/+1
* don't use cpu_idle_acpi under xenKip Macy2008-08-201-0/+9
* Check for watch events when doing inline message processingKip Macy2008-08-201-16/+39
* Fix buildKip Macy2008-08-201-0/+2
* Rename the RCng 'kernel' script to 'kernel_symlink'.David E. O'Brien2008-08-201-1/+1
* Fix wierd integration errorJulian Elischer2008-08-201-1/+1
* Xen 3.2 now interleaves watch events with regular message notifications.Kip Macy2008-08-206-44/+79
* Fix some of the formatting fixes.. It's amazing how some thing stand outJulian Elischer2008-08-208-12/+10
* A bunch of formatting fixes brough to light by, or created by the Vimage commitJulian Elischer2008-08-2018-44/+58
* Add a man page for the acpi_asus(4) driver.Rui Paulo2008-08-192-0/+138
* Fix typo in comment.Rui Paulo2008-08-191-1/+1
* Provide hooks into the GPIO lines and the ability to set/clearWarner Losh2008-08-192-0/+47
* Use the proper clock domain for the usb host controller.Warner Losh2008-08-191-1/+1
* Add IRQ line for usb device. I'm not 100% sure this is the rightWarner Losh2008-08-191-1/+1
* Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdumpJohn Baldwin2008-08-192-23/+28
* Add a new routine kvm_getcptime(3) for fetching the equivalent ofJohn Baldwin2008-08-194-3/+214
* Add calls to callout_drain() to ensure the callouts are flushed beforeJohn Birrell2008-08-191-0/+2
* Pass the right pointer to bzero() when clearing cp_time.John Baldwin2008-08-191-1/+1
* Add two new routines to libkvm for working with per-CPU data:John Baldwin2008-08-194-3/+251
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin2008-08-1910-18/+26
* Don't include <sys/tty.h> in our sound layer. It is not needed.Ed Schouten2008-08-192-2/+1
* Rename the RCng 'kernel' script to 'kernel_symlink'.David E. O'Brien2008-08-193-5/+4
* If a CPUTYPE isn't specified, then don't use -march=k8 when compilingJohn Baldwin2008-08-191-3/+3
* In brelse, put the B_NEEDSGIANT buffer on the QUEUE_DIRTY_GIANT queue,Konstantin Belousov2008-08-191-1/+1
* protect queue_log not queueKip Macy2008-08-191-2/+4
* Fix compilation without INVARIANTSKip Macy2008-08-191-0/+6
* avoid evtchn_init name collision in gdbKip Macy2008-08-191-2/+2
* remove redundant PT_SET_MA declarationKip Macy2008-08-191-12/+0
* Add the D-Link DWA-110Kevin Lo2008-08-192-0/+2
* Add test case for 'divide by 0' with BPF_ALU|BPF_DIV|BPF_X instruction.Jung-uk Kim2008-08-182-1/+34
* Fix two test cases on 32-bit architectures.Jung-uk Kim2008-08-182-2/+6
* PT_UPDATES_FLUSH() is used in common code so it needs to be definedKip Macy2008-08-181-0/+2
* MFamd64: Correctly check unsignedness of all registers usedJung-uk Kim2008-08-182-38/+70
* Correctly check unsignedness of all BPF_LD|BPF_IND instructions.Jung-uk Kim2008-08-182-38/+70
* Add simple bpf(9) regression tests and test cases.Jung-uk Kim2008-08-1876-0/+2739
* - Make these files compilable on user land.Jung-uk Kim2008-08-184-19/+112
* Fix SVN r181821 by not using FNM_LEADING_DIR whereTim Kientzle2008-08-181-1/+1
* sc->sc_ibuf should be malloc'ed after quirks applied, asKai Wang2008-08-181-6/+7
* Fix a typo: According to the hid spec, Global item #3Kai Wang2008-08-181-1/+1
* Add a missing include which was erroneusly left out from the previousAttilio Rao2008-08-181-0/+2
* In the hid parser, if a INPUT/OUTPUT/FEATURE item is skipped, itsKai Wang2008-08-181-3/+12
* Bufferize the output for DDB printouts.Attilio Rao2008-08-182-15/+88
* Re-add Microsoft Intellimouse 2.0 TWHEEL quirk.Kai Wang2008-08-181-0/+3
* Move FREEBSD-upgrade as well.Ollivier Robert2008-08-181-45/+0
* Move FREEBSD-Xlist in a more proper location.Ollivier Robert2008-08-181-3/+0
* As part of step 1.5 of the vimage framework resolve conflicts withBjoern A. Zeeb2008-08-182-19/+22
* Rename the static M_RPC defined here to M_RPCCLNT, since a global M_RPCKris Kennaway2008-08-181-6/+6
* Make it easy to comment out the part that use current tty layer directly.Takanori Watanabe2008-08-181-9/+32