Age | Commit message (Expand) | Author |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller |
2000-04-27 | put vsbus_intr() prototype here so other vsbus devices can avail themselves | Brandon Creighton |
2000-04-27 | oops -- forgot to give this an $OpenBSD$ tag | Brandon Creighton |
2000-04-26 | new header files from netbsd -- also a spinlock.h | Brandon Creighton |
2000-04-26 | vax resurrection, part 1: sync with early-april netbsd | Brandon Creighton |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
1999-05-10 | Use symbolic define for BYTE_ORDER. | Marc Espie |
1999-01-10 | Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD | Niklas Hallqvist |
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-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller |
1998-03-01 | Make kernel compilable. -moj | Mats O Jansson |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist |
1997-11-10 | Be careful about local varnames in macros. | Niklas Hallqvist |
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist |
1997-10-02 | indent and removal of #if 0 MAXPHYS setting. No semantic diffs, so you can | Niklas Hallqvist |
1997-10-02 | We cannot deal with MCLBYTES > CLBYTES. Lower MCLSHIFT to 10 again | Niklas Hallqvist |
1997-09-12 | Sync with NetBSD 970827. -moj | Mats O Jansson |
1997-09-10 | Sync with NetBSD 970516. -moj | Mats O Jansson |
1997-08-30 | Since the previous one died... | Mats O Jansson |
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt |
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller |
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller |
1997-05-29 | RCS tagging | Niklas Hallqvist |
1997-05-28 | Correct proto | Niklas Hallqvist |
1997-04-04 | Fix NTOHS and HTONS macros. | Todd C. Miller |
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller |
1997-03-21 | New FIXUP_PC_AFTER_BREAK convention from NetBSD | Niklas Hallqvist |
1997-01-16 | Don't define MAXBSIZE here. -moj | Mats O Jansson |
1997-01-15 | sync with NetBSD 970112 -moj | Mats O Jansson |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt |
1996-12-11 | MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo | Theo de Raadt |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist |
1996-06-12 | sync to 0611 | Theo de Raadt |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt |
1996-05-03 | fix LOCORE->_LOCORE changes. | Michael Shalayeff |
1996-05-03 | sync w/ 0430 | Michael Shalayeff |
1996-03-24 | Prefix usage of "long long" with a "/* LONGLONG */" comment to shut up | Thorsten Lockert |
1996-03-24 | Use __asm in place of asm | Thorsten Lockert |
1996-03-24 | Provide empty __warn_references() when we are not running GCC | Thorsten Lockert |
1996-01-31 | from ragge; add uvtopte() macro, to get user pte address easily | Theo de Raadt |
1996-01-31 | from ragge; put sp in trapframe | Theo de Raadt |
1996-01-31 | from ragge; remove PSL_ALLCC | Theo de Raadt |
1996-01-31 | from ragge; use struct pte * as needed | Theo de Raadt |
1996-01-08 | from ragge; Changed to work correctly with both K&R and ANSI cpp. | Theo de Raadt |
1996-01-05 | from ragge: | Theo de Raadt |
1996-01-05 | from ragge: do not declare _mcount as static, gcc will optimize it away then | Theo de Raadt |
1996-01-05 | from netbsd: force unsigned with a U | Theo de Raadt |
1995-12-30 | from netbsd: support more gcc versions | Theo de Raadt |