summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2005-07-26Add _PROF_PROLOGUE to Xspllower since it's so common in kernel profiles.Artur Grabowski
2005-07-26Reduce verbosity during dkcsum by moving open/read/close errorKenneth R Westerback
2005-07-25ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810.Jonathan Gray
2005-07-24Be more permissive when checking the interrupt vector for devices tied toMiod Vallat
2005-07-23- no need to include sys/dkstat.hMartin Reindl
2005-07-23vm_offset_t -> vaddr_tMartin Reindl
2005-07-23vm_offset_t -> {vaddr_t, bus_addr_t}Martin Reindl
2005-07-23tabbingMartin Reindl
2005-07-23Fix a few typos. Set 'error' variable before using it in message.Kenneth R Westerback
2005-07-21need moddi3 tooTheo de Raadt
2005-07-21put libkern after libzTheo de Raadt
2005-07-20Always do the netisr_dispatch dance, rather than trying to be smart and use aMiod Vallat
2005-07-20typosMiod Vallat
2005-07-20put -lkern last, since libz needs syms in itTheo de Raadt
2005-07-19On the SPARCbooks, allow tctrl(4) to control the external video output,Miod Vallat
2005-07-18PB190 Gestalt IDsMartin Reindl
2005-07-18save/restore fpu for the signal handler call in the trampoline.Michael Shalayeff
2005-07-18cache a copy of the fprs so we know what fp restore we should do afterTheo de Raadt
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-07-18Initialize UART registers after resume, and make functions non-static.Uwe Stuehler
2005-07-17Make sure we don't reprogram the colormap upon leaving mapped mode,Miod Vallat
2005-07-17Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code).Miod Vallat
2005-07-17Attach com(4) to the built-in modem found on Tadpole SPARCbooks.Miod Vallat
2005-07-17If the internal battery is missing, report it as absent rather than in anMiod Vallat
2005-07-17Always turn off video when the lid is closed; this behaviour was lost in r1.8.Miod Vallat
2005-07-17Do not claim this driver uses a soft interrupt in dmesg since it is not true.Miod Vallat