summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
AgeCommit message (Expand)Author
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
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-04Remove COMPAT_NOMID. It was deprecated since a long time, the man page wassMiod Vallat
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-25Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase.Miod Vallat
2002-12-25Get prototypes from *dev_decl() macros rather than running our own.Miod Vallat
2002-12-25Do not force DEBUG to be defined here. hp300 is already slow enough.Miod Vallat
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-10Typos, and fix a comment's content.Miod Vallat
2002-12-10interupt->interruptMiod Vallat
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-06unkown; torh@bogus.netTheo de Raadt
2002-12-05remove altq entries.Kenjiro Cho
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-29inconsistant spelling; torh@bogus.netTheo de Raadt
2002-10-29Since memory deallocation can't fail, remove the error return fromArtur Grabowski
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-10protect against multiple inclusion; pointed out by naddy, miod okPeter Valchev
2002-08-09Add an explicit dependancy of assym.h to Makefile.Miod Vallat
2002-08-02In hpux_sys_getcontext(), check for len <= 0 and return EINVAL.Todd C. Miller
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-09convert sleep() calls to tsleep().Miod Vallat
2002-06-09fix the use of "cuz" in the tree; these are all in commentsJason Peel
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-05-30protect biodone with splbio.Artur Grabowski
2002-05-23remove the defines for iodone -> biodone and iowait -> biowait.Artur Grabowski
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-28Use the prototypes defined via cdev_decl() macros, instead of rolling ourMiod Vallat
2002-04-28Use netisr_dispatchMiod Vallat
2002-04-25Use more symbolic constants rather than magic values...Miod Vallat
2002-04-25Factorize more common m68k definitions.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-16Same .text vs .data issue as for mvme68k.Miod Vallat
2002-03-23Add variables for config(8) -e time tweak of systemV shared memoryMarc Espie
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
2002-03-14remove ambiguity in version,ostype,osversion,osrelease and their constanity, ...Michael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-24Don't generate noise before entering DDB from keyboard.Miod Vallat