summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add \n to various printfs. grep shows these should be the last ones.njl2002-08-271-3/+3
* Fix this pending the decision of which of the redundantimp2002-08-271-4/+2
* Bugfix to enable dialer "connected" response.hm2002-08-271-3/+12
* Removed explicit rule for creating a null opt_bus.h. kmod.mk does thisbde2002-08-271-4/+2
* <sys/lock.h> is a prerequisite for <sys/mutex.h>, so include the formerbde2002-08-271-0/+1
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onbde2002-08-2714-0/+14
* Include <sys/lockmgr.h> for old lock interfaces instead of includingbde2002-08-271-1/+1
* Include <sys/lockmgr.h> for the definitions of the locking interfaces thatbde2002-08-271-2/+2
* Fix a bug about the cooling system controlling in acpi_thermal driver.iwasaki2002-08-272-11/+37
* Whitespace fix from last commit.trhodes2002-08-271-2/+4
* Fix some grammar errors in loader.conf.5trhodes2002-08-271-11/+11
* Have to create opt_bus.h for sys/bus.h to be happy. *sigh*jhb2002-08-261-1/+3
* Oops, forgot to hook up the ACPI PCI bus in the module.jhb2002-08-261-3/+3
* Back out TX/RX descriptor/buffer management changes from earier commit.pdeuskar2002-08-262-216/+312
* Add a new KTR type KTR_CONTENTION, and use it in the mutex code toiedowse2002-08-263-1/+42
* Hook up the new ACPI PCI bus and catch up to ACPI PCI bridge driver changes.jhb2002-08-262-1/+4
* Add WITNESS_FILE() and WITNESS_LINE(), which allow users of witnessiedowse2002-08-262-0/+32
* 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
OpenPOWER on IntegriCloud