summaryrefslogtreecommitdiffstats
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
* Document methods people use to load linux shared libraries in FreeBSDimp2005-08-101-0/+21
* 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
* Be a nice community member and honor the request for backout afterschweikh2005-08-102-73/+78
* fix typo.ume2005-08-101-3/+3
* Clarify/fix handling of the current channel:sam2005-08-1014-243/+339
* Record an error message if there are write errors when extracting thekientzle2005-08-101-1/+4
* Minor configuration fix to disable ACL support on MacOS X (whichkientzle2005-08-102-4/+13
* Remove unused variable.cperciva2005-08-101-2/+1
* Move <sys/cdefs.h> up to reduce diff to NetBSD.stefanf2005-08-101-2/+2
* Submitted to and merged from NetBSD (rev. 1.23 and 1.24):stefanf2005-08-101-6/+7
* 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
* Add an option to tell what version of config(8) this is.obrien2005-08-102-2/+10
* 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
* Remove a reference to compute_stats(), since it is no longer documented atken2005-08-101-4/+1
* Don't allow pagedaemon to skip pages while scanning PQ_ACTIVE or PQ_INACTIVEtegge2005-08-102-5/+75
* Document kvm(3)-related error constants, and correct minor formattingrwatson2005-08-091-2/+20
* 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
* Grammar improvements.murray2005-08-091-13/+9
* Fix typo.murray2005-08-091-1/+1
* NetBSD merged our typo fixes, update $NetBSD$.stefanf2005-08-096-6/+6
* Merge a change I missed in the last commit.stefanf2005-08-091-1/+1
* nForce3 and nForce4 are supported as well.brueffer2005-08-091-1/+5
* Merge NetBSD's 1.25 which fixes a small bug introduced in 1.24.stefanf2005-08-091-1/+3
* Add an order between UDP inpcb locks and the IPv4 multicast addressrwatson2005-08-091-1/+2
* Sort the list of supported hardware.brueffer2005-08-091-6/+6
* 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
* Fix a typobrian2005-08-091-1/+1
* Mention how to ensure that a device hasn't already been identifiedbrian2005-08-091-2/+6
OpenPOWER on IntegriCloud