aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Back out TX/RX descriptor/buffer management changes from earier commit.Prafulla Deuskar2002-08-262-208/+304
* Add a new KTR type KTR_CONTENTION, and use it in the mutex code toIan Dowse2002-08-263-1/+42
* Hook up the new ACPI PCI bus and catch up to ACPI PCI bridge driver changes.John Baldwin2002-08-262-1/+4
* Add WITNESS_FILE() and WITNESS_LINE(), which allow users of witnessIan Dowse2002-08-262-0/+32
* Overhaul the ACPI PCI bridge driver a bit:John Baldwin2002-08-265-589/+280
* Add an ACPI PCI bus driver that is a subclass of the generic PCI busJohn Baldwin2002-08-261-0/+235
* Adjust scsi_calc_syncparam() to the exception table changing from 10ths toJustin T. Gibbs2002-08-261-2/+4
* Export a few symbols as globals to allow subclassing of this driver. InJohn Baldwin2002-08-262-37/+91
* Various changes to make it easier to subclass the PCI bus device.John Baldwin2002-08-262-30/+61
* In acpi_pcib_route_interrupt(), the code claims to check to see if a PCIJohn Baldwin2002-08-262-4/+4
* move the assert to cover more casesJulian Elischer2002-08-261-1/+1
* Since arm and powerpc aren't far enough to set stathz, take aMike Barcroft2002-08-262-4/+4
* Fix a long-standing bug on alpha:Mike Barcroft2002-08-261-2/+2
* Fixed most indentation bugs.Jake Burkholder2002-08-252-53/+40
* Fixed placement of operators. Wrapped long lines.Jake Burkholder2002-08-252-15/+23
* Move intrmask_t to the kernel-only section of <sys/types.h>. Add someMike Barcroft2002-08-252-2/+11
* Add suspend/resume method to syscons. This switch the modeMitsuru IWASAKI2002-08-251-0/+35
* Fix a couple of typos in comments.Julian Elischer2002-08-251-2/+2
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-2546-90/+88
* Turned format checking back on. It was left turned off for too long afterBruce Evans2002-08-251-7/+1
* Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (inMitsuru IWASAKI2002-08-252-0/+9
* o Retire pmap_pageable(). It's an advisory routine that noneAlan Cox2002-08-2510-139/+0
* Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling andCrist J. Clark2002-08-252-6/+11
* Reformat some comments to fit in 80 columns andJulian Elischer2002-08-251-30/+28
* Fixed printf format errors and style bugs in rev.1.92. This is the versionBruce Evans2002-08-251-2/+3
* Oops, the previous commit wasn't the version that I meant to commit (itBruce Evans2002-08-251-78/+9
* Add suspend and resume support.Orion Hodson2002-08-251-8/+45
* Fixed editing errors in rev.1.4 which manifested as printf format errorsBruce Evans2002-08-251-2/+2
* Fixed printf format errors and style bugs in previous commit.Bruce Evans2002-08-251-9/+78
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sinceAlan Cox2002-08-2511-37/+10
* Fixed white space around operators, casts and reserved words.Jake Burkholder2002-08-242-32/+30
* Use 'p' as the partition specifier instead of 's'. We continue to useMarcel Moolenaar2002-08-241-2/+5
* return x; -> return (x);Jake Burkholder2002-08-242-43/+43
* Be sure to unregister from sndstat on unregister. Gets rid of phantomNick Sayer2002-08-241-0/+1
* o Use vm_object_lock() in place of directly locking Giant.Alan Cox2002-08-241-12/+12
* o Use vm_object_lock() in place of Giant when manipulating a vm objectAlan Cox2002-08-241-2/+2
* Correct bug in t_bw_rtttime rollover, #undef USERTTMatthew Dillon2002-08-242-2/+10
* Fix typos: s/O2Mirco/O2Micro/Marc Fonvieille2002-08-241-6/+6
* o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19.Alan Cox2002-08-241-0/+6
* Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),Marcel Moolenaar2002-08-242-4/+4
* check packet length before fetching ESP crypto checksum.Hajimu UMEMOTO2002-08-241-0/+8
* Add some \n's to printf()sPeter Wemm2002-08-241-5/+5
* Fix unit wiring. Also, change the variable "hit" to "wired" so that itPeter Wemm2002-08-241-11/+9
* style: put return types on a line by themselves.Alfred Perlstein2002-08-247-259/+518
* style:Alfred Perlstein2002-08-239-372/+737
* Put return values from functions on a line by themselves.Alfred Perlstein2002-08-231-36/+72
* Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise inPeter Wemm2002-08-231-4/+2
* s/_BSD_VA_LIST_/__va_list/. The former type doesn't exist anymore.Marcel Moolenaar2002-08-231-1/+1
* Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdownPeter Wemm2002-08-233-3/+3
* Make sure channel buffer start is associated with channel, otherwiseOrion Hodson2002-08-231-3/+3