aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Canonify include paths for newly added files.Jung-uk Kim2009-09-114-9/+9
* MFV: r196804Jung-uk Kim2009-09-1176-2295/+5743
|\
* | - Port x86emu to FreeBSD.Xin LI2009-09-093-23/+47
* | Import x86emu from OpenBSD as of OPENBSD_4_6.Xin LI2009-09-094-0/+8905
* | Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+0
* | Add necessary include.Poul-Henning Kamp2009-09-081-0/+1
* | Fix argument ordering to memcpy as well as the size of the copy in theMax Laier2009-08-251-1/+1
* | Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-4/+4
* | If we cannot immediately get the pf_consistency_lock in the purge thread,Max Laier2009-08-192-24/+70
* | Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-14/+14
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-018-14/+0
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-148-39/+1
* | Remove build timestamps from the following files:Colin Percival2009-07-112-5/+5
* | Update to 3.6.2.2 firmware (latest w/o host-based power save support):Sam Leffler2009-06-291-2121/+2098
* | Use proper form of gnu designated initalizers. This letsRoman Divacky2009-06-241-1/+1
* | Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-232-1/+5
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-233-3/+0
* | 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