aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to version 9.8.2, the latest from ISC, which contains numerous bug fixes.Doug Barton2012-04-05999-12829/+14855
|\
| * Vendor import of BIND 9.8.2vendor/bind9/9.8.2Doug Barton2012-04-04992-12761/+14784
* | In sem_post, the field _has_waiters is no longer used, because someDavid Xu2012-04-052-25/+22
* | umtx operation UMTX_OP_MUTEX_WAKE has a side-effect that it accessesDavid Xu2012-04-054-9/+103
* | Add Bv9ARM.pdf to the list of docs to install.Doug Barton2012-04-041-1/+1
* | Implement BAR TX.Adrian Chadd2012-04-042-26/+204
* | Fix typo.Nathan Whitehorn2012-04-041-1/+1
* | Track and optionally log the actual sync interrupt cause.Adrian Chadd2012-04-041-2/+5
* | Disable the HWQ contents upon a TX queue reset, rather than a TX queue flush.Adrian Chadd2012-04-041-0/+4
* | Now that I've fixed the BAW TX hangs, disable this verbose debuggingAdrian Chadd2012-04-041-1/+1
* | Save and restore VGA display memory between suspend and resume.Jung-uk Kim2012-04-041-14/+29
* | Correctly handle AR_MoreAggr when assembling multi-descriptor final frames.Adrian Chadd2012-04-045-9/+24
* | Do not copy VESA state buffer if the VBE call has failed for any reason.Jung-uk Kim2012-04-041-2/+2
* | Disable INET6 support in modules when building the LINT-NOINET6 kernel.John Baldwin2012-04-041-0/+1
* | Remove a useless warning. The mode information is unused for very long timeJung-uk Kim2012-04-041-4/+0
* | - Const'ify the device lookup-table.Marius Strobl2012-04-041-10/+8
* | Add a threadid to the ah_decode API.Adrian Chadd2012-04-043-1/+6
* | Refine r233827; as it turns out, controllers with a device ID of 0x0059Marius Strobl2012-04-041-2/+10
* | Disable a specific Merlin hardware workaround which may cause hangs on someAdrian Chadd2012-04-041-1/+2
* | - Do not include machine/atomic.h. It is no longer necessary since r233768.Jung-uk Kim2012-04-042-14/+0
* | Add a check for unsupported file flags to ufs_setattr().Jaakko Heinonen2012-04-041-0/+4
* | Merge from OpenBSD:Gleb Smirnoff2012-04-041-11/+11
* | Add descriptions after the 'device' line for several NICs to match theJohn Baldwin2012-04-042-17/+18
* | Fix build on i386.John Baldwin2012-04-041-1/+1
* | With pf 4.5 import the name of pfsync stats sysctl has changed, thusGleb Smirnoff2012-04-041-2/+2
* | - Remove redundant call to pr_ctloutput from code that handles SO_SETFIB.Navdeep Parhar2012-04-031-6/+5
* | Document syncdev, syncpeer and defer keywords forGleb Smirnoff2012-04-031-1/+19
* | Make it possible to switch pfsync(4) deferral mechanism on/off.Gleb Smirnoff2012-04-031-3/+25
* | Since pf 4.5 import pf(4) has a mechanism to deferGleb Smirnoff2012-04-032-5/+11
* | Add basic HT channel setup to ieee80211_init_channels(), this will beBernhard Schmidt2012-04-031-6/+64
* | Fix probing of SAS1068E with a device ID of 0x0059 after r232411.Marius Strobl2012-04-031-0/+6
* | A file cannot be deallocated until its last name has been removedKirk McKusick2012-04-022-52/+37
* | When process exists, not only the children shall be reparented toKonstantin Belousov2012-04-021-0/+16
* | Add helper function to remove the process from the orphans list andKonstantin Belousov2012-04-021-8/+14
* | Move struct megasas_sge from mfi_ioctl.h to mfivar.h so we canDoug Ambrisko2012-04-023-11/+10
* | Further tweak the changes made in r233709. The kernel doesn't permitJohn Baldwin2012-04-021-14/+25
* | sh: Fix build with -DDEBUG=2.Jilles Tjoelker2012-04-021-2/+2
* | - Use more natural ip->i_flags instead of vap->va_flags in the finalJaakko Heinonen2012-04-021-5/+11
* | - Write the ISO9660 descriptor after the apm partition entries.Andreas Tobler2012-04-021-8/+28
* | Make machine check exception logging more readable. On newer Intel systems,John Baldwin2012-04-024-13/+10
* | Remove extra blank line from revious commit.Alexander Kabaev2012-04-021-1/+0
* | Do not try to adjust stacks if dlopen_object is called too early.Alexander Kabaev2012-04-021-1/+4
* | Reinstate the XTLB handler for CPU_NLM and CPU_RMIJayachandran C.2012-04-021-1/+1
* | Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-0262-278/+263
* | Historically arp(8) did a route lookup for the entry it isGleb Smirnoff2012-04-021-4/+0
* | Add definitions and structures for USB 2.0 Link Power Management, LPM.Hans Petter Selasky2012-04-023-3/+69
* | Eliminate two cases of unwanted strncpy(). The name is not requiredXin LI2012-04-022-4/+0
* | Change typedef atomic_t to struct mfi_atomic to avoid name spaceDoug Ambrisko2012-04-021-8/+8
* | Remove extra semicolon which rendered condition uselessOleksandr Tymoshenko2012-04-021-1/+1
* | Export some more useful info about shared memory objects to userlandJohn Baldwin2012-04-0110-10/+179