summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* *** empty log message ***imp1999-09-265-18/+31
* 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
* 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-262-2/+4
* 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
* Merge from sys/i386/isa/spkr.c revision 1.37 and 1.39.nyan1999-09-261-12/+3
* Merge from sys/i386/isa/pcaudio.c revision 1.50.nyan1999-09-261-13/+1
* Merge from sys/i386/isa/mse.c revision 1.44.nyan1999-09-261-14/+3
* For some reason patch didn't remove these three lines first time around.phk1999-09-252-6/+0
* Remove a warning check which was too general.phk1999-09-252-6/+2
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-253-0/+3
* Fix from Tor so that if we enter the debugger in the tristate going tomjacob1999-09-252-2/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-25147-752/+40
* Change contigmalloc() lower memory bound from 1MB to 0 to improvewpaul1999-09-2511-11/+11
* This patch clears the way for removing a number of tty relatedphk1999-09-2540-634/+271
* Add missing 't' in printf message.phk1999-09-251-1/+1
* Remove unnecessary file. This file is obsolete by newbus integration.nyan1999-09-251-1144/+0
* Fix a hole in jail(2).phk1999-09-257-2/+24
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-2553-563/+16
* Oops! I enabled SOFTUPDATES by accident.phk1999-09-253-3/+3
* Merge from sys/i386/conf/files.i386 revision 1.270 and 1.271.nyan1999-09-252-6/+10
* Call sk_start() at the end of sk_intr() if there's packets in thewpaul1999-09-252-0/+10
* Switch the order of a two tests so that the error actually has to occurobrien1999-09-242-2/+2
* Fix timeout handeling and add retry counts.sos1999-09-247-37/+75
* Header file required to support ccd changes. Forgot to commit lastdillon1999-09-231-0/+2
* - Supported 1.23MB FD again.nyan1999-09-232-118/+138
* Linux doesn't complain if you remove a msg queue that doesn't existmarcel1999-09-232-2/+6
* Cleanup CCD quite a bit, including adding clarifying comments.dillon1999-09-232-294/+714
* Fix ccdiodone code. The code was using cbp->cb_buf.b_bcount todillon1999-09-232-2/+20
* Make the frequency tuneable via a sysctl.jhay1999-09-231-1/+24
OpenPOWER on IntegriCloud