summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-029-806/+426
* Execute the start/stop process of a jail in the background.remko2009-11-021-1/+1
* The async callback could free the device. If it is a broadcast async,mav2009-11-021-1/+7
* Attempt to reduce accidental foot-shooting by pointing out thatcperciva2009-11-021-0/+4
* - Add usb_fill_bulk_urb() and usb_bulk_msg() linux compat functions [1]thompsa2009-11-012-8/+79
* Fix a corner case where usbd_transfer_drain() can return too early if thethompsa2009-11-012-1/+20
* Check unit number and provide string name for consdev.thompsa2009-11-011-1/+6
* Refine r198714, it's not as easy as just leaving the major number zero.brueffer2009-11-011-1/+0
* MFp4:mav2009-11-011-0/+1
* Expand DESCRIPTION and a basic EXAMPLES section.brueffer2009-11-011-1/+9
* MFp4:mav2009-11-014-30/+50
* Replace -iprefix with -isystem. We only need alternative headerrdivacky2009-11-011-1/+1
* Reimplement the lazy FP context switching:marcel2009-10-318-146/+190
* Unbreak cpu_switch(). The register allocator in my brain is clearlynwhitehorn2009-10-311-4/+6
* Remove an unnecessary sync that crept in the last commit.nwhitehorn2009-10-311-1/+0
* Fix a race in casuword() exposed by csup. casuword() non-atomically readnwhitehorn2009-10-311-2/+13
* Loop on blocked threads when using ULE scheduler, removing annwhitehorn2009-10-311-9/+21
* Garbage collect set_user_sr(), which is declared static inline andnwhitehorn2009-10-311-9/+0
* Correct an error in vm_fault_copy_entry() that has existed since the firstalc2009-10-311-1/+1
* While certain supported Symbios/LSI SCSI chips (532c896, 53c1000, 53c1010)se2009-10-311-1/+1
* Allow newly added controllers to use full I/O sizes.mav2009-10-311-1/+3
* MFp4:mav2009-10-3114-155/+138
* The majors file was removed long ago, 0 should be used instead.brueffer2009-10-311-4/+2
* MFp4:mav2009-10-311-40/+57
* MFp4:mav2009-10-3110-517/+452
* Unobfuscate unit number handling in apm(4).ed2009-10-311-13/+9
* Turn unused structure fields of cdevsw into spares.ed2009-10-311-6/+4
* MFp4:mav2009-10-311-1/+28
* - zfs_zaccess() can handle VAPPEND too, so map V_APPEND to VAPPEND and callpjd2009-10-303-10/+23
* When reading input from a file or device (via -f option) set themckusick2009-10-301-0/+1
* Add support for different request block format used by Gen-IIe Marvell SATA.mav2009-10-303-30/+70
* Fix botched git -> svn merge.rnoland2009-10-301-1/+1
* Cleanup in r600_blitrnoland2009-10-301-29/+39
* A bit of cleanup work on radeon_freelist_get()rnoland2009-10-301-41/+4
* Some general cleanup of scatter/gather memory allocationrnoland2009-10-301-44/+25
* Use system specified memory barriers rather than rolling our own.rnoland2009-10-301-17/+3
* Fix blitter support for RS880 chipsrnoland2009-10-301-3/+3
* Add support for Adaptec 39320LPE adapters.brueffer2009-10-301-0/+7
* Make procstat -k work on PowerPC by avoiding mistakenly using signednwhitehorn2009-10-301-2/+2
* Add notes pointing out that bsdiff does not store file hashes andcperciva2009-10-302-0/+40
* Trapsignal() and postsig() call kern_sigprocmask() with both processkib2009-10-302-20/+17
* Add missing ATA kernel options dependencies.mav2009-10-291-2/+2
* - Numerous whitespace and style fixes.jhb2009-10-291-127/+138
* Improve round robin stream scheduler and cleanup some code.tuexen2009-10-291-21/+24
* When fetching sum stats (vmstat -s) from a crash dump, fetch per-CPU countsjhb2009-10-291-0/+81
* Add additional featuresState.fBits entries to simplify compiling andemaste2009-10-291-1/+4
* Rename aac_srb32 to aac_srb, to match Adaptec's vendor driver.emaste2009-10-292-4/+4
* Revert part of r198363, there is no "device cam", it isbrueffer2009-10-292-2/+0
* Rename aac_fast_intr to aac_filter to reflect its current use. Eliminateemaste2009-10-292-12/+8
* Trapsignal() calls kern_sigprocmask() when delivering catched signalkib2009-10-291-1/+2
OpenPOWER on IntegriCloud