summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
AgeCommit message (Expand)Author
2003-08-21These files were intended for X11 support, but serve no purpose nowadays,Miod Vallat
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-06-09more 3/4 cleanup for pefoTheo de Raadt
2003-06-06- section reorderJason McIntyre
2003-06-043/4 cleanup for aaronTheo 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-02remove terms 3 (and 4 in some places) where i am the authorTheo de Raadt
2003-06-02licence cleanupTheo de Raadt
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
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-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
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-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-02-26Remove an unnecessary structure copy from useage of setfault(), callDale Rahn
2003-02-18copyrights added;Jason McIntyre
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-05remove altq entries.Kenjiro Cho
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-10-13Remove more '\n's from panic() statements. From Chris Kuethe.Kenneth R Westerback
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
2002-07-24- change pte_spill_X() to take an extra parameter to determine ifDale Rahn
2002-07-23Remove unused files now that powerpc archs use link_elf.hDale Rahn
2002-07-20Instead of copying out the signal trampoline on top of the stack, createArtur Grabowski
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-06-08compile with -Wall -Werror -WhateverMiod Vallat
2002-06-08Oops, it was not meant to be removed, just liposucked.Miod Vallat
2002-06-08One ddb to rule them all.Miod Vallat
2002-06-08Strict prototypes, and some KNF touches while there.Miod Vallat
2002-06-08Strict prototypes, fix lcsplx() behaviour as per macppc, and a fewMiod Vallat
2002-06-08Strict prototypes, and fix mvmeprom_brdid interface.Miod Vallat
2002-06-08Fix device and console device prototypes.Miod Vallat
2002-06-08Factorize common parts (cache-related stuff).Miod Vallat