summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
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-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
2000-07-11since .cvsignore is there, .keep_me is not neededTheo de Raadt
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-12move cfdriver to ncr53c9x.c and device declaration to conf/files.Federico G. Schwindt
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-05Changes to exit handling.Artur Grabowski
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-03-15implimented -> implementedTodd T. Fries
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
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-15honour ddb.console; ok deraadt@David Leonard
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
1999-10-10do this the right wayArtur Grabowski
1999-10-09give pmap_enter the right number of args.Bob Beck
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
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-17do not brelse() badlyTheo de Raadt
1999-06-13Update.Jason Downs
1999-06-11Add Q900 compatible mode serial address.Jason Downs
1999-06-11egcs crapJason Downs
1999-05-24Only do basic work in the ethernet interrupt context, and queue packets toJason Wright
1999-05-23Add patch for Classic II video, fromJason Downs
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
1999-05-01Add ksyms.Jason Downs
1999-04-24Use the generic m68k param.h.Jason Downs
1999-04-23mmmmap() bounds check.Jason Downs
1999-04-23Kcore dump, from NetBSD.Jason Downs
1999-04-23Add kcore.hJason Downs
1999-04-22Follow proper OpenBSD shutdown/power off semantics.Jason Downs
1999-04-19Consider the other SVR2 partitions as BSDFFS, too.Jason Downs
1999-02-15sp or stack, not both.Todd T. Fries
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-20setregs does not reset stack anymoreNiklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1999-01-08check for lp->d_secpercyl == 0) in bounds_check_with_label()Todd C. Miller
1999-01-07global decl for *intr() routines, plus add INET6Theo de Raadt