summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2000-06-15Recognize PowerPC G4 processor (called it's Motorola name "7400").Dale S. Rahn
2000-06-15#if 0 support for WSCONS, not currently used and wscons has changed sinceDale S. Rahn
this code worked.
2000-06-15UVM compatibility changes, UVM still not working, but can build.Dale S. Rahn
2000-06-15be more carefull about pg0, i think switch on sv next timeMichael Shalayeff
2000-06-13ptr alignment is not a hack, it's a feature fix for byte-wide promMichael Shalayeff
2000-06-13regenMichael Shalayeff
2000-06-13a few corrections gathered from comp.sys.hp.hpuxMichael Shalayeff
2000-06-13updateMichael Shalayeff
2000-06-13Add dewey and SOD information to this header file, for ELF ld.soDale S. Rahn
2000-06-13dmesg repair around pci sub-bus configTheo de Raadt
2000-06-12Fix typo and mention valid tty values.Todd C. Miller
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
2000-06-11Better fix for the scrolling region problem. Fixes PR/1271.Aaron Campbell
2000-06-10add ubsec, since it will work soon enoughTheo de Raadt
2000-06-10er, wrongTheo de Raadt
2000-06-10better ifdefTheo de Raadt
2000-06-08bad mickeyTheo de Raadt
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
there but relying on an indirect inclusion
2000-06-08use arch/mvme68k/dev/memdevs.c, not mvme88k.Artur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08Allow for forks of proc0 even if it's not curproc.Artur Grabowski
(this has been required by kthread for ages)
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-08move cnspeed func and comspeed proto in placesMichael Shalayeff
2000-06-08MANSUBDIR is common for this whole dirMichael Shalayeff
2000-06-08add flags 0x0000 for all apm configurationsMichael Shalayeff
2000-06-07add a note how to force apm proto versionMichael Shalayeff
2000-06-07look into config flags for version enforcement and other flagsMichael Shalayeff
2000-06-07some moreMichael Shalayeff
2000-06-07&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-07Fix comments to reflect reality.Artur Grabowski
2000-06-07At art@'s prompting, change amiga's loadbsd flag parsing to look moreMarc Espie
like other bsd loaders (defaults to -a -S).
2000-06-07new elink3 pulls in the whole mii thingMichael Shalayeff
2000-06-06fitTheo de Raadt
2000-06-06include ksyms.h to have correct NKSYMS value (oops)Miod Vallat
2000-06-06Make si compile with non-DDB kernelsMiod Vallat
2000-06-05Need to include files.mii due to latest elink3 changes.Artur Grabowski
2000-06-05Adjust for the reaper.Artur Grabowski
2000-06-05Argh. forgot this when committing the reaper stuff.Artur Grabowski
2000-06-05Changes to exit handling.Artur Grabowski
cpu_exit no longer frees the vmspace and u-area. This is now handled by a separate kernel thread "reaper". This is to avoid sleeping locks in the critical path of cpu_exit where we're not allowed to sleep. From NetBSD
2000-06-04Only scroll up if we've hit the bottom of the scrolling region, not if we'reAaron Campbell
beyond it. Fixes display problems when using the BitchX irc client under screen (/usr/ports/misc/screen) sessions.
2000-06-02rework interrupt handling completely, and be more careful with the CD180Jason Wright
during channel configuration changes.
2000-06-01gcc might use something like autoincremented registers here, which willBrandon Creighton
not work, so change the constraint for an argument
2000-06-01ramdisk stuffBrandon Creighton
2000-05-31Sigh... Fix a stupid bug wrt reverse video attributes (when using the newerAaron Campbell
"PC Display" functionality -- the default now). Previously the code did not check the current status of the VT_INVERSE bit when processing a reverse "off" or "on" request. As a result, two of either operations in a row would flip the bits, then flip them back again. Thanks to millert@ who found the problem when playing with the trn news software.