| Commit message (Expand) | Author | Age | Files | Lines |
| * | Back out TX/RX descriptor/buffer management changes from earier commit. | Prafulla Deuskar | 2002-08-26 | 2 | -208/+304 |
| * | Add a new KTR type KTR_CONTENTION, and use it in the mutex code to | Ian Dowse | 2002-08-26 | 3 | -1/+42 |
| * | Hook up the new ACPI PCI bus and catch up to ACPI PCI bridge driver changes. | John Baldwin | 2002-08-26 | 2 | -1/+4 |
| * | Add WITNESS_FILE() and WITNESS_LINE(), which allow users of witness | Ian Dowse | 2002-08-26 | 2 | -0/+32 |
| * | Overhaul the ACPI PCI bridge driver a bit: | John Baldwin | 2002-08-26 | 5 | -589/+280 |
| * | Add an ACPI PCI bus driver that is a subclass of the generic PCI bus | John Baldwin | 2002-08-26 | 1 | -0/+235 |
| * | Adjust scsi_calc_syncparam() to the exception table changing from 10ths to | Justin T. Gibbs | 2002-08-26 | 1 | -2/+4 |
| * | Export a few symbols as globals to allow subclassing of this driver. In | John Baldwin | 2002-08-26 | 2 | -37/+91 |
| * | Various changes to make it easier to subclass the PCI bus device. | John Baldwin | 2002-08-26 | 2 | -30/+61 |
| * | In acpi_pcib_route_interrupt(), the code claims to check to see if a PCI | John Baldwin | 2002-08-26 | 2 | -4/+4 |
| * | move the assert to cover more cases | Julian Elischer | 2002-08-26 | 1 | -1/+1 |
| * | Since arm and powerpc aren't far enough to set stathz, take a | Mike Barcroft | 2002-08-26 | 2 | -4/+4 |
| * | Fix a long-standing bug on alpha: | Mike Barcroft | 2002-08-26 | 1 | -2/+2 |
| * | Fixed most indentation bugs. | Jake Burkholder | 2002-08-25 | 2 | -53/+40 |
| * | Fixed placement of operators. Wrapped long lines. | Jake Burkholder | 2002-08-25 | 2 | -15/+23 |
| * | Move intrmask_t to the kernel-only section of <sys/types.h>. Add some | Mike Barcroft | 2002-08-25 | 2 | -2/+11 |
| * | Add suspend/resume method to syscons. This switch the mode | Mitsuru IWASAKI | 2002-08-25 | 1 | -0/+35 |
| * | Fix a couple of typos in comments. | Julian Elischer | 2002-08-25 | 1 | -2/+2 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 46 | -90/+88 |
| * | Turned format checking back on. It was left turned off for too long after | Bruce Evans | 2002-08-25 | 1 | -7/+1 |
| * | Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (in | Mitsuru IWASAKI | 2002-08-25 | 2 | -0/+9 |
| * | o Retire pmap_pageable(). It's an advisory routine that none | Alan Cox | 2002-08-25 | 10 | -139/+0 |
| * | Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling and | Crist J. Clark | 2002-08-25 | 2 | -6/+11 |
| * | Reformat some comments to fit in 80 columns and | Julian Elischer | 2002-08-25 | 1 | -30/+28 |
| * | Fixed printf format errors and style bugs in rev.1.92. This is the version | Bruce Evans | 2002-08-25 | 1 | -2/+3 |
| * | Oops, the previous commit wasn't the version that I meant to commit (it | Bruce Evans | 2002-08-25 | 1 | -78/+9 |
| * | Add suspend and resume support. | Orion Hodson | 2002-08-25 | 1 | -8/+45 |
| * | Fixed editing errors in rev.1.4 which manifested as printf format errors | Bruce Evans | 2002-08-25 | 1 | -2/+2 |
| * | Fixed printf format errors and style bugs in previous commit. | Bruce Evans | 2002-08-25 | 1 | -9/+78 |
| * | o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since | Alan Cox | 2002-08-25 | 11 | -37/+10 |
| * | Fixed white space around operators, casts and reserved words. | Jake Burkholder | 2002-08-24 | 2 | -32/+30 |
| * | Use 'p' as the partition specifier instead of 's'. We continue to use | Marcel Moolenaar | 2002-08-24 | 1 | -2/+5 |
| * | return x; -> return (x); | Jake Burkholder | 2002-08-24 | 2 | -43/+43 |
| * | Be sure to unregister from sndstat on unregister. Gets rid of phantom | Nick Sayer | 2002-08-24 | 1 | -0/+1 |
| * | o Use vm_object_lock() in place of directly locking Giant. | Alan Cox | 2002-08-24 | 1 | -12/+12 |
| * | o Use vm_object_lock() in place of Giant when manipulating a vm object | Alan Cox | 2002-08-24 | 1 | -2/+2 |
| * | Correct bug in t_bw_rtttime rollover, #undef USERTT | Matthew Dillon | 2002-08-24 | 2 | -2/+10 |
| * | Fix typos: s/O2Mirco/O2Micro/ | Marc Fonvieille | 2002-08-24 | 1 | -6/+6 |
| * | o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19. | Alan Cox | 2002-08-24 | 1 | -0/+6 |
| * | Work around a GCC optimization bug on ia64: In link_elf_symbol_values(), | Marcel Moolenaar | 2002-08-24 | 2 | -4/+4 |
| * | check packet length before fetching ESP crypto checksum. | Hajimu UMEMOTO | 2002-08-24 | 1 | -0/+8 |
| * | Add some \n's to printf()s | Peter Wemm | 2002-08-24 | 1 | -5/+5 |
| * | Fix unit wiring. Also, change the variable "hit" to "wired" so that it | Peter Wemm | 2002-08-24 | 1 | -11/+9 |
| * | style: put return types on a line by themselves. | Alfred Perlstein | 2002-08-24 | 7 | -259/+518 |
| * | style: | Alfred Perlstein | 2002-08-23 | 9 | -372/+737 |
| * | Put return values from functions on a line by themselves. | Alfred Perlstein | 2002-08-23 | 1 | -36/+72 |
| * | Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise in | Peter Wemm | 2002-08-23 | 1 | -4/+2 |
| * | s/_BSD_VA_LIST_/__va_list/. The former type doesn't exist anymore. | Marcel Moolenaar | 2002-08-23 | 1 | -1/+1 |
| * | Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdown | Peter Wemm | 2002-08-23 | 3 | -3/+3 |
| * | Make sure channel buffer start is associated with channel, otherwise | Orion Hodson | 2002-08-23 | 1 | -3/+3 |