summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
AgeCommit message (Expand)Author
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
2003-02-24Use MAKEDISKDEV and DISKUNIT macros instead of rolling our own inline versionMiod Vallat
2003-02-24Do not redefine stuff already in <sys/disklabel.h>Miod Vallat
2003-02-18copyrights added;Jason McIntyre
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-07typos;Jason McIntyre
2003-01-28pad < minimal length packets with 0's; based on netbsd; tested by miodJason Wright
2003-01-27Convert m68k pmap from physseg to VM_PAGE_MD.Miod Vallat
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2003-01-05splassert on m68k-based arches. Not totally accurate on hp300 at the moment,Miod Vallat
2003-01-04memsize() serves no purpose anymoreMiod Vallat
2003-01-04When detecting the memory size on 167 and 177, probe both memory controllersMiod Vallat
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-14handeled -> handled; reported by someone on the list, but i no longerFederico G. Schwindt
2002-12-09From Andrushock, s/sucess/success/gTodd 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-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-09-17It turns out that disabling selection timeout is not a good idea, onMiod Vallat
2002-08-21Get the boot device correctly if scsi id != 0 on 1[67]x boards.Miod Vallat
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
2002-07-20Instead of copying out the signal trampoline on top of the stack, createArtur Grabowski
2002-07-15repair tags building (due to obj dirs in /sys)Michael Shalayeff
2002-07-10proper cdev_decl(ksyms), fix ksyms's broken functionsMichael Shalayeff
2002-07-10'sez' is not an english word; ok deraadt@Jason Peel
2002-06-23uid_t is unsignedTheo de Raadt
2002-06-22Add ${PIPE} to CFLAGSTodd C. Miller
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-06-11cnputc() routines are void, not int.Miod Vallat
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-06-02withough -> withoutTheo de Raadt
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-29wierd -> weirdPeter Valchev
2002-04-28Correctly configure ccd(4).Miod Vallat
2002-04-28A few more tweaks to let non-GENERIC kernels (MVMEfoo) build as well with -Wall.Miod Vallat
2002-04-28Shave a few more bytes off bsd.rdMiod Vallat
2002-04-28Deal with xd commented out in files.mvme68k - this went unnoticed until youMiod Vallat
2002-04-27Enable -Wall and friends for kernel compilations.Miod Vallat
2002-04-27Jumbo commit to fix all compilation warnings on mvme68k (add prototypes,Miod Vallat
2002-04-25Factorize more common m68k definitions.Miod Vallat
2002-04-25<m68k/cpu.h> should be included when this <machine/cpu.h> is included fromMiod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-23Oops, unbreak; deraadt@Miod Vallat
2002-04-21Correct a thinko wrt 68060 operation; only affects 177 boards.Miod Vallat
2002-04-21Fix comments.Miod Vallat
2002-04-21Get rid of duplicate definitions with <m68k/cpu.h>Miod Vallat