summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Replace Bcopy with 'the real thing' as in the rest of the file.luigi2004-04-181-1/+1
* Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.luigi2004-04-182-8/+8
* replace Bcmp() with the same bcmp() used in the rest of the file.luigi2004-04-182-4/+4
* MFamd64alc2004-04-183-156/+28
* Miscellaneous style fixes, including yet another attempt to get thebde2004-04-181-21/+23
* MFamd64alc2004-04-182-72/+16
* Fixed some style bugs in rev.1.1 (only 2 entries were misformatted).bde2004-04-181-11/+11
* Fixed some style bugs (perfect tab lossage on every line) in rev.1.4.bde2004-04-181-11/+11
* Fixed some style bugs (misformatting) in rev.1.9.bde2004-04-181-2/+2
* Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed thebde2004-04-181-12/+12
* MFamd64alc2004-04-182-74/+16
* Fixed some style bugs in rev.1.24. Almost every line was misformatted,bde2004-04-181-7/+7
* Fixed some style bugs (formatting errors) in rev.1.25.bde2004-04-181-5/+5
* Simplify the sf_buf implementation. In short, make it a trivial veneeralc2004-04-182-73/+16
* Fixed some style bugs (tab lossage) in rev.1.26.bde2004-04-181-2/+2
* Fixed some style bugs in rev.1.28. Almost every line was misindented.bde2004-04-181-9/+9
* Fixed a style bug (insertion sort error) in rev.1.29. This file shouldbde2004-04-181-10/+10
* Fixed some style bugs in previous commit. Almmost every line wasbde2004-04-181-11/+13
* move the cleanup of the control device into ciss_free and add someps2004-04-181-2/+10
* + rename and document an unused field in struct arpcom (field is stillluigi2004-04-187-6/+9
* Use IFF_ALLMULTI instead of if_amcount to decide if all multicast shouldonoe2004-04-181-5/+10
* Minor changes to improve code readability (no actual code changes):luigi2004-04-181-60/+63
* Don't give up if sending to one link fails, continue.ru2004-04-171-1/+1
* use native names for if_link, ifa_link, if_addrhead.luigi2004-04-171-4/+2
* Add 354k and 512k support.fjoe2004-04-172-14/+34
* Add a Davies-Meyer style hash to the output. This is still puremarkm2004-04-171-12/+124
* More removal of the abortive locking code; malloc buffers whenmarkm2004-04-171-4/+12
* make route_init() staticluigi2004-04-172-3/+2
* misc cleanup in sysctl_ifmalist():luigi2004-04-171-27/+10
* A simple packet distribution node type that acts like an Ethernet hub.ru2004-04-174-0/+153
* Add support for Exsys EX-41098 cards.cperciva2004-04-171-0/+14
* Don't check for device_get_softc() returning NULL, it can't happen.mux2004-04-172-6/+0
* Fixed some style bugs in previous commit (mainly an insertion sort errorbde2004-04-171-9/+10
* Add support for the HP Modular Smart Array 20 & 500 storage arrays.ps2004-04-163-138/+462
* Whitespace cleanup.ps2004-04-163-69/+67
* - Enable (unmask) interrupt sources earlier in the ithread loop.jhb2004-04-161-8/+33
* Whitespace fix.jhb2004-04-161-1/+1
* Revert part of the "BIOS brain damage" from rev 1.10. It seems thatjhb2004-04-161-4/+5
* Use %eax rather than %ax when loading segment registers to avoid partialjhb2004-04-164-53/+53
* Don't call the BIOS to route a link that has already been routed by thejhb2004-04-161-2/+3
* Attempts to make this device Giant-free were ill-conceived asmarkm2004-04-162-14/+9
* Default to harvesting everything. This is to help give a fastermarkm2004-04-162-4/+4
* Disable the new wake GPE behavior. With it enabled, my laptop won't staynjl2004-04-161-0/+1
* ooops. I disabled pci_enable_io_modes not pci_do_powerstate in the lastimp2004-04-161-4/+4
* At some point during the history of m_getcl(), MAC support began torwatson2004-04-161-6/+6
* Use if_link instead of the alias if_list, and change a for() intoluigi2004-04-161-1/+6
* Documented the intended usage of if_addrhead and ifaddr_byindex()luigi2004-04-161-3/+11
* Improve comment (SMB bus -> System Management Bus)eivind2004-04-161-1/+1
* Consistently use ifaddr_byindex() to access the link-level addressluigi2004-04-161-4/+4
* Consistently use ifaddr_byindex() to access the link-level addressluigi2004-04-163-19/+23
OpenPOWER on IntegriCloud