summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Complete the removal of __FreeBSD_version checks from the amr driver. Thescottl2005-08-085-114/+6
* use ieee80211_iterate_nodes to retrieve station data; the previoussam2005-08-081-45/+89
* Fix typo so QUEUE_MACRO_DEBUG works again.phk2005-08-081-1/+1
* Cleanup beacon/listen interval handling:sam2005-08-0810-17/+32
* Remove a stale __FreeBSD_version check.scottl2005-08-071-5/+3
* The presence of a on __FreeBSD_version flagged some code that hasn't been inscottl2005-08-071-23/+4
* Other changes to this driver preclude its use on 4.x, so remove 4.x compatimp2005-08-071-4/+0
* When support for 2MB/4MB pages was added in revision 1.148 an error wasalc2005-08-072-2/+0
* Recognize the SAB82532 in USIII machines.marius2005-08-073-4/+5
* The system tick _compare_ register of USIII CPUs and up is ASR25, notmarius2005-08-071-1/+1
* Add if_arl_load, if_axe_load, if_aue_load, if_cs_load, if_cue_load,krion2005-08-071-1/+10
* Export a routine, kobj_machdep_init(), that allows platformsgrehan2005-08-072-2/+16
OpenPOWER on IntegriCloud