summaryrefslogtreecommitdiff
path: root/sys/arch/hp700
AgeCommit message (Expand)Author
2004-01-05update to recent changes - exit2() doesn't exist anymore and thejdolecek
2004-01-05add a PMAP_NC flag for pmap_kenter_pa() to specific a non-cached mapping.chs
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-10Modify the licences of code written by Theo De Raadt from a 4-clauseagc
2003-12-10Change reference at bottom from sys/dev/majors to sys/conf/majors to matchjmc
2003-12-08enable com console.chs
2003-12-07add console support, based on other platforms. from Jochen Kunz.chs
2003-12-04Dynamic sysctl.atatat
2003-11-28bcopy -> memcpychs
2003-11-24de-__P, remove register, ansify.chs
2003-11-23de-__P, remove register, ansify.chs
2003-11-21add cnmagic support to pdc console driver.chs
2003-11-20de-__P, remove register, ansify.chs
2003-11-18restructure autoconf for [ABCDJK]-class machines. add phantomas bus.chs
2003-11-18a stripped-down config to work around netboot problems.chs
2003-11-18remove link_set hack, new toolchain doesn't need it.chs
2003-11-08#if defined(_KERNEL_OPT) is enough, #if !defined(_LKM) isn't neededtsutsui
2003-11-08Include "opt_lockdebug.h" only #if !defined(_LKM) && defined(_KERNEL_OPT).tsutsui
2003-11-06Have the linker discard local labels' symbols.kleink
2003-11-01Compile at -O2. Fix various GCC3-ismsmatt
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-24add necessary majors for miscellaneous devices, such as missingjdolecek
2003-10-22add wsfont major to archs which have the other wscons devicesjdolecek
2003-10-21white space policeitohy
2003-10-21Slightly change the base address so GENERIC kernel may boot (but not confirmed).itohy
2003-10-211.2: Support disklabel.itohy
2003-10-21Add -D__daddr_t=int32_t so that the arguments of IODC areitohy
2003-10-21Fix types of printf() args to match the format strings.itohy
2003-10-21Enable disklabel support.itohy
2003-10-21#if 0 unused parts.itohy
2003-10-21Use ../common/libsa.h for prototype declarations of common functions.itohy
2003-10-21Add prototypes.itohy
2003-10-21Add a prototype.itohy
2003-10-18Change the location of BSD disklabel not to overlap with LIF header.itohy
2003-10-15add majors for ipfilter, lkm, vnd, tun, raid, cgd, ccd, and mdjdolecek
2003-10-12Since the boot loader is a stand-alone program, stub out LIBCRT0,he
2003-10-11Get hp700 boot tools to compile again. Patches from Jochen Knuz.matt
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-10g/c USETOOLS?= nojdolecek
2003-10-10update for new gas syntax. from Jochen Kunz.chs
2003-10-05Add some framework for MI assignment of device majors - add sys/dev/majorsjdolecek
2003-09-20Install <machine/mcontext.h>matt
2003-08-31add a defflag for USELEDS.chs
2003-08-31just include the hppa version.chs
2003-08-31disable some things that don't build yet.chs
2003-08-31add a hack for the link set stuff.chs
2003-08-31update for LWPs, and some lite cleanup.chs