summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFC after: 4 weeksdavidch2008-02-223-5555/+7977
* Add support for the VIA USB2IDE bridge [1].remko2008-02-212-0/+22
* Back out previous commit. Restore Binutils ar as default. Disconnectkaiw2008-02-211-1/+1
* * Connect ar(1) to the build and make it default ar. Rename GNUkaiw2008-02-211-1/+1
* Remove WARNS from here and compile with default kernel flags.ru2008-02-211-10/+14
* Remove WARNS from here and compile with default kernel flags.ru2008-02-213-4/+0
* Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.marcel2008-02-211-8/+7
* Fix a couple of locking mistakes in the ses_ioctl path.scottl2008-02-201-3/+3
* geom_lvm(4) is now known as geom_linux_lvm(4).thompsa2008-02-201-8/+0
* Rename geom_lvm(4) to geom_linux_lvm(4).thompsa2008-02-201-1/+1
* geom_lvm(4) is now known as geom_linux_lvm(4).thompsa2008-02-202-1290/+0
* Rename geom_lvm(4) to geom_linux_lvm(4).thompsa2008-02-204-3/+11
* Add a geom class to map Linux LVM logical volumes.thompsa2008-02-202-0/+1291
* Set the baudrate for if_ti.remko2008-02-191-0/+1
* Eliminate whitespace diffs to the i386 version.ru2008-02-191-2/+1
* Undo the damage I did in sys/kern/vfs_mount.c #1.274 andyar2008-02-181-2/+1
* Add a remark on a questionable property of vfs_mergeopts().yar2008-02-181-0/+7
* Prevent the NFS client from losing MNT_ROOTFS on the rootyar2008-02-171-9/+6
* Move the $FreeBSD$ tag in a comment as __FBSDID doesn't work.marcel2008-02-171-3/+2
* Hook the U-Boot library up to the build.marcel2008-02-171-0/+5
* Make sysctl_kern_arnd return a random buffer instead of a random long,antoine2008-02-171-6/+10
* Only print sense data diagnostics if debugging is enabled with thegibbs2008-02-171-6/+12
* Switch from conditionally dropping Giant in exit1() to asserting it iskris2008-02-171-6/+1
* Remove superfluous setting of the transport_version field of ourgibbs2008-02-171-1/+0
* Remove custom queue macros in Coda, replacing them with queue(9) tailqrwatson2008-02-174-105/+30
* Remove namecache performance-tuning todo for Coda: we now use the FreeBSDrwatson2008-02-171-1/+0
* Advertise to CAM the ability of 790X controllers to negotiate informationgibbs2008-02-171-2/+3
* Fix typo in comment.imp2008-02-171-1/+1
* MFp4 (e500):marcel2008-02-167-0/+817
* MFp4 (e500):marcel2008-02-1616-0/+1933
* Re-sort options. While here:marcel2008-02-161-5/+8
* Enable option WITNESS_SKIPSPIN by default.marcel2008-02-161-0/+1
* Create a thread to handle passive cooling for 1st zone which has _PSV,ume2008-02-161-19/+20
* Allow the user to override the current active cooling state if staterpaulo2008-02-161-1/+2
* Skip validation of the C3 state if we disabled C3 by software (i.e.,rpaulo2008-02-161-1/+1
* Remove a superfluous line in run_interrupt_driven_config_hooks(),antoine2008-02-151-1/+0
* Bump __FreeBSD_version in order to signal introduction of lockmgr_args()attilio2008-02-151-1/+1
* - Introduce lockmgr_args() in the lockmgr space. This function performsattilio2008-02-155-64/+71
* Add privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs. This privilegerwatson2008-02-151-1/+6
* The possibly interruptible msleep in coda_call() means well, but isrwatson2008-02-151-1/+1
* Spell replys as replies.rwatson2008-02-152-8/+8
* Reorder and clean up make_coda_node(), annotate weaknesses in therwatson2008-02-151-20/+25
* Teach the dump and minidump code to respect the maxioszie attribute ofscottl2008-02-156-8/+26
* On Montecito processors, the instruction cache is in fact notmarcel2008-02-142-0/+19
* In the new order of things dictated by nmount(2), a read-only mountyar2008-02-141-3/+4
* Now that mxge supports MSI-X interrupts, reverse the logic and flaggallatin2008-02-142-8/+10
* Don't attach to non Core CPUs. This is needed because on the PIII,rpaulo2008-02-141-0/+9
* Fix sendfile(2) write-only file permission bypass.simon2008-02-142-15/+18
* Prefer NULL over integer 0 for pointer type.yongari2008-02-141-11/+11
* Nuke local jumbo allocator and switch to use of UMA backed pageyongari2008-02-142-295/+142
OpenPOWER on IntegriCloud