summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix two rather embarrassing bugs in camcontrol. The first caused theken1999-09-271-3/+5
* ed driver re-activated.kato1999-09-272-20/+20
* Removed pc98 code.kato1999-09-271-14/+0
* Make ed driver work again.kato1999-09-275-4/+724
* Merge from sys/isa/fd.c revision 1.146, 1.153, 1.154 and 1.159.nyan1999-09-272-324/+140
* Move if_ed.c back to files.i386 since pc98 has a special ed driver.kato1999-09-273-1/+2
* Spell 'timecounter' correctly.billf1999-09-273-3/+3
* Revert non-aha changes. They weren't supposed to go in.imp1999-09-273-7/+4
* Seperate pcaudio from isa/snd and isa/sound - it's not worth this breakingpeter1999-09-271-2/+34
* Correct typo in comment. putccdbuf() releases a buffer, it doesn't allocate ...grog1999-09-272-2/+2
* Move aha driver to dev/aha like the other drivers.imp1999-09-274-295/+8
* Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.peter1999-09-2720-103/+40
* Don't set an unused make(1) variable (NBPF)peter1999-09-271-1/+0
* bktr (as a module) doesn't build.peter1999-09-271-1/+2
* Zap #include "tun.h" (for NTUN) - which isn't used anymore.peter1999-09-271-2/+0
* zap #include "streams.h" (for NSTREAMS) - which isn't used.peter1999-09-271-1/+0
* Zap #include "vn.h" - it's not usedpeter1999-09-271-1/+0
* Don't generate 'bpf.h' since it's not used.peter1999-09-271-5/+2
* -Wall fixes.billf1999-09-274-5/+9
* Don't generate 'bpf.h' since it's not used.peter1999-09-2718-90/+36
* If the request crosses EOF and bp->b_bcount is not a multiple ofdillon1999-09-271-2/+1
* Fix process p_locks accounting. Conversions of the owner to LK_KERNPROCdillon1999-09-273-2/+11
* Buffer locking code failed to use BUF_KERNPROC and BUF_UNLOCK anddillon1999-09-272-2/+68
* Show an example of ``set cd off''brian1999-09-261-0/+4
* Support ``set cd off'' to tell ppp not to even look for carrier on thebrian1999-09-266-27/+57
* Bid a fond farewell to these files, they live on various forms inpeter1999-09-2611-8167/+0
* These files live on in sys/dev/pcm/pci/es1370*peter1999-09-262-1257/+0
* Update to use new Bt848 driverroger1999-09-261-1/+1
* Add new Bt848 driver filesroger1999-09-261-0/+4
* Split the Bt848 driver into seperate files forroger1999-09-2612-3424/+4580
* [[ Forced commit for last (null) message ]]imp1999-09-260-0/+0
* *** empty log message ***imp1999-09-265-18/+31
* -Wall cleanups, handle unknown cases.billf1999-09-261-5/+9
* Silence -Wallbillf1999-09-261-1/+2
* Kill printf warnings.imp1999-09-261-1/+1
* This is a major fixup of unionfs. At least 30 serious bugs have beendillon1999-09-268-1720/+2518
* Try and catch a make -j problem in 'make depend'.peter1999-09-262-0/+4
* GC bdbtofsb()peter1999-09-261-8/+0
* bdbtofsb() appears to have been unused for quite some time, if ever.peter1999-09-261-8/+0
* Change explicit use of the queue fields into use of the definitionsn_hibma1999-09-261-10/+13
* Minor tidy up of PPP_FILTER and NBPF stuff. Don't generate bpf.h in thepeter1999-09-262-12/+3
* Update the Starfire driver comments and man page to include the URL ofwpaul1999-09-264-6/+8
* Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on theeivind1999-09-263-765/+690
* Move the declaration of panic() from sys/systm.h to sys/param.h.eivind1999-09-264-3/+11
* Move the vop_islocked declaration to the top, in preparation for committingeivind1999-09-261-7/+7
* device_get_ivars() called twice. Remove second call and assignment.mdodd1999-09-261-1/+0
* Duplicated '(' removed.mdodd1999-09-261-1/+1
* mca_add_{iospace,mspace}() no longer takes a 4th arg.mdodd1999-09-261-1/+1
* Rip out the nastiness I cribbed from the EISA bus code and actuallymdodd1999-09-262-321/+77
* - Split out the ISA and PCCARD specific code.mdodd1999-09-266-605/+918
OpenPOWER on IntegriCloud