| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Finish fixing up Alpha to work with an MP safe ptrace(): | jhb | 2004-04-01 | 2 | -14/+11 |
* | Do the looping retry trick in the first operation to try to talk | julian | 2004-04-01 | 1 | -11/+14 |
* | Fix style issues in twa lines added in rev 1.878. | des | 2004-04-01 | 1 | -5/+5 |
* | Comment out the au88x0 line which was inadvertantly included in the | des | 2004-04-01 | 1 | -1/+1 |
* | The twa device and related options are not needed. | nyan | 2004-04-01 | 1 | -0/+3 |
* | UDP checksum is mandatory in IPv6 (RFC2460 p.28) | suz | 2004-04-01 | 1 | -2/+4 |
* | Moved the statistical counter under hw.ste.rxsyncs. | ru | 2004-04-01 | 1 | -1/+3 |
* | Move twa from files.i386 to files. This unbreaks LINT on !i386. | des | 2004-04-01 | 2 | -5/+6 |
* | Back out 1.188 (major number for twa). The twa driver does not need it. | des | 2004-04-01 | 1 | -1/+0 |
* | Match the specific MPC106 host bridge PCI ID rather than all | grehan | 2004-04-01 | 1 | -6/+3 |
* | Don't print out 'GIANT-LOCKED' for INTR_FAST drivers. | scottl | 2004-04-01 | 1 | -1/+1 |
* | Move the ivar accessing routines back to inlines (reverting acpivar.h | njl | 2004-04-01 | 2 | -85/+71 |
* | Move the name attribute to the end of the conftxt line to simplify | grehan | 2004-04-01 | 1 | -4/+6 |
* | radiotap updates: | sam | 2004-04-01 | 4 | -12/+26 |
* | correct xmit-side radiotap collection by tap'ing the frame before | sam | 2004-04-01 | 1 | -4/+4 |
* | Remove sysctl kern.ps_argsopen, it is not very useful, one should use | pjd | 2004-04-01 | 2 | -4/+0 |
* | Remove ps_argsopen check. It is was bogus in the past and was corrected | pjd | 2004-04-01 | 1 | -5/+0 |
* | Remove ps_argsopen from this check, because of two reasons: | pjd | 2004-04-01 | 2 | -2/+2 |
* | Abstract "is a particular SLIP unit free" check behind slisunitfree(), | rwatson | 2004-03-31 | 1 | -12/+18 |
* | Fix a bug with preloaded image -- for some reason [that i don't | luigi | 2004-03-31 | 1 | -14/+3 |
* | Raise WARNS level to 2. | des | 2004-03-31 | 1 | -0/+1 |
* | Deal with aliasing warnings. | des | 2004-03-31 | 4 | -181/+63 |
* | Under a heavy RX load, at least with D-Link DFE-550TX adapters, | ru | 2004-03-31 | 1 | -1/+18 |
* | Added polling(4) support for ste(4). | ru | 2004-03-31 | 2 | -3/+80 |
* | Moved comments on 3ware 9000 series RAID controller driver options from | vkashyap | 2004-03-31 | 2 | -3/+10 |
* | Staticize pnp methods, style fixes. Remove unused variable to unbreak | njl | 2004-03-31 | 2 | -23/+17 |
* | Add ACPI path in location string for ACPI namespace aware PCI device. | takawata | 2004-03-31 | 1 | -1/+20 |
* | Add an interface to pass an argument to the resource parsing functions. | njl | 2004-03-31 | 3 | -7/+9 |
* | Style fix. | takawata | 2004-03-31 | 1 | -39/+49 |
* | Add more DLT types required by libpcap 0.8.3. | bms | 2004-03-31 | 1 | -0/+52 |
* | Update system bpf headers for libpcap 0.8.3. | bms | 2004-03-31 | 1 | -1/+58 |
* | Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assume | mckay | 2004-03-31 | 4 | -2/+56 |
* | Give in to the oblique nagging and move AAC and AHC/AHD comments out of | scottl | 2004-03-31 | 2 | -42/+34 |
* | Remove unused variable. | julian | 2004-03-31 | 1 | -2/+0 |
* | The end argument to bus_alloc_resource() should have been ~0 and | grehan | 2004-03-31 | 1 | -2/+1 |
* | In sofree(), avoid nested declaration and initialization in | rwatson | 2004-03-31 | 1 | -1/+2 |
* | - Add an optimized page copy function for use by pmap_copy_page(). It is | alc | 2004-03-31 | 3 | -3/+30 |
* | Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(), | rwatson | 2004-03-31 | 4 | -5/+6 |
* | By default, ich4 has NAMBAR and NABMBAR i/o spaces as | matk | 2004-03-31 | 1 | -1/+12 |
* | o add support for controlling the power of transmitted frames | sam | 2004-03-30 | 5 | -0/+54 |
* | Only call if_init when doing SIOCSIFADDR if the interface is not marked | sam | 2004-03-30 | 1 | -0/+60 |
* | Switch ste_encap() over to using m_defrag(). | ru | 2004-03-30 | 1 | -14/+2 |
* | Added options for 3ware 9000 series RAID controller driver (twa). | vkashyap | 2004-03-30 | 1 | -0/+4 |
* | Shut up a couple of annoying gcc warnings. Do not enclose the fixes with | mlaier | 2004-03-30 | 1 | -14/+16 |
* | Replace td2 with td on the assumption that this was a typo. This should at | benno | 2004-03-30 | 2 | -2/+2 |
* | The VLAN TCI field should be operated in network byte order. | ru | 2004-03-30 | 1 | -2/+2 |
* | White space and wording changes to init_param3(). | alc | 2004-03-30 | 1 | -5/+3 |
* | Disable serialize_methods and enable _OSI support by default. The former | njl | 2004-03-30 | 1 | -5/+14 |
* | Fixed a style bug in previous commit (misformatted comment). Fixed | bde | 2004-03-30 | 1 | -3/+4 |
* | Catch all cases where bread() returns an error and a valid *bp, and release | scottl | 2004-03-30 | 2 | -6/+11 |