aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4: merge version #5 of the 2-sector boot0 from the "jhb boot" branch.David E. O'Brien2004-04-192-36/+48
* Use BSD spelling, no SysV.David E. O'Brien2004-04-192-2/+2
* Use BSD spelling vs. SysV.David E. O'Brien2004-04-191-1/+1
* Move a verbose printf before the first exit so we get a chanceSøren Schmidt2004-04-191-4/+4
* Add a temporary workaround for acpi_AppendBufferResource() returning withNate Lawson2004-04-191-0/+5
* Add some comments, move a static array of constants in the only placeLuigi Rizzo2004-04-191-8/+16
* Fix a recently introduced panic in if_detach() by delayingLuigi Rizzo2004-04-191-11/+11
* Remove opt_da.h from the Makefile as well. Duplication of the option inNate Lawson2004-04-191-1/+0
* There's no need to call ciss_report_request in the passthru ioctlPaul Saab2004-04-191-3/+1
* If you're trying to find out if a thread is valid and inMike Makonnen2004-04-191-4/+4
* The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS optionMaxime Henrion2004-04-191-1/+0
* ifp has the same value as rt->rti_ifp so remove the dependencyLuigi Rizzo2004-04-191-2/+2
* Remove a tail-recursive call in nd6_output.Luigi Rizzo2004-04-191-5/+8
* More style and deobfuscation fixes.Ruslan Ermilov2004-04-191-4/+4
* Use an tempory struct ifnet *ifp instead of sc->sc_if to access theBrooks Davis2004-04-191-9/+11
* Add miscellaneous USB device quirks.Nate Lawson2004-04-191-5/+29
* Remove all quirks hidden under DA_OLD_QUIRKS.Nate Lawson2004-04-191-120/+0
* As promised a while ago, remove DA_OLD_QUIRKS and all quirks it was enabling.Nate Lawson2004-04-192-8/+0
* First pass at softc list locking for if_ppp.c. Many parts ofRobert Watson2004-04-191-10/+43
* Report only new new events when initially attaching to the controller.Paul Saab2004-04-191-1/+4
* 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-156/+28
* Miscellaneous style fixes, including yet another attempt to get theBruce Evans2004-04-181-21/+23
* MFamd64Alan Cox2004-04-182-72/+16
* 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-74/+16
* 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-73/+16
* 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