aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Temporarily lower WARNS to 3 while I figure out the alignment issues onDag-Erling Smørgrav2004-07-061-1/+1
* In the spirit of amd64/include/stdarg.h rev 1.6; add __va_copyDavid E. O'Brien2004-07-061-0/+3
* Catch up with the new world order of Netgraph metas.Ruslan Ermilov2004-07-061-15/+3
* Temporarily disable preemption in SCHED_ULE due to reported panics andRobert Watson2004-07-061-0/+2
* Use the proper type and then cast on assignment. This fixes warning whenNate Lawson2004-07-061-2/+4
* Use M_ZERO instead of bzero().Bruce M Simpson2004-07-061-2/+1
* Be consistent and use bzero() instead of memset().Bruce M Simpson2004-07-061-1/+1
* Use M_ZERO instead of memset() (!).Bruce M Simpson2004-07-061-2/+1
* Use M_ZERO instead of bzero().Bruce M Simpson2004-07-061-2/+1
* Add 32-bit framebuffer support. Tested on PearPC at lo-res, too painfulPeter Grehan2004-07-062-29/+130
* Replace a bzero() after malloc() with M_ZERO.Bruce M Simpson2004-07-061-2/+1
* Style.Bruce M Simpson2004-07-061-13/+15
* Eliminate unneeded return keywords.Bruce M Simpson2004-07-061-34/+1
* Whitespace passBruce M Simpson2004-07-061-54/+54
* Style changes to pmap_extract().Alan Cox2004-07-062-10/+6
* Properly brucify a string by outdenting it.Bruce M Simpson2004-07-061-2/+2
* - Correct pmap_extract()'s return type. It should be vm_paddr_t, notAlan Cox2004-07-052-8/+4
* Correct pmap_extract()'s return type. It should be vm_paddr_t, notAlan Cox2004-07-054-4/+4
* Whitespace nitBruce M Simpson2004-07-052-2/+2
* Eliminate redundant return keywords.Bruce M Simpson2004-07-052-58/+0
* Whitespace pass.Bruce M Simpson2004-07-052-80/+78
* style(9):Bruce M Simpson2004-07-052-150/+150
* Eliminate redundant return keywords.Bruce M Simpson2004-07-052-96/+0
* Whitespace nitsBruce M Simpson2004-07-054-58/+58
* style(9) pass on prototypes.Bruce M Simpson2004-07-052-42/+54
* Unconditionally set last_work_seen while in the SYNCER_RUNNING stateDon Lewis2004-07-051-5/+4
* - Add 'stop' command, which works just like 'destroy' command, but soundsPawel Jakub Dawidek2004-07-056-6/+9
* Allocate the DMA channel shareable and only aquire it while thePoul-Henning Kamp2004-07-051-15/+18
* Something funny happened on the way to the floppy driver today...Poul-Henning Kamp2004-07-051-3/+11
* Drop the socket buffer lock around a call to m_copym() with M_TRYWAIT.Robert Watson2004-07-051-1/+4
* Remove now obsolete port assignments and sizes. These more properlyWarner Losh2004-07-051-77/+1
* Add another ifdef...Warner Losh2004-07-051-0/+2
* These option roms are defined in the ISA standard, and in the ISAWarner Losh2004-07-051-2/+2
* MFamd64/i386Alan Cox2004-07-052-0/+33
* In the BPF and ethernet bridging code, don't allow callouts to executeRobert Watson2004-07-052-2/+2
* g_clone_bio() can fail, be ready for this.Pawel Jakub Dawidek2004-07-051-2/+6
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-0515-676/+721
* Parenthesize return values.Dag-Erling Smørgrav2004-07-056-120/+120
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-07-056-126/+126
* Locking cleanup for rl(4).Bruce M Simpson2004-07-051-52/+60
* style(9) and whitespace cleanup.Bruce M Simpson2004-07-052-390/+238
* Reintroduce and clean up locking in xl(4).Bruce M Simpson2004-07-051-88/+178
* Rework syncer termination code:Don Lewis2004-07-051-33/+79
* Use if_printf() and device_printf() where appropriate, i.e.:Bruce M Simpson2004-07-051-88/+92
* ANSIfy function definitions.Bruce M Simpson2004-07-041-259/+99
* Mark our interrupt shareable and don't insist on DMA. This gets us closerPoul-Henning Kamp2004-07-041-4/+4
* Give synthetic root filesystem device vnodes a v_bsize of DEV_BSIZE.Poul-Henning Kamp2004-07-041-0/+1
* Fix whitespace, indentation, long line wrapping and comments.Bruce M Simpson2004-07-041-126/+122
* Fix whitespace and comments.Bruce M Simpson2004-07-041-20/+25
* Pass the operation in with the fsidctl.Alfred Perlstein2004-07-042-11/+23