| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments. | rwatson | 2007-05-28 | 1 | -2/+2 |
* | Fix indentation of the syncache_expand() section in tcp_input(). | andre | 2007-05-28 | 1 | -52/+52 |
* | Precede symbol names consistently with tabs rather than spaces. | rwatson | 2007-05-28 | 1 | -14/+14 |
* | - fixed autclose to not allow setting on 1-2-1 model. | rrs | 2007-05-28 | 17 | -360/+811 |
* | Refactor and rewrite in parts the SYN handling code on listen sockets | andre | 2007-05-28 | 3 | -45/+125 |
* | Check fdopen return value. | kevlo | 2007-05-28 | 1 | -0/+6 |
* | Add a '-k' flag which is similar with its bzip2(1) counterpart, | delphij | 2007-05-28 | 2 | -4/+15 |
* | Fix probably copy&paste from chmod(1) - we change file flags here, not mode. | pjd | 2007-05-28 | 1 | -1/+1 |
* | Adjust va_mask for setattr. FreeBSD doesn't have va_mask, so we initialize it | pjd | 2007-05-28 | 2 | -0/+2 |
* | We should better ignore a break on gdb port if gdb is not enabled. | simokawa | 2007-05-28 | 1 | -2/+2 |
* | - Remove unnecessary vnode internal locking - v_vflag is protect by vnode's | pjd | 2007-05-28 | 1 | -18/+9 |
* | Because we allocate componentname structures on stack, bzero() them before | pjd | 2007-05-28 | 2 | -0/+6 |
* | Fix compiles when user chooses to disable both ObjC and C++ support in | kan | 2007-05-28 | 1 | -1/+2 |
* | Tuning for small packet handling | kmacy | 2007-05-27 | 2 | -9/+6 |
* | Don't bind queue to cpus if only one queue is in use | kmacy | 2007-05-27 | 1 | -1/+3 |
* | Don't initialize the decrementer before initclocks() is called. | marcel | 2007-05-27 | 4 | -24/+14 |
* | Universally adopt most conventional spelling of acquire. | rwatson | 2007-05-27 | 8 | -8/+9 |
* | Improve both the PCI and PC Card descriptions of the RID. | imp | 2007-05-27 | 1 | -4/+4 |
* | Eliminate an unused definition. | alc | 2007-05-27 | 3 | -7/+2 |
* | Fix broken binary issues with latest gcc 4.x due to bitfield signess | ariff | 2007-05-27 | 4 | -4/+6 |
* | Bring in a bunch of bug fixes and some code to support more chipsets. | joel | 2007-05-27 | 6 | -19/+246 |
* | Normalize spelling and grammar in TCP hostcache comments. | rwatson | 2007-05-27 | 1 | -67/+66 |
* | Select a more appealing spelling for the word acquire. | rwatson | 2007-05-27 | 1 | -10/+10 |
* | Remove "XXX Giant" comments before calls to kdb_trap() -- the kernel | rwatson | 2007-05-27 | 2 | -2/+0 |
* | Implement assert() in ncr.c using KASSERT() rather than explicitly testing | rwatson | 2007-05-27 | 1 | -6/+1 |
* | Have the processor defer all faults and exceptions for control | marcel | 2007-05-27 | 5 | -16/+53 |
* | Rather than repeatedly setting and discarding local variable 'o' based | rwatson | 2007-05-27 | 1 | -9/+7 |
* | In tcp_timer_2msl(), tp can never become NULL, so don't check it for | rwatson | 2007-05-27 | 1 | -1/+1 |
* | Add parens around *free in *free++ in mbp_count() so that mbp_count() | rwatson | 2007-05-27 | 1 | -1/+1 |
* | Remove amountpipes counter for pipes -- this replicates the function of | rwatson | 2007-05-27 | 1 | -19/+2 |
* | Don't check curproc->p_comm for NULL as it is an array allocated as part of | rwatson | 2007-05-27 | 1 | -3/+1 |
* | In ncp_conn_alloc(), a new credential pointer, 'owner', is set up to point | rwatson | 2007-05-27 | 1 | -3/+4 |
* | Don't assign sp to the value of s when we're about to assign it instead to | rwatson | 2007-05-27 | 1 | -1/+1 |
* | Change default value of hw.firewire.dcons_crom.force_console to 0 | simokawa | 2007-05-27 | 1 | -1/+1 |
* | Make compile without GDB option. | simokawa | 2007-05-27 | 1 | -4/+11 |
* | Remove #if 0'd check for 0-size allocations, which if enabled, called | rwatson | 2007-05-27 | 1 | -4/+0 |
* | Rather than entering the debugger via kdb_enter() when detecting memory | rwatson | 2007-05-27 | 1 | -12/+6 |
* | Rather than entering the debugger via kdb_enter() in the event the | rwatson | 2007-05-27 | 1 | -5/+2 |
* | Rather than entering DDB with the message "unexpected error" and wedging | rwatson | 2007-05-27 | 1 | -2/+1 |
* | silence some compiler complaints | sam | 2007-05-27 | 1 | -10/+10 |
* | Add man pages for mmc (the mmc bus) and mmcsd (the memory card | imp | 2007-05-27 | 3 | -0/+114 |
* | fix compile warning by removing redundant LOG_ERR define | kmacy | 2007-05-27 | 1 | -1/+0 |
* | set IFF_OACTIVE to avoid hangs when the tx ring fills up | kmacy | 2007-05-27 | 2 | -0/+10 |
* | There are too many false positive LORs reported by WITNESS, so when ZFS | pjd | 2007-05-26 | 4 | -4/+28 |
* | lex(1) no longer installs headers into GCC-internal dirs | ru | 2007-05-26 | 1 | -3/+3 |
* | A careful reading of the disclaimer that is required to download the | imp | 2007-05-26 | 8 | -0/+216 |
* | To avoid a deadlock when handling .. directory during a lookup, we unlock | pjd | 2007-05-25 | 1 | -3/+6 |
* | We no longer need to put namecache entries onto temporary mplist. | pjd | 2007-05-25 | 1 | -11/+3 |
* | The cache_leaf_test() function seems to be unused, so remove it. | pjd | 2007-05-25 | 2 | -32/+0 |
* | The printf %b list in PRINT_TH_FLAGS has to be in octal numbering. | andre | 2007-05-25 | 1 | -1/+1 |