Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-07 | Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@ | Thomas Nordin | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski | |
instead of doing fork1, cpu_set_kpc. This lets us retire cpu_set_kpc and avoid a multiprocessor race. This commit breaks vax because it doesn't look like any other arch, someone working on vax might want to look at this and try to adapt the code to be more like the rest of the world. Idea and uvm parts from NetBSD. | |||
2001-09-28 | No need duplicating defines. | Miod Vallat | |
2001-05-05 | Rename configure() to cpu_configure(). | Artur Grabowski | |
Move it from cpu_startup() to main(). | |||
2000-03-02 | sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com> | Todd T. Fries | |
add ksyms, proto fix. | |||
1997-11-04 | remove prototype for fusword(); now in shared m68k cpu.h | kstailey | |
1997-02-14 | remove stuff that is in <m68k/cpu.h> | kstailey | |
1997-02-13 | prototypes (strike one) | kstailey | |
1997-02-13 | prototypes | 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-11-08 | Added protection against multiple inclusions. | kstailey | |
Added CTL_MACHDEP definitions. "The Way Out Is The Way In" -- Laraaji | |||
1995-12-21 | from netbsd; cpu_setstack() is depricated | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |