summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
AgeCommit message (Expand)Author
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-31Trim the fat, needs testing.Todd C. Miller
2000-10-18typo in comment; from gluk@ptci.ruMichael Shalayeff
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-07-11since .cvsignore is there, .keep_me is not neededTheo de Raadt
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-18Allow S to be overridden like on the other arches; provos@Todd C. Miller
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-05Changes to exit handling.Artur Grabowski
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page in...Theo de Raadt
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-01-14Might as well ding the version number.Jason Downs
2000-01-14I could be wrong, but I doubt the world is going to end this year. Let'sJason Downs
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
1999-12-14Compile.Jason Downs
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-11-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
1999-10-05Kill .raw reference; don't know why I didn't see this sooner.Jason Downs
1999-09-18Fix device existance check.Jason Downs
1999-09-18Fix art's typo.Jason Downs
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-18Default to loading bsd.rd from $OSREV/hp300/bsd.rd.Jason Downs
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-08-16Kill meaningless reset printf().Jason Downs
1999-08-16Add cdboot...Jason Downs
1999-08-16Implement real CD booting, aka SYS_CDBOOT, the LIF file small enough toJason Downs
1999-08-15Add missing HP385 defines...Jason Downs
1999-07-20126 -> NBT_BADConstantine Sapuntzakis
1999-07-18pmap_activate() and pmap_deactivate() are MDTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-08flesh out .DtTheo de Raadt
1999-07-08install into man8/arch subdirsTheo de Raadt
1999-06-13Don't need rd here...Jason Downs
1999-05-28Support the 98543 in GM_DESCRIBE. Pointless, of course, but what the hell.Jason Downs
1999-05-25Move hilsoftinit() call to before interrupts are enabled, from NetBSD.Jason Downs
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
1999-05-04Change "&=" to "=&", make egcs happy.Todd C. Miller
1999-04-23Fix kcore initialization.Jason Downs
1999-02-04Deterministic register initalization on process startupNiklas Hallqvist
1999-01-21just include <m68k/spinlock.h> so <machine/spinlock.h> works for libc_rTodd C. Miller
1999-01-21doh, wrong dirTodd C. Miller