| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a pure open source nForce Ethernet driver, under BSDL. | obrien | 2006-06-26 | 9 | -999/+1501 |
* | Add a pseudo interface for packet filtering IPSec connections before or after | thompsa | 2006-06-26 | 8 | -0/+361 |
* | Backed out the change by request from rwatson. | babkin | 2006-06-26 | 9 | -143/+0 |
* | Add support for the RealTek 8169SC/8110SC and RTL8101E devices. The | wpaul | 2006-06-26 | 3 | -162/+338 |
* | Regen. | jhb | 2006-06-26 | 14 | -27/+27 |
* | Change svr4_sys_break() to just call obreak() and mark it MPSAFE. | jhb | 2006-06-26 | 2 | -52/+4 |
* | linux_brk() is MPSAFE. | jhb | 2006-06-26 | 2 | -2/+2 |
* | - Sync with master: rmdir(), mkdir(), and extattr_*() are all MPSAFE. | jhb | 2006-06-26 | 1 | -10/+10 |
* | Address a problem I missed in removing Giant from the kernel linker. Not | jhb | 2006-06-26 | 1 | -3/+9 |
* | Remove duplicate security checks already performed in kern_kldload(). | jhb | 2006-06-26 | 1 | -7/+1 |
* | In syncache_respond() do not reply with a MSS that is larger than what | andre | 2006-06-26 | 1 | -0/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r159952, | obrien | 2006-06-26 | 3 | -0/+2009 |
|\ |
|
| * | Import the nfe (nForce Ethernet) driver from OpenBSD. | obrien | 2006-06-26 | 3 | -0/+2009 |
* | Trim basically unused 'unp' in uipc_connect(). | rwatson | 2006-06-26 | 1 | -3/+0 |
* | Some cleanups and janitorial work to tcp_syncache: | andre | 2006-06-26 | 3 | -45/+35 |
* | Some cleanups and janitorial work to tcp_dooptions(): | andre | 2006-06-26 | 3 | -41/+58 |
* | Reverse the source/destination parameters to in[6]_pcblookup_hash() in | andre | 2006-06-26 | 1 | -2/+2 |
* | In tcp6_usr_attach(), return immediately if SS_ISDISCONNECTED, to | rwatson | 2006-06-26 | 1 | -4/+2 |
* | VMWare ESX reports > 16 targets for the LSI-Logic | mjacob | 2006-06-26 | 1 | -0/+6 |
* | Grumble. VMWare ESX and VMWare WorkStation have *slightly* different | mjacob | 2006-06-26 | 1 | -1/+1 |
* | enable rx of control frames when in monitor mode | sam | 2006-06-26 | 1 | -0/+4 |
* | Fix a memory leak and a nested 'for' loop in the spare table handling. | scottl | 2006-06-26 | 1 | -4/+6 |
* | Close race in handling mcast traffic when operating as an ap with | sam | 2006-06-26 | 2 | -39/+104 |
* | Improve check for protective MBR. Instead of assiming that protective | sobomax | 2006-06-26 | 1 | -5/+24 |
* | Eliminate a comment that became stale after revision 1.540. | alc | 2006-06-25 | 1 | -6/+2 |
* | Eliminate a comment that became stale after revision 1.547. | alc | 2006-06-25 | 1 | -5/+0 |
* | Synchronize accesses to the PTEG table. | alc | 2006-06-25 | 2 | -6/+58 |
* | The common UID/GID space implementation. It has been discussed on -arch | babkin | 2006-06-25 | 9 | -0/+143 |
* | Replace the three copies of the list of pci ids with a single centralized list. | anholt | 2006-06-25 | 2 | -286/+244 |
* | Use suser_cred() instead of a direct comparison of cr_uid with 0 in | rwatson | 2006-06-25 | 1 | -1/+1 |
* | If linker_release_module() fails then we still hold a reference on | iedowse | 2006-06-25 | 1 | -2/+12 |
* | Decrement the global syncache counter in syncache_expand() when the entry | andre | 2006-06-25 | 1 | -0/+1 |
* | Major Fixes: | mjacob | 2006-06-25 | 4 | -28/+45 |
* | Simplify the code and remove two mutex operations. | pjd | 2006-06-24 | 1 | -9/+5 |
* | Update to SDM 2.2: | marcel | 2006-06-24 | 5 | -24/+124 |
* | remove duplicate ifname in debug msg | sam | 2006-06-24 | 1 | -2/+1 |
* | VMware disk volumes are only on LUN 0, and | mjacob | 2006-06-24 | 1 | -0/+5 |
* | Sync up with SDM 2.1: | marcel | 2006-06-24 | 5 | -20/+77 |
* | Backout previous commit, Warner committed at91_pio.c... | cognet | 2006-06-23 | 1 | -1/+1 |
* | There's no need to allocate that much phdr/shdr from the stack. | cognet | 2006-06-23 | 1 | -2/+2 |
* | Add the arm9_setup() prototype. | cognet | 2006-06-23 | 1 | -0/+2 |
* | Comment out at91_pio.c, it's not in CVS. | cognet | 2006-06-23 | 1 | -1/+1 |
* | Fix the name of the data set item for the SYSUNINIT in RW_SYSINIT to use | jhb | 2006-06-23 | 1 | -1/+1 |
* | The linux times syscall can be called with a NULL pointer, so keep cool | netchild | 2006-06-23 | 1 | -11/+13 |
* | new stats | sam | 2006-06-23 | 1 | -1/+3 |
* | Move the code to handle the vm.blacklist tunable up a layer into | jhb | 2006-06-23 | 2 | -31/+39 |
* | Size the NFS server dupreq cache on the basis of nmbclusters. On servers | mohans | 2006-06-23 | 2 | -4/+22 |
* | arm9_setup() is now needed even if we're not using a gzipped kernel, so move | cognet | 2006-06-22 | 1 | -1/+1 |
* | Add the UUID of Apple's HFS file system as can be found in the Intel | marcel | 2006-06-22 | 1 | -0/+3 |
* | Move the syncookie MD5 context from globals to the stack to make it MP safe. | andre | 2006-06-22 | 1 | -2/+2 |