| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too. | netchild | 2006-06-21 | 1 | -0/+56 |
* | Track interface department events and detach vlans from | yar | 2006-06-21 | 1 | -8/+76 |
* | - First initialize ifnet, and then insert it into global | glebius | 2006-06-21 | 1 | -14/+16 |
* | Compute physmem so we can print it correctly on boot. | imp | 2006-06-20 | 1 | -5/+5 |
* | Fix a potential problem when mfi_get_log_state and only | ps | 2006-06-20 | 1 | -2/+4 |
* | Instead of using scsi probes to do device discovery, use the firmware | ps | 2006-06-20 | 5 | -214/+178 |
* | Fix a typo when getting the log_state and set the flags on the | ps | 2006-06-20 | 1 | -1/+1 |
* | Conditionally acquire Giant around VFS operations. | jhb | 2006-06-20 | 4 | -18/+36 |
* | Allow gif interfaces to be added as span ports, the user may want to send a | thompsa | 2006-06-20 | 1 | -0/+1 |
* | Cleanup dcmd firmware processing into a single function, mfi_dcmd_command | ps | 2006-06-20 | 1 | -85/+95 |
* | Add a new section in this file for functions that are only exported by the | jhb | 2006-06-20 | 1 | -17/+4 |
* | - Push Giant down into linker_reference_module(). | jhb | 2006-06-20 | 4 | -7/+43 |
* | Change get_pv_entry() such that the call to vm_page_alloc() specifies | alc | 2006-06-20 | 2 | -42/+30 |
* | Clean up some comments and device printf failures in mfi_get_log_state | ps | 2006-06-20 | 1 | -6/+3 |
* | regen after change to syscalls.master | netchild | 2006-06-20 | 6 | -122/+682 |
* | Make linker_find_file_by_name() and linker_find_file_by_id() static to | jhb | 2006-06-20 | 2 | -12/+12 |
* | Switch to using the DUMMY infrastructure instead of UNIMPL for the new | netchild | 2006-06-20 | 3 | -116/+172 |
* | - Add a new linker_file_foreach() function that walks the list of linker | jhb | 2006-06-20 | 3 | -47/+95 |
* | Make linker_file_add_dependency() and linker_load_module() static since | jhb | 2006-06-20 | 2 | -16/+8 |
* | Probe the memory size of the board better. Look at the bus width, | imp | 2006-06-20 | 2 | -2/+60 |
* | Don't check if malloc(M_WAITOK) returns NULL. | jhb | 2006-06-20 | 1 | -4/+0 |
* | Use 'else' to remove another goto. | jhb | 2006-06-20 | 1 | -5/+2 |
* | - Remove some useless variable initializations. | jhb | 2006-06-20 | 1 | -6/+3 |
* | We no longer need to disable interrupts in MD trap machinery | yar | 2006-06-20 | 2 | -12/+2 |
* | Properly cast the values of valsize (the size of the value passed in) | gnn | 2006-06-20 | 1 | -2/+2 |
* | Allocate a zero'ed syncache hashtable. mtx_init() tests the supplied | andre | 2006-06-20 | 1 | -1/+1 |
* | Add variable cpu_mxcsr_mask to save valid bits of mxcsr register. | davidxu | 2006-06-19 | 1 | -0/+1 |
* | MFi386: | davidxu | 2006-06-19 | 3 | -2/+10 |
* | Import interface groups from OpenBSD. This allows to group interfaces in | mlaier | 2006-06-19 | 5 | -0/+326 |
* | - Move the gigabit NICs that use miibus into the miibus section to match | jhb | 2006-06-19 | 1 | -6/+11 |
* | Add a forgotten "," | matteo | 2006-06-19 | 1 | -1/+1 |
* | Add Hamlet eXagerate XURS232 USB-Serial adapter | matteo | 2006-06-19 | 1 | -0/+2 |
* | When we receive an out-of-window SYN for an "ESTABLISHED" connection, | dwmalone | 2006-06-19 | 2 | -0/+4 |
* | Fix type casts so that we get at the right response queue. | sos | 2006-06-19 | 1 | -7/+10 |
* | Trival whitespace change. | obrien | 2006-06-19 | 1 | -1/+0 |
* | Style fix, use low-case. | davidxu | 2006-06-19 | 1 | -1/+1 |
* | Clear bit 22 in MSR IA32_MISC_ENABLE, according to Intel document, | davidxu | 2006-06-19 | 2 | -0/+12 |
* | Remove two debugging printfs | ps | 2006-06-19 | 1 | -2/+0 |
* | Fix spelling mistake in comment. | thompsa | 2006-06-19 | 1 | -1/+1 |
* | Make sure the stack is properly aligned. | cognet | 2006-06-18 | 2 | -13/+36 |
* | In g_dev_strategy(), when failing an IO request with EINVAL due to | simon | 2006-06-18 | 1 | -0/+1 |
* | When retrieving SO_ERROR via getsockopt(), hold the socket lock around | rwatson | 2006-06-18 | 1 | -0/+2 |
* | Add support for the Aceeca Mez1000 RDA. | netchild | 2006-06-18 | 2 | -0/+5 |
* | Add support for: | netchild | 2006-06-18 | 1 | -0/+2 |
* | Remove the insistance on having a device.hints. This was a seat belt | imp | 2006-06-18 | 1 | -16/+0 |
* | Don't descend into ${MACHINE} on the arm platforms. | imp | 2006-06-18 | 1 | -0/+2 |
* | Add support for: | netchild | 2006-06-18 | 1 | -0/+8 |
* | Add Epson Perfection 1270 scanner. All other scanners in the PR are already | netchild | 2006-06-18 | 2 | -0/+2 |
* | When attaching an Xbox 360 gamepad a computer, the LED on the gamepad | netchild | 2006-06-18 | 1 | -0/+6 |
* | Remove T/TCP RFC1644 Connection Count comparison macros. They are no longer | andre | 2006-06-18 | 1 | -13/+0 |