summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* match against both dirty and writeable for marking page dirtykmacy2007-02-021-1/+1
* add IEEE80211_IS_CHAN_PASSIVEsam2007-02-021-0/+2
* Auto sizing TCP socket buffers.andre2007-02-015-10/+236
* Generic socket buffer auto sizing support, header defines, flag inheritance.andre2007-02-012-0/+9
* Change the way the advertized TCP window scaling is computed. Instead ofandre2007-02-012-4/+15
* Introduce some more SO_ option equivalents from Linux to FreeBSD.kib2007-02-013-0/+32
* No need to lock emul_lock in exit_group() because em->sharedkib2007-02-011-3/+2
* No need to synchronize linux_schedtail with linux_proc_init.kib2007-02-011-26/+28
* Fix LOR that occurs because proctree_lock was acquired while holdingkib2007-02-012-16/+16
* MFi386: Use LINUX_SIG_VALID macro.kib2007-02-011-1/+1
* Fix huge memory leak within sound buffer (during channel destruction,ariff2007-02-012-0/+13
* Fix apparent memory leak (during vchan destruction) that was hereariff2007-02-011-0/+1
* Reflecting the removal of MSDOSFS_LARGE found in sys/conf/files:1.1173.avatar2007-02-011-2/+2
* Prevent quotactl calls that pass in an id of -1 from incorrectlympp2007-02-011-7/+20
* Disallow negative UIDs when processing quotactl options.mpp2007-02-011-0/+5
* Fix for a vnode lock leak in nfs_create() in the event of an error.mohans2007-01-311-0/+2
* - Add 99% of a callout based watchdog. The remaining 1% is waitinggallatin2007-01-312-30/+168
* destroy busdma maps even if they are NULL, so as to avoid leakinggallatin2007-01-311-18/+16
* Abandon using sleepable locks in favor of mutexes for mxge's if_ioctlgallatin2007-01-312-72/+83
* Import macros IN_LINKLOCAL(), IN_PRIVATE(), IN_LOCAL_GROUP(), IN_ANY_LOCAL().bms2007-01-311-0/+10
* Put #ifndef... after the license.joel2007-01-311-2/+3
* s/WHETHERIN/WHETHER IN/ & s/THEPOSSIBILITY/THE POSSIBILITY/ in thejoel2007-01-311-2/+2
* MFsparc64: Add .cvsignore file here too.ru2007-01-301-0/+1
* Remove the last vestige of opt_msdosfs.h.ru2007-01-301-1/+1
OpenPOWER on IntegriCloud