| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix argument ordering to memcpy as well as the size of the copy in the | mlaier | 2009-08-25 | 1 | -1/+1 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -4/+4 |
* | If we cannot immediately get the pf_consistency_lock in the purge thread, | mlaier | 2009-08-19 | 2 | -24/+70 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -14/+14 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 8 | -14/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 8 | -39/+1 |
* | Remove build timestamps from the following files: | cperciva | 2009-07-11 | 2 | -5/+5 |
* | Update to 3.6.2.2 firmware (latest w/o host-based power save support): | sam | 2009-06-29 | 1 | -2121/+2098 |
* | Use proper form of gnu designated initalizers. This lets | rdivacky | 2009-06-24 | 1 | -1/+1 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 2 | -1/+5 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 3 | -3/+0 |
* | All consumers of in_cksum.h have been properly #ifdefed already, | bz | 2009-06-10 | 1 | -0/+2 |
* | Rewrite OsdSynch.c to reflect the latest ACPICA more closely: | jkim | 2009-06-08 | 1 | -0/+1 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 3 | -3/+0 |
* | Clean up FreeBSD-specific header file: | jkim | 2009-06-08 | 1 | -6/+3 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 211 | -16372/+25026 |
|\ |
|
| * | Do not install SSDT when DSDT is overriden by user. | jkim | 2009-06-04 | 1 | -0/+15 |
| * | Trim unnecessary files from the import. | jkim | 2009-06-03 | 31 | -13100/+5 |
| * | Remove function redeclaration. It was upstreamed but lost somehow. | jkim | 2009-06-02 | 1 | -8/+0 |
| * | Canonify include paths again. | jkim | 2009-06-02 | 175 | -706/+706 |
| * | Fix include path fixup for contrib/dev/acpica/include/platform/*.h. | jkim | 2009-06-02 | 1 | -0/+5 |
| * | MFV: ACPICA 20090521 | jkim | 2009-06-02 | 239 | -15290/+37027 |
| |\ |
|
| | * | flatten acpica vendor area | avg | 2009-05-19 | 201 | -146106/+0 |
* | | | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
|/ / |
|
* | | V_loif is not an array but a pure pointer, so treat it as such. | zec | 2009-06-01 | 1 | -1/+1 |
* | | driver for Marvell 88W8363 Wireless LAN controller | sam | 2009-06-01 | 4 | -0/+2341 |
* | | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 2 | -0/+10 |
* | | tbr_timeout() is a timer driven function[1]. While the previous commit | bz | 2009-05-18 | 1 | -10/+21 |
* | | Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again. | bz | 2009-05-17 | 1 | -0/+1 |
* | | Makefile to record the technique by which the .uu files are generated | sam | 2009-05-09 | 1 | -0/+24 |
* | | update to v3.1 | sam | 2009-05-09 | 3 | -7460/+7464 |
* | | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -0/+3 |
* | | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 4 | -7/+7 |
* | | Update stats in struct icmpstat and icmp6stat using four new | rwatson | 2009-04-12 | 1 | -4/+4 |
* | | Update stats in struct udpstat using two new macros, UDPSTAT_ADD() | rwatson | 2009-04-12 | 1 | -3/+3 |
* | | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -4/+4 |
* | | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | rwatson | 2009-04-11 | 1 | -3/+3 |
* | | Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX | weongyo | 2009-04-04 | 1 | -0/+3359 |
* | | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 3 | -5/+9 |
* | | Move the include of vinet.h further up before the ipfilter includes. | bz | 2009-02-27 | 1 | -3/+3 |
* | | Shuffle the vimage.h includes or add where missing. | bz | 2009-02-27 | 1 | -1/+3 |
* | | Change the functions to ANSI in those cases where it breaks promotion | rdivacky | 2009-02-24 | 1 | -4/+1 |
* | | Revert my previous two changes. | ed | 2009-01-25 | 1 | -0/+16 |
* | | Remove pfopen() and pfclose() entirely. | ed | 2009-01-25 | 1 | -12/+0 |
* | | Remove unneeded checking for invalid minor numbers from pf(4). | ed | 2009-01-25 | 1 | -4/+0 |
* | | Change __FreeBSD_version to prepare for merging r184102. | jkim | 2009-01-21 | 1 | -1/+1 |
* | | Check for ipprotosw.h more precisely. | bz | 2008-12-23 | 1 | -1/+3 |
* | | MFH @ 186335 | sam | 2008-12-20 | 4 | -18/+22 |
|\ \ |
|
| * | | This main goals of this project are: | qingli | 2008-12-15 | 2 | -8/+10 |
| * | | Like for tcp_subr.c in r186057 make the MD5 context a function local | bz | 2008-12-13 | 1 | -10/+10 |