summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
others. syscall commit pending.
1999-05-22pr/796 applied fix from Urazmetov Wasilx <Wasilx@forest.ihep.su> -mojMats O Jansson
1999-05-22reportedly 2000 works alsoTheo de Raadt
1999-05-22fix f{d,i}cache wrt last cache lineMichael Shalayeff
1999-05-21s/globl/export/gMichael Shalayeff
1999-05-21longer delay in pms probe for thinkpads; joshp@ioactive.comTheo de Raadt
1999-05-21group all theMD f;ags together, add interrupt recursion oneMichael Shalayeff
1999-05-21zero the fpu_curproc on proc exit, clarify the cpu_swapout()'s jobMichael Shalayeff
1999-05-21define fpu_curprocMichael Shalayeff
1999-05-21break bits, cleanupMichael Shalayeff
1999-05-21do lazy context switches for FPUMichael Shalayeff
fix break handling better context saving sequence some cleanup
1999-05-21Don't turn off uart when closing cua device if tty is waiting.Jim Rees
Instead just drop dtr briefly.
1999-05-20fix some typos; kwesterback@home.comAaron Campbell
1999-05-18Enable Xircom ethernet and ICS 1890 Phy. The Xircom driverNiklas Hallqvist
was a joint effort by niklas@openbsd.org, cstone@pobox.com & job@itsx.com
1999-05-16attempting to unify m68k exec.h files.Marc Espie
This is a straight copy of sun3 file, It's there to be used by cross-m68k-lds, and eventually so that m68k-aout archs include a common file instead of rolling their own.
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
mode being moved to if_ether.c. This is the last of the drivers hopefully.
1999-05-12builtin -> built-inAaron Campbell
1999-05-12mask wrong code in uvm out, also bump VM_MAX_KERNEL_ADDRESS up to the io spaceMichael Shalayeff
1999-05-12reuse niklas@'s disksubr.c, enhance for LIF handlingMichael Shalayeff
1999-05-10egcs -Wall warns unless & is used as a modifier in extended asms, e.g.,Marc Espie
constraints should begin "=&", not "&=".
1999-05-10Use symbolic define for BYTE_ORDER.Marc Espie
(don't forget that cpp is `lazy': #define A B #define B value #if A == value works, since A isn't extended before it's needed, by which time B is known)
1999-05-09provide suport for an apm data segemnt in the lower memory biosMichael Shalayeff
data segment area, also calculate the apm segment lenghts. niklas@ - ok
1999-05-08Turn off sync when turning off video so that monitors will go into stand-by.Jason Wright
1999-05-06cleanupMichael Shalayeff
1999-05-06no lifvar.h anymoreMichael Shalayeff
1999-05-06needs machine/trap.hMichael Shalayeff
1999-05-06commentMichael Shalayeff
1999-05-06add lif_* prototypesMichael Shalayeff
1999-05-06make it compile w/o EXEC_DEBUGMichael Shalayeff
1999-05-05do dma_cachectl()Michael Shalayeff
1999-05-05delay in power-off; minoura@dale.makoto.hauN.orgTheo de Raadt
1999-05-05some dma embriosMichael Shalayeff
1999-05-05define gp in here, cleanupMichael Shalayeff
1999-05-05secure the plugMichael Shalayeff
1999-05-05plug unused partsMichael Shalayeff
1999-05-05remove com and hil for nowMichael Shalayeff
1999-05-05protect for multiple inclusionsTodd T. Fries
1999-05-05don't use much of bus.h here, no needMichael Shalayeff
1999-05-05no bha for nowMichael Shalayeff
1999-05-04Change "&=" to "=&", make egcs happy.Todd C. Miller
1999-05-03make lifdir.dir_type unsigned such as it isMichael Shalayeff
1999-05-03lifvar.h -- bye, byeMichael Shalayeff
1999-05-03new pullMichael Shalayeff
1999-05-03fix some parenthesis nightmare; niklas@ okMichael Shalayeff
1999-05-03child_return(), some more traps to handleMichael Shalayeff
1999-05-03remove some more of mklinux cruftMichael Shalayeff
1999-05-02new {s,g}et_psw()Michael Shalayeff
1999-05-02child_return() protoMichael Shalayeff
1999-05-01Add ksyms.Jason Downs