summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Apply the same patch as r196205 for nfs_upgrade_lock() andrmacklem2009-08-171-15/+12
* Remove the spx_usrreq.c mergeinfo from spx_reass.c. Future changes tojhb2009-08-170-0/+0
* Fix parse() so that the partition to boot (load /boot/loader) from canjhay2009-08-171-8/+5
* Purge mergeinfo in sys/ that is either empty or a subset of the parentjhb2009-08-170-0/+0
* Correct a critical accounting error in pmap_demote_pde(). Specifically,kib2009-08-171-0/+2
* Fix a typo in ifdef mesh support. This would make mesh unworkable ifrpaulo2009-08-171-1/+1
* Correct typo in the previous commit.pjd2009-08-171-1/+1
* getcwd() (when __getcwd() fails) works by stating current directory, going uppjd2009-08-171-0/+43
* Manage asynchronous vnode release just like Solaris.pjd2009-08-177-132/+50
* Fix receive when dataset has no / in its name.pjd2009-08-171-4/+5
* - Reduce z_teardown_lock lock scope a bit.pjd2009-08-171-7/+7
* If z_buf is NULL, we should free znode immediately.pjd2009-08-171-7/+9
* - We need to recycle vnode instead of freeing znode.pjd2009-08-171-3/+2
* Fix panic in zfs recv code. The last vnode (mountpoint's vnode) can havepjd2009-08-171-1/+1
* Remove OpenSolaris taskq port (it performs very poorly in our kernel) andpjd2009-08-179-1190/+188
* Because taskqueue_run() can drop tq_mutex, we need to check if thepjd2009-08-171-0/+7
* - Fix a race where /dev/zfs control device is created before ZFS is fullypjd2009-08-171-25/+21
* Remove files that are no longer used.pjd2009-08-176-1688/+1
* Be more precise how to get fsids - 'mount -v' doesn't show fsids unless is runpjd2009-08-171-1/+2
* Update the mptutil man page for FreeBSD 8.0scottl2009-08-171-3/+6
* Update the man page for manual section 8scottl2009-08-171-1/+1
* Update the man page for FreeBSD 8.0scottl2009-08-171-14/+6
* Move mfiutil.1 to mfiutil.8 for consistency. Remove superfulous README.scottl2009-08-173-104/+1
* Emit a proper error message instead of dumping core when 1)marcel2009-08-161-2/+14
* Fix small style regression introduced by the MPSAFE newbus code.ed2009-08-161-1/+1
* Change the usb workers from kernel processes to threads, this is mostly athompsa2009-08-162-5/+11
* Prevent sysinstall from needlessly waiting for confirmation when using an USBrink2009-08-161-1/+2
* Fix misalignment in nvpair_native_embedded() caused by the compilermarcel2009-08-161-2/+3
* Decouple ACPI CPU Ids from FreeBSD's cpuid. The ACPI Ids can bemarcel2009-08-163-20/+19
* Rather than fix questionable ifnet list locking in the implementation ofrwatson2009-08-152-58/+10
* Remove unused if_rawoutput() macro; it has been unused since at leastrwatson2009-08-151-1/+0
* * Fix a bug where PR-SCTP settings are ignore when using implicittuexen2009-08-157-99/+176
* Port recent IPI enhachements to en:attilio2009-08-151-0/+38
* iostat: add a bit of space between tty in/out columnskeramida2009-08-151-6/+6
* Add my birthdayfluffy2009-08-151-0/+1
* - Proprely intialize UART parameters at probe stage, so uart(4)stas2009-08-151-4/+4
* - Avoid overflowing the swap size counters in human-readable modestas2009-08-151-2/+3
* Add mptutil(8) and mfiutil(1) to 'SEE ALSO' sections in mpt(4) and mfi(4).trasz2009-08-152-2/+4
* In function ip_output(), the cached route is flushed when there is aqingli2009-08-141-1/+5
* Appease VNET_DEBUG - in if_vmove we temporarily switch i.e.zec2009-08-141-1/+1
* SCTP is not yet compatible with options VIMAGE kernels although it compileszec2009-08-141-0/+4
* Make VNET_DEBUG a standalone compile-time option, i.e. decouple it fromzec2009-08-142-4/+2
* Add a new macro to test that a variable could be loaded atomically.bz2009-08-144-0/+10
* Adjust the handling of the local APIC PMC interrupt vector:jhb2009-08-1410-28/+191
* Add the ability to build a release from an SVN checkout instead of a CVSjhb2009-08-142-5/+78
* Purge mergeinfo from files that were temporarily renamed while USB2 wasjhb2009-08-140-0/+0
* Remove bogus char cast.remko2009-08-141-1/+1
* Make sysinstall recognize /dev/ada* disk devices. The description stringcperciva2009-08-141-0/+1
* Add mptutil, a basic utility for managing MPT SCSI/SATA/SAS controllers.scottl2009-08-1412-0/+4429
* Fix is 32bit bug missed in testing.scottl2009-08-141-7/+8
OpenPOWER on IntegriCloud