Age | Commit message (Expand) | Author |
2002-08-09 | typo | Michael Shalayeff |
2002-08-09 | two more cacheops noops; miod@ ok | Michael Shalayeff |
2002-07-30 | Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable. | Todd C. Miller |
2002-04-27 | Jumbo commit to fix all compilation warnings on mvme68k (add prototypes, | Miod Vallat |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-11 | only change _STRING for weak_alias; sorry miod. | Federico G. Schwindt |
2002-02-11 | o add __weak_alias definition. | Federico G. Schwindt |
2002-01-10 | Reintroduce the pmap_motorola framework. | Miod Vallat |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat |
2001-12-05 | Update pmap_update macro for arches Art missed. Still just a noop. | Todd C. Miller |
2001-11-30 | Factorize more definitions to enable the use of pmap_motorola. | Miod Vallat |
2001-11-30 | Common pmap defines and code for all m68k platforms using Motorola (or | Miod Vallat |
2001-11-25 | Harmonize userret() prototypes across m68k arches. | Miod Vallat |
2001-11-06 | Kill vm/vm_param.h, move it to uvm/uvm_param.h | Artur Grabowski |
2001-09-06 | missing machine/ieee.h from NetBSD | Todd C. Miller |
2001-08-25 | One regdump to dump them all... | Marc Espie |
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 |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
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 |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
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 |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie |
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 |
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 |
1997-07-06 | Sync with NetBSD changes, 970415 - 970705. | Jason Downs |
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller |
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 |