Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-04 | LED blinker for the back panel leds on the 2100/3100. | Jason Wright | |
1998-05-22 | include <machine/locore.h> instead of <pmax/locore.h> - this should solve | Thomas Graichen | |
the make depend problem noted by Nino Margetic (nino@well.ox.ac.uk) | |||
1998-05-18 | new cpureg.h from NetBSD plus modifications to use the changed macro names | Todd C. Miller | |
1998-05-17 | bus.h from NetBSD, does not implement OpenBSD extensions yet. | Todd C. Miller | |
1998-05-10 | oops, bounds_check_with_label is already proto'd in sys/disklabel.h | Todd C. Miller | |
1998-05-10 | prototype bounds_check_with_label | Todd C. Miller | |
1998-05-10 | 1) It's a 'lun' not a 'slave' | Todd C. Miller | |
2) 16 partitions | |||
1998-05-09 | drop MAXPARTITIONS back to 8 until we have 16 partition support | Todd C. Miller | |
1998-05-08 | can't use common mips cpu.h yet | Todd C. Miller | |
1998-05-08 | remove conflicting decl of switch_exit | Todd C. Miller | |
1998-05-08 | use what we can from mips/include | Todd C. Miller | |
1998-05-08 | use generic mips ansi.h | Todd C. Miller | |
1998-03-22 | Add UID_MAX and GID_MAX | Todd C. Miller | |
1998-03-16 | raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortage | Thomas Graichen | |
on fat kerneles (often reported in the last time) | |||
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-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-07-07 | set a useful default for NKMEMCLUSTERS here so that we no longer need | Thomas Graichen | |
to set it in the config file | |||
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-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-06-10 | update the pmax specific stuff to NetBSD-current as of about 970608 - some | Thomas Graichen | |
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level | |||
1997-05-11 | Allow setting of ABICALLS outside file | Per Fogelstrom | |
1997-05-02 | changes to make libkvm.old build again on the pmax | Thomas Graichen | |
1997-05-02 | add posix 1003b types (from NetBSD) - why everyone who does something | Thomas Graichen | |
for nearly all ports always forgets the pmax ? :-) | |||
1997-04-12 | use the profile.h from the arc - this way the | Thomas Graichen | |
undefined reference to `___mcount' problems are solved - a lot of thanks to per | |||
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-14 | add an empty frame.h so that there is one (just like on the arc) | Thomas Graichen | |
1997-01-20 | back out my last change to avoid the __warn_references on the mips - it's | Thomas Graichen | |
now done for the pmax like for the arc in machine/cdefs.h | |||
1997-01-13 | <pmax/xxx> -> <machine/xxx> | Thomas Graichen | |
<mips/xxx> -> <machine/xxx> ... plus missing files from arc | |||
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-22 | bring back all the local OpenBSD changes to the pmax tree since 961107 | Thomas Graichen | |
i hope that i did'nt break anything of the files required for the alpha (in the dev dir) niklas :-) | |||
1996-12-22 | update the pmax stuff to NetBSD 961107 - this version i got somehow | Thomas Graichen | |
compiled on my decstation 2100 (PLUTO) - but it will not fully work out of the box - but i want to bring it into the tree because i get my own pmax on 961228 - so that i have a good startpoint then :-) all the OpenBSD changes to the pmax tree will follow in the next commit | |||
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 | |