| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed to make mbuf chain. | ume | 2002-07-18 | 1 | -1/+1 |
* | o Introduce an argument, VM_ALLOC_WIRED, that requests vm_page_alloc() | alc | 2002-07-18 | 3 | -15/+19 |
* | Use pmap_kenter() rather than vtopte() and bashing the page tables | peter | 2002-07-18 | 4 | -56/+12 |
* | Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/ | peter | 2002-07-17 | 1 | -1/+1 |
* | ia64 does not have the same degree of stealth include file nesting, | peter | 2002-07-17 | 2 | -0/+4 |
* | Pacify gcc on ia64 | peter | 2002-07-17 | 2 | -0/+6 |
* | I don't know how the minimum retransmit timeout managed to get set to | dillon | 2002-07-17 | 1 | -1/+7 |
* | Fix some typos in 1.68 from over a week ago. | peter | 2002-07-17 | 1 | -2/+1 |
* | Cap the initial PV and PTE table preallocations. Otherwise we explode | peter | 2002-07-17 | 1 | -1/+4 |
* | Be sure to use a logical address for the SAL table. For some reason the | peter | 2002-07-17 | 1 | -1/+2 |
* | Update for new ACPICA import. Gah. | peter | 2002-07-17 | 1 | -3/+3 |
* | Avoid trying to set PG_G on the first 4MB when we set up the 4MB page. | peter | 2002-07-17 | 2 | -0/+12 |
* | Fix a reversed test. | julian | 2002-07-17 | 1 | -7/+15 |
* | Make sure the process state for the idle proc is set correctly | julian | 2002-07-17 | 1 | -0/+1 |
* | Clean up the syntax WRT semicolons at the end of function-like-macros, and pr... | markm | 2002-07-17 | 2 | -46/+148 |
* | MFi386: revision 1.524. | nyan | 2002-07-17 | 2 | -6/+20 |
* | MFi386: revision 1.350. | nyan | 2002-07-17 | 1 | -5/+5 |
* | Handle installation of links through bsd.links.mk. | ru | 2002-07-17 | 1 | -54/+17 |
* | Fix a panic when doing "ipfw add pipe 1 log ..." | luigi | 2002-07-17 | 2 | -6/+31 |
* | Better verbage on hw.pcic sysctls, delete now obsolete comment | imp | 2002-07-17 | 1 | -10/+8 |
* | o Remove workaround that I put in to mask the BadVcc problem. | imp | 2002-07-17 | 2 | -34/+71 |
* | Be more conservative about the address ranges we assign. Some | imp | 2002-07-17 | 1 | -0/+5 |
* | Add definitions for the Ext 1 register on cirrus logic PD-6729. | imp | 2002-07-17 | 1 | -0/+9 |
* | Qualify comment on machdep.cpu_idle_hlt. Turning this on on a SMP | dillon | 2002-07-17 | 2 | -6/+20 |
* | pccard_common.c is no longer necssary | imp | 2002-07-17 | 1 | -1/+0 |
* | Eliminate the need for pccard_common.c by moving the function inline | imp | 2002-07-17 | 3 | -70/+19 |
* | Add support for Elsa XI325, Netgear MA401RA, and Nokia C110. From OpenBSD | imp | 2002-07-17 | 1 | -0/+3 |
* | regen from pccarddevs 1.33 | imp | 2002-07-17 | 1 | -2/+18 |
* | MFOpenBSD: | imp | 2002-07-17 | 1 | -1/+9 |
* | - Use more correct values to initialize the AGP controller during setup. | jhb | 2002-07-17 | 2 | -12/+42 |
* | Preallocate a struct file as the first thing in falloc() before we lock | jhb | 2002-07-17 | 1 | -16/+5 |
* | Add a KASSERT() to assert that td_critnest is == 1 when mi_switch() is | jhb | 2002-07-17 | 1 | -0/+2 |
* | Allow alphas to do crashdumps: Refuse to run anything in choosethread() | gallatin | 2002-07-17 | 5 | -9/+16 |
* | Change utimes to set the file creation time (for filesystems that | mckusick | 2002-07-17 | 4 | -13/+43 |
* | Introduce the DEVFS "rule" subsystem. DEVFS rules permit the | dd | 2002-07-17 | 6 | -1/+950 |
* | 'recm' was not being unconditionally cleared for each loop, leading to | dillon | 2002-07-17 | 1 | -1/+6 |
* | Change the name of st_createtime to st_birthtime. This change is | mckusick | 2002-07-16 | 8 | -18/+18 |
* | Fix a bug nfs_write() related to ^C'ing during a file write on an | dillon | 2002-07-16 | 1 | -2/+4 |
* | o Use vm_pageq_remove_nowakeup() and vm_pageq_enqueue() in | alc | 2002-07-16 | 1 | -7/+2 |
* | Various comment and minor style fixes. No actual content changes. | jhb | 2002-07-16 | 7 | -61/+52 |
* | When multiple IOMMUs are present in a system, use a single TSB for all | tmm | 2002-07-16 | 4 | -224/+160 |
* | Don't imply that setting the boot_ variables to "NO" will disable them. | mp | 2002-07-16 | 1 | -6/+8 |
* | Add new UltraSPARC-III VIS II instructions. | tmm | 2002-07-16 | 1 | -0/+9 |
* | - Use IO mode to reset the controller (82544 and beyond) | pdeuskar | 2002-07-16 | 6 | -103/+429 |
* | Add new LSU bits for UltraSPARC-III. | tmm | 2002-07-16 | 1 | -0/+16 |
* | Add ASI definitions of UltraSPARC-III (Cu) processors, and add some | tmm | 2002-07-16 | 1 | -8/+102 |
* | Add missing quotes around ID string in __FBSDID(). | tmm | 2002-07-16 | 1 | -1/+1 |
* | Some style cleanups. | jhb | 2002-07-16 | 1 | -20/+6 |
* | If we get a receive error in nfs_receive() and then get an error trying to | jhb | 2002-07-16 | 1 | -5/+6 |
* | Change include order. | nyan | 2002-07-16 | 1 | -1/+1 |