summaryrefslogtreecommitdiff
path: root/sys/arch/amigappc
AgeCommit message (Expand)Author
2004-01-04update to recent changes - exit2() doesn't exist anymore and thejdolecek
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-12Add a stub for the majors (which just includes amiga's majors file).jmc
2003-12-10Oops. _KERNEL, not KERNELjmc
2003-12-09Wrap sys root'd includes with #ifdef KERNEL so this will compile for thingsjmc
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-02add /* nothing */ comment to cpu_wait()/cpu_swapout()jdolecek
2003-09-27Bring some stuff up-to-date. To be continued.is
2003-09-27pregenerate grf_ultms.c, so that gspa isn't needed during kernel buildis
2003-09-27PPC_OEA is in std.amigappcis
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-27Since everyone uses clock_subr.c (or should, if they don't currently),thorpej
2003-07-14rcsidlukem
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-16Rename IPL_IMP -> IPL_VM.thorpej
2003-04-10Bye Bye UCONSOLEchristos
2003-04-01e PAGE_SIZE rather than NBPG.thorpej
2003-02-05Replace machine/rnd.h with more appropriate name to share itnakayama
2003-02-03Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).matt
2003-01-22G/c the pmap_bootstrap() segtab interface again. Silly me.kleink
2003-01-21Add <machine/mcontext.h> wrapper.kleink
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-06interrupt with two rs.wiz
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-12-08A working fork/vfork implementation. Darwin fork differs from our fork bymanu
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-10-30Add missing file.matt
2002-10-30Moved binary compatibility options from arch directory to cpu directorymanu
2002-10-30Removed m68k OSes binary compatibility (this is a powerpc port, right?)manu
2002-10-11defflag GRF_NTCS before GRF_PAL (which has an option-dependency onthorpej
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-18enable USERCONF by default; it's small and extremely useful to have available.lukem
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-25Make nbuf, nswbuf, and bufpages unsigned. Make all operations on thesethorpej
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-07-05Peform a rototill over the powerpc-based ports.matt
2002-06-08make an auto const variable static.yamt
2002-05-28Use #if 0 for commenting out multiple lines, rather than dodgily-nestedbjh21
2002-05-16Remove bogus stuff after #endif.wiz
2002-04-23Add a third argument to pmap_bootstrap() which platform-specifickleink
2002-04-22Rename the audio "bus" attribute audiobus to avoid confusion with audioaugustss
2002-04-18Use a common genassym.cf for all the PPC_MPC6XX ports. Add a makeoptions tomatt
2002-04-12Add commented-out USERCONF option. Mainly useful for install mediagmcgarry
2002-04-04... and lock.h.bjh21
2002-04-04Install endian_machdep.h.bjh21
2002-04-04Install reloc.h.bjh21
2002-04-03Minimal makefile to ensure that arch/amigappc/include is picked up bybjh21
2002-03-04The "gif*" tunnelling interface does everything ipip does.sommerfeld
2002-02-27- define other DEV_ constants that the local port uses.christos