summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4:imp2006-11-031-43/+81
* Fix initialization sequence for consolekmacy2006-11-031-28/+32
* make sure physmem is initializedkmacy2006-11-031-5/+14
* Add a low level function to write a string to the hypervisorjb2006-11-032-0/+17
* Always init the console before trying to cnadd it tojb2006-11-031-2/+2
* Remove extra whitespacenjl2006-11-031-1/+0
* Add PCI Id for ServeRAID 8k.scottl2006-11-031-0/+2
* Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is alwaysmarcel2006-11-031-1/+1
* Make sure kern_envp is never NULL. If we don't get a pointer tomarcel2006-11-031-3/+4
* Properly calculate the checksum of the APIC table.marcel2006-11-031-1/+2
* Defer sending the bpdu from bstp_update_info as all code paths will test thisthompsa2006-11-031-1/+1
* Fix some negotiation issues (like not being able to negotiate async)mjacob2006-11-021-6/+36
* add some missing MPT<>CAM and CAM<>MPT bogolocksmjacob2006-11-021-0/+3
* Add a tunable that allows one to turn off the automatic sending ofmjacob2006-11-021-16/+26
* Unbreak compile with ELF_VERBOSE defined, and fix format warnings.ru2006-11-021-3/+4
* Use the improved m_uiotombuf() function instead of home grown sosend_copyin()andre2006-11-021-1/+29
* Rename m_getm() to m_getm2() and rewrite it to allocate up to page sizedandre2006-11-027-95/+99
* Revert the last change. Masking only 2 MSBs of the virtual addressru2006-11-025-10/+10
* Rewrite kern_sendfile() to work in two loops, the inner which turns as manyandre2006-11-023-241/+282
* Fix ia64 build breakage.pjd2006-11-021-0/+2
* On trap while inside ddb, the trap handler calls kdb_reenter(), thatkib2006-11-021-6/+14
* - Use g_duplicate_bio() instead of g_clone_bio(), so there memory ispjd2006-11-021-5/+3
* I want CPU number here.pjd2006-11-021-1/+1
* Do not test all the conditions if the port is already forwarding. Also print athompsa2006-11-021-3/+7
* Fix a resource leak when the mbuf pointer changes.thompsa2006-11-021-15/+13
* Use 2K Login f/w.mjacob2006-11-021-6120/+6344
* Add 4Gb (24XX) support and lay the foundation for a lot of new stuff.mjacob2006-11-0214-3346/+7601
* Sync the EFI headers with version 1.10.14.62 of the Intel sample EFImarcel2006-11-0220-647/+1255
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-0219-70/+58
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-0235-2414/+0
* If the port is agreed or edge then allow it go go straight to forwarding ratherthompsa2006-11-021-7/+8
* Grr, fix one more build breakage.pjd2006-11-021-0/+1
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-027-18/+10
* Remove <sys/types.h>; including both <sys/param.h> and <sys/types.h>marius2006-11-022-2/+0
* o Make sure to clear f->f_devdata if d_dev->dv_open() fails. Itmarcel2006-11-021-13/+18
* - In sunkbd_probe_keyboard() don't bother to determine the keyboard layoutmarius2006-11-025-85/+399
* Now, that we have gjournal in the tree add possibility to configurepjd2006-11-016-15/+98
* Change spaces to tabs where needed.pjd2006-11-014-28/+28
* Spaces to tabs. (I shouldn't copy and paste from diff output to a terminal)jb2006-11-011-1/+1
* Style nits.pjd2006-11-011-2/+2
* Fix md(4) panic which occurs when I/O request different thanpjd2006-11-011-10/+53
* Fix compile botch in the last panic botch fix. :(jhb2006-11-011-1/+0
* Remove the atkbd(4), atkbdc(4) and psm(4) hints. In theory they can bemarius2006-11-011-6/+0
* Increment nb_allocated while holding the pt_mtx lock to avoid races.jhb2006-11-011-1/+1
* Comment and style tweak.jhb2006-11-011-2/+2
* Skip disabled CPU, because after we sched_bind() to a disabled CPU,pjd2006-11-011-1/+16
* Fix botch in last commit (I tested on 6.x which doesn't have TSO):jhb2006-11-011-5/+2
* Forgot to remove this line.pjd2006-11-011-1/+0
* Aquire Giant in the softdep_flush for clear_remove() and clear_inodedeps()kib2006-11-011-0/+7
* Do not include both <sys/types.h> and <sys/param.h>, it is a style bug ascognet2006-11-011-2/+1
OpenPOWER on IntegriCloud