summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add some comments, move a static array of constants in the only placeluigi2004-04-191-8/+16
* Fix a recently introduced panic in if_detach() by delayingluigi2004-04-191-11/+11
* Remove opt_da.h from the Makefile as well. Duplication of the option innjl2004-04-191-1/+0
* There's no need to call ciss_report_request in the passthru ioctlps2004-04-191-3/+1
* If you're trying to find out if a thread is valid and inmtm2004-04-191-4/+4
* The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS optionmux2004-04-191-1/+0
* ifp has the same value as rt->rti_ifp so remove the dependencyluigi2004-04-191-2/+2
* Remove a tail-recursive call in nd6_output.luigi2004-04-191-5/+8
* More style and deobfuscation fixes.ru2004-04-191-4/+4
* Use an tempory struct ifnet *ifp instead of sc->sc_if to access thebrooks2004-04-191-9/+11
* Add miscellaneous USB device quirks.njl2004-04-191-5/+29
* Remove all quirks hidden under DA_OLD_QUIRKS.njl2004-04-191-120/+0
* As promised a while ago, remove DA_OLD_QUIRKS and all quirks it was enabling.njl2004-04-192-8/+0
* First pass at softc list locking for if_ppp.c. Many parts ofrwatson2004-04-191-10/+43
* Report only new new events when initially attaching to the controller.ps2004-04-191-1/+4
* Style and code unobfuscation.ru2004-04-181-4/+4
* Fixed a bug from rev. 1.42: cast to a correct type.ru2004-04-181-2/+2
* Make if_(un)route static in if.c as they are called from if_up/if_down only.mlaier2004-04-182-4/+4
* In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpsetwpaul2004-04-181-2/+2
* Moved the function pointer in struct puc_device_description to the endbde2004-04-183-93/+2
* constify the last argument of m_copyback.luigi2004-04-182-2/+2
* + move MKGet()/MKFree() into the only file that can use them.luigi2004-04-182-28/+19
* + replace Bcmp/Bzero with 'the real thing' as in the rest of the file.luigi2004-04-181-3/+4
* replace Bcopy with bcopy as in the rest of the file.luigi2004-04-181-3/+3
* 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
OpenPOWER on IntegriCloud