summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2005-08-07a bunch more ADB handler IDs, will be necessary in the futureMartin Reindl
2005-08-07Remove advertising clause from UCB licenses; ok deraad@Miod Vallat
2005-08-06overhaul the grf driver:Martin Reindl
2005-08-06Remove 16 bit mode_t leftover in syscall processing.Miod Vallat
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
2005-08-06Model 360 does not have a PAC.Miod Vallat
2005-08-06If a process has trashed its stack, use sigexit() instead of psignal() toMiod Vallat
2005-08-06In cache_flush(), after testing for curproc != NULL, do not use curprocMiod Vallat
2005-08-05- missing m_free()Martin Reindl
2005-08-05Uncomment aps to help gather more testing feedback.Jonathan Gray
2005-08-05Add commented entry for aps (ThinkPad Active Protection System)Jonathan Gray
2005-08-05typoTheo de Raadt
2005-08-04match on ich7; testing by Mark.Peoples@asu.eduMichael Shalayeff
2005-08-03Smart ARRAY comment fixes.Brad Smith
2005-08-03ciss can fit onto the large RAMDISKSTheo de Raadt
2005-08-03missing safte/ses/scsibus piecesMartin Reindl
2005-08-03enable ciss; deraadt@ okMichael Shalayeff
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-03Link with -lgcc like hp300 to pull in the gcc functions that zlib needs.Todd C. Miller
2005-08-02Save floating point context on signals, same diff as macppcDale Rahn
2005-08-02Save floating point context on signals, looked at miod@ is it in yet? deraadt@Dale Rahn
2005-08-01Increment version so we can distinguish this in the future.Tobias Weingartner
2005-08-01Create installation media that is recognized as such by the PROM.Mark Kettenis
2005-08-01kernal->kernel;Jason McIntyre
2005-08-01put -l into the right place...Jason McIntyre
2005-08-01unmap correct size, oopsMartin Reindl
2005-08-01Add support for "hard links" in volume header.Mark Kettenis
2005-08-01spacingTheo de Raadt
2005-08-01Fiddle with dkcsum output. Improve verbiage and grouping of messages.Kenneth R Westerback
2005-08-01enable amdgart if > 4GB of memoryTheo de Raadt
2005-08-01Change the compilers default scheduling settings from PA-8000 (4 instructionsMiod Vallat
2005-08-01Kill unused PARTITIONMASK define; ok deraadt@Miod Vallat
2005-08-01More entries in chrtoblktbl[]. ok deraadt@Miod Vallat
2005-08-01Remoe unused vtrace stuff; ok deraadt@Miod Vallat
2005-08-01Kill more "memory might be 2MB or less" checks in bufpages computation.Miod Vallat
2005-08-01Make bootdev a dev_t; ok martin@Miod Vallat
2005-08-01do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdbootMichael Shalayeff
2005-08-01I'm Positive these are Type-O.Miod Vallat
2005-08-01Thinko in 68060-only #ifdef line.Miod Vallat
2005-08-01Remove option FPU_EMULATE from the mvme68k kernels - first, it is misleadingMiod Vallat
2005-08-01Dead meat.Miod Vallat
2005-08-01In pmap_{,k}remove(), be more careful when deciding to flush the caches, if theMiod Vallat
2005-08-01Factorize cachectl() accross m68k platforms, and make the CC_ constantsMiod Vallat
2005-08-01- disable video interrupts on AV machinesMartin Reindl
2005-08-01knfTheo de Raadt
2005-08-01spacing; ok deraadt@David Krause
2005-07-31No need to #include <machine/pcb.h>; tested martin@Miod Vallat
2005-07-31Wrong copyout() size in writeback().Miod Vallat
2005-07-31Fix KDFAULT() in the 68040 & non-68040 compilation case.Miod Vallat
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat