aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Style and code unobfuscation.Ruslan Ermilov2004-04-181-4/+4
* Fixed a bug from rev. 1.42: cast to a correct type.Ruslan Ermilov2004-04-181-2/+2
* Make if_(un)route static in if.c as they are called from if_up/if_down only.Max Laier2004-04-182-4/+4
* In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpsetBill Paul2004-04-181-2/+2
* Moved the function pointer in struct puc_device_description to the endBruce Evans2004-04-183-93/+2
* constify the last argument of m_copyback.Luigi Rizzo2004-04-182-2/+2
* + move MKGet()/MKFree() into the only file that can use them.Luigi Rizzo2004-04-182-28/+19
* + replace Bcmp/Bzero with 'the real thing' as in the rest of the file.Luigi Rizzo2004-04-181-3/+4
* replace Bcopy with bcopy as in the rest of the file.Luigi Rizzo2004-04-181-3/+3
* Replace Bcopy with 'the real thing' as in the rest of the file.Luigi Rizzo2004-04-181-1/+1
* Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.Luigi Rizzo2004-04-182-8/+8
* replace Bcmp() with the same bcmp() used in the rest of the file.Luigi Rizzo2004-04-182-4/+4
* MFamd64Alan Cox2004-04-183-153/+25
* Miscellaneous style fixes, including yet another attempt to get theBruce Evans2004-04-181-21/+23
* MFamd64Alan Cox2004-04-182-71/+15
* Fixed some style bugs in rev.1.1 (only 2 entries were misformatted).Bruce Evans2004-04-181-11/+11
* Fixed some style bugs (perfect tab lossage on every line) in rev.1.4.Bruce Evans2004-04-181-11/+11
* Fixed some style bugs (misformatting) in rev.1.9.Bruce Evans2004-04-181-2/+2
* Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed theBruce Evans2004-04-181-12/+12
* MFamd64Alan Cox2004-04-182-73/+15
* Fixed some style bugs in rev.1.24. Almost every line was misformatted,Bruce Evans2004-04-181-7/+7
* Fixed some style bugs (formatting errors) in rev.1.25.Bruce Evans2004-04-181-5/+5
* Simplify the sf_buf implementation. In short, make it a trivial veneerAlan Cox2004-04-182-72/+15
* Fixed some style bugs (tab lossage) in rev.1.26.Bruce Evans2004-04-181-2/+2
* Fixed some style bugs in rev.1.28. Almost every line was misindented.Bruce Evans2004-04-181-9/+9
* Fixed a style bug (insertion sort error) in rev.1.29. This file shouldBruce Evans2004-04-181-10/+10
* Fixed some style bugs in previous commit. Almmost every line wasBruce Evans2004-04-181-11/+13
* move the cleanup of the control device into ciss_free and add somePaul Saab2004-04-181-2/+10
* + rename and document an unused field in struct arpcom (field is stillLuigi Rizzo2004-04-187-6/+9
* Use IFF_ALLMULTI instead of if_amcount to decide if all multicast shouldAtsushi Onoe2004-04-181-5/+10
* Minor changes to improve code readability (no actual code changes):Luigi Rizzo2004-04-181-60/+63
* Don't give up if sending to one link fails, continue.Ruslan Ermilov2004-04-171-1/+1
* use native names for if_link, ifa_link, if_addrhead.Luigi Rizzo2004-04-171-4/+2
* Add 354k and 512k support.Max Khon2004-04-172-14/+34
* Add a Davies-Meyer style hash to the output. This is still pureMark Murray2004-04-171-11/+123
* More removal of the abortive locking code; malloc buffers whenMark Murray2004-04-171-4/+12
* make route_init() staticLuigi Rizzo2004-04-172-3/+2
* misc cleanup in sysctl_ifmalist():Luigi Rizzo2004-04-171-27/+10
* A simple packet distribution node type that acts like an Ethernet hub.Ruslan Ermilov2004-04-174-0/+153
* Add support for Exsys EX-41098 cards.Colin Percival2004-04-171-0/+14
* Don't check for device_get_softc() returning NULL, it can't happen.Maxime Henrion2004-04-172-6/+0
* Fixed some style bugs in previous commit (mainly an insertion sort errorBruce Evans2004-04-171-9/+10
* Add support for the HP Modular Smart Array 20 & 500 storage arrays.Paul Saab2004-04-163-138/+462
* Whitespace cleanup.Paul Saab2004-04-163-69/+67
* - Enable (unmask) interrupt sources earlier in the ithread loop.John Baldwin2004-04-161-8/+33
* Whitespace fix.John Baldwin2004-04-161-1/+1
* Revert part of the "BIOS brain damage" from rev 1.10. It seems thatJohn Baldwin2004-04-161-4/+5
* Use %eax rather than %ax when loading segment registers to avoid partialJohn Baldwin2004-04-164-53/+53
* Don't call the BIOS to route a link that has already been routed by theJohn Baldwin2004-04-161-2/+3
* Attempts to make this device Giant-free were ill-conceived asMark Murray2004-04-162-14/+9