| Commit message (Expand) | Author | Age | Files | Lines |
* | clear/reclaim challenge text when switching auth mode and operating as an ap | sam | 2007-02-04 | 1 | -0/+9 |
* | If quotas are not currently enabled for a file system, edquota -p | mpp | 2007-02-04 | 1 | -8/+63 |
* | Include opt_ipdivert.h so that the message announcing ipfw correctly | alc | 2007-02-03 | 1 | -0/+1 |
* | Fix build (sc->dev => sc->sc_dev). | flz | 2007-02-03 | 1 | -1/+1 |
* | Add support for the NetCell NC3000/5000 series SATA RAID cards. | rink | 2007-02-03 | 3 | -0/+53 |
* | Xref altq(4). | brueffer | 2007-02-03 | 1 | -0/+1 |
* | Xref altq(4). | brueffer | 2007-02-03 | 7 | -0/+7 |
* | It turns out we were mallocing too early, so move the allocation so we | imp | 2007-02-03 | 1 | -1/+5 |
* | Fix memory leak of devinfop | imp | 2007-02-03 | 1 | -2/+1 |
* | Fix possible memory leaks of devinfo. | imp | 2007-02-03 | 1 | -2/+2 |
* | Fix non-use, but not memory leak, of devinfop. Set the device's | imp | 2007-02-03 | 1 | -39/+22 |
* | Fix memory leak of devinfo. The leak itself was documented in | imp | 2007-02-03 | 1 | -122/+66 |
* | Add a small informative printf under bootverbose to firmware_register to | mlaier | 2007-02-03 | 1 | -0/+5 |
* | Add ALTQ support for aue(4). | mlaier | 2007-02-03 | 2 | -5/+8 |
* | Missed npe(4) in the last commit. "ate" also has support but is lagging a | mlaier | 2007-02-03 | 1 | -0/+1 |
* | bce(4), ipw(4), iwi(4), ral(4), udav(4), ural(4) support ALTQ as well. | mlaier | 2007-02-03 | 1 | -1/+7 |
* | Do not touch the block or i-node grace times for id 0. | mpp | 2007-02-03 | 1 | -2/+2 |
* | Fix quotqcheck to correctly use the curinode count, and not the | mpp | 2007-02-03 | 1 | -2/+2 |
* | ng_iface requiers neighbor cache as well. | ume | 2007-02-03 | 1 | -0/+1 |
* | Style; remove argument names from prototype, be consistent with | bms | 2007-02-03 | 1 | -3/+3 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again. | kevlo | 2007-02-03 | 2 | -2/+0 |
* | We need to free the ivars for the child that we just deleted. | imp | 2007-02-03 | 1 | -0/+3 |
* | In fast forwarding path, defer processing of 169.254.0.0/16 | bms | 2007-02-03 | 1 | -0/+2 |
* | The path to the mmc/mmcbus_if.m file is wrong. Correct it by | imp | 2007-02-03 | 1 | -1/+1 |
* | In regular forwarding path, reject packets destined for 169.254.0.0/16 | bms | 2007-02-03 | 2 | -1/+7 |
* | Mark mmc *_if.m files as standard to allow for mmc/sd being compiled | imp | 2007-02-03 | 1 | -2/+2 |
* | Diff reduction with RELENG_6, style(9): | bms | 2007-02-03 | 1 | -3/+2 |
* | Backout revision 1.4; it is not verified as the correct fix for the PR. | bms | 2007-02-03 | 1 | -1/+1 |
* | Add an EXAMPLES section to ifconfig(8), clearly showing how to configure | bms | 2007-02-03 | 1 | -1/+42 |
* | Drop unicast Ethernet frames not destined for the configured address | bms | 2007-02-03 | 1 | -0/+18 |
* | Grr, committed manual page without the last change - make the comment a bit | pjd | 2007-02-03 | 1 | -1/+1 |
* | Add support for multiple exports files. This will be useful for example for | pjd | 2007-02-03 | 2 | -125/+145 |
* | Use pidfile(3) API to restart mountd(8) on success mount. | pjd | 2007-02-02 | 2 | -10/+28 |
* | Use int instead of u_int for the 'extra' argument to the | bms | 2007-02-02 | 3 | -3/+3 |
* | For the IPv4 multicast membership socket regression test: | bms | 2007-02-02 | 1 | -12/+58 |
* | Comply with RFC 3927, by forcing ARP replies which contain a source | bms | 2007-02-02 | 1 | -1/+13 |
* | - Teach pciconf(8) to list the PCI capabilities supported by each device | jhb | 2007-02-02 | 5 | -46/+593 |
* | Add constants for the PCIY_VENDOR (vendor-specific), PCIY_DEBUG (EHCI | jhb | 2007-02-02 | 1 | -0/+22 |
* | Expose smoothed RTT and RTT variance measurements to userland via | bms | 2007-02-02 | 2 | -2/+6 |
* | Properly parenthesize the __tg_is_complex() macro by moving a closing | schweikh | 2007-02-02 | 1 | -2/+2 |
* | Comment the token after #endif, like we do everywhere else. | schweikh | 2007-02-02 | 1 | -6/+6 |
* | Based on input from ru & rodrigc document the mount operation in the new | ambrisko | 2007-02-02 | 1 | -2/+10 |
* | coda_vptofh is never defined nor used. | pjd | 2007-02-02 | 2 | -2/+0 |
* | Remove dead email address. | joel | 2007-02-02 | 3 | -3/+3 |
* | Clean up the BSD license to match the preferred license in | joel | 2007-02-02 | 6 | -17/+13 |
* | Add a standard BSD license to these files. | joel | 2007-02-02 | 2 | -5/+52 |
* | Quoting Alexander: | glebius | 2007-02-02 | 1 | -4/+5 |
* | Since rev. 1.94 of netinet/in.c, the netinet layer frees all its | glebius | 2007-02-02 | 1 | -6/+24 |
* | Update with the latest Bulletin C from IERS. | phk | 2007-02-02 | 1 | -29/+29 |
* | Record kqueue -> struct mount mtx -> vnode interlock lock order to | kib | 2007-02-02 | 1 | -0/+7 |