Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-05 | include files which are used by userland cannot include other files.. | Theo de Raadt | |
which are not installed to userland; ok drahn | |||
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt | |
to support hotplug media on most architectures. disklabel setup and verification done using new helper functions. Disklabels must *always* have a correct checksum now. Same code paths are used to learn on-disk location disklabels, to avoid new errors sneaking in. Tested on almost all cases, testing help from todd, kettenis, krw, otto, dlg, robert, gwk, drahn | |||
2007-06-09 | Increase MAXDSIZ on armish to 1GB, requested long ago, ok robert@ | Dale Rahn | |
2007-05-21 | timecounters for armish. | Dale Rahn | |
2007-05-19 | Implement splassert for armish and zaurus. | Miod Vallat | |
2007-05-15 | Remove the MI implementation of mutexes and remove the __HAVE_MUTEX | Artur Grabowski | |
option. Every architecture implements mutexes now. | |||
2007-05-15 | Dummy mutex code for arm platforms. ok drahn@ deraadt@ | Miod Vallat | |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt | |
rt and such; tested and ok miod drahn | |||
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski | |
right now that are supposed to be atomic with respect to interrupts and SMP: atomic_setbits_int and atomic_clearbits_int. All architectures other than i386 and amd64 get dummy implementations since at first we'll be replacing operations that are done with "a |= bit" and "a &= ~bit" today. More proper implementations will follow kettenis@, miod@ ok | |||
2006-10-02 | One <arm/exec.h> to bind them all. | Miod Vallat | |
2006-07-30 | With new kernel and bootloader, argument passing now works, version 1.0. | Dale Rahn | |
(and yes this does work on iodata and thecus) | |||
2006-07-12 | Orphaned stuff. | Miod Vallat | |
2006-06-15 | rewritten, simplifed interrupt controller for 80321, half the lines | Dale Rahn | |
and much less complex. IPL_SERIAL goes at the same time. | |||
2006-06-04 | Shrink VM_PHYSSEG_MAX to 1 on platforms where physical memory is contiguous | Miod Vallat | |
and there is only one call to uvm_page_physload(). | |||
2006-05-31 | Ding dong, __NEWINTR is dead | Miod Vallat | |
2006-05-30 | Several pieces were copied over from previous ports that are unnecessary, | Dale Rahn | |
pointed out by miod@ | |||
2006-05-29 | Add a new port for ARM based products from a variety of vendors, typically | Dale Rahn | |
using Redboot as a loader and using pci, that have a variety of fairly minor hardware differences between them. |