| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement ratelimiting for debug messages. For now, allow at most | emax | 2008-08-01 | 5 | -20/+50 |
* | Increase maximum input queue size limit for raw Bluetooth HCI sockets. | emax | 2008-08-01 | 1 | -2/+1 |
* | Fix locking bug, i.e. lock "wildcard" matched pcb before return. | emax | 2008-08-01 | 1 | -0/+3 |
* | Enhance pmap_change_attr(). Specifically, avoid 2MB page demotions, cache | alc | 2008-07-31 | 2 | -21/+54 |
* | In mac_bsdextended's auditctl and acct policy access control checks, | rwatson | 2008-07-31 | 1 | -11/+8 |
* | remove socketvar.h, add more selective includes | kmacy | 2008-07-31 | 4 | -6/+15 |
* | move sockbuf locking macros in to sockbuf.h | kmacy | 2008-07-31 | 2 | -14/+18 |
* | Currently, BSM audit pathname token generation for chrooted or jailed | csjp | 2008-07-31 | 3 | -55/+121 |
* | MFp4 (//depot/projects/tcpecn/): | rpaulo | 2008-07-31 | 5 | -14/+155 |
* | Adds support for the SCTP_PORT_REUSE option | rrs | 2008-07-31 | 7 | -110/+330 |
* | Further synchronization of copyrights, licenses, white space, etc from | rwatson | 2008-07-31 | 13 | -18/+17 |
* | Eliminate recomputation of the PDE by pmap_pde_attr(). | alc | 2008-07-31 | 1 | -5/+2 |
* | Fix LINT | emax | 2008-07-31 | 1 | -0/+1 |
* | Data type fix | jfv | 2008-07-31 | 1 | -2/+2 |
* | Unbreak the build by creating opt_nfs.h | ps | 2008-07-31 | 1 | -1/+1 |
* | Unbreak the build by including sys/socketvar.h | ps | 2008-07-31 | 4 | -3/+7 |
* | Include netinet/tcp_lro.h, unbreak the build | ps | 2008-07-30 | 1 | -1/+1 |
* | Hook up Bluetooth SCO sockets code to the build | emax | 2008-07-30 | 1 | -1/+2 |
* | Introduce support for Bluetooth SCO sockets. This is based on older | emax | 2008-07-30 | 3 | -1/+2132 |
* | Add igb driver to the default kernel | jfv | 2008-07-30 | 1 | -1/+2 |
* | Add igb to the default kernel | jfv | 2008-07-30 | 1 | -1/+2 |
* | Change Makefile to reflect new directory structure | jfv | 2008-07-30 | 1 | -3/+5 |
* | Change to build module with new directory tree | jfv | 2008-07-30 | 1 | -10/+4 |
* | Alter kernel build to work with new dev/e1000 structure. | jfv | 2008-07-30 | 1 | -32/+32 |
* | Merge of the source for igb and em into dev/e1000, this | jfv | 2008-07-30 | 50 | -10133/+1420 |
* | One more whitespace nit. | jhb | 2008-07-30 | 1 | -2/+0 |
* | A few more whitespace fixes. | jhb | 2008-07-30 | 2 | -2/+1 |
* | If the kernel has run out of metadata for swap, then explicitly panic() | jhb | 2008-07-30 | 1 | -1/+1 |
* | Whitespace tweak. | jhb | 2008-07-30 | 1 | -1/+0 |
* | Trim some noise from some #ifdef's. This had leaked into the compat32 | jhb | 2008-07-30 | 2 | -2/+2 |
* | fix includes for post sockbuf re-factor | kmacy | 2008-07-30 | 5 | -142/+12 |
* | Use single byte read and write operations to toggle the BIOS and OS | jhb | 2008-07-30 | 2 | -14/+14 |
* | The behaviour of the lockmgr going back at least to the 4.4BSD-Lite2 was | kib | 2008-07-30 | 1 | -2/+9 |
* | This updates the ixgbe driver to Intel internal version 1.4.7 | jfv | 2008-07-30 | 10 | -423/+396 |
* | Set all of the "optimum performance" PHY registers for the 15D parts as | jhb | 2008-07-30 | 1 | -10/+8 |
* | SIS_SETBIT() already does a read/modify/write operation, so there isn't | jhb | 2008-07-30 | 1 | -2/+1 |
* | Remove the use of lbolt from the VFS syncer. | ed | 2008-07-30 | 1 | -9/+7 |
* | Don't make subr_clist.c depend on the TTY layer. | ed | 2008-07-30 | 1 | -5/+6 |
* | Bring back the save/restore of the %ds, %es, %fs and %gs registers for | kib | 2008-07-30 | 5 | -20/+33 |
* | Adopt the slightly weaker consistency locking approach used in IPv4 raw | rwatson | 2008-07-30 | 1 | -7/+3 |
* | Change the type of psaddr_t from void* to uintptr_t. A pointer | marcel | 2008-07-30 | 1 | -1/+1 |
* | Unbreak build. | yongari | 2008-07-30 | 1 | -2/+0 |
* | Free the correct buffer list on failure. | thompsa | 2008-07-30 | 2 | -2/+2 |
* | remove redundant ifdef ... lol | kmacy | 2008-07-29 | 1 | -2/+0 |
* | fix build by forward declaring thread and hiding socket buffer definitions fr... | kmacy | 2008-07-29 | 1 | -3/+6 |
* | Unbreak the build by protecting kernel-only functions with #ifdef _KERNEL. | cognet | 2008-07-29 | 1 | -0/+4 |
* | When copying in and out current ICMPv6 filters on a raw IPv6 socket, | rwatson | 2008-07-29 | 1 | -6/+14 |
* | Since we fail IPv6 raw socket allocation if inp->in6p_icmp6filt can't | rwatson | 2008-07-29 | 2 | -15/+3 |
* | Marginally decomplicate set/getsockopt code in ip6_output.c by simply | rwatson | 2008-07-29 | 1 | -18/+11 |
* | Fix build breakage - kthread_exit() in 8 now has no arguments | rrs | 2008-07-29 | 1 | -1/+2 |