summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* OK, I have had it with losing my console because the AP's print their "I ampeter2002-08-286-30/+72
* Only try to flush the FIFO of 500 characters, return EIO if that fails.phk2002-08-281-1/+6
* accept(2) on a socket that has been shutdown(2) normally returnsarchie2002-08-281-5/+4
* Allow one to grab the definition of struct ucred by defining _WANT_UCREDalfred2002-08-281-8/+4
* Add a device description for Intel 82801CA/CAM (ICH3) USB controllerjoe2002-08-282-0/+10
* Change default value of hw.acpi.sleep_delay to 0.iwasaki2002-08-281-1/+1
* Add IFF_POLLING into the list of flags which are protected from changing viasobomax2002-08-281-1/+2
* Marginally simplify dsp_open error handling by adding an early test toorion2002-08-281-68/+51
* Finally merge in the changes from ipfilter 3.4.29 to freebsd-current.darrenr2002-08-2813-73/+298
* This commit was generated by cvs2svn to compensate for changes in r102514,darrenr2002-08-283-0/+696
|\
| * Import IPfilter 3.4.29. Main purpose is to address ftp proxy problems.darrenr2002-08-283-0/+696
| * Update IP Filter kernel sourcedarrenr2001-02-0414-119/+259
| * Import IP filter 3.4.13darrenr2000-10-298-48/+58
| * Import IP Filter 3.4.12 into kernel source treedarrenr2000-10-2614-192/+613
| * Import IP Filter 3.4.9 bits into the kerneldarrenr2000-08-1310-102/+367
| * import ipfilter 3.4.8darrenr2000-07-1913-112/+226
| * Import IP Filter 3.4.4 into the kerneldarrenr2000-05-2420-2519/+6875
| * This commit was manufactured by cvs2svn to create branch 'DARRENR'.cvs2svn1999-12-063-0/+612
* | Add a new command: show pciregs, equivalent to pciconf -lguido2002-08-281-0/+77
* | printf -> CAM_DEBUG so debugging prints are tunable.njl2002-08-281-60/+47
* | Use csio pointer instead of dereferencing hcb.njl2002-08-281-5/+5
* | Forward declare struct thread so that this header doesn't depend on itsbde2002-08-281-6/+2
* | 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
OpenPOWER on IntegriCloud