summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
AgeCommit message (Expand)Author
2003-08-01Nuke calls to uvm_useracc() and instead check copyin() and copyout() forMiod Vallat
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-06-06- section reorderJason McIntyre
2003-06-04Delete UCB term 3. When there are other copyright owners, we affirmTheo 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-03kill clause 3 and 4 from several of my copyrights, cleanup.Dale Rahn
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02Need snprintf here.Miod Vallat
2003-06-02license cleanup of my filesTheo de Raadt
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-05-31Don't use orw with a > 16 bits constant.Miod Vallat
2003-05-30Sync the core dump routine with hp300; generates correct coredumps again.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-25- added missing .EdJason McIntyre
2003-04-16Clarify license terms.Miod Vallat
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
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