aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Do not map {s|g}etrlimit onto FreeBSD syscalls. The arguments don't match.Marcel Moolenaar1999-08-115-9/+84
* Do not map {s|g}etrlimit onto the FreeBSD syscalls. The arguments do notMarcel Moolenaar1999-08-111-5/+5
* Reserve bdev/cdev entries for i2o driver.Jordan K. Hubbard1999-08-111-1/+3
* Hopefully fix the previous commit, it caused *all* bridges to be detectedPeter Wemm1999-08-104-24/+28
* pmap_remove_pages:Alan Cox1999-08-101-1/+4
* Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)Matthew N. Dodd1999-08-103-2/+22
* Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI busBill Paul1999-08-094-12/+36
* Remove a reference to config(8) when IRQ 2 is remapped to IRQ 9.Mike Pritchard1999-08-091-5/+5
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-0917-591/+25
* Make the pty driver as close to a cloning device as we can get for now,Poul-Henning Kamp1999-08-084-10/+10
* Fix a reference to `st' by replacing it with `sa'.Chris Costello1999-08-082-4/+4
* Fix page fault in linux_uselib syscall.Marcel Moolenaar1999-08-081-2/+2
* Re-delete the (meaningless) device-driver tokens that came back in 1.256Peter Wemm1999-08-071-29/+29
* We don't end up checking for a return value of EFAULT from the copyinstr()Brian Feldman1999-08-071-5/+12
* Enable bpf by default. There was no significant dissention to my proposalJordan K. Hubbard1999-08-071-3/+3
* Forgot the "bsd" slice, now setrootbyname() understands "wd0s1a".Poul-Henning Kamp1999-08-061-2/+2
* Add driver support for M-systems DiskOnChip Products.Poul-Henning Kamp1999-08-062-2/+8
* updating isdn4bsd to beta version 0.83Hellmuth Michaelis1999-08-068-44/+188
* Fix typo which would have caused MTRR support on non-SMP systems toMike Smith1999-08-041-2/+2
* The ARLA folks don't need a bdev after all - remove it.Jordan K. Hubbard1999-08-041-2/+1
* Correction: "ans" -> "and."Brian Feldman1999-08-042-4/+4
* Don't probe if pci_cfgopen() fails to find pci hardware, like we used toPeter Wemm1999-08-044-20/+16
* I'm not sure how this wasn't in the last commit but anyhow...Matthew N. Dodd1999-08-021-2/+2
* Don't trust the segment limits that the BIOS reports; instead give itMike Smith1999-08-022-20/+10
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-0111-52/+80
* pmap_object_init_pt:Alan Cox1999-07-311-2/+2
* Change the type of vpgqueues::lcnt from "int *" to "int". The indirectionAlan Cox1999-07-311-3/+3
* Reserve majors for arla.Jordan K. Hubbard1999-07-311-1/+3
* Add parentheses for clarity.Alan Cox1999-07-311-2/+2
* Don't use at_shutdown() now that we have new_bus which lets usMatthew N. Dodd1999-07-311-8/+11
* Reenable the APMIO_BIOS ioctl and translate arguments into the new formatMike Smith1999-07-303-3/+51
* Restore the pre-new_bus behavior of printing out the reserved resourcesMatthew N. Dodd1999-07-301-5/+95
* Add $Id$ tags.Mark Newton1999-07-303-12/+10
* Remove all vestiges of APMIO_BIOSMike Smith1999-07-303-16/+3
* Formatting-only cleanup accidentally omitted from the patch merge in theMike Smith1999-07-291-181/+179
* No more apm_errno. It breaks the build with APM_DEBUG,Mitsuru IWASAKI1999-07-292-6/+6
* GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.Peter Wemm1999-07-291-2/+1
* Remove some duplicate definitions, as suggested by Alan Cox.Mike Smith1999-07-292-7/+4
* Fix for vmspace sharing as per Alan Cox. Thanks!Mike Smith1999-07-291-5/+1
* Nuke this, it's not used anymore.Mike Smith1999-07-292-120/+0
* Major update to the kernel's BIOS-calling ability.Mike Smith1999-07-2910-676/+941
* Remove XXX from the headers (broke the build, I'm betting.)Brian Feldman1999-07-292-4/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-294-19/+36
* We're called too early to have any idea whether APM is going to beMike Smith1999-07-282-22/+14
* Remove unused real-mode APM setup support. We've been using the vm86Mike Smith1999-07-286-378/+34
* Remove unused real-mode APM init functions.Mike Smith1999-07-2816-1518/+0
* Remove some erroneous comments about how APM is initialised.Mike Smith1999-07-282-20/+6
* Remove some droppings left over from the removal of the APM hooks.Mike Smith1999-07-281-5/+1
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-281-4/+6
* Pave the way for the fla driver.Poul-Henning Kamp1999-07-262-7/+8