aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Do not report legacy unit numbers (do not create legacy aliases) for disksAlexander Motin2011-05-031-3/+6
* Change the way rctl interfaces with jails by introducing prison_racctEdward Tomasz Napierala2011-05-035-75/+167
* Fix corner case where the size is a power of two.Marcel Moolenaar2011-05-031-1/+1
* - Fixed a typo in an if() statement when setting flow control for MTUDavid Christensen2011-05-021-1/+1
* Add LINT-NOINET6 which we have inofficially supported for yearsBjoern A. Zeeb2011-05-021-0/+28
* Clang r130700 can now compile sys/boot/i386/boot2 with room to spare.Dimitry Andric2011-05-021-3/+6
* Handle a rare edge case with nearly full TCP receive buffers. If a TCPJohn Baldwin2011-05-023-6/+22
* Correct spelling in comments.Marius Strobl2011-05-021-2/+2
* Fix an logic bug which caused jumbo buffers to not be synced.Marius Strobl2011-05-021-1/+1
* - Re-committed r220603 which was accidentally backed out by an earlierDavid Christensen2011-05-022-4/+1
* Probe the PHY accompanying BCM57765.Marius Strobl2011-05-022-0/+2
* The ACPI Host-PCI bridge driver actually supports multiple domains viaJohn Baldwin2011-05-021-1/+1
* Correct a typo. According to Intel document 318914, the Tj(max) for Core 2Xin LI2011-05-021-1/+1
* Don't use the whole region 5 for KVA, because the CPU may not implement allMarcel Moolenaar2011-05-021-1/+2
* Fix build with clang. Please note there is an LLVM/Clang PR:Jung-uk Kim2011-05-021-1/+1
* All PCI based wireless drivers seem to be explicitly removed from theBernhard Schmidt2011-05-021-0/+6
* Some more cleanups related to an kernel without INET.Michael Tuexen2011-05-022-40/+96
* Don't explicitly list pci_write_ivar() for bus_write_ivar, the method isJohn Baldwin2011-05-021-1/+0
* Add an entry for the Kuroutoshikou SERIAL4P-LPPCI2 which uses an OxfordJohn Baldwin2011-05-021-0/+6
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,John Baldwin2011-05-027-21/+43
* Add in the work-around for the AR8316 gige switch PHY.Adrian Chadd2011-05-021-1/+5
* Add -Wmissing-include-dirs to CWARNFLAGS, so tinderbox will punish thoseRebecca Cran2011-05-021-10/+11
* Add documentation to sys/conf/options pointing out that AH_SUPPORT_AR9130Adrian Chadd2011-05-021-0/+3
* Some AR724x PCIe fixes, which should wrap up the first roundAdrian Chadd2011-05-011-24/+14
* Add the kernel support needed to zero out the nfsstatsRick Macklem2011-05-012-0/+3
* These are of course i386/amd64 only.Bernhard Schmidt2011-05-011-8/+0
* Add files for wpi(4)Bernhard Schmidt2011-05-011-0/+1
* No need for htole32(), which is an uint8_t.Bernhard Schmidt2011-05-011-2/+2
* Add the remaining wireless drivers.Bernhard Schmidt2011-05-013-0/+35
* Fix typos.Konstantin Belousov2011-04-301-2/+2
* Stop linking against a direct-mapped virtual address and insteadMarcel Moolenaar2011-04-3014-308/+527
* LACP frames must not be send VLAN-tagged, check for that before processing.Andrew Thompson2011-04-301-1/+1
* Turn PBVM page table entries into PTEs so that they can be insertedMarcel Moolenaar2011-04-302-11/+22
* Update carp, gre and pf module builds to be depenent on INET and/orBjoern A. Zeeb2011-04-302-3/+15
* Allow MKMODULESENV being preset from other sources like makeoptionsBjoern A. Zeeb2011-04-301-1/+1
* Fix a mismerge from p4 in that in_localaddr() is not available without INET.Bjoern A. Zeeb2011-04-301-1/+5
* Fix deduplicated zfs receiveMartin Matuska2011-04-302-58/+37
* Fis a problem with r221258 that mac is still needed in case for ient6 onlyBjoern A. Zeeb2011-04-301-1/+1
* Clarify the comment.Konstantin Belousov2011-04-302-3/+6
* After r221249 allow SCTP to be compiled in an IPv6 only environment as well.Bjoern A. Zeeb2011-04-301-15/+15
* An example configuration file for the Atheros PB92.Adrian Chadd2011-04-302-0/+165
* Add some more missing optional dependencies on inet6, not only inet,Bjoern A. Zeeb2011-04-301-4/+4
* The AR724x SoC's require the irq status line to be acked/cleared.Adrian Chadd2011-04-301-0/+15
* Call the DDR FIFO flush method when IP2 interrupts occur.Adrian Chadd2011-04-301-0/+3
* Flip off debugging for now.Adrian Chadd2011-04-301-1/+1
* Add some initial PCIe bridge support for the AR724x chipsets.Adrian Chadd2011-04-303-2/+636
* In preparation for the AR724x PCIe bus code, make the AR71xx PCI busAdrian Chadd2011-04-302-1/+2
* Remove some leftover debug code.Michael Tuexen2011-04-301-2/+0
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.Bjoern A. Zeeb2011-04-307-97/+278
* Improve compilation of SCTP code without INET support.Michael Tuexen2011-04-3011-1331/+2144