summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2005-07-31unfortunately de(4) no longer fitsTheo de Raadt
2005-07-31remove the config glue between the /dev entry for ses and its driverDavid Gwynne
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-07-30people grew the kernel too much again, sighTheo de Raadt
2005-07-30Don't do nothing -> Don't do anythingBrad Smith
2005-07-30remove a driver because someone bloated the kernelTheo de Raadt
2005-07-30build libkernTodd C. Miller
2005-07-30Pull in moddi3.c and negdi2.c from libkern since libz needs them.Todd C. Miller
2005-07-30Need moddi3.c qdivrem.c for libzTodd C. Miller
2005-07-30Add libkern and link it in after libzTodd C. Miller
2005-07-28Add viasio(4), a driver for VIA VT1211 LPC Super I/O found onAlexander Yurchenko
2005-07-28rev 1.46Brad Smith
2005-07-28rev 1.32Brad Smith
2005-07-28add pcnBrad Smith
2005-07-27Back out 1.16. There are cases where we can recover from OF_mapintrArtur Grabowski
2005-07-26Instead of juggling around with cr4 and enabling parts of it sometimes,Artur Grabowski
2005-07-26Microoptimizations.Artur Grabowski
2005-07-26In splraise, change an:Artur Grabowski