aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* V_loif is not an array but a pure pointer, so treat it as such.Marko Zec2009-06-011-1/+1
* driver for Marvell 88W8363 Wireless LAN controllerSam Leffler2009-06-014-0/+2341
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-272-0/+10
* tbr_timeout() is a timer driven function[1]. While the previous commitBjoern A. Zeeb2009-05-181-10/+21
* Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.Bjoern A. Zeeb2009-05-171-0/+1
* Makefile to record the technique by which the .uu files are generatedSam Leffler2009-05-091-0/+24
* update to v3.1Sam Leffler2009-05-093-7460/+7464
* In preparation for turning on options VIMAGE in next commits,Marko Zec2009-04-261-0/+3
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-164-7/+7
* Update stats in struct icmpstat and icmp6stat using four newRobert Watson2009-04-121-4/+4
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()Robert Watson2009-04-121-3/+3
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),Robert Watson2009-04-111-4/+4
* Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() andRobert Watson2009-04-111-3/+3
* Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UXWeongyo Jeong2009-04-041-0/+3359
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-273-5/+9
* Move the include of vinet.h further up before the ipfilter includes.Bjoern A. Zeeb2009-02-271-3/+3
* Shuffle the vimage.h includes or add where missing.Bjoern A. Zeeb2009-02-271-1/+3
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-241-4/+1
* Revert my previous two changes.Ed Schouten2009-01-251-0/+16
* Remove pfopen() and pfclose() entirely.Ed Schouten2009-01-251-12/+0
* Remove unneeded checking for invalid minor numbers from pf(4).Ed Schouten2009-01-251-4/+0
* Change __FreeBSD_version to prepare for merging r184102.Jung-uk Kim2009-01-211-1/+1
* Check for ipprotosw.h more precisely.Bjoern A. Zeeb2008-12-231-1/+3
* MFH @ 186335Sam Leffler2008-12-204-18/+22
|\
| * This main goals of this project are:Qing Li2008-12-152-8/+10
| * Like for tcp_subr.c in r186057 make the MD5 context a function localBjoern A. Zeeb2008-12-131-10/+10
| * Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-131-0/+2
* | Merge WIP from p4:Sam Leffler2008-12-131-440/+673
|/
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-15/+14
* - convert radix node head lock from mutex to rwlockKip Macy2008-12-071-0/+2
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-028-2/+18
* Switch to ath hal source code. Note this removes the ath_halSam Leffler2008-12-0183-195147/+0
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-282-1/+3
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-14/+16
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-239-104/+109
* Turn off CPU frequency change notifiers when the TSC is P-state invariantJung-uk Kim2008-10-211-0/+6
* Cache so_cred as inp_cred in the inpcb.Bjoern A. Zeeb2008-10-041-15/+5
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-027-0/+39
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-272-3/+3
* Merge ath again (addition of wisoc files).Rui Paulo2008-09-053-0/+4829
|\
* | Merge fix for P4 expansion from vendor branch.Rui Paulo2008-09-051-1/+1
|\|
* | Merge ath_hal 0.10.5.10 to head.Rui Paulo2008-08-2876-120629/+176586
|\|
| * Flatten the vendor-sys/ath tree for future imports.Rui Paulo2008-08-2782-137923/+0
| * Workaround the detect-merge-conflicts.sh script and 's/^======$/&='.Rui Paulo2008-08-271-1/+1
* | I think we can remove the conditionals for freebsd 2.0 nowJulian Elischer2008-08-251-2/+0
* | Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-178-52/+67
* | Merge state reuse for tcp.Max Laier2008-08-041-0/+17
|\ \
| * | Flatten out dist and all "live" tag directories.Max Laier2008-08-0413-19698/+0
* | | 2020447 IPFilter's NAT can undo name server random port selectionDarren Reed2008-07-261-1/+3
* | | Fix spelling error in commentJulian Elischer2008-07-241-1/+1