summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copyobrien2004-07-061-0/+3
* Catch up with the new world order of Netgraph metas.ru2004-07-061-15/+3
* Temporarily disable preemption in SCHED_ULE due to reported panics andrwatson2004-07-061-0/+2
* Use the proper type and then cast on assignment. This fixes warning whennjl2004-07-061-2/+4
* Use M_ZERO instead of bzero().bms2004-07-061-2/+1
* Be consistent and use bzero() instead of memset().bms2004-07-061-1/+1
* Use M_ZERO instead of memset() (!).bms2004-07-061-2/+1
* Use M_ZERO instead of bzero().bms2004-07-061-2/+1
* Add 32-bit framebuffer support. Tested on PearPC at lo-res, too painfulgrehan2004-07-062-29/+130
* Replace a bzero() after malloc() with M_ZERO.bms2004-07-061-2/+1
* Style.bms2004-07-061-13/+15
* Eliminate unneeded return keywords.bms2004-07-061-34/+1
* Whitespace passbms2004-07-061-54/+54
* Style changes to pmap_extract().alc2004-07-062-10/+6
* Properly brucify a string by outdenting it.bms2004-07-061-2/+2
* - Correct pmap_extract()'s return type. It should be vm_paddr_t, notalc2004-07-052-8/+4
* Correct pmap_extract()'s return type. It should be vm_paddr_t, notalc2004-07-054-4/+4
* Whitespace nitbms2004-07-052-2/+2
* Eliminate redundant return keywords.bms2004-07-052-58/+0
* Whitespace pass.bms2004-07-052-80/+78
* style(9):bms2004-07-052-150/+150
* Eliminate redundant return keywords.bms2004-07-052-96/+0
* Whitespace nitsbms2004-07-054-58/+58
* style(9) pass on prototypes.bms2004-07-052-42/+54
* Unconditionally set last_work_seen while in the SYNCER_RUNNING statetruckman2004-07-051-5/+4
* - Add 'stop' command, which works just like 'destroy' command, but soundspjd2004-07-056-6/+9
* Allocate the DMA channel shareable and only aquire it while thephk2004-07-051-15/+18
* Something funny happened on the way to the floppy driver today...phk2004-07-051-3/+11
* Drop the socket buffer lock around a call to m_copym() with M_TRYWAIT.rwatson2004-07-051-1/+4
* Remove now obsolete port assignments and sizes. These more properlyimp2004-07-051-77/+1
* Add another ifdef...imp2004-07-051-0/+2
* These option roms are defined in the ISA standard, and in the ISAimp2004-07-051-2/+2
* MFamd64/i386alc2004-07-052-0/+33
* In the BPF and ethernet bridging code, don't allow callouts to executerwatson2004-07-052-2/+2
* g_clone_bio() can fail, be ready for this.pjd2004-07-051-2/+6
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesdes2004-07-0515-676/+721
* Parenthesize return values.des2004-07-056-120/+120
* Mechanical whitespace cleanup.des2004-07-056-126/+126
* Locking cleanup for rl(4).bms2004-07-051-52/+60
* style(9) and whitespace cleanup.bms2004-07-052-390/+238
* Reintroduce and clean up locking in xl(4).bms2004-07-051-88/+178
* Rework syncer termination code:truckman2004-07-051-33/+79
* Use if_printf() and device_printf() where appropriate, i.e.:bms2004-07-051-88/+92
* ANSIfy function definitions.bms2004-07-041-259/+99
* Mark our interrupt shareable and don't insist on DMA. This gets us closerphk2004-07-041-4/+4
* Give synthetic root filesystem device vnodes a v_bsize of DEV_BSIZE.phk2004-07-041-0/+1
* Fix whitespace, indentation, long line wrapping and comments.bms2004-07-041-126/+122
* Fix whitespace and comments.bms2004-07-041-20/+25
* Pass the operation in with the fsidctl.alfred2004-07-042-11/+23
* Make the last commit handle non-phk root devices better.phk2004-07-042-2/+4
OpenPOWER on IntegriCloud