summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-05-07exit stack is not used anymore. fpemu and emergency are fine w/ just a page p...Michael Shalayeff
2003-05-06allow programming dma block bus transaction length on 710 and set to 8 words ...Michael Shalayeff
2003-05-06Declare the major number for wd, so that a custom kernel can specific explicitMiod Vallat
2003-05-05Move exec base to 0x1c000000, exe/data gap to 512MB. Allows betterDale Rahn
2003-05-05Write explicit scsibus at controller attachment, rather than scsibus at scsiMiod Vallat
2003-05-04mop-mop squeek-squeekMichael Shalayeff
2003-05-04snprintfTheo de Raadt
2003-05-04Set code segment register according to nxpages, copied from machdep.cDale Rahn
2003-05-04When a protection fault occurs, force %cr2 to contain the pc asDale Rahn
2003-05-04string cleaning. ok deraadt@Ted Unangst
2003-05-02when flipping the code descriptors also update cs in theMichael Shalayeff
2003-05-02add eap and do a bit of cleaningJason Wright
2003-05-01add eso, opl, and midi, and clean the audio stuff up a bitJason Wright
2003-04-30do not be hungry for buffers and allocate lower than a max (for iodc io)Michael Shalayeff
2003-04-30from netbsd:Michael Shalayeff
2003-04-30now that we use less memory we can push the boot a little higher (to help som...Michael Shalayeff
2003-04-30no need to twiddle here. it's twiddling elsewhere alreadyMichael Shalayeff
2003-04-30oops. fixed endif in a wrong placeMichael Shalayeff
2003-04-29some cleanup and redo ct as lf (just different dev type). saves some memoryMichael Shalayeff
2003-04-29Do not define the sparc_interrupt44c symbol on sun4m-only kernel, this isMiod Vallat
2003-04-29add lxtphy (found on momenco boards)Jason Wright
2003-04-28use the new display typesJason Wright
2003-04-28Prettier dmesg; henningMiod Vallat
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-26managment -> management;Jason McIntyre
2003-04-25Enable lm(4) and viaenv(4).Alexander Yurchenko
2003-04-25Add lm(4) and viaenv(4). Commented out and i386-only for now.Alexander Yurchenko
2003-04-25- added missing .EdJason McIntyre
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
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
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
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
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 simpli...Michael Shalayeff
2003-04-09Remove one of two identical comment blocksNiklas Hallqvist
2003-04-09add strl{cat,cpy} to unbreak "make build" on sparc64Nikolay Sturm
2003-04-09Correct commentary describing page table layoutsNiklas Hallqvist