summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-06-025-11/+17
* Remove unused #ifdef BRIDGE.maxim2003-06-021-5/+0
* Replace if_fxp's handrolled defrag function with m_defrag.silby2003-06-021-14/+3
* Change a :mux2003-06-011-1/+1
* - Style(9) fixes, most notably :mux2003-06-011-535/+365
* Restore parentheses removed inappropriately in last commit.mjacob2003-06-011-2/+3
* Add (but do not connect) a half-finished driver for Aureal Vortex cards.des2003-06-012-0/+811
* Remove break after return.phk2003-06-011-1/+1
* Don't leak "barlist" allocation on failure.phk2003-06-011-0/+4
* Use SC_NO_CUTPASTE to protect cutpaste variables correctly, fixing thejmallett2003-06-011-2/+4
* wrap macro in do {...} while(0)phk2003-05-311-2/+2
* Remove unused variable(s).phk2003-05-311-11/+2
* Remove unused variable(s).phk2003-05-311-2/+0
* Eliminate mostly unused local variable.phk2003-05-311-5/+2
* Add /* FALLTHROUGH */phk2003-05-312-7/+7
* Fix indentationphk2003-05-311-12/+13
* Remove unused variable(s).phk2003-05-311-4/+2
* Remove return after goto.phk2003-05-311-2/+0
* Remove unused variable(s).phk2003-05-311-9/+0
* Put definition of struct svr4_sockcache_entry in a .h file rather thanphk2003-05-311-10/+1
* Remove unused variable(s).phk2003-05-311-4/+0
* Remove break after returnphk2003-05-311-4/+0
* Remove unused variable(s).phk2003-05-311-6/+2
* Remove break after return;phk2003-05-311-7/+0
* Remove break after returnphk2003-05-311-5/+0
* Remove unused variables.phk2003-05-311-7/+0
* Remove now unused pointer to etherheader.phk2003-05-311-2/+0
* Remove unused variablesphk2003-05-312-6/+5
* Remove unnecessary breaks.phk2003-05-319-21/+1
* Move some FALLTHROUGH comments so they work.phk2003-05-312-7/+6
* Don't define memcpy() to bcopy() and in particular not memset() tophk2003-05-311-3/+0
* Fix indentation.phk2003-05-311-1/+1
* Do not define memset() to bzero(). We have a memset().phk2003-05-311-2/+0
* Fix indentation.phk2003-05-311-2/+2
* Fix off-by-one error in range check of VC index.phk2003-05-311-1/+1
* Remove extra ';'phk2003-05-311-2/+2
* Remove unused variable.phk2003-05-311-2/+0
* Remove unused variable.phk2003-05-311-2/+0
* Fix off-by-one error in drive number check.phk2003-05-311-3/+3
* Remove extra unused variable.phk2003-05-311-2/+0
* Remove extra ';'phk2003-05-311-1/+1
* Fix \ alignment in macro.phk2003-05-311-5/+1
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-311-1/+0
* Don't use return(foo(...)); in function returning void.phk2003-05-311-1/+1
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventphk2003-05-311-3/+2
* Add the MD ifdefs for amd64 to point to the IO space bustag/handle.peter2003-05-311-0/+4
* Add support for the upcoming 2410SA card.scottl2003-05-301-0/+2
* aic79xx.c:scottl2003-05-301-2/+2
* Fix a reported case of severe data corruption:scottl2003-05-302-42/+45
* Correct the fix in rev 1.70ticso2003-05-291-5/+6
OpenPOWER on IntegriCloud