summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,jhb2011-05-027-21/+43
* Add in the work-around for the AR8316 gige switch PHY.adrian2011-05-021-1/+5
* Add -Wmissing-include-dirs to CWARNFLAGS, so tinderbox will punish thosebrucec2011-05-021-10/+11
* o OpenBSD 4.9 added.maxim2011-05-021-1/+2
* Add documentation to sys/conf/options pointing out that AH_SUPPORT_AR9130adrian2011-05-021-0/+3
* Fix nfsstat.1 to indicate that "-z" now works forrmacklem2011-05-011-2/+1
* Fix nfsstat so that the "-z" option works for thermacklem2011-05-011-3/+6
* Some AR724x PCIe fixes, which should wrap up the first roundadrian2011-05-011-24/+14
* Add the kernel support needed to zero out the nfsstatsrmacklem2011-05-012-0/+3
* Minor cleanup.brueffer2011-05-011-3/+2
* recoverdisk(8): treat output file consistently and abort on EINVALuqs2011-05-012-26/+42
* Let users' PATH decide which groff suite to pick up.uqs2011-05-011-7/+9
* These are of course i386/amd64 only.bschmidt2011-05-011-8/+0
* Add files for wpi(4)bschmidt2011-05-011-0/+1
* No need for htole32(), which is an uint8_t.bschmidt2011-05-011-2/+2
* Fix typo in manpage resolvconf.conf(5).ume2011-05-011-1/+1
* Add the remaining wireless drivers.bschmidt2011-05-013-0/+35
* Fix the Makefile for mount_nfs so that it creates armacklem2011-05-011-1/+1
* Add ChangeLog.gcc43 for backported changes from gcc 4.3mm2011-04-301-0/+163
* Fix typos.kib2011-04-301-2/+2
* Stop linking against a direct-mapped virtual address and insteadmarcel2011-04-3014-308/+527
* LACP frames must not be send VLAN-tagged, check for that before processing.thompsa2011-04-301-1/+1
* Turn PBVM page table entries into PTEs so that they can be insertedmarcel2011-04-302-11/+22
* Update carp, gre and pf module builds to be depenent on INET and/orbz2011-04-302-3/+15
* Introduce two new options MK_INET and MK_INET_SUPPORT analogicallybz2011-04-304-2/+20
* Allow MKMODULESENV being preset from other sources like makeoptionsbz2011-04-301-1/+1
* Fix a mismerge from p4 in that in_localaddr() is not available without INET.bz2011-04-301-1/+5
* Fix deduplicated zfs receivemm2011-04-302-58/+37
* Fis a problem with r221258 that mac is still needed in case for ient6 onlybz2011-04-301-1/+1
* Clarify the comment.kib2011-04-302-3/+6
* After r221249 allow SCTP to be compiled in an IPv6 only environment as well.bz2011-04-301-15/+15
* An example configuration file for the Atheros PB92.adrian2011-04-302-0/+165
* Add some more missing optional dependencies on inet6, not only inet,bz2011-04-301-4/+4
* The AR724x SoC's require the irq status line to be acked/cleared.adrian2011-04-301-0/+15
* Call the DDR FIFO flush method when IP2 interrupts occur.adrian2011-04-301-0/+3
* Flip off debugging for now.adrian2011-04-301-1/+1
* Add some initial PCIe bridge support for the AR724x chipsets.adrian2011-04-303-2/+636
* Add UPDATING entry for the AR71xx config changesadrian2011-04-301-0/+4
* In preparation for the AR724x PCIe bus code, make the AR71xx PCI busadrian2011-04-302-1/+2
* Remove some leftover debug code.tuexen2011-04-301-2/+0
* Make the TCP code compile without INET. Sort #includes and add #ifdef INETs.bz2011-04-307-97/+278
* Improve compilation of SCTP code without INET support.tuexen2011-04-3011-1331/+2144
* Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 onlybz2011-04-303-10/+32
* Make the PCB code compile without INET support by adding #ifdef INETsbz2011-04-302-5/+30
* Add a missing DDR FIFO method for the ar71xx.adrian2011-04-301-1/+7
* Improve the accuracy from a max ULP of ~2000 to max ULP < 0.79kargl2011-04-295-98/+321
* Add an -E option to mirror newfs's. The idea is that if you have a systemdes2011-04-295-7/+67
* Somewhere around the 473rd time I mistyped "mdconfig file" instead ofdes2011-04-292-20/+49
* Add a new bus method, BUS_ADJUST_RESOURCE() that is intended to be ajhb2011-04-297-0/+165
* Implement BIO_DELETE for vnode devices by simply overwriting the deleteddes2011-04-291-0/+42
OpenPOWER on IntegriCloud