Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||
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 | |
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-02 | indent and removal of #if 0 MAXPHYS setting. No semantic diffs, so you can | Niklas Hallqvist | |
touch it back to its previous mtime after cvs updating if you want to | |||
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 | |
Some code to get my MV3600 to work. -moj | |||
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 | |
make time_t int not int32_t. | |||
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-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 | |
htonl and friends. | |||
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 | |
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-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 | |
lint(1) about it | |||
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 | |
An '&' missing in splx macro; causing that sometimes didn't the interrupt level get set. | |||
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 | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-12-14 | update from netbsd (verbatim) | Theo de Raadt | |
1995-11-13 | varargs.h needs ... in va_dcl for gcc >= 2; from arnej@imf.unit.no; netbsd ↵ | Theo de Raadt | |
pr#1695 | |||
1995-10-26 | update from netbsd tree | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |