Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-04 | remove prototype for fusword(); now in shared m68k cpu.h | kstailey | |
1997-09-21 | $OpenBSD$ | Niklas Hallqvist | |
1997-09-11 | activate sun3 SCSI DVMA | kstailey | |
1997-09-08 | remove more stuff redundant to m68k/param.h | kstailey | |
1997-09-08 | include <m68k/param.h> | kstailey | |
remove some redundant (and conflicting) #defines. There may be more redundant #defines that I will clean up later. | |||
1997-09-07 | switch from private Mach derived conversion macros to m68k ones | kstailey | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-02-22 | ramdisk now has raw version, disklabels | kstailey | |
1997-02-19 | merge in some NetBSD pmap code | kstailey | |
1997-02-14 | back out changes to rei function | kstailey | |
1997-02-14 | move prototype of spl0() to param.h | kstailey | |
1997-02-14 | add prototype of spl0(), but should it go here? | kstailey | |
1997-02-14 | put back FC_CONTROL | kstailey | |
1997-02-14 | remove stuff that is in <m68k/cpu.h> | kstailey | |
1997-02-14 | remove stuff that is in <m68k/cpu.h> | kstailey | |
1997-02-14 | remove old #define of splx() and update rei funciton in locore.s | kstailey | |
1997-02-14 | change spl0 from macro to assember function in locore.s | kstailey | |
1997-02-14 | change inline version of _spl() to macro | kstailey | |
1997-02-14 | add tag | kstailey | |
1997-02-14 | move spl() stuff from psl.h to param.h | kstailey | |
1997-02-13 | prototypes (strike one) | kstailey | |
1997-02-13 | prototypes | kstailey | |
1997-02-04 | ipfiltering | kstailey | |
1997-01-16 | all modified code can now compile with -Werror -Wall -Wstrict-prototypes | kstailey | |
CAVEAT: turning off -O2 produces warnings about "defined but not used" functions from libkern.h removed internal copy of gets() replaced with call to getsn() fixed #ifdef ... #endif mismatch in swapgeneric.c fixed printf() in if_ie.c that was missing an argument fixed si.c so that it compiles added tags to all edited files | |||
1997-01-07 | backed out prev. netbsd merge except for smaller proc table | kstailey | |
1996-12-31 | sync with 17-Dec-1996 | kstailey | |
1996-12-27 | merged into autoconf.h and control.h | kstailey | |
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-12-02 | increase default data limit to size needed for make build | kstailey | |
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-11-23 | sync with NetBSD -- copyright changes only | kstailey | |
1996-11-23 | sync with NetBSD | kstailey | |
1996-11-16 | EM_M68K -> EM_68K | kstailey | |
1996-11-15 | added DO_AOUT for kvm_mkdb; added ELF defines too | kstailey | |
1996-11-11 | Updates for SCSI scanner and SCSI unknown devices. | kstailey | |
Removed MI *dev_decl() stuff that is now in sys/conf.h | |||
1996-11-08 | Added protection against multiple inclusions. | kstailey | |
Added CTL_MACHDEP definitions. "The Way Out Is The Way In" -- Laraaji | |||
1996-10-12 | use my eeprom.h with sun-alike definitions | Theo de Raadt | |
1996-10-11 | sync + our changes | Theo de Raadt | |
1996-05-29 | enable ELF/a.out/ECOFF in machine/exec.h | Theo de Raadt | |
1996-05-03 | sync with 0430. | Michael Shalayeff | |
1996-01-31 | sync with netbsd | Theo de Raadt | |
1995-12-21 | from netbsd; cpu_setstack() is depricated | Theo de Raadt | |
1995-12-14 | update from netbsd (verbatim) | Theo de Raadt | |
1995-11-13 | from netbsd | Theo de Raadt | |
1995-11-13 | from netbsd:Need to define KERNTEXTOFF for kvm_mkdb | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |