summaryrefslogtreecommitdiff
path: root/sys/arch/atari
AgeCommit message (Expand)Author
1999-07-29It's time to be COMPAT_14.augustss
1999-07-26be more efficient when doing the SYSTEM_LD_TAIL for -g kernels: don'tcgd
1999-07-22Do the mesgbuf initialisation a bit earlier in the boot process. Thisleo
1999-07-20enable PPP_BSDCOMP, PPP_DEFLATE, PPP_FILTER, PFIL_HOOKS, IPFILTER_LOGchristos
1999-07-15Make this compile again.leo
1999-07-09Fix a typo.thorpej
1999-07-09Add examples for including the kernel crypto bits from either crypto-usthorpej
1999-07-09clean up a bit after jason :)mrg
1999-07-09Normalize include paths.thorpej
1999-07-08Change the pmap_extract() interface to:thorpej
1999-07-07pseudo-device -> defpseudo, per grammar change in config(8).thorpej
1999-07-01kernel configuration for IPv6/IPsec. should be in GENERIC in the future.itojun
1999-06-28- Call ip6intr if INET6 is defined.itojun
1999-06-23Allow the loading of compressed kernels. This makes it again possibleleo
1999-06-18Update pmap_check_wiring(). Also attach TNF copyright because of theleo
1999-06-18Sync up with the following hp300 trap.c change:thorpej
1999-06-17pmap_change_wiring() -> pmap_unwire().thorpej
1999-06-17Remove pmap_pageable(); no pmap implements it, and it is not really useful,thorpej
1999-06-17Comply with the changes Jason suggested yesterday. A copy of his log message:leo
1999-06-07Only declare block major numbers for devices which can be the root device.thorpej
1999-06-07Don't pass a nam2blk around at all; just have setroot() and friends referencethorpej
1999-06-03Fix lossage with the et4000. Some of the CRT registers were incorrect.leo
1999-06-01Fix copyright (exchange clauses 3 & 4).leo
1999-05-27Add support for the memory on the CT2 board. Info from Thomas Goirand.leo
1999-05-26Generally update the comment above vunmapbuf().thorpej
1999-05-26Generally update the comment above the vmapbuf() implementations.thorpej
1999-05-26Change the vm_map's "entries_pageable" member to a r/o flags member, whichthorpej
1999-05-26Make this compile again. I assumed that the use of 'format_memory()' wasleo
1999-05-25bus_dmamem_map() maps DMA safe memory, which is usually one or morethorpej
1999-05-20* convert to using MI allocsys(). most ports were using an MD allocsys(),lukem
1999-05-14- Adjust descriptive comment of cpu_fork() which returns nothing andnisimura
1999-05-13Allow the caller to specify a stack for the child process. If NULL,thorpej
1999-05-06Add .../dev/mii/files.mii. Needed for support of the 3C590.leo
1999-05-06Remove dependency of vfs_conf.o, this file is no more. From Jonathan Stone.leo
1999-05-06SVR4-related typo in previous.kleink
1999-05-04If the floppy has no label, fake one.leo
1999-04-29Include opt_compat_sunos.hchristos
1999-04-29Pull in the right generic m68k header. (Where was my mind?)kleink
1999-04-26Garbage-collect the VM_MBUF_SIZE constant. Instead, use the sizethorpej
1999-04-22Make sure that we can link against the libsa.a library. It looks like aleo
1999-04-22in pmap_pageable(), rather than marking a PT page as not modifiedchs
1999-04-19Add COMPAT_SVR4 for m68k.kleink
1999-04-15Fix the IPL comparison. The previous version was plain wrong and causedleo
1999-04-11add a `flags' argument to uvm_pagealloc_strat().chs
1999-04-06Duplicate clause number in copyright text.pk
1999-04-06Move advertisement text into a comment of its own.pk
1999-04-06remove duplicate line in copyright.pk
1999-04-06Fix garbled word in copyright statement.pk
1999-04-01Don't call configure() from cpu_startup().thorpej
1999-03-31Export mtpr.h :-( This is because cpu.h depends on it. Probably userlandleo