| Commit message (Expand) | Author | Age | Files | Lines |
| * | Conditionally acquire Giant around VFS operations. | John Baldwin | 2006-06-20 | 4 | -18/+36 |
| * | Allow gif interfaces to be added as span ports, the user may want to send a | Andrew Thompson | 2006-06-20 | 1 | -0/+1 |
| * | Cleanup dcmd firmware processing into a single function, mfi_dcmd_command | Paul Saab | 2006-06-20 | 1 | -85/+95 |
| * | Add a new section in this file for functions that are only exported by the | John Baldwin | 2006-06-20 | 1 | -17/+4 |
| * | - Push Giant down into linker_reference_module(). | John Baldwin | 2006-06-20 | 4 | -7/+43 |
| * | Change get_pv_entry() such that the call to vm_page_alloc() specifies | Alan Cox | 2006-06-20 | 2 | -42/+30 |
| * | Clean up some comments and device printf failures in mfi_get_log_state | Paul Saab | 2006-06-20 | 1 | -6/+3 |
| * | regen after change to syscalls.master | Alexander Leidinger | 2006-06-20 | 6 | -122/+682 |
| * | Make linker_find_file_by_name() and linker_find_file_by_id() static to | John Baldwin | 2006-06-20 | 2 | -12/+12 |
| * | Switch to using the DUMMY infrastructure instead of UNIMPL for the new | Alexander Leidinger | 2006-06-20 | 3 | -116/+172 |
| * | - Add a new linker_file_foreach() function that walks the list of linker | John Baldwin | 2006-06-20 | 3 | -47/+95 |
| * | Make linker_file_add_dependency() and linker_load_module() static since | John Baldwin | 2006-06-20 | 2 | -16/+8 |
| * | Probe the memory size of the board better. Look at the bus width, | Warner Losh | 2006-06-20 | 2 | -2/+60 |
| * | Don't check if malloc(M_WAITOK) returns NULL. | John Baldwin | 2006-06-20 | 1 | -4/+0 |
| * | Use 'else' to remove another goto. | John Baldwin | 2006-06-20 | 1 | -5/+2 |
| * | - Remove some useless variable initializations. | John Baldwin | 2006-06-20 | 1 | -6/+3 |
| * | We no longer need to disable interrupts in MD trap machinery | Yaroslav Tykhiy | 2006-06-20 | 2 | -12/+2 |
| * | Properly cast the values of valsize (the size of the value passed in) | George V. Neville-Neil | 2006-06-20 | 1 | -2/+2 |
| * | Allocate a zero'ed syncache hashtable. mtx_init() tests the supplied | Andre Oppermann | 2006-06-20 | 1 | -1/+1 |
| * | Add variable cpu_mxcsr_mask to save valid bits of mxcsr register. | David Xu | 2006-06-19 | 1 | -0/+1 |
| * | MFi386: | David Xu | 2006-06-19 | 3 | -2/+10 |
| * | Import interface groups from OpenBSD. This allows to group interfaces in | Max Laier | 2006-06-19 | 5 | -0/+326 |
| * | - Move the gigabit NICs that use miibus into the miibus section to match | John Baldwin | 2006-06-19 | 1 | -6/+11 |
| * | Add a forgotten "," | Matteo Riondato | 2006-06-19 | 1 | -1/+1 |
| * | Add Hamlet eXagerate XURS232 USB-Serial adapter | Matteo Riondato | 2006-06-19 | 1 | -0/+2 |
| * | When we receive an out-of-window SYN for an "ESTABLISHED" connection, | David Malone | 2006-06-19 | 2 | -0/+4 |
| * | Fix type casts so that we get at the right response queue. | Søren Schmidt | 2006-06-19 | 1 | -7/+10 |
| * | Trival whitespace change. | David E. O'Brien | 2006-06-19 | 1 | -1/+0 |
| * | Style fix, use low-case. | David Xu | 2006-06-19 | 1 | -1/+1 |
| * | Clear bit 22 in MSR IA32_MISC_ENABLE, according to Intel document, | David Xu | 2006-06-19 | 2 | -0/+12 |
| * | Remove two debugging printfs | Paul Saab | 2006-06-19 | 1 | -2/+0 |
| * | Fix spelling mistake in comment. | Andrew Thompson | 2006-06-19 | 1 | -1/+1 |
| * | Make sure the stack is properly aligned. | Olivier Houchard | 2006-06-18 | 2 | -13/+36 |
| * | In g_dev_strategy(), when failing an IO request with EINVAL due to | Simon L. B. Nielsen | 2006-06-18 | 1 | -0/+1 |
| * | When retrieving SO_ERROR via getsockopt(), hold the socket lock around | Robert Watson | 2006-06-18 | 1 | -0/+2 |
| * | Add support for the Aceeca Mez1000 RDA. | Alexander Leidinger | 2006-06-18 | 2 | -0/+5 |
| * | Add support for: | Alexander Leidinger | 2006-06-18 | 1 | -0/+2 |
| * | Remove the insistance on having a device.hints. This was a seat belt | Warner Losh | 2006-06-18 | 1 | -16/+0 |
| * | Don't descend into ${MACHINE} on the arm platforms. | Warner Losh | 2006-06-18 | 1 | -0/+2 |
| * | Add support for: | Alexander Leidinger | 2006-06-18 | 1 | -0/+8 |
| * | Add Epson Perfection 1270 scanner. All other scanners in the PR are already | Alexander Leidinger | 2006-06-18 | 2 | -0/+2 |
| * | When attaching an Xbox 360 gamepad a computer, the LED on the gamepad | Alexander Leidinger | 2006-06-18 | 1 | -0/+6 |
| * | Remove T/TCP RFC1644 Connection Count comparison macros. They are no longer | Andre Oppermann | 2006-06-18 | 1 | -13/+0 |
| * | - Rename hw.snd.unit to hw.snd.default_unit to make the purpose more obvious. | Alexander Leidinger | 2006-06-18 | 10 | -15/+61 |
| * | Do not access syncache entry before it was allocated for the TF_NOOPT case | Andre Oppermann | 2006-06-18 | 1 | -3/+4 |
| * | Add a funny sysctl: debug.kdb.trap_code . | Yaroslav Tykhiy | 2006-06-18 | 1 | -1/+22 |
| * | Move all syncache related structures to tcp_syncache.c. They are only used | Andre Oppermann | 2006-06-18 | 2 | -39/+39 |
| * | Fix style while I'm here. | Yaroslav Tykhiy | 2006-06-18 | 1 | -2/+2 |
| * | The i386 "call" instruction works as follows: it pushes | Yaroslav Tykhiy | 2006-06-18 | 2 | -3/+28 |
| * | Remove double lock acquisition in syncookie_lookup() which came from last | Andre Oppermann | 2006-06-18 | 1 | -1/+0 |