| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match. | Marcel Moolenaar | 1999-08-11 | 5 | -9/+84 |
| * | Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do not | Marcel Moolenaar | 1999-08-11 | 1 | -5/+5 |
| * | Reserve bdev/cdev entries for i2o driver. | Jordan K. Hubbard | 1999-08-11 | 1 | -1/+3 |
| * | Hopefully fix the previous commit, it caused *all* bridges to be detected | Peter Wemm | 1999-08-10 | 4 | -24/+28 |
| * | pmap_remove_pages: | Alan Cox | 1999-08-10 | 1 | -1/+4 |
| * | Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter) | Matthew N. Dodd | 1999-08-10 | 3 | -2/+22 |
| * | Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI bus | Bill Paul | 1999-08-09 | 4 | -12/+36 |
| * | Remove a reference to config(8) when IRQ 2 is remapped to IRQ 9. | Mike Pritchard | 1999-08-09 | 1 | -5/+5 |
| * | Merge the cons.c and cons.h to the best of my ability. alpha may or | Poul-Henning Kamp | 1999-08-09 | 17 | -591/+25 |
| * | Make the pty driver as close to a cloning device as we can get for now, | Poul-Henning Kamp | 1999-08-08 | 4 | -10/+10 |
| * | Fix a reference to `st' by replacing it with `sa'. | Chris Costello | 1999-08-08 | 2 | -4/+4 |
| * | Fix page fault in linux_uselib syscall. | Marcel Moolenaar | 1999-08-08 | 1 | -2/+2 |
| * | Re-delete the (meaningless) device-driver tokens that came back in 1.256 | Peter Wemm | 1999-08-07 | 1 | -29/+29 |
| * | We don't end up checking for a return value of EFAULT from the copyinstr() | Brian Feldman | 1999-08-07 | 1 | -5/+12 |
| * | 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 |
| * | Add driver support for M-systems DiskOnChip Products. | Poul-Henning Kamp | 1999-08-06 | 2 | -2/+8 |
| * | updating isdn4bsd to beta version 0.83 | Hellmuth Michaelis | 1999-08-06 | 8 | -44/+188 |
| * | Fix typo which would have caused MTRR support on non-SMP systems to | Mike Smith | 1999-08-04 | 1 | -2/+2 |
| * | The ARLA folks don't need a bdev after all - remove it. | Jordan K. Hubbard | 1999-08-04 | 1 | -2/+1 |
| * | Correction: "ans" -> "and." | Brian Feldman | 1999-08-04 | 2 | -4/+4 |
| * | Don't probe if pci_cfgopen() fails to find pci hardware, like we used to | Peter Wemm | 1999-08-04 | 4 | -20/+16 |
| * | I'm not sure how this wasn't in the last commit but anyhow... | Matthew N. Dodd | 1999-08-02 | 1 | -2/+2 |
| * | Don't trust the segment limits that the BIOS reports; instead give it | Mike Smith | 1999-08-02 | 2 | -20/+10 |
| * | Move the specification of EDGE/LEVEL triggered interrupts to | Matthew N. Dodd | 1999-08-01 | 11 | -52/+80 |
| * | 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 |
| * | Reserve majors for arla. | Jordan K. Hubbard | 1999-07-31 | 1 | -1/+3 |
| * | Add parentheses for clarity. | Alan Cox | 1999-07-31 | 1 | -2/+2 |
| * | Don't use at_shutdown() now that we have new_bus which lets us | Matthew N. Dodd | 1999-07-31 | 1 | -8/+11 |
| * | Reenable the APMIO_BIOS ioctl and translate arguments into the new format | Mike Smith | 1999-07-30 | 3 | -3/+51 |
| * | Restore the pre-new_bus behavior of printing out the reserved resources | Matthew N. Dodd | 1999-07-30 | 1 | -5/+95 |
| * | Add $Id$ tags. | Mark Newton | 1999-07-30 | 3 | -12/+10 |
| * | Remove all vestiges of APMIO_BIOS | Mike Smith | 1999-07-30 | 3 | -16/+3 |
| * | Formatting-only cleanup accidentally omitted from the patch merge in the | Mike Smith | 1999-07-29 | 1 | -181/+179 |
| * | No more apm_errno. It breaks the build with APM_DEBUG, | Mitsuru IWASAKI | 1999-07-29 | 2 | -6/+6 |
| * | 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 | 2 | -7/+4 |
| * | Fix for vmspace sharing as per Alan Cox. Thanks! | Mike Smith | 1999-07-29 | 1 | -5/+1 |
| * | Nuke this, it's not used anymore. | Mike Smith | 1999-07-29 | 2 | -120/+0 |
| * | Major update to the kernel's BIOS-calling ability. | Mike Smith | 1999-07-29 | 10 | -676/+941 |
| * | 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 | 4 | -19/+36 |
| * | We're called too early to have any idea whether APM is going to be | Mike Smith | 1999-07-28 | 2 | -22/+14 |
| * | Remove unused real-mode APM setup support. We've been using the vm86 | Mike Smith | 1999-07-28 | 6 | -378/+34 |
| * | Remove unused real-mode APM init functions. | Mike Smith | 1999-07-28 | 16 | -1518/+0 |
| * | Remove some erroneous comments about how APM is initialised. | Mike Smith | 1999-07-28 | 2 | -20/+6 |
| * | Remove some droppings left over from the removal of the APM hooks. | Mike Smith | 1999-07-28 | 1 | -5/+1 |
| * | Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are | Doug Rabson | 1999-07-28 | 1 | -4/+6 |
| * | Pave the way for the fla driver. | Poul-Henning Kamp | 1999-07-26 | 2 | -7/+8 |