summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
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
2003-06-02licence cleanupTheo de Raadt
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-06-01Remove unused variable.Miod Vallat
2003-05-30Working process core dumps, borrowed from m68k code.Miod Vallat
2003-05-23remove old swapgeneric.c'sTed Unangst
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and mic...Ted Unangst
2003-05-14add {b,c}devsw_lookup convenience functions.Ted Unangst
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-08EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.Jason McIntyre
2003-04-16Clarify license terms.Miod Vallat
2003-04-10more POSIX chownTodd C. Miller
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2003-04-06The disklabel fields d_packname and d_typename are not null terminated stringsKenneth R Westerback
2003-03-16Old unused stuff left under the carpet.Miod Vallat
2003-03-08more deletionsTheo de Raadt
2003-03-08bye bye, noted by davidTheo de Raadt
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-02-18copyrights added;Jason McIntyre