aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always use the opt_*.h options for ipfw.ko, not just whenBjoern A. Zeeb2011-11-048-28/+6
* Silence an (otherwise harmless) very recurrent warning when building theRobert Millan2011-11-041-1/+2
* Add missing static keywords for global variables to tools in sbin/.Ed Schouten2011-11-0431-49/+48
* Call the correct chipset power routine when disabling the AR5416 and later NICs.Adrian Chadd2011-11-041-1/+1
* Fix for panic at USB controller attach failure during cold boot.Hans Petter Selasky2011-11-041-0/+5
* Simplify the implementation of the failure case in kmem_alloc_attr().Alan Cox2011-11-041-8/+7
* Regen.John Baldwin2011-11-0411-14/+101
* Add the posix_fadvise(2) system call. It is somewhat similar toJohn Baldwin2011-11-0418-24/+511
* Move the cleanup of f_cdevpriv when the reference count of a devfsJohn Baldwin2011-11-042-6/+7
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30Bjoern A. Zeeb2011-11-0321-0/+6918
* Fix kernel panic when d_fdopen csw method is called for NULL fp.Konstantin Belousov2011-11-031-0/+4
* Fix a use-after-free/redzone issue in the routing code.Max Laier2011-11-031-12/+14
* Both a crash reported on freebsd-current on Oct. 18 under theRick Macklem2011-11-031-1/+2
* Disable interrupt and preemption for smp_rendezvous() also in theAttilio Rao2011-11-031-0/+12
* Remove the remnants of /stand/sysinstall.Sergey Kandaurov2011-11-032-2/+2
* Remove a couple of write-only variables.Sergey Kandaurov2011-11-031-7/+0
* Note that pam_unix(8) does not respect PAM_CHANGE_EXPIRED_AUTHTOK.Dag-Erling Smørgrav2011-11-021-0/+6
* Sprinkle some const.Marius Strobl2011-11-021-6/+6
* Remove variable initialized but no longer actually used since r226995.Marius Strobl2011-11-021-3/+0
* Restore sysctl names for tcp_sendspace/tcp_recvspace.Sergey Kandaurov2011-11-022-2/+2
* Disable the TX ready interrupts once we received one, some UART won't clearOlivier Houchard2011-11-021-2/+5
* Despite official i386 ABI does not mandate any stack alignment besidesKonstantin Belousov2011-11-022-0/+28
* Make sure that stack is 16-byte aligned before calling a function,Konstantin Belousov2011-11-022-0/+6
* OpenBSD 5.0 added.Maxim Konovalov2011-11-021-0/+4
* Add mutex and two flags to make orphan() call properly asynchronous:Alexander Motin2011-11-021-22/+65
* 1. Add a new option, --run-updates, to always or never run the newalises,Doug Barton2011-11-022-17/+63
* Add support for VM_ALLOC_WIRED and VM_ALLOC_ZERO to vm_page_alloc_freelist()Alan Cox2011-11-022-12/+44
* If the user is moving from any other time zone to UTC we needDoug Barton2011-11-021-0/+12
* Make orphan() method in geom_dev asynchronous using destroy_dev_sched_cb()Alexander Motin2011-11-011-12/+27
* Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 andMarius Strobl2011-11-0111-6/+741
* Refactor disk disconnection and geom destruction handling sequences.Alexander Motin2011-11-012-50/+44
* Increase the IOC port initialization timeouts by ten times to what theMarius Strobl2011-11-011-1/+1
* In r225931 I've missed the only other driver using the pointer returnedMarius Strobl2011-11-013-7/+31
* Refactor disk disconnection and geom destruction handling sequences.Alexander Motin2011-11-011-55/+46
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-0128-2174/+866
* Added missing cache purge of from argument for rename().Peter Holm2011-11-011-0/+1
* Two bugs fixed:Fabien Thomas2011-11-011-2/+4
* Workaround the problem introduced by combination of r162200 and r215687.Alexander Motin2011-11-011-1/+1
* MFV of r226974, tzdata2011nEdwin Groothuis2011-11-015-24/+51
|\
| * Vendor import of tzdata2011nvendor/tzdata/tzdata2011nEdwin Groothuis2011-11-015-23/+50
* | Fix the wrong commit log message for r226967: "Added missing cache purgePeter Holm2011-10-311-0/+2
* | The kern_renameat() looks up the fvp using the DELETE flag, which causesPeter Holm2011-10-311-0/+7
* | Add information about MD_READONLY and MD_COMPRESS flags to theAndrey V. Elsukov2011-10-311-0/+5
* | Put some static keywords in the source code.Ed Schouten2011-10-316-23/+23
* | Pull in r143305 and r143312 from upstream clang trunk, so using "clangDimitry Andric2011-10-301-3/+18
* | Add multiple inclusion protection.Marius Strobl2011-10-301-0/+4
* | Actually, limit to 32-bit DMA for the transfer buffers as the address isMarius Strobl2011-10-301-2/+2
* | Correct the DMA constraints, the LSI64854 isn't limited to 32-bit DMA.Marius Strobl2011-10-301-3/+3
* | - Use device_t rather than the NetBSDish struct device.Marius Strobl2011-10-305-217/+285
* | Fix typo from r226927Doug Barton2011-10-301-1/+1