summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2003-06-03fix tree after mickey breakageTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02regenMichael Shalayeff
2003-06-02a few 8.7k modelsMichael Shalayeff
2003-06-02remove clause 3 & 4 (with fgsch permission as well)Jason Wright
2003-06-02one more... nuke clause 3 & 4Jason Wright
2003-06-02nuke terms 3 & 4Jason Wright
2003-06-02nuke clause 3 & 4Jason Wright
2003-06-02remove terms 3 (and 4 in some places) where i am the authorTheo de Raadt
2003-06-02nuke my clause 3 & 4 (and a couple jointly (c) with Theo).Jason Wright
2003-06-02licence cleanupTheo de Raadt
2003-06-02add length checks on bus_dmamap_load_uio() on the total length vs. what theJason Wright
map is expecting. Also, sparc64 was missing the equivalent check in _load_mbuf() and the "make sure no valid mappings are returned" goop.
2003-06-02Relax licence by removing the 3rd clause on all files whereI was stillMiod Vallat
using a 3 clause licence.
2003-06-02some license cleanupTheo de Raadt
2003-06-02Do not map psycho-only interrupts on sabres. Reading from undefinedHenric Jungheim
registers and mapping strange INRs is not a good idea. ok jason@
2003-06-02snprintf here too.Miod Vallat
2003-06-02Need snprintf here.Miod Vallat
2003-06-02licence cleanupTheo de Raadt
2003-06-02license cleanup of my filesTheo de Raadt
2003-06-02Initialize the hint for uvm_km_suballoc.Artur Grabowski
2003-06-01Initialize minaddr to a sane value. at request of art.Dale Rahn
2003-06-01initialize minaddr before calling uvm_km_suballoc.Artur Grabowski
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
2003-06-01Revert ep0 removal, deraadt@ objects.Miod Vallat
2003-06-01Remove unused variable.Miod Vallat
2003-05-31It makes no sense to defineMiod Vallat
ep0 at foobus? ep* at foobus? for up to three different buses. Just get rid of the ep0 entry. To be fair, config(8) ought to complain for such a syntax - hard coded device number should be unique.
2003-05-31Don't use orw with a > 16 bits constant.Miod Vallat
2003-05-31Unpeeing as pointed out by Dries Schellekens.Tobias Weingartner
ok miod@
2003-05-31Remove a bunch of obsolete definitions.Miod Vallat
2003-05-31First lba support in /boot. Not complete lba boot support, but it's theTobias Weingartner
first step on the way there. Ok deraadt@, espie@, todd@, and others.
2003-05-30Working process core dumps, borrowed from m68k code.Miod Vallat
2003-05-30Sync the core dump routine with hp300; generates correct coredumps again.Miod Vallat
2003-05-30Fix interrupt mapping for psycho's PBM B. This should make interruptsHenric Jungheim
happy for all psycho based boxes. tested by beck@ ok jason@
2003-05-27change .byte for the correct opcodes now that gas can handle'em.Federico G. Schwindt
art@ toby@ ok.
2003-05-27Fix siginfo contents in the T_ACCFLT case, fixes libpthread siginfo regressionMiod Vallat
test. Some stylistic input from marc@
2003-05-27regenMichael Shalayeff
2003-05-27inject a precisionbook keymap under us|machdepMichael Shalayeff
2003-05-26fix some fictitious spellings. ok miod@Ted Unangst
2003-05-26pmap_protect strikes again.Artur Grabowski
Not only do we have to think about PROT_EXEC while dealing with it, but we also have to think about wiring. sigh. We'll have to fix this with an API change. fixes the mlockall problem.
2003-05-26cleanup, value paranoia, elaborate on some commentsTed Unangst
2003-05-26Make sure to do the keyboard layout selection dance before wskbd_cnattach()Miod Vallat
is invoked.
2003-05-25mgx fits on the floppies, so add it as well.Miod Vallat
2003-05-25Support for the Vigra VS11 frame buffer. This is basically the same as theMiod Vallat
VS12, but with a different ramdac that allows higher refresh rates.
2003-05-25regenMichael Shalayeff
2003-05-25typoMichael Shalayeff
2003-05-25how did i miss this one? thanks Wouter ClarieTed Unangst
2003-05-25more thorough reset sequence; miod@ okMichael Shalayeff
2003-05-23remove old swapgeneric.c'sTed Unangst
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and ↵Ted Unangst
mickey.
2003-05-23Do all unlocks before exit from pmap_enter().Mike Pechkin
deraadt@, drahn@ OK