summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-04-14need eephy with wx nowmjacob
2001-04-14Make sure eephy is included if you include wx.mjacob
2001-04-14UP1000 will fit in here.Artur Grabowski
2001-04-14Add support for Alpha Processor, Inc. UP1000.Artur Grabowski
2001-04-14Correctly initialize disklabel structure in readdisklabel().Miod Vallat
2001-04-13bmtphy does not work perfect yet, but put it in anywaysTheo de Raadt
2001-04-13silence printfs from media selection.Brad Smith
2001-04-13In cpu_fork, initialize the ipl of the new process toArtur Grabowski
2001-04-13bmtphyTheo de Raadt
2001-04-12Remove a bogus __attribute__ ((unused)) from _splraise.Artur Grabowski
2001-04-11include brgphyTheo de Raadt
2001-04-10Decrement open_count in netclose(); this fixes the bug which causedBrandon Creighton
2001-04-10Fix for machines which need to enlarge the kernel address space, at leastNiklas Hallqvist
2001-04-10This file is not welcomed here.Miod Vallat
2001-04-10Get rid of unnecessary symbols.Miod Vallat
2001-04-09FFS_SOFTUPDATES in sys/conf/GENERICTheo de Raadt
2001-04-09Add softdep.Hugh Graham
2001-04-09Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@Thorsten Lockert
2001-04-09further stripping downTheo de Raadt
2001-04-09To fit, fxp must go. SorryTheo de Raadt
2001-04-09A much tidier layout, from NetBSD.Hugh Graham
2001-04-09Amputate some dead and broken code and rework the rest to do theHugh Graham
2001-04-09Comment out compat vax1k until needed.Hugh Graham
2001-04-08Update closer to current status of powerpc, remove items resolved orDale Rahn
2001-04-08Some cleanup to the mac audio driver, does not improve the interruptDale Rahn
2001-04-08Attempt at tracking interrupt source better than "irqN", with thisDale Rahn
2001-04-07Additional console ioctl definitionsThorsten Lockert
2001-04-07Handle Linux Virtual Terminal ioctl calls with wscons as well as vt;Thorsten Lockert
2001-04-07OK, PMAP_NEW by default once again. This time it should work better forNiklas Hallqvist
2001-04-06Use pool to allocate pmap instead of malloc. OK'd by art@Todd C. Miller
2001-04-06Get rid of vm_pmap.Artur Grabowski
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-04-05undo changes which did not even compileTheo de Raadt
2001-04-04Ansify source. Handles are now 16 bits.mjacob
2001-04-04Minor cleanup to minimize diffs with NetBSDConstantine Sapuntzakis
2001-04-03vm_map.pmap should always be used, not only for uvm.Artur Grabowski
2001-04-03Fix a vm_pmap in a debug printf.Artur Grabowski
2001-04-03siop is already defined in miland; from from@Michael Shalayeff
2001-04-03If you cannot test your work, please do not do commits and then break userlandTheo de Raadt
2001-04-02PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD.Niklas Hallqvist
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
2001-04-01spelling.Hugh Graham
2001-04-01Print KA48 or KA45 as appropriate. Someone with a 4000/vlc or 3100/{3,4}0Hugh Graham
2001-04-01Pick up a change from NetBSD:Hugh Graham
2001-04-01Call VAX_STYP_50 a MicroVAX 3100/85, even though this machine is KA55.Hugh Graham
2001-04-01Changes to initialize the cache on KA690 properly; from Lord Isildur.Hugh Graham
2001-04-01cleanup a littleMichael Shalayeff
2001-04-01remove a little debuggingMichael Shalayeff
2001-03-30ok, test wheather cyrixIII supports 3dnow before enabling itMichael Shalayeff
2001-03-30syncNiklas Hallqvist