summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-04Dynamic sysctl.atatat
2003-11-23Regen from diodevs rev 1.7:tsutsui
2003-11-23Change device ID for 98624A HP-IB from 0x80 to 0x01.tsutsui
2003-11-22Add an entry of "com0 at dio0 scode 9" so that /dev/ttyC0 andtsutsui
2003-11-17TAB/space cleanup.tsutsui
2003-11-14- define LIBSA_USE_MEMCPY and LIBSA_USE_MEMSETtsutsui
2003-11-14Misc cleanup:tsutsui
2003-11-14Use "" rather than '\0' for null string.tsutsui
2003-11-14Revert part of previous NULL -> '\0' changes, where actually NULL is required.tsutsui
2003-11-13Backout part of rev 1.4 which caused uninitialized pointer dereference.tsutsui
2003-11-13Use 32bit daddr_t for now so that uboot.lif works again.tsutsui
2003-11-13Don't use htobe32() for int16_t values.tsutsui
2003-11-13Use int16_t and int32_t rather than short and int.tsutsui
2003-11-08Remove obsolete comments about curproc.tsutsui
2003-11-08Adapt to replacement of apcireg.h and dcareg.h.tsutsui
2003-11-08Remove obsolete files by MI com(4) driver support.tsutsui
2003-11-08Move apcireg.h and dcareg.h to stand/common since they are no longer usedtsutsui
2003-11-08Switch DCA and APCI serial devices to use MI com(4) driver.tsutsui
2003-11-04Remove p_nras from struct proc - use LIST_EMPTY(&p->p_raslist) instead.dsl
2003-11-02Extend the #ifdef M68040 so that the `sig' variable declaration is movedcl
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-28NULL -> '\0'tsutsui
2003-10-26Replace (a bunch of) NULL with '\0'. (we should define NUL?)tsutsui
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-24add major for 'ses' for archs which have the other scsi devicesjdolecek
2003-10-10reassing majors for crypto and pf to use the newly defined MI majorjdolecek
2003-10-10update the comment - the space for machine-dependant majorsjdolecek
2003-10-08* Shuffle some data structures so, and add a flags word to ksiginfo_t.thorpej
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-10-02White-space nit.simonb
2003-10-02Use common m68k struct trapframe instead of rolling our own.simonb
2003-10-02Don't depend in libc, et al.simonb
2003-09-28add register storage class for gcc3cl
2003-09-28catch up with const ksiginfo_t and const sigset_tcl
2003-09-27Cast through (void *) to appease gcc3.cl
2003-09-25constify sendsig/trapsignalchristos
2003-09-22SA_SIGINFO support for m68k (compat hpux)cl
2003-09-22SA_SIGINFO support for m68k (port specific changes)cl
2003-09-22add COMPAT_15/COMPAT_16cl
2003-09-17add MD part of SA/pthread pagefault handling on all m68k portscl
2003-09-06add rnd(4) device to installation media.itojun
2003-08-22create /dev/cryptoitojun
2003-08-21Adapt to const-ification of first arg of open function in fs_ops.he
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Add majors for MI SCSI devices (cd, ch, ss, and uk).tsutsui
2003-08-01Reserve some major numbers for wscons, as per comments in hp300/conf.ctsutsui