aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* All consumers of in_cksum.h have been properly #ifdefed already,Bjoern A. Zeeb2009-06-101-0/+2
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:Jung-uk Kim2009-06-081-0/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-083-3/+0
* Clean up FreeBSD-specific header file:Jung-uk Kim2009-06-081-6/+3
* Import ACPICA 20090521.Jung-uk Kim2009-06-05211-16372/+25026
|\
| * Do not install SSDT when DSDT is overriden by user.Jung-uk Kim2009-06-041-0/+15
| * Trim unnecessary files from the import.Jung-uk Kim2009-06-0331-13100/+5
| * Remove function redeclaration. It was upstreamed but lost somehow.Jung-uk Kim2009-06-021-8/+0
| * Canonify include paths again.Jung-uk Kim2009-06-02175-706/+706
| * Fix include path fixup for contrib/dev/acpica/include/platform/*.h.Jung-uk Kim2009-06-021-0/+5
| * MFV: ACPICA 20090521Jung-uk Kim2009-06-02239-15290/+37027
| |\
| | * flatten acpica vendor areaAndriy Gapon2009-05-19201-146106/+0
* | | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
|/ /
* | 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