History log of /src/sys/arch/cats/include/param.h |
Revision | | Date | Author | Comments |
1.9 |
| 31-May-2021 |
simonb | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is referenced since some sources include <machine/param.h>.
|
1.8 |
| 01-Dec-2010 |
skrll | branches: 1.8.76; Define PCI_MAGIC_IO_RANGE, so that Xorg drivers can mmap PCI IO space.
|
1.7 |
| 03-Jan-2003 |
thorpej | branches: 1.7.132; Remove obsolete MACHINE_ARCH -> arm32
|
1.6 |
| 28-Jun-2002 |
tsutsui | Define MSGBUFSIZE here only if it's not specified by options(4).
|
1.5 |
| 07-Jun-2002 |
chris | dmesg from cats booting can be bigger than 4k, so enlarge it to 8k.
|
1.4 |
| 12-Feb-2002 |
thorpej | branches: 1.4.8; * For platforms which are already ELF, remove the definition of MACHINE_ARCH since <arm/param.h> already sets it correctly to "arm". * For platforms which are not yet ELF, defined MACHINE_ARCH to "arm32" if __ELF__ is not defined by the C preprocessor. * In <arm/param.h>, clarify the rules about when MACHINE and MACHINE_ARCH are defined, and to what. Also, for ELF platforms, int the non-_KERNEL case, force both MACHINE and MACHINE_ARCH to "arm", rather than allowing platform-specifc code to define either.
|
1.3 |
| 12-Jun-2001 |
matt | branches: 1.3.2; 1.3.8; Revert back to arm32 (for now).
|
1.2 |
| 12-Jun-2001 |
matt | The machine is cats, the machine_arch is arm (not arm32).
|
1.1 |
| 08-Jun-2001 |
chris | Finish off the cats arch dir by creating an include dir and populating it from arm32/include. Make use of std.cats in the kernel config.
Fixup files.cats so it actually works.
|
1.3.8.5 |
| 03-Jan-2003 |
thorpej | Sync with HEAD.
|
1.3.8.4 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
1.3.8.3 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.3.8.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.3.8.1 |
| 12-Jun-2001 |
nathanw | file param.h was added on branch nathanw_sa on 2002-02-28 04:08:41 +0000
|
1.3.2.3 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.3.2.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.3.2.1 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.4.8.2 |
| 16-Jul-2002 |
gehenna | catch up with -current.
|
1.4.8.1 |
| 14-Jul-2002 |
gehenna | catch up with -current.
|
1.7.132.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.8.76.1 |
| 17-Jun-2021 |
thorpej | Sync w/ HEAD.
|