| Commit message (Expand) | Author | Age | Files | Lines |
* | OK, I have had it with losing my console because the AP's print their "I am | peter | 2002-08-28 | 6 | -30/+72 |
* | Only try to flush the FIFO of 500 characters, return EIO if that fails. | phk | 2002-08-28 | 1 | -1/+6 |
* | accept(2) on a socket that has been shutdown(2) normally returns | archie | 2002-08-28 | 1 | -5/+4 |
* | Allow one to grab the definition of struct ucred by defining _WANT_UCRED | alfred | 2002-08-28 | 1 | -8/+4 |
* | Add a device description for Intel 82801CA/CAM (ICH3) USB controller | joe | 2002-08-28 | 2 | -0/+10 |
* | Change default value of hw.acpi.sleep_delay to 0. | iwasaki | 2002-08-28 | 1 | -1/+1 |
* | Add IFF_POLLING into the list of flags which are protected from changing via | sobomax | 2002-08-28 | 1 | -1/+2 |
* | Marginally simplify dsp_open error handling by adding an early test to | orion | 2002-08-28 | 1 | -68/+51 |
* | Finally merge in the changes from ipfilter 3.4.29 to freebsd-current. | darrenr | 2002-08-28 | 13 | -73/+298 |
* | This commit was generated by cvs2svn to compensate for changes in r102514, | darrenr | 2002-08-28 | 3 | -0/+696 |
|\ |
|
| * | Import IPfilter 3.4.29. Main purpose is to address ftp proxy problems. | darrenr | 2002-08-28 | 3 | -0/+696 |
| * | Update IP Filter kernel source | darrenr | 2001-02-04 | 14 | -119/+259 |
| * | Import IP filter 3.4.13 | darrenr | 2000-10-29 | 8 | -48/+58 |
| * | Import IP Filter 3.4.12 into kernel source tree | darrenr | 2000-10-26 | 14 | -192/+613 |
| * | Import IP Filter 3.4.9 bits into the kernel | darrenr | 2000-08-13 | 10 | -102/+367 |
| * | import ipfilter 3.4.8 | darrenr | 2000-07-19 | 13 | -112/+226 |
| * | Import IP Filter 3.4.4 into the kernel | darrenr | 2000-05-24 | 20 | -2519/+6875 |
| * | This commit was manufactured by cvs2svn to create branch 'DARRENR'. | cvs2svn | 1999-12-06 | 3 | -0/+612 |
* | | Add a new command: show pciregs, equivalent to pciconf -l | guido | 2002-08-28 | 1 | -0/+77 |
* | | printf -> CAM_DEBUG so debugging prints are tunable. | njl | 2002-08-28 | 1 | -60/+47 |
* | | Use csio pointer instead of dereferencing hcb. | njl | 2002-08-28 | 1 | -5/+5 |
* | | Forward declare struct thread so that this header doesn't depend on its | bde | 2002-08-28 | 1 | -6/+2 |
* | | Add \n to various printfs. grep shows these should be the last ones. | njl | 2002-08-27 | 1 | -3/+3 |
* | | Fix this pending the decision of which of the redundant | imp | 2002-08-27 | 1 | -4/+2 |
* | | Bugfix to enable dialer "connected" response. | hm | 2002-08-27 | 1 | -3/+12 |
* | | Removed explicit rule for creating a null opt_bus.h. kmod.mk does this | bde | 2002-08-27 | 1 | -4/+2 |
* | | <sys/lock.h> is a prerequisite for <sys/mutex.h>, so include the former | bde | 2002-08-27 | 1 | -0/+1 |
* | | Include <sys/lockmgr.h> for old lock interfaces instead of depending on | bde | 2002-08-27 | 14 | -0/+14 |
* | | Include <sys/lockmgr.h> for old lock interfaces instead of including | bde | 2002-08-27 | 1 | -1/+1 |
* | | Include <sys/lockmgr.h> for the definitions of the locking interfaces that | bde | 2002-08-27 | 1 | -2/+2 |
* | | Fix a bug about the cooling system controlling in acpi_thermal driver. | iwasaki | 2002-08-27 | 2 | -11/+37 |
* | | Whitespace fix from last commit. | trhodes | 2002-08-27 | 1 | -2/+4 |
* | | Fix some grammar errors in loader.conf.5 | trhodes | 2002-08-27 | 1 | -11/+11 |
* | | Have to create opt_bus.h for sys/bus.h to be happy. *sigh* | jhb | 2002-08-26 | 1 | -1/+3 |
* | | Oops, forgot to hook up the ACPI PCI bus in the module. | jhb | 2002-08-26 | 1 | -3/+3 |
* | | Back out TX/RX descriptor/buffer management changes from earier commit. | pdeuskar | 2002-08-26 | 2 | -216/+312 |
* | | Add a new KTR type KTR_CONTENTION, and use it in the mutex code to | iedowse | 2002-08-26 | 3 | -1/+42 |
* | | Hook up the new ACPI PCI bus and catch up to ACPI PCI bridge driver changes. | jhb | 2002-08-26 | 2 | -1/+4 |
* | | Add WITNESS_FILE() and WITNESS_LINE(), which allow users of witness | iedowse | 2002-08-26 | 2 | -0/+32 |
* | | Overhaul the ACPI PCI bridge driver a bit: | jhb | 2002-08-26 | 5 | -589/+280 |
* | | Add an ACPI PCI bus driver that is a subclass of the generic PCI bus | jhb | 2002-08-26 | 1 | -0/+235 |
* | | Adjust scsi_calc_syncparam() to the exception table changing from 10ths to | gibbs | 2002-08-26 | 1 | -2/+4 |
* | | Export a few symbols as globals to allow subclassing of this driver. In | jhb | 2002-08-26 | 2 | -37/+91 |
* | | Various changes to make it easier to subclass the PCI bus device. | jhb | 2002-08-26 | 2 | -30/+61 |
* | | In acpi_pcib_route_interrupt(), the code claims to check to see if a PCI | jhb | 2002-08-26 | 2 | -4/+4 |
* | | move the assert to cover more cases | julian | 2002-08-26 | 1 | -1/+1 |
* | | Since arm and powerpc aren't far enough to set stathz, take a | mike | 2002-08-26 | 2 | -4/+4 |
* | | Fix a long-standing bug on alpha: | mike | 2002-08-26 | 1 | -2/+2 |
* | | Fixed most indentation bugs. | jake | 2002-08-25 | 2 | -53/+40 |
* | | Fixed placement of operators. Wrapped long lines. | jake | 2002-08-25 | 2 | -15/+23 |