summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Commit the DUMMY stuff (printing messages for missing syscalls) for amd64 too.netchild2006-06-211-0/+56
* Track interface department events and detach vlans fromyar2006-06-211-8/+76
* - First initialize ifnet, and then insert it into globalglebius2006-06-211-14/+16
* Compute physmem so we can print it correctly on boot.imp2006-06-201-5/+5
* Fix a potential problem when mfi_get_log_state and onlyps2006-06-201-2/+4
* Instead of using scsi probes to do device discovery, use the firmwareps2006-06-205-214/+178
* Fix a typo when getting the log_state and set the flags on theps2006-06-201-1/+1
* Conditionally acquire Giant around VFS operations.jhb2006-06-204-18/+36
* Allow gif interfaces to be added as span ports, the user may want to send athompsa2006-06-201-0/+1
* Cleanup dcmd firmware processing into a single function, mfi_dcmd_commandps2006-06-201-85/+95
* Add a new section in this file for functions that are only exported by thejhb2006-06-201-17/+4
* - Push Giant down into linker_reference_module().jhb2006-06-204-7/+43
* Change get_pv_entry() such that the call to vm_page_alloc() specifiesalc2006-06-202-42/+30
* Clean up some comments and device printf failures in mfi_get_log_stateps2006-06-201-6/+3
* regen after change to syscalls.masternetchild2006-06-206-122/+682
* Make linker_find_file_by_name() and linker_find_file_by_id() static tojhb2006-06-202-12/+12
* Switch to using the DUMMY infrastructure instead of UNIMPL for the newnetchild2006-06-203-116/+172
* - Add a new linker_file_foreach() function that walks the list of linkerjhb2006-06-203-47/+95
* Make linker_file_add_dependency() and linker_load_module() static sincejhb2006-06-202-16/+8
* Probe the memory size of the board better. Look at the bus width,imp2006-06-202-2/+60
* Don't check if malloc(M_WAITOK) returns NULL.jhb2006-06-201-4/+0
* Use 'else' to remove another goto.jhb2006-06-201-5/+2
* - Remove some useless variable initializations.jhb2006-06-201-6/+3
* We no longer need to disable interrupts in MD trap machineryyar2006-06-202-12/+2
* Properly cast the values of valsize (the size of the value passed in)gnn2006-06-201-2/+2
* Allocate a zero'ed syncache hashtable. mtx_init() tests the suppliedandre2006-06-201-1/+1
* Add variable cpu_mxcsr_mask to save valid bits of mxcsr register.davidxu2006-06-191-0/+1
* MFi386:davidxu2006-06-193-2/+10
* Import interface groups from OpenBSD. This allows to group interfaces inmlaier2006-06-195-0/+326
* - Move the gigabit NICs that use miibus into the miibus section to matchjhb2006-06-191-6/+11
* Add a forgotten ","matteo2006-06-191-1/+1
* Add Hamlet eXagerate XURS232 USB-Serial adaptermatteo2006-06-191-0/+2
* When we receive an out-of-window SYN for an "ESTABLISHED" connection,dwmalone2006-06-192-0/+4
* Fix type casts so that we get at the right response queue.sos2006-06-191-7/+10
* Trival whitespace change.obrien2006-06-191-1/+0
* Style fix, use low-case.davidxu2006-06-191-1/+1
* Clear bit 22 in MSR IA32_MISC_ENABLE, according to Intel document,davidxu2006-06-192-0/+12
* Remove two debugging printfsps2006-06-191-2/+0
* Fix spelling mistake in comment.thompsa2006-06-191-1/+1
* Make sure the stack is properly aligned.cognet2006-06-182-13/+36
* In g_dev_strategy(), when failing an IO request with EINVAL due tosimon2006-06-181-0/+1
* When retrieving SO_ERROR via getsockopt(), hold the socket lock aroundrwatson2006-06-181-0/+2
* Add support for the Aceeca Mez1000 RDA.netchild2006-06-182-0/+5
* Add support for:netchild2006-06-181-0/+2
* Remove the insistance on having a device.hints. This was a seat beltimp2006-06-181-16/+0
* Don't descend into ${MACHINE} on the arm platforms.imp2006-06-181-0/+2
* Add support for:netchild2006-06-181-0/+8
* Add Epson Perfection 1270 scanner. All other scanners in the PR are alreadynetchild2006-06-182-0/+2
* When attaching an Xbox 360 gamepad a computer, the LED on the gamepadnetchild2006-06-181-0/+6
* Remove T/TCP RFC1644 Connection Count comparison macros. They are no longerandre2006-06-181-13/+0
OpenPOWER on IntegriCloud