summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2003-08-30Compile kernels with -mno-check-zero-division. Saves two pages, and thingsMiod Vallat
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-22To workaround an early 88100 models problem, gcc explicitely adds checks forMiod Vallat
2003-08-21Bounds checking, prevents ioctls to non-existing dart devices from panic'ingMiod Vallat
2003-08-21Be less verbose in the MVME187 probe, as its CMMU configuration is knownMiod Vallat
2003-08-21Use constants rather than hardcoded values for IPL levels.Miod Vallat
2003-08-21De-obfuscate get_target().Miod Vallat
2003-08-21Put a valid VID signature in the disklabel, as does mvme68k.Miod Vallat
2003-08-20A bunch of 88110 band-aid:Miod Vallat
2003-08-20No need to build installboot and the bootblocks at -O0 anymore.Miod Vallat
2003-08-20Fix the write status test for the 88110 kluge in m88k_protection() [oops]Miod Vallat
2003-08-20Revert the flust_atc_entry() shortcut if NCPUS == 1 - it will not work onMiod Vallat
2003-08-17There is no need to assume that the compiler will swap ! and & operatorMiod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-13Always force a pipeline flush after a PSR change, not before. How couldMiod Vallat
2003-08-12Get rid of unused code, and KNF/ELF-sanitize the remaining code.Miod Vallat
2003-08-12Use spltty() instead of rolling our own expanded version.Miod Vallat
2003-08-12The idle loop is supposed to run with interrupts enabled, and will onlyMiod Vallat
2003-08-11Sprinkle proper use of _C_LABEL and _ASM_LABEL in the .S files (except forMiod Vallat
2003-08-11Saving or restoring the process' registers to/from the pcb was usingMiod Vallat
2003-08-10Do not make NBPG visible in assym.hMiod Vallat
2003-08-10No need to bring <machine/psl.h> from <machine/param.h>, this adds unnecessaryMiod Vallat
2003-08-09New RAMDISK configuration, inspired by the mvme68k one; and the associatedMiod Vallat
2003-08-09Always install the installboot manual page.Miod Vallat
2003-08-08Fix harmless address computation buglet in pmap_collect().Miod Vallat
2003-08-08Slightly clean up cpu_fork().Miod Vallat
2003-08-07In sendsig() and sigreturn(), use the SS_xxx flags rather than the SA_xxxMiod Vallat
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-08-03Resistance is futile, you will be KNF'ed.Miod Vallat
2003-08-01The pmap potpourri du jour, while hunting for evil bugs:Miod Vallat
2003-08-01Nuke uvm_useracc() call here too.Miod Vallat
2003-08-01pmap_kremove was so broken I'd rather pretend I did not write it...Miod Vallat
2003-08-01No semicolon at the end of macros supposed to be atomic statements.Miod Vallat
2003-08-01Compensate for the assym.h lossage, which defines NBPG for now (this will beMiod Vallat
2003-08-01Do not use hardcoded values for constants which are in fact computed from otherMiod Vallat
2003-08-01Turn flush_pipeline() in a simple macro.Miod Vallat
2003-08-01Define a more reasonable label_t size.Miod Vallat
2003-08-01Even better varargs code, inspired by and more closer to the powerpc code,Miod Vallat
2003-08-01Fix pcctwo locator typosMiod Vallat
2003-08-01${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead,Miod Vallat
2003-08-01Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times.Miod Vallat
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-06-06- section reorderJason McIntyre
2003-06-04mop up some more 3/4 license issuesTheo de Raadt
2003-06-04more term 3 & 4 from various developers, with permission of courseTheo de Raadt
2003-06-04more term 3 and 4 changesTheo de Raadt
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02Relax licence by removing the 3rd clause on all files whereI was stillMiod Vallat
2003-06-02snprintf here too.Miod Vallat