| 17 months | cegger | from NetBSD rev. 1.13: |
| 17 months | cegger | merge |
| 17 months | cegger | merge 39338:b3a2befa2ce7 and 40313:300f707c7198 |
| 17 months | cegger | build a debug kernel by default until Dom0 works |
| 17 months | cegger | fix build with XENDEBUG #defined |
| 17 months | cegger | update boot telemetry |
| 17 months | cegger | Dom0: fix find_pmap_mem_end |
| 18 months | Anil Madhavapeddy | partial sync with i386 pmap, enough to get it compiling (flags to pg_flags, use ENOMEM, grab the intrsafe mappings changes). still lots to do here. |
| 18 months | Anil Madhavapeddy | fix typo in disk_lock |
| 18 months | Anil Madhavapeddy | dont use lockmgr directly, but disk_lock/unlock instead. This switches to using rwlock instead of lockmgr (and recursive lock badness)... |
| 18 months | Anil Madhavapeddy | remove reference to KERN_SUCCESS, replace with 0 instead |
| 18 months | Anil Madhavapeddy | only expose atomic.h functions in kernel, from openbsd-sys.hg:39351:9399c453c664 |
| 18 months | Anil Madhavapeddy | add atomic.h functions atomic_setbits_int/atomic_clearbits_int from openbsd-sys.hg:39182:8c45e6d62251 |
| 19 months | Anil Madhavapeddy | Merge from openbsd-sys.hg:40113:f4d2eb0df7e0 |
| 19 months | krw | For devices unwilling or unable to report geometry, change the 'fake' |
| 19 months | marco | Add degraded raid 1 io path code |
| 19 months | miod | Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MI |
| 19 months | miod | Correctly handle pv_flags for pages used to store ptes, so that they |
| 19 months | art | Clean up. |
| 19 months | espie | hide struct process from userland, allow kvm_proc to see it. |
| 19 months | reyk | move the debugging messages into #ifdef IPMI_DEBUG, we do not need to |
| 19 months | art | While splitting flags and pqflags might have been a good idea in theory |
| 19 months | krw | If a removable device refuses to process PREVENT_ALLOW to lock the |
| 19 months | kettenis | Timecounters for macppc. As clean and simple as sparc64. Uses the %tb |
| 19 months | krw | scsi_generic is now 16 bytes. Adjust padding so struct is still |
| 19 months | krw | scsi_generic is now 16 bytes. Adjust offsets into structure being |
| 19 months | miod | Relax the cache flags logic in pmap_kenter_pa, to make sure that mappings |
| 19 months | krw | scsi_generic is now 16 bytes. Adjust offsets into structure being |
| 19 months | thib | Remove cluster reading from cd9660_read(); wich doesnt work. |
| 19 months | millert | Update install media generation to the new semantics of the -c flag. |
| 19 months | thib | Move the declaration of VN_KNOTE() into vnode.h instead of having |
| 19 months | reyk | The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the same |
| 19 months | art | When freeing PTP pages, we need to wait until TLB shootdown has been |
| 19 months | jasper | regen |
| 19 months | jasper | add Ageia and a GeForce card |
| 19 months | art | Move the proc0 stack below the proc0 page tables so that in case we |
| 19 months | bluhm | Remove comments talking about vnode interlock. No binary change. |
| 19 months | miod | map peeing -> mapping |
| 19 months | thib | remove some unneeded externs and unused declerations. |
| 19 months | martin | get alpha SMP into a state where it at least compiles: |
| 19 months | thib | Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCK |
| 19 months | tedu | move p_limit and p_cred into struct process |
| 19 months | thib | Remove the i_interlock simplelock from struct ntnode |
| 19 months | miod | Allow machine-dependant overrides for the ``deadbeef'' sentinel values, |
| 19 months | art | Faster signal delivery on i386/MP. |
| 19 months | art | untypo |
| 19 months | art | Unbreak compile with option UVMHIST after pg_flags changes. |
| 19 months | miod | Discard .comment sections in the final a.out file. |
| 19 months | thib | If VOP_GETATTR() in the nfs_kqpoll() loop returns ESTALE, catch it. |
| 19 months | miod | Fix newlines in dmesg. |
| 19 months | weingart | The beginnings of support for 16-byte cdb's in the scsi code. This is |
| 19 months | martin | __HAVE_CPUINFO for alpha, with bits from netbsd |
| 19 months | thib | remove unused members from struct nfsmount and nfsnode; |
| 19 months | jsg | Do a security freeze lock like we do in wd(4) to deal with systems |
| 19 months | miod | Remove __BUS_SPACE_ADDRESS_SANITY correctly, no cookie for me. Spotted by |
| 19 months | krw | Add cd_kill_buffers() as a separate function, like sd_kill_buffers() |
| 19 months | pascoe | Oops, a code rearrangement meant that I didn't initialise the failed ccb |
| 19 months | marco | Add failure statistics per workunit. |
| 19 months | marco | Remove stale comment. |