summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-03-18Restore bootable tape functionality. Previous loadfile() would never useMiod Vallat
2003-03-16Old unused stuff left under the carpet.Miod Vallat
2003-03-14Support for the VIA C3 Nehemiah on-cpu random number generator. This chipTheo de Raadt
2003-03-14spl police.Miod Vallat
2003-03-14Zombies on the bridge, captain.Miod Vallat
2003-03-13Always protect pv_unlink4_4c() with splvm(). This suddenly makes sun4/4cMiod Vallat
2003-03-12backout the two previous patches, it breaks the 3com ae card and I don'tJason Wright
2003-03-12reclaim more resources on failures.Michael Shalayeff
2003-03-10Sun documentation mentions that ZX can not run on a sun4c or inside an xbox,Miod Vallat
2003-03-09zx fits on the floppies.Miod Vallat
2003-03-09Add and enable zx. Not put in RAMDISK yet, need to check if this still fitsMiod Vallat
2003-03-09Correctly switch back and forth the 8-bit overlay plane (used in consoleMiod Vallat
2003-03-09autri flags here too. pointed out by deraadt@Ted Unangst
2003-03-09autri now takes flags, provide sample 0x0000Ted Unangst
2003-03-09A work-in-progress driver for the Sun ZX (aka Leo) accelerated frame buffers,Miod Vallat
2003-03-09When a sparc machine is running with serial console, the zskbd probe wouldMiod Vallat
2003-03-08qe tested and working well; enableHugh Graham
2003-03-08more deletionsTheo de Raadt
2003-03-08bye bye, noted by davidTheo de Raadt
2003-03-08agten does not need to imply rasops32 at the moment.Miod Vallat
2003-03-07New athlon models, ok deraadt@Peter Stromberg
2003-03-07- make a copyout into a copyin for correct semanticsJason Wright
2003-03-06enable elansc; ok deraadt@Markus Friedl
2003-03-06Improve comments, including type fixes; lebel@Miod Vallat
2003-03-06Premiliminary driver for the Fujitsu AG-10e SBus frame buffer.Miod Vallat
2003-03-06The existing IOMMU code had a rounding problem that was most noticeableHenric Jungheim
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-03-05Driver for the Parallax XVideo and PowerVideo frame buffers.Miod Vallat
2003-03-05Some typos prevented STCs from being detected and the size of theHenric Jungheim
2003-03-04told you it was not knfTheo de Raadt
2003-03-04Move 'userret' code to a seperate function, add it to child_return(). w/KNFDale Rahn
2003-03-03Prefer pmap_kenter_pa() in pmap_map().Miod Vallat
2003-03-03Enabled inclusion of ISP SBus f/w for GENERIC kernels. This tendsmjacob
2003-03-03march through the trapframes on the stack trace until the very lastMichael Shalayeff
2003-03-01- only declare and provide pmap_map() for mac68k, until it bites the dust.Miod Vallat
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
2003-02-28intrcnt's are now int's to fit with kern.intrcnt assumptions; miod okJason Wright
2003-02-28update lasttick in clockintr() so that time doesn't run away with usJason Wright
2003-02-28make intrcnt[n] an int to fit with the kern.intrcnt changes in JanuaryJason Wright
2003-02-28Fix more evil typos.Miod Vallat
2003-02-28fix comments, from weissmanndude.Michael Shalayeff
2003-02-26Let this compile if no DDBMiod Vallat
2003-02-26Fix symbol clash that would prevent a kernel configured with both ncr5380Miod Vallat
2003-02-26minor fix in a debug printfMichael Shalayeff
2003-02-26Remove an unnecessary structure copy from useage of setfault(), callDale Rahn
2003-02-26Remove a poor error message which is emitted on perfectly fine MBR labeledDale Rahn
2003-02-26Volatile to prevent the optimizer from eliminating these, and fix theDale Rahn
2003-02-26eliminate some useless checks. yichen xie's checker.Ted Unangst
2003-02-25Let pmap_remove_mapping() do its job correctly if option DIAGNOSTIC isMiod Vallat
2003-02-25In trap(), always initialize tts, even if TRAPDEBUG is not defined, as itMiod Vallat