summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | | Overhaul the ACPI PCI bridge driver a bit:jhb2002-08-265-589/+280
* | | Add an ACPI PCI bus driver that is a subclass of the generic PCI busjhb2002-08-261-0/+235
* | | Adjust scsi_calc_syncparam() to the exception table changing from 10ths togibbs2002-08-261-2/+4
* | | Export a few symbols as globals to allow subclassing of this driver. Injhb2002-08-262-37/+91
* | | Various changes to make it easier to subclass the PCI bus device.jhb2002-08-262-30/+61
* | | In acpi_pcib_route_interrupt(), the code claims to check to see if a PCIjhb2002-08-262-4/+4
* | | move the assert to cover more casesjulian2002-08-261-1/+1
* | | Since arm and powerpc aren't far enough to set stathz, take amike2002-08-262-4/+4
* | | Fix a long-standing bug on alpha:mike2002-08-261-2/+2
* | | Fixed most indentation bugs.jake2002-08-252-53/+40
* | | Fixed placement of operators. Wrapped long lines.jake2002-08-252-15/+23
* | | Move intrmask_t to the kernel-only section of <sys/types.h>. Add somemike2002-08-252-2/+11
* | | Add suspend/resume method to syscons. This switch the modeiwasaki2002-08-251-0/+35
* | | Fix a couple of typos in comments.julian2002-08-251-2/+2
* | | Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-2546-90/+88
* | | Turned format checking back on. It was left turned off for too long afterbde2002-08-251-7/+1
* | | Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (iniwasaki2002-08-252-0/+9
* | | o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-2510-139/+0
* | | Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling andcjc2002-08-252-6/+11
* | | Reformat some comments to fit in 80 columns andjulian2002-08-251-30/+28
* | | Fixed printf format errors and style bugs in rev.1.92. This is the versionbde2002-08-251-2/+3
* | | Oops, the previous commit wasn't the version that I meant to commit (itbde2002-08-251-78/+9
* | | Add suspend and resume support.orion2002-08-251-8/+45
* | | Fixed editing errors in rev.1.4 which manifested as printf format errorsbde2002-08-251-2/+2
* | | Fixed printf format errors and style bugs in previous commit.bde2002-08-251-9/+78
* | | o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-2511-37/+10
* | | Fixed white space around operators, casts and reserved words.jake2002-08-242-32/+30
* | | Use 'p' as the partition specifier instead of 's'. We continue to usemarcel2002-08-241-2/+5
* | | return x; -> return (x);jake2002-08-242-43/+43
* | | Be sure to unregister from sndstat on unregister. Gets rid of phantomnsayer2002-08-241-0/+1
* | | o Use vm_object_lock() in place of directly locking Giant.alc2002-08-241-12/+12
* | | o Use vm_object_lock() in place of Giant when manipulating a vm objectalc2002-08-241-2/+2
* | | Correct bug in t_bw_rtttime rollover, #undef USERTTdillon2002-08-242-2/+10
* | | Fix typos: s/O2Mirco/O2Micro/blackend2002-08-241-6/+6
* | | o Resurrect vm_object_lock() and vm_object_unlock() from revision 1.19.alc2002-08-241-0/+6
* | | Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),marcel2002-08-242-4/+4
* | | check packet length before fetching ESP crypto checksum.ume2002-08-241-0/+8
* | | Add some \n's to printf()speter2002-08-241-5/+5
* | | Fix unit wiring. Also, change the variable "hit" to "wired" so that itpeter2002-08-241-11/+9
* | | style: put return types on a line by themselves.alfred2002-08-247-259/+518
* | | style:alfred2002-08-239-372/+737
* | | Put return values from functions on a line by themselves.alfred2002-08-231-36/+72
* | | Move the TAILQ_INIT(&td->td_selq) before the retry: label. Otherwise inpeter2002-08-231-4/+2
* | | s/_BSD_VA_LIST_/__va_list/. The former type doesn't exist anymore.marcel2002-08-231-1/+1
* | | Ok, somebody please shoot me. The asm I wrote for the ranged IPI shootdownpeter2002-08-233-3/+3
* | | Make sure channel buffer start is associated with channel, otherwiseorion2002-08-231-3/+3
* | | Add the complex state TDS_SUSP_SLP.julian2002-08-231-1/+2
* | | Don't use "NULL" when "0" is really meant.archie2002-08-231-1/+1
* | | o Fix namespace issues in <sys/mman.h>.mike2002-08-233-25/+67
* | | Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-238-259/+42
OpenPOWER on IntegriCloud