summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* V_loif is not an array but a pure pointer, so treat it as such.zec2009-06-011-1/+1
* driver for Marvell 88W8363 Wireless LAN controllersam2009-06-014-0/+2341
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-272-0/+10
* tbr_timeout() is a timer driven function[1]. While the previous commitbz2009-05-181-10/+21
* Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.bz2009-05-171-0/+1
* Makefile to record the technique by which the .uu files are generatedsam2009-05-091-0/+24
* update to v3.1sam2009-05-093-7460/+7464
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-0/+3
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-164-7/+7
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-4/+4
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()rwatson2009-04-121-3/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-4/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andrwatson2009-04-111-3/+3
* Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXweongyo2009-04-041-0/+3359
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-273-5/+9
* Move the include of vinet.h further up before the ipfilter includes.bz2009-02-271-3/+3
* Shuffle the vimage.h includes or add where missing.bz2009-02-271-1/+3
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-4/+1
* Revert my previous two changes.ed2009-01-251-0/+16
* Remove pfopen() and pfclose() entirely.ed2009-01-251-12/+0
* Remove unneeded checking for invalid minor numbers from pf(4).ed2009-01-251-4/+0
* Change __FreeBSD_version to prepare for merging r184102.jkim2009-01-211-1/+1
* Check for ipprotosw.h more precisely.bz2008-12-231-1/+3
* MFH @ 186335sam2008-12-204-18/+22
|\
| * This main goals of this project are:qingli2008-12-152-8/+10
| * Like for tcp_subr.c in r186057 make the MD5 context a function localbz2008-12-131-10/+10
| * Second round of putting global variables, which were virtualizedbz2008-12-131-0/+2
* | Merge WIP from p4:sam2008-12-131-440/+673
|/
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-15/+14
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-0/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-028-2/+18
* Switch to ath hal source code. Note this removes the ath_halsam2008-12-0183-195147/+0
* Unhide declarations of network stack virtualization structs fromzec2008-11-282-1/+3
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-14/+16
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-239-104/+109
* Turn off CPU frequency change notifiers when the TSC is P-state invariantjkim2008-10-211-0/+6
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-15/+5
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-027-0/+39
* Replace all calls to minor() with dev2unit().ed2008-09-272-3/+3
* Merge ath again (addition of wisoc files).rpaulo2008-09-053-0/+4829
|\
| * Flatten the vendor-sys/ath tree for future imports.rpaulo2008-08-2782-137923/+0
| * Workaround the detect-merge-conflicts.sh script and 's/^======$/&='.rpaulo2008-08-271-1/+1
* | Merge fix for P4 expansion from vendor branch.rpaulo2008-09-051-1/+1
* | Merge ath_hal 0.10.5.10 to head.rpaulo2008-08-2876-120629/+176586
* | I think we can remove the conditionals for freebsd 2.0 nowjulian2008-08-251-2/+0
* | Commit step 1 of the vimage project, (network stack)bz2008-08-178-52/+67
* | Merge state reuse for tcp.mlaier2008-08-041-0/+17
* | 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-261-1/+3
* | Fix spelling error in commentjulian2008-07-241-1/+1
* | 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-245-6/+51
OpenPOWER on IntegriCloud