| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace Bcopy with 'the real thing' as in the rest of the file. | luigi | 2004-04-18 | 1 | -1/+1 |
* | Replace Bcopy/Bzero with 'the real thing' as in the rest of the file. | luigi | 2004-04-18 | 2 | -8/+8 |
* | replace Bcmp() with the same bcmp() used in the rest of the file. | luigi | 2004-04-18 | 2 | -4/+4 |
* | MFamd64 | alc | 2004-04-18 | 3 | -156/+28 |
* | Miscellaneous style fixes, including yet another attempt to get the | bde | 2004-04-18 | 1 | -21/+23 |
* | MFamd64 | alc | 2004-04-18 | 2 | -72/+16 |
* | Fixed some style bugs in rev.1.1 (only 2 entries were misformatted). | bde | 2004-04-18 | 1 | -11/+11 |
* | Fixed some style bugs (perfect tab lossage on every line) in rev.1.4. | bde | 2004-04-18 | 1 | -11/+11 |
* | Fixed some style bugs (misformatting) in rev.1.9. | bde | 2004-04-18 | 1 | -2/+2 |
* | Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed the | bde | 2004-04-18 | 1 | -12/+12 |
* | MFamd64 | alc | 2004-04-18 | 2 | -74/+16 |
* | Fixed some style bugs in rev.1.24. Almost every line was misformatted, | bde | 2004-04-18 | 1 | -7/+7 |
* | Fixed some style bugs (formatting errors) in rev.1.25. | bde | 2004-04-18 | 1 | -5/+5 |
* | Simplify the sf_buf implementation. In short, make it a trivial veneer | alc | 2004-04-18 | 2 | -73/+16 |
* | Fixed some style bugs (tab lossage) in rev.1.26. | bde | 2004-04-18 | 1 | -2/+2 |
* | Fixed some style bugs in rev.1.28. Almost every line was misindented. | bde | 2004-04-18 | 1 | -9/+9 |
* | Fixed a style bug (insertion sort error) in rev.1.29. This file should | bde | 2004-04-18 | 1 | -10/+10 |
* | Fixed some style bugs in previous commit. Almmost every line was | bde | 2004-04-18 | 1 | -11/+13 |
* | move the cleanup of the control device into ciss_free and add some | ps | 2004-04-18 | 1 | -2/+10 |
* | + rename and document an unused field in struct arpcom (field is still | luigi | 2004-04-18 | 7 | -6/+9 |
* | Use IFF_ALLMULTI instead of if_amcount to decide if all multicast should | onoe | 2004-04-18 | 1 | -5/+10 |
* | Minor changes to improve code readability (no actual code changes): | luigi | 2004-04-18 | 1 | -60/+63 |
* | Don't give up if sending to one link fails, continue. | ru | 2004-04-17 | 1 | -1/+1 |
* | use native names for if_link, ifa_link, if_addrhead. | luigi | 2004-04-17 | 1 | -4/+2 |
* | Add 354k and 512k support. | fjoe | 2004-04-17 | 2 | -14/+34 |
* | Add a Davies-Meyer style hash to the output. This is still pure | markm | 2004-04-17 | 1 | -12/+124 |
* | More removal of the abortive locking code; malloc buffers when | markm | 2004-04-17 | 1 | -4/+12 |
* | make route_init() static | luigi | 2004-04-17 | 2 | -3/+2 |
* | misc cleanup in sysctl_ifmalist(): | luigi | 2004-04-17 | 1 | -27/+10 |
* | A simple packet distribution node type that acts like an Ethernet hub. | ru | 2004-04-17 | 4 | -0/+153 |
* | Add support for Exsys EX-41098 cards. | cperciva | 2004-04-17 | 1 | -0/+14 |
* | Don't check for device_get_softc() returning NULL, it can't happen. | mux | 2004-04-17 | 2 | -6/+0 |
* | Fixed some style bugs in previous commit (mainly an insertion sort error | bde | 2004-04-17 | 1 | -9/+10 |
* | Add support for the HP Modular Smart Array 20 & 500 storage arrays. | ps | 2004-04-16 | 3 | -138/+462 |
* | Whitespace cleanup. | ps | 2004-04-16 | 3 | -69/+67 |
* | - Enable (unmask) interrupt sources earlier in the ithread loop. | jhb | 2004-04-16 | 1 | -8/+33 |
* | Whitespace fix. | jhb | 2004-04-16 | 1 | -1/+1 |
* | Revert part of the "BIOS brain damage" from rev 1.10. It seems that | jhb | 2004-04-16 | 1 | -4/+5 |
* | Use %eax rather than %ax when loading segment registers to avoid partial | jhb | 2004-04-16 | 4 | -53/+53 |
* | Don't call the BIOS to route a link that has already been routed by the | jhb | 2004-04-16 | 1 | -2/+3 |
* | Attempts to make this device Giant-free were ill-conceived as | markm | 2004-04-16 | 2 | -14/+9 |
* | Default to harvesting everything. This is to help give a faster | markm | 2004-04-16 | 2 | -4/+4 |
* | Disable the new wake GPE behavior. With it enabled, my laptop won't stay | njl | 2004-04-16 | 1 | -0/+1 |
* | ooops. I disabled pci_enable_io_modes not pci_do_powerstate in the last | imp | 2004-04-16 | 1 | -4/+4 |
* | At some point during the history of m_getcl(), MAC support began to | rwatson | 2004-04-16 | 1 | -6/+6 |
* | Use if_link instead of the alias if_list, and change a for() into | luigi | 2004-04-16 | 1 | -1/+6 |
* | Documented the intended usage of if_addrhead and ifaddr_byindex() | luigi | 2004-04-16 | 1 | -3/+11 |
* | Improve comment (SMB bus -> System Management Bus) | eivind | 2004-04-16 | 1 | -1/+1 |
* | Consistently use ifaddr_byindex() to access the link-level address | luigi | 2004-04-16 | 1 | -4/+4 |
* | Consistently use ifaddr_byindex() to access the link-level address | luigi | 2004-04-16 | 3 | -19/+23 |