Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-25 | One regdump to dump them all... | Marc Espie | |
(moid@ wants that commit, because it interferes with stuff he's cleaning, and he's prepared to clean up stuff I may have forgotten, even though this was tested) | |||
2001-08-20 | cvs does not like me. | Miod Vallat | |
2001-08-11 | remove some old cruft. | Artur Grabowski | |
2001-07-06 | change MSIZE to 256, okay @deraadt | Niels Provos | |
2001-07-04 | $OpenBSD$ | Niklas Hallqvist | |
2001-05-15 | Replace vm_offset_t with vaddr_t and paddr_t as appropriate. | Todd C. Miller | |
NetBSD used as a guide. | |||
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski | |
2001-01-15 | __asm__ and __volatile__ | Theo de Raadt | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller | |
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively. | |||
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller | |
off_t to be visible in stdio.h even in strict ansi mode. This is needed for ftello()/fseeko() and it allows us to remove the horrible fpos_t hack. | |||
1999-07-07 | define vaddr_t, paddr_t, vsize_t and psize_t | Artur Grabowski | |
1999-06-03 | Same problem as i386, same fix. From Theo. | Jason Downs | |
1999-05-16 | attempting to unify m68k exec.h files. | Marc Espie | |
This is a straight copy of sun3 file, It's there to be used by cross-m68k-lds, and eventually so that m68k-aout archs include a common file instead of rolling their own. | |||
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie | |
(don't forget that cpp is `lazy': #define A B #define B value #if A == value works, since A isn't extended before it's needed, by which time B is known) | |||
1999-01-26 | change header protection define name | David Leonard | |
1999-01-08 | move spinlock.h into the real world | David Leonard | |
1999-01-08 | make uint*_t line up nicely and add a few $OpenBSD$ tags that were missing | Todd C. Miller | |
1999-01-07 | move uint*_t to machine/types.h | Todd C. Miller | |
1998-04-25 | spelling | David Leonard | |
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller | |
1997-11-10 | Be careful about local varnames in macros. | Niklas Hallqvist | |
1997-11-10 | Only use data registers as arguments to rorw | Niklas Hallqvist | |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-10-07 | Missing fusword prototype | Niklas Hallqvist | |
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs | |
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-06 | Sync with NetBSD changes, 970415 - 970705. | Jason Downs | |
This includes a new asm.h, as well as even more code abstracted from hp300. These changes are likely to break ports that don't know about them; hp300 runs at the moment. | |||
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller | |
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). | |||
1997-06-25 | Include usage notes in the rest of the endian.h files for consistancy. | grr | |
1997-06-25 | Big endian HTON?() macros should be (void)(x). | Jason Downs | |
1997-04-20 | Add a prototype for susword(). | Jason Downs | |
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller | |
htonl and friends. | |||
1997-04-02 | Restructured, as well as added a set of host-to-little/big-endian-16/32-bit | Niklas Hallqvist | |
utility macros (and their opposites), named like htole16 etc. | |||
1997-03-21 | NetBSD sync to sth like 970218 | Niklas Hallqvist | |
1997-02-10 | Add the generic m68k part of the copypage/zeropage/mappedcopy changes | Jason Downs | |
from NetBSD. m68k ports may/will need changing in order to cope with this. | |||
1997-01-27 | prototyping problems, PR#71, felix@mamba.pond.sub.org | Theo de Raadt | |
1997-01-19 | From Gordon W Ross (NetBSD): | Niklas Hallqvist | |
Use db_regs_t instead of struct mc68020_saved_state | |||
1997-01-13 | Sync to 970110 NetBSD | Niklas Hallqvist | |
1996-12-31 | removed unused CTL_MACHDEP stuff | kstailey | |
1996-12-27 | new NetBSD file; #include from <machine/cpu.h> on m68k boxen | kstailey | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-10-14 | A generic m68k cpu.h from NetBSD. | briggs | |
1996-08-05 | bring back the changes between 1.1 and 1.2 which got lost | Niklas Hallqvist | |
1996-08-05 | bring back the changes between 1.1 and 1.2 which got lost | Niklas Hallqvist | |
1996-08-04 | Merge of 0722 NetBSD | Niklas Hallqvist | |
1996-05-29 | Add $OpenBSD$ IDs | Niklas Hallqvist | |
1996-05-29 | From NetBSD: 3 more constants for 68060 access error trap stack frames. | Niklas Hallqvist | |