| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid having a binary file in our source tree and instead create it at | emaste | 2011-03-31 | 2 | -0/+4 |
* | Fix malloc types. | ae | 2011-03-31 | 1 | -2/+2 |
* | Fix a memory leak. Memory that is allocated for schedulers hash table | ae | 2011-03-31 | 1 | -2/+3 |
* | Remove $Log$ keyword, which can cause annoyance in diffs in some cases. | emaste | 2011-03-31 | 1 | -1/+1 |
* | Remove $Log$ keyword and associated history, which can cause annoyance in | emaste | 2011-03-31 | 1 | -25/+0 |
* | Clearing the flag when preempting will let the preempted thread run | fabient | 2011-03-31 | 2 | -7/+4 |
* | Explicitly track the state of all known BARs for each PCI device. The PCI | jhb | 2011-03-31 | 4 | -99/+172 |
* | Fix two SA refcount: | fabient | 2011-03-31 | 2 | -1/+1 |
* | ath_ahb shouldn't be compiled normally; it is atheros chip specific. | adrian | 2011-03-31 | 1 | -1/+0 |
* | Introduce AH_AR5416_INTERRUPT_MITIGATION which enables interrupt mitigation for | adrian | 2011-03-31 | 3 | -4/+7 |
* | Document the ath glue changes. | adrian | 2011-03-31 | 1 | -0/+10 |
* | Revert r220032:linux compat: add SO_PASSCRED option with basic handling | avg | 2011-03-31 | 3 | -16/+0 |
* | Break out the ath PCI logic into a separate device/module. | adrian | 2011-03-31 | 19 | -15/+404 |
* | Remove unneeded checks, g_new_xxx functions can not return NULL. | ae | 2011-03-31 | 1 | -26/+6 |
* | Add relation to my mentor (ehaupt) | martymac | 2011-03-31 | 1 | -0/+1 |
* | Implement AR724x USB initialisation code. | adrian | 2011-03-31 | 2 | -1/+48 |
* | Increase debug level on g_gate device destruction and add message on | trociny | 2011-03-30 | 1 | -1/+2 |
* | Add a menu entry for UTC in the main menu. | edwin | 2011-03-30 | 1 | -5/+39 |
* | Fix grammar and bump date. | trasz | 2011-03-30 | 1 | -2/+2 |
* | Add example devd.conf entry. | trasz | 2011-03-30 | 1 | -0/+10 |
* | Add startup script, to load rules from /etc/rctl.conf. | trasz | 2011-03-30 | 2 | -1/+40 |
* | Add rctl(8), the utility to manage rctl rules. | trasz | 2011-03-30 | 4 | -0/+751 |
* | Expose the rctl(2) API in libc. | trasz | 2011-03-30 | 1 | -0/+5 |
* | Regenerate. | trasz | 2011-03-30 | 11 | -12/+377 |
* | Add rctl. It's used by racct to take user-configurable actions based | trasz | 2011-03-30 | 9 | -1/+2070 |
* | Check in two missing files missed in cleanup. | jpaetzel | 2011-03-30 | 2 | -4/+4 |
* | Fix syntax error from previous commit. | jpaetzel | 2011-03-30 | 1 | -1/+1 |
* | Regen. | kib | 2011-03-30 | 5 | -12/+18 |
* | Provide compat32 shims for kldstat(2). | kib | 2011-03-30 | 5 | -25/+80 |
* | Use FD_CLOEXEC explicitly. | pluknet | 2011-03-30 | 1 | -1/+1 |
* | Clamp the initial advertised receive window when responding to a SYN/ACK | jhb | 2011-03-30 | 1 | -1/+2 |
* | Remove duplicate sentence. | ae | 2011-03-30 | 1 | -4/+0 |
* | Remove the reference to pseudo-terminals from the description. | ed | 2011-03-30 | 8 | -24/+16 |
* | Replace ${SYSCTL_W} with ${SYSCTL} in rc.d scripts, as they are identical. | emaste | 2011-03-30 | 8 | -51/+51 |
* | This patch fixes the Experimental NFS client to properly deal with 32 bit or 64 | zack | 2011-03-30 | 2 | -6/+5 |
* | Upgrade of base gcc and libstdc++ to the last GPLv2-licensed revision | mm | 2011-03-29 | 40 | -59/+689 |
* | Allocate memory for a DMA method table only in case we need to override | marius | 2011-03-29 | 2 | -9/+18 |
* | Remove pointless (always true) KASSERTs. | trasz | 2011-03-29 | 1 | -19/+0 |
* | Revert file added in a wrong place by mistake. D'oh. | trasz | 2011-03-29 | 1 | -842/+0 |
* | Revert part of r220137, committed by mistake - RACCT is _not_ supposed | trasz | 2011-03-29 | 1 | -2/+0 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | trasz | 2011-03-29 | 18 | -3/+1939 |
* | According to ath9k recv.c, one shouldn't be doing self-linked descriptors | adrian | 2011-03-29 | 3 | -1/+5 |
* | - Enable an extra debugging bootverbose printf when probing ISA PNP cards | jhb | 2011-03-29 | 1 | -2/+2 |
* | Do not build ip_fw_nat.c for ipfw.ko. It can be build as separate module. | ae | 2011-03-29 | 1 | -1/+1 |
* | Do not use word 'flood' as it not entirely correct. Use better 'no delay' | emax | 2011-03-28 | 2 | -18/+19 |
* | Fix the check for vm_map_remove() error. | kib | 2011-03-28 | 1 | -1/+1 |
* | Revise r220046 by introducing dc_netcfg_wait() which waits the end | yongari | 2011-03-28 | 1 | -51/+39 |
* | Covers values if (BYTES_THIS_ACK(tp, th) / tp->t_maxseg) value is from | weongyo | 2011-03-28 | 1 | -1/+1 |
* | Normally fxp(4) does not receive bad frames but promiscuous mode | yongari | 2011-03-28 | 1 | -2/+2 |
* | Trim white spaces, adjust style. | kib | 2011-03-28 | 1 | -10/+12 |