| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Pullup even when the extention header is unknown, to prevent | ume | 2006-06-22 | 1 | -1/+13 |
* | Move conditional preprocessing out of the SYSCTL_ADD_STRING macro | dds | 2006-06-22 | 1 | -1/+4 |
* | Clean up style and some printf messages. Note that returning anything other | njl | 2006-06-22 | 1 | -94/+60 |
* | Identify the cual-core Montecito. | marcel | 2006-06-22 | 1 | -0/+8 |
* | Nitsville: the routine is called initarm, not init_arm, correct it in | imp | 2006-06-21 | 1 | -1/+1 |
* | Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope to | jhb | 2006-06-21 | 3 | -54/+79 |
* | Add a sx_xlocked() macro which returns true if the current thread holds an | jhb | 2006-06-21 | 1 | -1/+2 |
* | - Push down Giant in kldfind() and kldsym(). | jhb | 2006-06-21 | 1 | -16/+10 |
* | Whoops, revert accidental commit. | jhb | 2006-06-21 | 1 | -19/+7 |
* | Fix two comments and a style fix. | jhb | 2006-06-21 | 2 | -11/+25 |
* | Various whitespace fixes. | jhb | 2006-06-21 | 1 | -12/+11 |
* | Fix the VLAN_ARRAY case, mostly regarding improper use of atomic(9) | yar | 2006-06-21 | 1 | -30/+16 |
* | Make the mincore(2) return ENOMEM when requested range is not fully mapped. | kib | 2006-06-21 | 1 | -3/+15 |
* | Don't forget to define uart_sa1110_vaddr. | cognet | 2006-06-21 | 1 | -0/+2 |
* | 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 |