Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-29 | bring the source tree a bit up to date with my local tree | Thomas Graichen | |
1996-09-29 | merge mips back into pmax; by graichen | Theo de Raadt | |
1996-09-15 | sync to netbsd; for graichen | Theo de Raadt | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
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-01-16 | update from netbsd | Theo de Raadt | |
1995-12-30 | from netbsd: support more gcc versions | Theo de Raadt | |
1995-12-30 | from netbsd: | Theo de Raadt | |
Use machine-independent TurboChannel include files from dev/tc. Add machine-dependent TC definitions in pmax/include/tc_machdep.h. | |||
1995-12-26 | from netbsd: | Theo de Raadt | |
Add support for ptrace PT_GETREGS and PT_SETREGS for NetBSD/pmax: * define PT_GETREGS and PT_SETREGS in pmax/include/ptrace.h * Flesh out the stubs in pmax/pmax/process_machdep.c to handle those requests. * Now that "struct reg" is actually used, remove the bogus #ifdef LANGUAGE_C around its definition, and redo pmax/include/reg.h so that the definitions needed by locore.S are in a separate file, pmax/include/regnum.h. * update locore.S to match. | |||
1995-12-15 | from netbsd: | Theo de Raadt | |
Change mips __warn_references() macro to use the ELF warning features in binutils 2.6 and (patched) gcc 2.7.2. Only works with gcc in ANSI C mode, for now. | |||
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-18 | initial import of NetBSD tree | Theo de Raadt | |