summaryrefslogtreecommitdiff
path: root/sys/arch/pmax/include
AgeCommit message (Collapse)Author
1998-06-04LED blinker for the back panel leds on the 2100/3100.Jason Wright
1998-05-22include <machine/locore.h> instead of <pmax/locore.h> - this should solveThomas Graichen
the make depend problem noted by Nino Margetic (nino@well.ox.ac.uk)
1998-05-18new cpureg.h from NetBSD plus modifications to use the changed macro namesTodd C. Miller
1998-05-17bus.h from NetBSD, does not implement OpenBSD extensions yet.Todd C. Miller
1998-05-10oops, bounds_check_with_label is already proto'd in sys/disklabel.hTodd C. Miller
1998-05-10prototype bounds_check_with_labelTodd C. Miller
1998-05-101) It's a 'lun' not a 'slave'Todd C. Miller
2) 16 partitions
1998-05-09drop MAXPARTITIONS back to 8 until we have 16 partition supportTodd C. Miller
1998-05-08can't use common mips cpu.h yetTodd C. Miller
1998-05-08remove conflicting decl of switch_exitTodd C. Miller
1998-05-08use what we can from mips/includeTodd C. Miller
1998-05-08use generic mips ansi.hTodd C. Miller
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller
1998-03-16raise NKMEMCLUSTERS a bit to avoid kernel crashes due to kvm shortageThomas Graichen
on fat kerneles (often reported in the last time)
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas 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-01proto __flt_rounds correctlyTheo de Raadt
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-07set a useful default for NKMEMCLUSTERS here so that we no longer needThomas Graichen
to set it in the config file
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
make time_t int not int32_t.
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd 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-25Include usage notes in the rest of the endian.h files for consistancy.grr
1997-06-25Big endian HTON?() macros should be (void)(x).Jason Downs
1997-06-10update the pmax specific stuff to NetBSD-current as of about 970608 - someThomas Graichen
cosmetic things will follow together with an update to an exact NETBSD_CU- RRENT_xxxxxx level
1997-05-11Allow setting of ABICALLS outside filePer Fogelstrom
1997-05-02changes to make libkvm.old build again on the pmaxThomas Graichen
1997-05-02add posix 1003b types (from NetBSD) - why everyone who does somethingThomas Graichen
for nearly all ports always forgets the pmax ? :-)
1997-04-12use the profile.h from the arc - this way theThomas Graichen
undefined reference to `___mcount' problems are solved - a lot of thanks to per
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
htonl and friends.
1997-03-14add an empty frame.h so that there is one (just like on the arc)Thomas Graichen
1997-01-20back out my last change to avoid the __warn_references on the mips - it'sThomas 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-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-22bring back all the local OpenBSD changes to the pmax tree since 961107Thomas Graichen
i hope that i did'nt break anything of the files required for the alpha (in the dev dir) niklas :-)
1996-12-22update the pmax stuff to NetBSD 961107 - this version i got somehowThomas 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-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas 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-29bring the source tree a bit up to date with my local treeThomas Graichen
1996-09-29merge mips back into pmax; by graichenTheo de Raadt
1996-09-15sync to netbsd; for graichenTheo de Raadt
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-03-24Prefix usage of "long long" with a "/* LONGLONG */" comment to shut upThorsten Lockert
lint(1) about it
1996-03-24Use __asm in place of asmThorsten Lockert
1996-01-16update from netbsdTheo de Raadt
1995-12-30from netbsd: support more gcc versionsTheo de Raadt
1995-12-30from 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-26from 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-15from 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-14update from netbsd (verbatim)Theo de Raadt
1995-11-13varargs.h needs ... in va_dcl for gcc >= 2; from arnej@imf.unit.no; netbsd ↵Theo de Raadt
pr#1695
1995-10-18initial import of NetBSD treeTheo de Raadt