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