| Commit message (Expand) | Author | Age | Files | Lines |
| * | Give if_tun the "almost clone" makeover. | Poul-Henning Kamp | 1999-08-15 | 1 | -2/+2 |
| * | Give BPF the "almost-clone" update. If you need more of them, make | Poul-Henning Kamp | 1999-08-15 | 1 | -2/+2 |
| * | The bdevsw() and cdevsw() are now identical, so kill the former. | Poul-Henning Kamp | 1999-08-13 | 1 | -9/+9 |
| * | _pmap_allocpte: | Alan Cox | 1999-08-11 | 1 | -6/+3 |
| * | Hopefully fix the previous commit, it caused *all* bridges to be detected | Peter Wemm | 1999-08-10 | 2 | -12/+14 |
| * | pmap_remove_pages: | Alan Cox | 1999-08-10 | 1 | -1/+4 |
| * | Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI bus | Bill Paul | 1999-08-09 | 2 | -6/+18 |
| * | Merge the cons.c and cons.h to the best of my ability. alpha may or | Poul-Henning Kamp | 1999-08-09 | 9 | -21/+17 |
| * | Make the pty driver as close to a cloning device as we can get for now, | Poul-Henning Kamp | 1999-08-08 | 1 | -2/+2 |
| * | Enable bpf by default. There was no significant dissention to my proposal | Jordan K. Hubbard | 1999-08-07 | 1 | -3/+3 |
| * | Forgot the "bsd" slice, now setrootbyname() understands "wd0s1a". | Poul-Henning Kamp | 1999-08-06 | 1 | -2/+2 |
| * | Fix typo which would have caused MTRR support on non-SMP systems to | Mike Smith | 1999-08-04 | 1 | -2/+2 |
| * | Don't probe if pci_cfgopen() fails to find pci hardware, like we used to | Peter Wemm | 1999-08-04 | 2 | -10/+8 |
| * | pmap_object_init_pt: | Alan Cox | 1999-07-31 | 1 | -2/+2 |
| * | Change the type of vpgqueues::lcnt from "int *" to "int". The indirection | Alan Cox | 1999-07-31 | 1 | -3/+3 |
| * | Add parentheses for clarity. | Alan Cox | 1999-07-31 | 1 | -2/+2 |
| * | Formatting-only cleanup accidentally omitted from the patch merge in the | Mike Smith | 1999-07-29 | 1 | -181/+179 |
| * | GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either. | Peter Wemm | 1999-07-29 | 1 | -2/+1 |
| * | Remove some duplicate definitions, as suggested by Alan Cox. | Mike Smith | 1999-07-29 | 1 | -1/+3 |
| * | Fix for vmspace sharing as per Alan Cox. Thanks! | Mike Smith | 1999-07-29 | 1 | -5/+1 |
| * | Major update to the kernel's BIOS-calling ability. | Mike Smith | 1999-07-29 | 4 | -42/+365 |
| * | Remove XXX from the headers (broke the build, I'm betting.) | Brian Feldman | 1999-07-29 | 2 | -4/+2 |
| * | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | Matthew N. Dodd | 1999-07-29 | 2 | -8/+18 |
| * | We're called too early to have any idea whether APM is going to be | Mike Smith | 1999-07-28 | 2 | -22/+14 |
| * | Remove some droppings left over from the removal of the APM hooks. | Mike Smith | 1999-07-28 | 2 | -10/+2 |
| * | Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are | Doug Rabson | 1999-07-28 | 1 | -4/+6 |
| * | Various formatting fixes on my FPE trapcode commit. | Martin Cracauer | 1999-07-26 | 3 | -295/+289 |
| * | On FPU exceptions, pass a useful error code (one of the FPE_... | Martin Cracauer | 1999-07-25 | 5 | -56/+429 |
| * | This commit adds device driver support for Adaptec Duralink PCI fast | Bill Paul | 1999-07-25 | 1 | -1/+2 |
| * | Increased max kmem to 200MB. This should fix some out-of-kmem panics on | David Greenman | 1999-07-24 | 1 | -2/+2 |
| * | atomic.h: | Alan Cox | 1999-07-23 | 2 | -16/+5 |
| * | Reduce the number of "magic constants" used for page coloring | Alan Cox | 1999-07-22 | 1 | -2/+2 |
| * | Fix the following problem: | Alan Cox | 1999-07-21 | 1 | -4/+15 |
| * | Update of the i686 MTRR/memory range support. | Mike Smith | 1999-07-20 | 1 | -45/+46 |
| * | Implement an all-CPU shootdown-style rendezvous facility. This allows | Mike Smith | 1999-07-20 | 6 | -7/+291 |
| * | Fix a page size vs. KB mixup. The extra buffers allocated at a reduced | Peter Wemm | 1999-07-19 | 1 | -4/+4 |
| * | Updated acquire_timer2()'s state machine to work when the i8254 is | Bruce Evans | 1999-07-18 | 2 | -46/+20 |
| * | Don't let the machdep.tsc_freq sysctl proceed if the TSC is present | Bruce Evans | 1999-07-18 | 2 | -12/+12 |
| * | Centralize dumpdev handling. | Poul-Henning Kamp | 1999-07-17 | 1 | -60/+1 |
| * | Add support for multiple PCI busses directly connected to the nexus. | Mike Smith | 1999-07-16 | 4 | -10/+386 |
| * | Move the xe0 driver back where it was. It was misleading where it was as it | David E. O'Brien | 1999-07-13 | 1 | -2/+3 |
| * | Commit the correct patch, i.e., the one that actually corresponds | Alan Cox | 1999-07-13 | 1 | -35/+55 |
| * | Changed the implementation of the primitives to guarantee atomicity | Alan Cox | 1999-07-13 | 1 | -19/+39 |
| * | Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending | Bruce Evans | 1999-07-10 | 11 | -126/+32 |
| * | Fixed a longstanding scheduling bug. ASTs and softclock interrupts were | Bruce Evans | 1999-07-10 | 2 | -24/+26 |
| * | Implement support for hardware debug registers on the i386. | Jonathan Lemon | 1999-07-09 | 8 | -8/+198 |
| * | These changes appear to give us benefits with both small (32MB) and | Kirk McKusick | 1999-07-08 | 2 | -5/+6 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -3/+3 |
| * | Quieten gcc paranoia. | Peter Wemm | 1999-07-06 | 1 | -2/+2 |
| * | Typo: s/0ff0/0xff0/ | Peter Wemm | 1999-07-06 | 1 | -2/+2 |