| Commit message (Expand) | Author | Age | Files | Lines |
* | Big style cleanup. While there remove references to FreeBSD versions | rpaulo | 2009-11-02 | 9 | -806/+426 |
* | Execute the start/stop process of a jail in the background. | remko | 2009-11-02 | 1 | -1/+1 |
* | The async callback could free the device. If it is a broadcast async, | mav | 2009-11-02 | 1 | -1/+7 |
* | Attempt to reduce accidental foot-shooting by pointing out that | cperciva | 2009-11-02 | 1 | -0/+4 |
* | - Add usb_fill_bulk_urb() and usb_bulk_msg() linux compat functions [1] | thompsa | 2009-11-01 | 2 | -8/+79 |
* | Fix a corner case where usbd_transfer_drain() can return too early if the | thompsa | 2009-11-01 | 2 | -1/+20 |
* | Check unit number and provide string name for consdev. | thompsa | 2009-11-01 | 1 | -1/+6 |
* | Refine r198714, it's not as easy as just leaving the major number zero. | brueffer | 2009-11-01 | 1 | -1/+0 |
* | MFp4: | mav | 2009-11-01 | 1 | -0/+1 |
* | Expand DESCRIPTION and a basic EXAMPLES section. | brueffer | 2009-11-01 | 1 | -1/+9 |
* | MFp4: | mav | 2009-11-01 | 4 | -30/+50 |
* | Replace -iprefix with -isystem. We only need alternative header | rdivacky | 2009-11-01 | 1 | -1/+1 |
* | Reimplement the lazy FP context switching: | marcel | 2009-10-31 | 8 | -146/+190 |
* | Unbreak cpu_switch(). The register allocator in my brain is clearly | nwhitehorn | 2009-10-31 | 1 | -4/+6 |
* | Remove an unnecessary sync that crept in the last commit. | nwhitehorn | 2009-10-31 | 1 | -1/+0 |
* | Fix a race in casuword() exposed by csup. casuword() non-atomically read | nwhitehorn | 2009-10-31 | 1 | -2/+13 |
* | Loop on blocked threads when using ULE scheduler, removing an | nwhitehorn | 2009-10-31 | 1 | -9/+21 |
* | Garbage collect set_user_sr(), which is declared static inline and | nwhitehorn | 2009-10-31 | 1 | -9/+0 |
* | Correct an error in vm_fault_copy_entry() that has existed since the first | alc | 2009-10-31 | 1 | -1/+1 |
* | While certain supported Symbios/LSI SCSI chips (532c896, 53c1000, 53c1010) | se | 2009-10-31 | 1 | -1/+1 |
* | Allow newly added controllers to use full I/O sizes. | mav | 2009-10-31 | 1 | -1/+3 |
* | MFp4: | mav | 2009-10-31 | 14 | -155/+138 |
* | The majors file was removed long ago, 0 should be used instead. | brueffer | 2009-10-31 | 1 | -4/+2 |
* | MFp4: | mav | 2009-10-31 | 1 | -40/+57 |
* | MFp4: | mav | 2009-10-31 | 10 | -517/+452 |
* | Unobfuscate unit number handling in apm(4). | ed | 2009-10-31 | 1 | -13/+9 |
* | Turn unused structure fields of cdevsw into spares. | ed | 2009-10-31 | 1 | -6/+4 |
* | MFp4: | mav | 2009-10-31 | 1 | -1/+28 |
* | - zfs_zaccess() can handle VAPPEND too, so map V_APPEND to VAPPEND and call | pjd | 2009-10-30 | 3 | -10/+23 |
* | When reading input from a file or device (via -f option) set the | mckusick | 2009-10-30 | 1 | -0/+1 |
* | Add support for different request block format used by Gen-IIe Marvell SATA. | mav | 2009-10-30 | 3 | -30/+70 |
* | Fix botched git -> svn merge. | rnoland | 2009-10-30 | 1 | -1/+1 |
* | Cleanup in r600_blit | rnoland | 2009-10-30 | 1 | -29/+39 |
* | A bit of cleanup work on radeon_freelist_get() | rnoland | 2009-10-30 | 1 | -41/+4 |
* | Some general cleanup of scatter/gather memory allocation | rnoland | 2009-10-30 | 1 | -44/+25 |
* | Use system specified memory barriers rather than rolling our own. | rnoland | 2009-10-30 | 1 | -17/+3 |
* | Fix blitter support for RS880 chips | rnoland | 2009-10-30 | 1 | -3/+3 |
* | Add support for Adaptec 39320LPE adapters. | brueffer | 2009-10-30 | 1 | -0/+7 |
* | Make procstat -k work on PowerPC by avoiding mistakenly using signed | nwhitehorn | 2009-10-30 | 1 | -2/+2 |
* | Add notes pointing out that bsdiff does not store file hashes and | cperciva | 2009-10-30 | 2 | -0/+40 |
* | Trapsignal() and postsig() call kern_sigprocmask() with both process | kib | 2009-10-30 | 2 | -20/+17 |
* | Add missing ATA kernel options dependencies. | mav | 2009-10-29 | 1 | -2/+2 |
* | - Numerous whitespace and style fixes. | jhb | 2009-10-29 | 1 | -127/+138 |
* | Improve round robin stream scheduler and cleanup some code. | tuexen | 2009-10-29 | 1 | -21/+24 |
* | When fetching sum stats (vmstat -s) from a crash dump, fetch per-CPU counts | jhb | 2009-10-29 | 1 | -0/+81 |
* | Add additional featuresState.fBits entries to simplify compiling and | emaste | 2009-10-29 | 1 | -1/+4 |
* | Rename aac_srb32 to aac_srb, to match Adaptec's vendor driver. | emaste | 2009-10-29 | 2 | -4/+4 |
* | Revert part of r198363, there is no "device cam", it is | brueffer | 2009-10-29 | 2 | -2/+0 |
* | Rename aac_fast_intr to aac_filter to reflect its current use. Eliminate | emaste | 2009-10-29 | 2 | -12/+8 |
* | Trapsignal() calls kern_sigprocmask() when delivering catched signal | kib | 2009-10-29 | 1 | -1/+2 |