summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Make rt_check() function more strict:glebius2005-08-115-55/+67
* create sysctl tree dynamically. it is required to shareume2005-08-111-10/+21
* Decouple the unrefing of a page table page from the removal of a pv entry.alc2005-08-112-48/+30
* Use device_printf() and if_printf() and remove dc_unit from softc.jhb2005-08-104-72/+62
* Use if_printf() and device_printf() and axe sf_unit from the softc as ajhb2005-08-104-42/+32
* - Remove pre-new-bus code under #if 0 and some other rotted code underjhb2005-08-101-55/+2
* - Use if_printf() and device_printf() instead of outputting my%d:jhb2005-08-102-68/+47
* - Use callout_init_mtx() to close races between hme_stop() and hme_tick().jhb2005-08-101-57/+22
* Don't use ic_curmode to decide when to do 11g station accounting,sam2005-08-102-5/+6
* removed RFC1885-related code. it was obsoleted by RFC2463, and theume2005-08-101-52/+0
* Clarify/fix handling of the current channel:sam2005-08-1014-243/+339
* Do not drop the vnode interlock if vdropl is called on already doomed vnode.kan2005-08-101-3/+1
* supports stealth forwarding in IPv6, as well as in IPv4suz2005-08-104-1/+22
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-108-11/+0
* Remove the need to forward declare statics by moving them around.obrien2005-08-102-72/+67
* Match IPv6 and use a static struct pr_usrreqs nousrreqs.obrien2005-08-102-3/+3
* Style nit.obrien2005-08-101-1/+1
* Use the ISO standard function variable vs. a GCC'ism.obrien2005-08-106-18/+18
* fixed a kernel crash at the start-up time of an IPv6 multicast daemons osuz2005-08-101-0/+1
* Style cleanup.obrien2005-08-102-28/+15
* Fix FBSDid style nit.obrien2005-08-101-1/+0
* Add proper copyright attribution.obrien2005-08-101-0/+1
* Don't allow pagedaemon to skip pages while scanning PQ_ACTIVE or PQ_INACTIVEtegge2005-08-102-5/+75
* Call tulip_start() rather than tulip_ifstart() from the interrupt handlerjhb2005-08-092-2/+2
* There's no reason to check the valence. This allows ciss to workps2005-08-092-8/+0
* Add helper function ip_findmoptions(), which accepts an inpcb, and attemptsrwatson2005-08-091-33/+58
* Add an order between UDP inpcb locks and the IPv4 multicast addressrwatson2005-08-091-1/+2
* For each interface flag, indicate whether or not it is owned by therwatson2005-08-091-22/+28
* corrected the fourth argument to ni6_addrs().ume2005-08-091-7/+4
* Wrap the new world order in __FreeBSD__ to ease future imports.mlaier2005-08-092-0/+14
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-09142-1088/+1255
* Rename IFF_RUNNING to IFF_DRV_RUNNING, IFF_OACTIVE to IFF_DRV_OACTIVE,rwatson2005-08-094-11/+55
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-096-3/+9
* - Use 'error' variable to store error value, instead of 'i'.glebius2005-08-091-9/+6
* Use atomic operations on runningbufspace.ssouhlal2005-08-081-2/+4
* Use m_copypacket() which is an optimization of the common casethompsa2005-08-081-2/+2
* Drop in a WITNESS_WARN into SYSCTL_IN to make sure that we arecsjp2005-08-081-0/+2
* - Use callout_init_mtx() to close a small race between callout_stop() andjhb2005-08-082-71/+25
* reorder a couple of cases of void __inline to __inline voidjulian2005-08-081-3/+3
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-0818-40/+51
* Be case-insensitive when dealing with algorithm names.pjd2005-08-081-4/+5
* Add support for HP branded 2610SAps2005-08-081-0/+2
* Ha! This is a very interesting bug.pjd2005-08-081-4/+6
* Check to see if we wired the user-supplied buffers in SYSCTL_OUT, ifcsjp2005-08-081-1/+6
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-0810-157/+324
* Add strcasecmp() and strncasecmp() to libkern and connect to the build.pjd2005-08-083-0/+72
* Insert a series of place-holder function pointers in mac_policy.h forrwatson2005-08-082-0/+50
* Try best to keep a preempted thread at front of run queue, this seemsdavidxu2005-08-081-1/+9
* Retire the last of the FreeBSD 4.x compat code from the mly driver.scottl2005-08-082-15/+1
* Retire the FreeBSD 4.x compat code and __FreeBSD_version checks from the aacscottl2005-08-082-65/+0
OpenPOWER on IntegriCloud