summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-26managment -> management;Jason McIntyre
ok mickey@
2003-04-25Enable lm(4) and viaenv(4).Alexander Yurchenko
ok miod@ deraadt@
2003-04-25Add lm(4) and viaenv(4). Commented out and i386-only for now.Alexander Yurchenko
2003-04-25- added missing .EdJason McIntyre
- new sentence, new line - whitespace at EOL removed
2003-04-23be extra cautious in managing pv-entries for pages that are not managableMichael Shalayeff
2003-04-23DVMA, not DMVA.Miod Vallat
2003-04-17new bootsMichael Shalayeff
2003-04-17there is no reason to keep both around. just renameMichael Shalayeff
2003-04-17A SEVERE hack given to me by mickey to draw the line in the sand at 1G.Dale Rahn
memory by default will be executable, above, non executable. If memory is requested to be exectable above 1G, this limit is relaxed.
2003-04-17i386 ELF bootloader. developed with weingart@Dale Rahn
2003-04-17i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep.Dale Rahn
DARPA funded work.
2003-04-16fix my copyright. make the part that's without fee unambiguousNathan Binkert
2003-04-16Clarify license terms.Miod Vallat
2003-04-16siginfo support for vax.Miod Vallat
machdep.c changes by me, trap.c changes by deraadt.
2003-04-16better limits and clean out old consts and commentsMichael Shalayeff
2003-04-16half the uspace seems to be very much enoughMichael Shalayeff
2003-04-16clean some spaces and registers and other fluffMichael Shalayeff
2003-04-15rearrange devsw to place dk in the beginning. necessary glue hookups in cdbootMichael Shalayeff
2003-04-13Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.Miod Vallat
The Legato Prestoserve NFS accelerator used to be very popular, back when NFSv3 did not exist, and disks and network speeds were not as good as they are now... This driver does not attempt to play any game with filesystems, but will only provide access to the cards NVRAM, as a block device. If you have bright ideas on ``what to do with a few MB of battery-backed memory'', I am interested in realistic suggestions!
2003-04-11always reread curproc and frame on return from the system callMichael Shalayeff
2003-04-11count traps and interruptsMichael Shalayeff
2003-04-10more POSIX chownTodd C. Miller
2003-04-10make all entry points of the same number of arguments and that greatly ↵Michael Shalayeff
simplifies the call setup in the scheduler
2003-04-09Remove one of two identical comment blocksNiklas Hallqvist
2003-04-09add strl{cat,cpy} to unbreak "make build" on sparc64Nikolay Sturm
OK miod@
2003-04-09Correct commentary describing page table layoutsNiklas Hallqvist
2003-04-08just wate that debug altogetherMichael Shalayeff
2003-04-08Make dmesg prettier if attachment fails and no option DEBUGMiod Vallat
2003-04-08Ahem, fix printf format.Miod Vallat
2003-04-08Move definition of storage for cpu_model to locore.c so sizeof hasHugh Graham
something meaningful to chew on. Shine on you crazy diamond.
2003-04-07oopsMichael Shalayeff
2003-04-07add mfcpu() and kill get_psw/set_psw that should not be used from the .c codeMichael Shalayeff
2003-04-07remove dead stuffMichael Shalayeff
2003-04-07enable viper touching again.Michael Shalayeff
change the bitfield struct into just a word and a bunch of defines and define the _BITS. only program those that revision is 0 since otherwise it seems to comatize the perhaps not so viper other ones (even on the same hpa).
2003-04-07do not limit the kmem to just the physmemMichael Shalayeff
2003-04-07only check for space mismatch when coming from user.Michael Shalayeff
the only case of user refering the kernel space is for the syscall and that never faults since always mapped. this fixes some random sig11 occurences.
2003-04-07properly recalculate spa-epa when it comes to per-pageMichael Shalayeff
mapping of the bus space (this fixes improper mappings of the devices such as sti when btlb is not usable). fix MALLOC/free mismatch. print the dmesg piece before bus mapping. map the whole rest of the io space after the mainbus hpa that includes local and global bcast space and that fixes the case where btlb is not available to map that.
2003-04-07move out non-gsc devices from the gsc sectionMichael Shalayeff
2003-04-07this makes wax interruptMichael Shalayeff
2003-04-07com1@waxMichael Shalayeff
2003-04-07s/HP9000/HP 9000/; from weissmanndudeMichael Shalayeff
2003-04-07Spring cleaning: remove unused code.Niklas Hallqvist
2003-04-06kvm_iocache() is not used anymore.Miod Vallat
2003-04-06IPL_FDSOFT not IPL_AUSOFT (in comments)Miod Vallat
2003-04-06The return value for bounds_check_with_label() is not set in stone, and itMiod Vallat
turns out that some arches will return (-1) in case of error, while others will return (0). Until we make our minds on this, make sure that callers of this function properly handle 0 or (-1) as failure. ok krw@
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-04-06Run the console in the overlay plane, or in low-depth mode, as appropriate,Miod Vallat
and do not switch to high-depth mode until the appropriate ioctls are issued. This lets us benefit from true color X11, with a faster text console.
2003-04-06Check for the "addr" locator versus the physical address of the VSIMM, soMiod Vallat
as not to attach a single VSIMM put in the secondary slot as cgfourteen0.
2003-04-06When encountering an older or unexpected model this driver can not handle,Miod Vallat
return early in attach() rather than panic.