summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Fix devfs cloning for non-superusers when net.link.tap.user_open is non-zero.bms2007-02-051-5/+2
* Clean up after tun(4) properly; remove routes whose ifp is set tobms2007-02-051-4/+9
* MFC after: 3 daysbms2007-02-051-1/+1
* <sys/sx.h> is unneeded.kevlo2007-02-051-1/+0
* Change the free page queue lock from a spin mutex to a default (blocking)alc2007-02-054-22/+22
* When fast-forwarding is enabled, do not forward directed IPv4 broadcastsbms2007-02-051-2/+4
* Call pbgetvp() and pbrelvp() instead of setting b_vp directly.tegge2007-02-041-3/+9
* Add support for another 3G card and update man page accordingly.le2007-02-042-0/+6
* Implement ifnet cloning for tun(4)/tap(4).bms2007-02-042-39/+203
* Synaptics TouchPad seems to go back to Relative Mode after the calldumbbell2007-02-041-0/+10
* Orion originally wrote and added these files in 2002/2003, so with hisjoel2007-02-042-2/+4
* If quotacheck or edquota reset the block or inode grace time formpp2007-02-041-2/+10
* Document the init_chroot and init_script variables.imp2007-02-042-0/+54
* clear/reclaim challenge text when switching auth mode and operating as an apsam2007-02-041-0/+9
* Include opt_ipdivert.h so that the message announcing ipfw correctlyalc2007-02-031-0/+1
* Fix build (sc->dev => sc->sc_dev).flz2007-02-031-1/+1
* Add support for the NetCell NC3000/5000 series SATA RAID cards.rink2007-02-033-0/+53
* It turns out we were mallocing too early, so move the allocation so weimp2007-02-031-1/+5
* Fix memory leak of devinfopimp2007-02-031-2/+1
* Fix possible memory leaks of devinfo.imp2007-02-031-2/+2
* Fix non-use, but not memory leak, of devinfop. Set the device'simp2007-02-031-39/+22
* Fix memory leak of devinfo. The leak itself was documented inimp2007-02-031-122/+66
* Add a small informative printf under bootverbose to firmware_register tomlaier2007-02-031-0/+5
* Add ALTQ support for aue(4).mlaier2007-02-031-5/+7
* ng_iface requiers neighbor cache as well.ume2007-02-031-0/+1
* Style; remove argument names from prototype, be consistent withbms2007-02-031-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again.kevlo2007-02-032-2/+0
* We need to free the ivars for the child that we just deleted.imp2007-02-031-0/+3
* In fast forwarding path, defer processing of 169.254.0.0/16bms2007-02-031-0/+2
* The path to the mmc/mmcbus_if.m file is wrong. Correct it byimp2007-02-031-1/+1
* In regular forwarding path, reject packets destined for 169.254.0.0/16bms2007-02-032-1/+7
* Mark mmc *_if.m files as standard to allow for mmc/sd being compiledimp2007-02-031-2/+2
* Diff reduction with RELENG_6, style(9):bms2007-02-031-3/+2
* Drop unicast Ethernet frames not destined for the configured addressbms2007-02-031-0/+18
* Use int instead of u_int for the 'extra' argument to thebms2007-02-023-3/+3
* Comply with RFC 3927, by forcing ARP replies which contain a sourcebms2007-02-021-1/+13
* Add constants for the PCIY_VENDOR (vendor-specific), PCIY_DEBUG (EHCIjhb2007-02-021-0/+22
* Expose smoothed RTT and RTT variance measurements to userland viabms2007-02-022-2/+6
* coda_vptofh is never defined nor used.pjd2007-02-022-2/+0
* Remove dead email address.joel2007-02-023-3/+3
* Clean up the BSD license to match the preferred license injoel2007-02-026-17/+13
* Add a standard BSD license to these files.joel2007-02-022-5/+52
* Quoting Alexander:glebius2007-02-021-4/+5
* Since rev. 1.94 of netinet/in.c, the netinet layer frees all itsglebius2007-02-021-6/+24
* Record kqueue -> struct mount mtx -> vnode interlock lock order tokib2007-02-021-0/+7
* Remove extern int hz; use proper include file instead.kib2007-02-021-2/+1
* Use bus_get_dma_tag() so iwi(4) works on platforms requiring it.kevlo2007-02-021-15/+18
* Move the seting of the idle_mask bits to a place where theyjulian2007-02-021-17/+25
* Remove a bogus i = 0kevlo2007-02-021-1/+1
* Add support for IPI_PREEMPT in order to enable use of the ULE schedulerkmacy2007-02-024-1/+21
OpenPOWER on IntegriCloud