summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Backout r193289. r193289 restored page select bits to previousyongari2009-08-181-3/+1
* Fix a crash when using one-to-one stlye socket in non-blockingtuexen2009-08-181-1/+2
* Remove unused taskqueue_find() function.pjd2009-08-183-55/+2
* Document MAKE_DVD and xref svn in ports.trhodes2009-08-181-2/+7
* Fix copy/paste bug, that requests data read during ATA device probe sequencemav2009-08-181-4/+4
* Fix iSCSI initiator and vpo driver operation, broken by CAM changes.mav2009-08-184-0/+7
* fix netboot issue by disabling flowtable lookups until initialization has bee...kmacy2009-08-171-1/+4
* Document the newly added SVNCMDARGS, SVNROOT, and SVNBRANCH variables.jhb2009-08-171-0/+29
* * Change the scope of the ASSERT_ATOMIC_LOAD() from a generic check toattilio2009-08-175-9/+22
* The start of the EFI GPT partition in the PMBR can always be representedmarcel2009-08-171-3/+3
* 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
OpenPOWER on IntegriCloud